summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* fix crash with bd lpcm audio decodingjstebbins2011-02-251-1/+2
* plug some memory leaks.jstebbins2011-02-121-1/+4
* fix sync issue introduced in 3786jstebbins2011-02-111-0/+5
* Improve timestamp handling in decavcodecjstebbins2011-02-081-53/+44
* fix ffmpeg multiple audio decode issuejstebbins2011-01-171-36/+226
* fix a problem with the first timestamp returned from av_parser_parse2jstebbins2010-11-141-1/+1
* bump ffmpeg from r25374 to r25689jstebbins2010-11-101-1/+1
* fix windows crash and probably other random nastiness.jstebbins2010-11-061-2/+2
* fix framerate detection again (really, i mean it this time)jstebbins2010-11-051-10/+6
* fix framerate detection of ffmpeg sourcesjstebbins2010-11-031-0/+4
* fix a segfault and a deadlock if reader exits befor first buffer sentjstebbins2010-10-291-1/+4
* ffmpeg video decoder enhancementsjstebbins2010-10-231-2/+105
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-3/+2
* Add ac3 encodingjstebbins2010-10-041-13/+38
* fix a crash when a TS has no aspect ratio set in the video streamjstebbins2010-09-141-3/+4
* Add Bluray supportjstebbins2010-09-081-2/+18
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-9/+29
* allow mono mixdown with lame encoderjstebbins2010-05-131-4/+0
* bump ffmpeg to rev 22950jstebbins2010-04-251-2/+8
* fix qdm2 audio decodingjstebbins2010-04-251-1/+10
* fix decoding of qtrle codec and possibly othersjstebbins2010-04-241-0/+10
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-071-0/+4
* generalize audio channel map reorderingjstebbins2010-04-051-5/+5
* fix audio detection problem during scan of ffmpeg audio sourcesjstebbins2010-04-021-30/+39
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-30/+79
* handle bluray LPCM streamsjstebbins2010-03-271-5/+24
* Avert a rare race condition.jstebbins2009-12-091-5/+6
* Fix audio sync problem for AAC (or any other mpeg PS or TS audio decoded by d...van2009-11-261-66/+31
* libhb: fix PAR issue with DVjstebbins2009-08-311-7/+16
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-2/+2
* Fixed FFMPEG deprecated API warnings since last bump:konablend2009-06-241-17/+33
* - secondary component of r2548: bugfix: libhb passes unaligned stack/heap buf...konablend2009-06-171-5/+5
* - bugfix: libhb passes unaligned stack/heap buffers to ffmpeg.konablend2009-06-171-24/+8
* Work around ffmpeg bug where raw video decoder doesn't use frame buffer alloc...van2009-05-091-0/+8
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-141-2/+2
* Fix frame rate calculation for ffmpeg 0.5 - h.264 rate is now in fields per s...van2009-04-011-0/+6
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-3/+1
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-101-1/+10
* - try to determine the sample rate, channels, etc., of audio streams rather ...van2008-12-131-12/+71
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-6/+6
* If we don't get signed 16 bits samples from the audio decoder, convert to sig...van2008-12-061-0/+37
* libhb:sr552008-12-041-1/+8
* Found the ffmpeg initialization problem with VC-1 video. jstebbins2008-12-031-4/+99
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+1
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-2/+2
* If an input uses a different color space than YUV420 (for example DV video us...van2008-10-261-9/+49
* If we always sort timestamps we can't detect & correct misordering caused by ...van2008-09-151-16/+26
* Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):van2008-09-111-150/+251
* - patch a reference picture leak in ffmpeg/libavcodec/mpegvideo.c that cause...van2008-08-181-8/+22
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-6/+5