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-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-21Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles
2009-02-19Allow AC-3 parser to modify codec_id.Joakim Plate
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-12-17AC3: fix strict aliasing violation in parserMåns Rullgård
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-25Close parse context.David Liu
2008-06-08move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles
2008-06-08add more gain levels and adjust mix level tables accordingly.Justin Ruggles
2008-06-08set default mix levels regardless of bitstream idJustin Ruggles
2008-06-08get substreamid from ac3 parserJustin Ruggles
2008-06-08get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin 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-04-19Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer
2008-04-19Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer
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-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-28removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej 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
2008-01-05cosmetics: indentation after last commitJustin Ruggles
2008-01-05move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles
2007-12-09cosmetics: rename common ac3 variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
2007-10-13prevent infinite loop and memcpy of negative amountsMichael Niedermayer
2007-09-15better AC3 header error reportingJustin Ruggles
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
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