]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3_parser.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / ac3_parser.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2012-02-10 Michael Niedermayerac3dec: Move center and surround mix level tables to...
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_ac3_parse_header.
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Diego Elio PettenòRemove unused ff_ac3_parse_header_full function.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-07 Justin Rugglesac3: make the value of codec_id during (E-)AC-3 parsing...
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-20 Justin RugglesSet the correct number of samples for E-AC-3 in the...
2009-02-19 Joakim PlateAllow AC-3 parser to modify codec_id.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-07 Alex ConverseFactorise enum of AC3 error types to be usable by AAC...
2008-12-17 Måns RullgårdAC3: fix strict aliasing violation in parser
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-06-25 David LiuClose parse context.
2008-06-07 Justin Rugglesmove mix level tables from parser to decoder. have...
2008-06-07 Justin Rugglesadd more gain levels and adjust mix level tables accord...
2008-06-07 Justin Rugglesset default mix levels regardless of bitstream id
2008-06-07 Justin Rugglesget substreamid from ac3 parser
2008-06-07 Justin Rugglesget the number of blocks from the ac3 parser and use...
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-19 Michael NiedermayerMake most of E-AC-3 work without breaking regression...
2008-04-19 Michael NiedermayerPart 2 of EAC3 support, this is still disabled as it...
2008-04-19 Michael NiedermayerAdd new_frame_start and need_next_header.
2008-04-19 Michael NiedermayerChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 Michael Niedermayerremove AACAC3FrameFlag
2008-04-09 Bartlomiej Wolowiecundo changes in aac_ac3_parser
2008-04-07 Bartlomiej WolowiecCorrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej Wolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-03-28 Bartlomiej Wolowiecchange name from stream type to frame type in AC3 code
2008-03-28 Bartlomiej Wolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-24 Bartlomiej Wolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-03-23 Justin RugglesPass AACAC3ParseContext to sync() instead of individual...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-01-05 Justin Rugglescosmetics: indentation after last commit
2008-01-05 Justin Rugglesmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-10-13 Michael Niedermayerprevent infinite loop and memcpy of negative amounts
2007-09-15 Justin Rugglesbetter AC3 header error reporting
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-05-08 Aurelien Jacobscosmetics: rename for consistency after previous aac...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files