]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / ac3.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-12-08 jbrcosmetics: alignment after last commit
2008-12-08 jbrac3: detect dba errors and prevent writing past end...
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-06-07 jbrpass bap table to ff_ac3_bit_alloc_calc_bap()
2008-06-03 jbrprevent crash when dba params are invalid
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-12-09 jbrcosmetics: rename ac3 bit allocation variables
2007-12-09 jbrcosmetics: rename ac3 tables
2007-07-15 jbrmove some common values to ac3.h and utilize them
2007-04-25 aurelmove ac3 tables from a .h to a .c
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-03-20 jbrfix handling of special case for lowest snroffset....
2007-03-18 jbrsplit ac3_parametric_bit_allocation into 3 separate...
2007-03-18 jbrhardcode ff_ac3_frame_sizes table
2007-03-11 jbrmove AC-3 header parsing to ac3.c
2007-03-11 jbrremove redundancy in AC-3 parser by using common tables...
2007-03-09 jbrCreate ac3.c which will be used for AC-3 common code.