summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* prevent crash when dba params are invalidJustin Ruggles2008-06-03
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* fix handling of special case for lowest snroffset. regressions are unaffected.Justin Ruggles2007-03-20
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-18
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-18
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-11
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* Create ac3.c which will be used for AC-3 common code.Justin Ruggles2007-03-09