summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov4-5/+5
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-26Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2-40/+0
2011-01-25Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2-40/+0
2010-07-14Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun3-7/+7
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun6-11/+10
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse5-28/+31
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2008-05-31use enum value for CRC errorJustin Ruggles2-2/+3
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec5-0/+70
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec5-64/+56
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec4-17/+17
2008-03-24using stream type in eac3 parserBartlomiej Wolowiec6-1/+18
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-09-15better AC3 header error reportingJustin Ruggles3-9/+32
2007-05-08move aac and ac3 parsers in their own filesAurelien Jacobs9-314/+433