aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3_parser.c
Commit message (Expand)AuthorAgeFilesLines
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-051-1/+4
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-1/+1
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-091-4/+16
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+5
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-201-2/+2
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-1/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-251-29/+0
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles2010-07-071-1/+1
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+4
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles2009-02-201-1/+1
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-191-0/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-7/+7
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-171-2/+5
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-1/+1
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-1/+1
* Close parse context.David Liu2008-06-251-1/+1
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-071-16/+4
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-071-2/+2
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-071-4/+4
* get substreamid from ac3 parserJustin Ruggles2008-06-071-1/+2
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-071-4/+4
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+29
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-29/+44
* Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer2008-04-191-3/+3
* Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer2008-04-191-2/+2
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-191-1/+4
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-191-3/+3
* remove AACAC3FrameFlagMichael Niedermayer2008-04-181-12/+1
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-091-6/+14
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-071-1/+1
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-051-14/+6
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-281-8/+8
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-281-1/+13
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-241-2/+2
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-1/+5
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-231-7/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* cosmetics: indentation after last commitJustin Ruggles2008-01-051-34/+34
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-051-47/+37
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-051-8/+9