]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3.c
Remove obsolete display_flags member from xvmc struct
[ffmpeg] / libavcodec / ac3.c
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.