summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-271-12/+6
|\
| * ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-121-11/+6
* | avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-221-1/+1
* | avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun2015-10-211-2/+0
* | avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer2014-03-011-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-251-11/+0
* | Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-261-11/+0
|/
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-141-4/+4
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-4/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-4/+4
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-9/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-1/+1
* use enum value for CRC errorJustin Ruggles2008-05-311-0/+1
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+11
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-2/+3
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-281-1/+1
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* better AC3 header error reportingJustin Ruggles2007-09-151-0/+7
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-081-0/+40
OpenPOWER on IntegriCloud