summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.h
Commit message (Expand)AuthorAge
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-25
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-14
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* 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
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* use enum value for CRC errorJustin Ruggles2008-05-31
* 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
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* better AC3 header error reportingJustin Ruggles2007-09-15
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08