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
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-10ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-25Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-08ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles
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