summaryrefslogtreecommitdiffstats
path: root/libhb/deca52.c
Commit message (Expand)AuthorAgeFilesLines
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-1/+5
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* hb_audio_remap: protect against invalid channel layouts.Rodeo2012-11-211-1/+3
* Improve support for planar audio.Rodeo2012-11-211-30/+62
* deca52: avoid repeated alloc/free by re-using a fixed-size buffer.Rodeo2012-10-261-7/+3
* deca52: remove an unnecessary instruction.Rodeo2012-10-261-8/+6
* deca52: cleanup.Rodeo2012-10-261-25/+33
* hb_audio_remap improvements:Rodeo2012-10-201-18/+4
* deca52: ignore mix levels when dowmixing to Lt/Rt.Rodeo2012-09-161-3/+14
* Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...Rodeo2012-08-271-4/+4
* hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...Rodeo2012-08-271-4/+7
* Check the return code of hb_audio_resample_update(). This allows us to log an...Rodeo2012-08-151-3/+9
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-021-141/+155
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-2/+2
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-12/+12
* 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-8/+26
* decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...Rodeo2012-05-271-6/+1
* libhb: fix problem with incorrect addition of audio silencejstebbins2012-05-011-0/+2
* Rework filter pipelinejstebbins2012-03-271-6/+6
* add more audio passthru optionsjstebbins2011-08-011-0/+1
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-0/+3
* Change internal audio representation rangejstebbins2011-04-081-1/+1
* Add ac3 encodingjstebbins2010-10-041-1/+1
* allow mono mixdown with lame encoderjstebbins2010-05-131-2/+0
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-071-9/+11
* AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem...jbrjake2009-02-051-2/+9
* - validate frame sync the way the standard suggests (via checking the frame ...van2008-12-041-96/+164
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-0/+12
* Fix bug which prevented AC3 sync when only one AC3 packet was located in the ...eddyg2008-10-191-2/+3
* Don't announce when getting a bad AC3 sync, just silently look for two matchi...eddyg2008-10-161-3/+1
* a52_syncinfo() returns garbage values sometimes, so when scanning a stream ch...eddyg2008-10-141-1/+17
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-2/+7
* - support blu-ray, avchd & dvb x264van2008-05-311-7/+90
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* New internal audio handling.saintdev2008-04-011-5/+6
* minor bug fix: AC3 passthru audio frames with no pts were getting a bogus sta...van2008-03-151-4/+5
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-21/+21
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-1/+2
* Only call the dynamic range compression function when the user-inputted value...jbrjake2007-12-131-1/+1
* Ooops -- when copying and pasting code snippets, it helps to have the right t...jbrjake2007-12-121-1/+1
* Adds extra, user-selectable dynamic range compression to the liba52 interface...jbrjake2007-12-081-0/+32
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-081-1/+10
* This patch from eddyg should help alleviate HandBrake's audio drop issues. It...jbrjake2007-07-251-0/+5
* Implement transport and program stream support. With these changes it's now p...awk2007-07-041-1/+10
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...maurj2007-05-021-1/+2
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...maurj2007-04-111-24/+8
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-0/+3
* Amended the code comments about 6-channel and 1-channel audio extraction to r...maurj2007-03-271-3/+3
* Applied and committed saintdev's patch to fix multi-track audio. Only in the...maurj2007-03-211-5/+5