summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* OpenCL: Merging Trunk to OpenCL Branch.sr552013-09-061-8/+243
* Changes to OpenCL scaling to reduce memory copies and improve performance.sr552013-09-061-32/+10
* OpenCL: merge latest fixes from trunk.Rodeo2013-05-171-18/+65
* improve code stylehandbrake2013-05-021-17/+18
* fixed green screen issuehandbrake2013-04-091-0/+1
* fixed vob video issuehandbrake2013-04-031-45/+43
* fixed opencl errorhandbrake2013-03-221-4/+3
* fixed drop frame issuehandbrake2013-03-221-39/+23
* Shift USE_HWD blocks around methods we no longer use but the HWD still does. ...sr552013-03-161-5/+9
* Merging Trunk to OpenCL branchsr552013-03-091-3/+1
* fix the deinterlace issuehandbrake2013-02-281-2/+2
* tidy up log output, useless codehandbrake2013-02-251-6/+1
* Merging Trunk into OpenCL Branch.sr552013-02-241-35/+79
* Replace some code with platform independenthandbrake2013-02-081-17/+4
* add a new compile option: --enable-hwdhandbrake2013-01-311-4/+174
* Merging Trunk into the OpenCL branch. This includes an updated version of lib...sr552013-01-061-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