| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h | Andreas Rheinhardt | 2022-05-15 | 1 | -115/+0 |
* | avcodec/ac3: Remove declaration of inexistent function | Andreas Rheinhardt | 2022-05-15 | 1 | -2/+0 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -0/+1 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -2/+3 |
* | avcodec/ac3enc: Use actual size of buffer in init_put_bits() | Andreas Rheinhardt | 2021-04-02 | 1 | -1/+0 |
* | avcodec/ac3: fix out of array access introduced previously | Paul B Mahol | 2018-03-30 | 1 | -0/+1 |
* | avcodec/(e)ac3: Fix target_level for EAC3. | Nikolas Bowe | 2016-09-15 | 1 | -1/+1 |
* | avcodec/ac3: use M_SQRT1_2, M_SQRT2 | Ganesh Ajjanagadde | 2015-11-22 | 1 | -3/+3 |
* | avcodec/ac3: replace #define by typedef | Ganesh Ajjanagadde | 2015-11-20 | 1 | -4/+4 |
* | avcodec/ac3: sync AC3HeaderInfo struct with the fork | James Almer | 2015-09-05 | 1 | -5/+0 |
* | avcodec/ac3: add () to protect the macro arguments | Michael Niedermayer | 2015-02-16 | 1 | -2/+2 |
* | Improved AC3 decoder level support (heavy drc, dialnorm) | Jean-Francois Thibert | 2014-08-27 | 1 | -1/+3 |
* | avcodec/ac3: rename identifier used to select the fixed point variant | Michael Niedermayer | 2014-04-01 | 1 | -5/+5 |
* | libavcodec: Implementation of AC3 fixedpoint decoder | Nedeljko Babic | 2014-04-01 | 1 | -0/+46 |
* | avcodec/ac3: move new field to the end of AC3HeaderInfo | Michael Niedermayer | 2014-03-01 | 1 | -0/+5 |
* | Merge commit '9c0e4b3395cad79c560d03d2a94595d89e017885' | Michael Niedermayer | 2014-02-16 | 1 | -1/+1 |
|\ |
|
| * | ac3: update AC3PreferredStereoDownmixMode. | Tim Walker | 2014-02-15 | 1 | -1/+1 |
* | | Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f' | Michael Niedermayer | 2014-01-19 | 1 | -0/+8 |
|\| |
|
| * | (e)ac3: parse and store the Lt/Rt and LFE mix levels. | Tim Walker | 2014-01-19 | 1 | -0/+8 |
* | | Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068' | Michael Niedermayer | 2014-01-05 | 1 | -0/+25 |
|\| |
|
| * | (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl... | Tim Walker | 2014-01-05 | 1 | -0/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -1/+1 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\| |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | | ac3enc: drop common fixed/float encoder | Michael Niedermayer | 2011-08-12 | 1 | -41/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-28 | 1 | -0/+2 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -2/+2 |
|\| |
|
| * | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -1/+0 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -2/+5 |
|\| |
|
| * | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 1 | -1/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-02 | 1 | -0/+1 |
|\| |
|
* | | Correctly implement ac3 float/fixed encoder. | Michael Niedermayer | 2011-04-16 | 1 | -0/+39 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-30 | 1 | -19/+0 |
|\| |
|
| * | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -19/+0 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-28 | 1 | -0/+11 |
|\| |
|
| * | ac3enc: Add codec-specific options for writing AC-3 metadata. | Justin Ruggles | 2011-03-27 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -0/+1 |
|\| |
|
| * | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h | Justin Ruggles | 2011-03-04 | 1 | -0/+1 |
| * | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-26 | 1 | -1/+1 |
| * | Remove unused ac3_parametric_bit_allocation function. | Diego Elio Pettenò | 2011-01-25 | 1 | -7/+0 |
* | | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h | Justin Ruggles | 2011-03-05 | 1 | -0/+1 |
* | | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-28 | 1 | -1/+1 |
* | | Remove unused ac3_parametric_bit_allocation function. | Diego Elio Pettenò | 2011-01-26 | 1 | -7/+0 |
|/ |
|
* | cosmetics: use some size macros in ac3tab.c/h | Justin Ruggles | 2010-12-14 | 1 | -2/+2 |
* | define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. | Justin Ruggles | 2010-12-14 | 1 | -0/+1 |
* | cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2. | Justin Ruggles | 2010-12-14 | 1 | -0/+1 |