summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac_ac3_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aac_ac3_parser: account for data already in the parsing bufferHendrik Leppkes2018-04-151-0/+3
* avcodec/eac3: add support for dependent streamPaul B Mahol2018-03-291-3/+6
* Merge commit 'dd3aa85b68c017c419acb0c39ff6aa890ce89e87'James Almer2017-10-301-14/+2
|\
| * aac_ac3_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-271-14/+2
* | lavc/aac_ac3_parser: reindentRodger Combs2016-02-271-22/+23
* | lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frameRodger Combs2016-02-271-0/+4
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-051-8/+0
|\ \ | |/
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-281-8/+0
* | Merge commit 'b53285462263ef8a795f0e289abd5799b4c57652'Michael Niedermayer2013-11-231-3/+17
|\ \ | |/
| * ac3: implement request_channel_layout.Tim Walker2013-11-221-3/+17
* | Merge commit '69d4dbfd1faa99563065329656bbe597d612ca03'Michael Niedermayer2013-11-191-7/+3
|\ \ | |/
| * aac_ac3_parser: simplify an expressionTim Walker2013-11-191-7/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-1/+1
|\ \ | |/
| * (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-201-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+1
|\ \ | |/
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Cosmetics: Re-indent after last commit.Alex Converse2010-03-041-13/+13
* AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse2010-03-041-3/+11
* Cosmetics after last commitAlex Converse2009-05-131-3/+1
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-131-0/+2
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-191-0/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Reset state after some frame header is found.Michael Niedermayer2008-10-291-0/+1
* Fix all the recent problems Justin had run into with the AC3 parser,Michael Niedermayer2008-09-221-1/+1
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-1/+2
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-191-1/+3
* indentMichael Niedermayer2008-04-191-14/+14
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-191-1/+1
* part 1 of EAC3 supportMichael Niedermayer2008-04-191-1/+4
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-191-1/+2
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-191-37/+32
* remove AACAC3FrameFlagMichael Niedermayer2008-04-181-2/+1
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-091-39/+34
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-081-1/+1
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-071-1/+8
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-051-34/+32
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-281-1/+2
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-231-8/+7
* add downmixing support to libfaad decoderJustin Ruggles2008-01-051-3/+4
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-051-0/+7
* cosmetics: indentation after last commitJustin Ruggles2008-01-031-1/+1
* remove workaround which is no longer needed due toJustin Ruggles2008-01-031-7/+0
OpenPOWER on IntegriCloud