]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / ac3.c
2016-06-07 Diego BiurrunRemove unnecessary get_bits.h #includes
2011-04-17 Justin Rugglesac3dec: fix processing of delta bit allocation information.
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Justin RugglesAdd ff_ prefix to ac3_common_init().
2011-01-26 Justin Rugglesac3: Remove ff_ac3_critical_band_size_tab.
2011-01-25 Diego Elio PettenòMove ff_ac3_critical_band_size_tab in ac3.c for non...
2011-01-25 Diego Elio PettenòRemove unused ac3_parametric_bit_allocation function.
2010-12-14 Justin RugglesUse AC3_MAX_COEFS instead of 256 in a couple places...
2010-12-14 Justin Rugglesdefine AC3_CRITICAL_BANDS and use it in the AC-3 encode...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-14 Reimar DöffingerChange code so it uses 2 adds instead of one FFABS.
2009-11-03 Justin RugglesSimplify AC-3 critical band end calculation (correctly...
2009-11-03 Justin RugglesRevert r20050, which caused decoding errors with at...
2009-09-27 Justin RugglesRemove unneeded table lookup.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove some variable declarations to inside of loops.
2009-09-27 Justin RugglesRemove unneeded variable.
2009-09-27 Justin RugglesCosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesRemove some unneeded variables.
2009-09-27 Justin RugglesCosmetics: Rename some variables
2009-09-27 Justin Rugglessimplify 2 lines into 1 using FFMIN
2009-09-27 Justin RugglesCosmetics: Do some basic pretty-printing.
2009-09-27 Justin RugglesSimplify by combining increment with array access.
2009-09-27 Justin Rugglescosmetics: Rename some variables to be more descriptive...
2009-09-27 Justin RugglesMove 2 variable declarations to inside of loop.
2009-09-27 Justin Rugglessimplify by combining increment with array access
2009-09-27 Justin RugglesRemove unneeded variable
2009-09-27 Justin RugglesHardcode AC-3 critical band tables when CONFIG_HARDCODE...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-08 Justin Rugglescosmetics: alignment after last commit
2008-12-08 Justin Rugglesac3: detect dba errors and prevent writing past end...
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-07 Justin Rugglespass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-03 Justin Rugglesprevent crash when dba params are invalid
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-03-20 Justin Rugglesfix handling of special case for lowest snroffset....
2007-03-18 Justin Rugglessplit ac3_parametric_bit_allocation into 3 separate...
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-03-09 Justin RugglesCreate ac3.c which will be used for AC-3 common code.