summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.c
Commit message (Expand)AuthorAge
...
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* cosmetics: indentation after last commitJustin Ruggles2008-01-05
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-05
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-05
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-13
* better AC3 header error reportingJustin Ruggles2007-09-15
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08