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
2009-05-13Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse
2009-05-13Move the ADTS header size to the parser's header file.Alex Converse
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-23Close the AAC parse context, discovered by Netgem.Alex Converse
2009-02-13Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-08Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain
2008-12-17AAC: fix strict aliasing violation in parserMåns Rullgård
2008-10-11aac_parser: fix strict aliasing violationMåns Rullgård
2008-04-19Add new_frame_start and need_next_header.Michael Niedermayer
2008-04-19Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer
2008-04-18remove AACAC3FrameFlagMichael Niedermayer
2008-04-10undo changes in aac_ac3_parserBartlomiej Wolowiec
2008-04-08Corrections of errors in aac_ac3_parserBartlomiej Wolowiec
2008-04-06change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec
2008-04-01use mpeg4audio common code in aac parserBaptiste Coudurier
2008-03-28removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec
2008-03-25adding lacking include to aac3_parser.cBartlomiej Wolowiec
2008-03-25using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2008-03-23Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-10-13prevent infinite loop and memcpy of negative amountsMichael Niedermayer
2007-05-09cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs