]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3_parser.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / ac3_parser.c
2009-04-19 jbrAdd channel layout support to the AC-3 decoder and...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-20 jbrSet the correct number of samples for E-AC-3 in the...
2009-02-19 jbrAllow AC-3 parser to modify codec_id.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-07 superdumpFactorise enum of AC3 error types to be usable by AAC...
2008-12-17 mruAC3: fix strict aliasing violation in parser
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-06-25 benoitClose parse context.
2008-06-07 jbrmove mix level tables from parser to decoder. have...
2008-06-07 jbradd more gain levels and adjust mix level tables accord...
2008-06-07 jbrset default mix levels regardless of bitstream id
2008-06-07 jbrget substreamid from ac3 parser
2008-06-07 jbrget the number of blocks from the ac3 parser and use...
2008-04-24 bwolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-22 bwolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-19 michaelMake most EAC3 working without breaking regressions.
2008-04-19 michaelPart 2 of EAC3 support, this is still disabled as it...
2008-04-19 michaelAdd new_frame_start and need_next_header.
2008-04-19 michaelChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 michaelremove AACAC3FrameFlag
2008-04-09 bwolowiecundo changes in aac_ac3_parser
2008-04-07 bwolowiecCorrections of errors in aac_ac3_parser
2008-04-05 bwolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-03-28 bwolowiecchange name from stream type to frame type in AC3 code
2008-03-28 bwolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-24 bwolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 bwolowiecusing stream type in eac3 parser
2008-03-23 jbrPass AACAC3ParseContext to sync() instead of individual...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-01-05 jbrcosmetics: indentation after last commit
2008-01-05 jbrmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 jbrremove unneeded variables from AC3HeaderInfo
2007-12-09 jbrcosmetics: rename common ac3 variables
2007-12-09 jbrcosmetics: rename ac3 bit allocation variables
2007-12-09 jbrcosmetics: rename ac3 tables
2007-10-13 michaelprevent infinite loop and memcpy of negative amounts
2007-09-15 jbrbetter AC3 header error reporting
2007-07-15 jbrmove some common values to ac3.h and utilize them
2007-05-08 aurelcosmetics: rename for consistency after previous aac...
2007-05-08 aurelmove aac and ac3 parsers in their own files