]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3.c
Implement ff_scale_vector_to_given_sum_of_squares()
[frescor/ffmpeg.git] / libavcodec / ac3.c
2009-11-03 jbrSimplify AC-3 critical band end calculation (correctly...
2009-11-03 jbrRevert r20050, which caused decoding errors with at...
2009-09-27 jbrRemove unneeded table lookup.
2009-09-27 jbrCosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrMove some variable declarations to inside of loops.
2009-09-27 jbrRemove unneeded variable.
2009-09-27 jbrCosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrRemove some unneeded variables.
2009-09-27 jbrCosmetics: Rename some variables
2009-09-27 jbrsimplify 2 lines into 1 using FFMIN
2009-09-27 jbrCosmetics: Do some basic pretty-printing.
2009-09-27 jbrSimplify by combining increment with array access.
2009-09-27 jbrcosmetics: Rename some variables to be more descriptive...
2009-09-27 jbrMove 2 variable declarations to inside of loop.
2009-09-27 jbrsimplify by combining increment with array access
2009-09-27 jbrRemove unneeded variable
2009-09-27 jbrHardcode AC-3 critical band tables when CONFIG_HARDCODE...
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.