summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.c
Commit message (Expand)AuthorAge
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-20
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-17
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Close parse context.David Liu2008-06-25
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-07
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-19
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-19
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* 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