summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* ac3: convert to new channel layout APIVittorio Giovara2022-03-15
* aac: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/aac_ac3_parser: fix channel information parsing in case decoder is di...Piotr Uracz2021-02-01
* lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser2020-08-12
* lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao2020-06-26
* avcodec/aac_ac3_parser: account for data already in the parsing bufferHendrik Leppkes2018-04-15
* avcodec/eac3: add support for dependent streamPaul B Mahol2018-03-29
* Merge commit 'dd3aa85b68c017c419acb0c39ff6aa890ce89e87'James Almer2017-10-30
|\
| * aac_ac3_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-27
* | lavc/aac_ac3_parser: reindentRodger Combs2016-02-27
* | lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frameRodger Combs2016-02-27
* | Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-28
* | Merge commit 'b53285462263ef8a795f0e289abd5799b4c57652'Michael Niedermayer2013-11-23
|\|
| * ac3: implement request_channel_layout.Tim Walker2013-11-22
* | Merge commit '69d4dbfd1faa99563065329656bbe597d612ca03'Michael Niedermayer2013-11-19
|\|
| * aac_ac3_parser: simplify an expressionTim Walker2013-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-26
|\|
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Cosmetics: Re-indent after last commit.Alex Converse2010-03-04
* AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse2010-03-04
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Reset state after some frame header is found.Michael Niedermayer2008-10-29
* Fix all the recent problems Justin had run into with the AC3 parser,Michael Niedermayer2008-09-22
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* This fixes the code so it is correct on both sides of the if().Michael Niedermayer2008-04-19
* indentMichael Niedermayer2008-04-19
* 100l I broke AC3 in MPEG seeking.Michael Niedermayer2008-04-19
* part 1 of EAC3 supportMichael Niedermayer2008-04-19
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-08
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28