summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix fps detection for libav "raw" demuxersjstebbins2013-11-251-1/+4
* libhb: don't use DXYVA2-accelerated decoding when QSV-accelerated decoding is...Rodeo2013-11-081-1/+3
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-9/+10
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-41/+21
* libhb: fix duration of initial audio frame when decoding with avcodecjstebbins2013-10-211-11/+15
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-47/+188
* QSV: minor refactoring.Rodeo2013-09-151-43/+68
* libhb: unbreak probe_dts_profilejstebbins2013-09-071-1/+1
* QSV: choose and re-use a "preferred" implementation instead of using MFX_IMPL...Rodeo2013-09-011-1/+1
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-7/+236
* Refactor add_ffmpeg_audio.Rodeo2013-04-281-18/+65
* Remove code forgotten in revision 5295.Rodeo2013-03-111-10/+0
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* decavcodec: remove unnecessary code.Rodeo2013-03-031-10/+0
* Set AVCodecContext.request_channel_layout when decoding.Rodeo2013-02-051-35/+79
* Bump libav to v9_beta3.Rodeo2012-12-311-30/+31
* Improve support for planar audio.Rodeo2012-11-211-2/+2
* Improve management of titles and jobsjstebbins2012-11-121-1/+1
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-3/+3
* 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