summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* libhb: remove unnecessary usage of hb_audio_remap.Rodeo2012-09-231-1/+0
* libhb: fix a collection of small memory leaksjstebbins2012-09-131-0/+10
* Revert a part of revision 4950 which was not in the ReviewBoard patch.Rodeo2012-09-111-1/+1
* Remove contrib/ffmpeg/A02-png-sequences.patch.konablend2012-09-101-7/+16
* Update Libav -> HandBrake colorimetry translation after http://git.libav.org/...Rodeo2012-09-071-8/+10
* Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...Rodeo2012-08-271-5/+4
* hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...Rodeo2012-08-271-6/+6
* Use a more direct workaround for the DTS-ES XCh decoding issue.Rodeo2012-08-261-12/+0
* Check the return code of hb_audio_resample_update(). This allows us to log an...Rodeo2012-08-151-4/+10
* Restore the old hack that disables DTS-ES extension processing. We support 6....Rodeo2012-08-101-0/+12
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-021-0/+1
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-1/+2
* Enable threaded decoding for ProRes video sources.Rodeo2012-07-181-4/+1
* Fix something John and I both missed.Rodeo2012-07-151-1/+1
* hb_audio_resample: libvaresample wrapper.Rodeo2012-07-151-135/+52
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-150/+112
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-251-3/+6
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-10/+8
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-1/+1
* decavcodec: merge double if to a single statement.Rodeo2012-05-091-6/+3
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-011-1/+4
* libhb: fix incorrect audio gapsjstebbins2012-04-011-1/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-281-1/+67
* Rework filter pipelinejstebbins2012-03-271-62/+70
* Use more correct check to detect 6.0/6.1 input.Rodeo2012-02-011-1/+1
* Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (d...Rodeo2012-01-311-11/+14
* Disable multi-threaded decoding of ProResjstebbins2011-11-131-2/+5
* bump ffmpeg to v0.7-1470-gb95fbbajstebbins2011-10-261-2/+6
* initialize wait_for_keyframe in the right placejstebbins2011-10-251-1/+1
* fix a problem with resolution changes in h.264jstebbins2011-10-171-7/+25
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-7/+8
* fix framerate detection for AVCHD-Litejstebbins2011-09-241-1/+5
* Force title dimensions to be evenjstebbins2011-09-191-8/+13
* Fix corrupt first frame in BD point-to-pointjstebbins2011-09-191-3/+24
* Improve mpeg PS supportjstebbins2011-09-141-14/+43
* libhb: work around the lack of 6.1 support for DTS sourcesRodeo2011-09-091-0/+23
* add more audio passthru optionsjstebbins2011-08-011-0/+6
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-593/+286
* libhb: plug a few memory leaksjstebbins2011-07-191-5/+31
* libhb: flush frame re-ordering delay queue properly when there are < 8 framesjstebbins2011-06-211-1/+3
* Add DTS-HD passthru \o/jstebbins2011-06-141-38/+45
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-55/+7
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-101-6/+5
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-101-2/+4
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-5/+7
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-071-1/+1
* Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)jstebbins2011-06-071-1/+6
* libhb: don't use deprecated elements of the FFmpeg/Libav APIjstebbins2011-04-281-1/+1
* fix stall due due to propagation of incorrect audio timestampjstebbins2011-04-241-0/+2