aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/ac3.c
AgeCommit message (Expand)Author
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
2007-04-25move ac3 tables from a .h to a .cAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-03-20fix handling of special case for lowest snroffset. regressions are unaffected.Justin Ruggles
2007-03-18split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
2007-03-09Create ac3.c which will be used for AC-3 common code.Justin Ruggles