Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-28Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer
2017-04-12ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-10-21avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun
2014-03-01avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2011-01-25Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2010-07-15Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-05-31use enum value for CRC errorJustin Ruggles
2008-04-25add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-15better AC3 header error reportingJustin Ruggles
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs