summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.c
Commit message (Expand)AuthorAge
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-15
* avcodec/ac3tab: Move some tables only used by ac3.c to itAndreas Rheinhardt2022-05-15
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-29
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
* | avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde2015-11-30
* | ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun2015-04-16
* | avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask()Michael Niedermayer2015-03-15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * ac3dec: fix processing of delta bit allocation information.Justin Ruggles2011-04-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-30
|\|
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
| * ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles2011-01-26
| * Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-25
| * Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-25
* | Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-28
* | ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles2011-01-28
* | Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-26
* | Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-26
|/
* Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.cJustin Ruggles2010-12-14
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change code so it uses 2 adds instead of one FFABS.Reimar Döffinger2010-01-14
* Simplify AC-3 critical band end calculation (correctly this time).Justin Ruggles2009-11-03
* Revert r20050, which caused decoding errors with at least one valid AC-3 file.Justin Ruggles2009-11-03
* Remove unneeded table lookup.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-27
* Move some variable declarations to inside of loops.Justin Ruggles2009-09-27
* Remove unneeded variable.Justin Ruggles2009-09-27
* Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles2009-09-27
* Remove some unneeded variables.Justin Ruggles2009-09-27
* Cosmetics: Rename some variablesJustin Ruggles2009-09-27
* simplify 2 lines into 1 using FFMINJustin Ruggles2009-09-27
* Cosmetics: Do some basic pretty-printing.Justin Ruggles2009-09-27
* Simplify by combining increment with array access.Justin Ruggles2009-09-27
* cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles2009-09-27
* Move 2 variable declarations to inside of loop.Justin Ruggles2009-09-27
* simplify by combining increment with array accessJustin Ruggles2009-09-27
* Remove unneeded variableJustin Ruggles2009-09-27
* Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles2009-09-27
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03