Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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