summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ac3_parser: improve false positive detection when parsing sync framesJames Almer2022-10-261-0/+4
* avcodec/aac_ac3_parser: reindent after previous commitJames Almer2022-10-261-31/+31
* avcodec/aac_ac3_parser: don't try to sync when the parser is configured to ha...James Almer2022-10-261-0/+5
* avcodec/aac_ac3_parser: don't fill stream info in the sync functionJames Almer2022-10-261-13/+50
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* ac3: convert to new channel layout APIVittorio Giovara2022-03-151-0/+6
* aac: convert to new channel layout APIAnton Khirnov2022-03-151-2/+7
* avcodec/aac_ac3_parser: fix channel information parsing in case decoder is di...Piotr Uracz2021-02-011-2/+2
* lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser2020-08-121-3/+2
* lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao2020-06-261-2/+7
* 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