summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ac3: fix out of array access introduced previouslyPaul B Mahol2018-03-301-0/+1
* avcodec/(e)ac3: Fix target_level for EAC3.Nikolas Bowe2016-09-151-1/+1
* avcodec/ac3: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde2015-11-221-3/+3
* avcodec/ac3: replace #define by typedefGanesh Ajjanagadde2015-11-201-4/+4
* avcodec/ac3: sync AC3HeaderInfo struct with the forkJames Almer2015-09-051-5/+0
* avcodec/ac3: add () to protect the macro argumentsMichael Niedermayer2015-02-161-2/+2
* Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-271-1/+3
* avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer2014-04-011-5/+5
* libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic2014-04-011-0/+46
* avcodec/ac3: move new field to the end of AC3HeaderInfoMichael Niedermayer2014-03-011-0/+5
* Merge commit '9c0e4b3395cad79c560d03d2a94595d89e017885'Michael Niedermayer2014-02-161-1/+1
|\
| * ac3: update AC3PreferredStereoDownmixMode.Tim Walker2014-02-151-1/+1
* | Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'Michael Niedermayer2014-01-191-0/+8
|\ \ | |/
| * (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-191-0/+8
* | Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'Michael Niedermayer2014-01-051-0/+25
|\ \ | |/
| * (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-051-0/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\ \ | |/
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* | ac3enc: drop common fixed/float encoderMichael Niedermayer2011-08-121-41/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-281-0/+2
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-2/+2
|\ \ | |/
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-1/+0
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-2/+5
|\ \ | |/
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-021-0/+1
|\ \ | |/
* | Correctly implement ac3 float/fixed encoder.Michael Niedermayer2011-04-161-0/+39
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-301-19/+0
|\ \ | |/
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-19/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-281-0/+11
|\ \ | |/
| * ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-0/+11
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+1
|\ \ | |/
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-041-0/+1
| * Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-261-1/+1
| * Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-251-7/+0
* | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-051-0/+1
* | Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-281-1/+1
* | Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-261-7/+0
|/
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-141-2/+2
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-141-0/+1
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-141-0/+1
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-141-2/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-2/+2
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
OpenPOWER on IntegriCloud