| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ac3_parser: improve false positive detection when parsing sync frames | James Almer | 2022-10-26 | 1 | -0/+1 |
* | avcodec/aac_ac3_parser: don't fill stream info in the sync function | James Almer | 2022-10-26 | 1 | -15/+1 |
* | avcodec/ac3dec: split off code discarding garbage at the beginning of a packet | James Almer | 2022-10-26 | 1 | -0/+19 |
* | avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_code | Jan Ekström | 2022-06-30 | 1 | -1/+4 |
* | avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h | Andreas Rheinhardt | 2022-05-15 | 1 | -0/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/ac3tab: Unavpriv ac3_channel_layout_tab | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec: Constify all the AVCodecParsers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/ac3_parser: recognize LE bitstream variant | Paul B Mahol | 2020-02-23 | 1 | -0/+6 |
* | avcodec/ac3_parser: Check init_get_bits8() for failure | Michael Niedermayer | 2018-06-28 | 1 | -1/+3 |
* | avcodec/eac3: add support for dependent stream | Paul B Mahol | 2018-03-29 | 1 | -1/+1 |
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609' | James Almer | 2017-10-27 | 1 | -10/+62 |
|\ |
|
| * | ac3_parser: add a public function for parsing the data required by the demuxer | Anton Khirnov | 2017-04-12 | 1 | -2/+33 |
* | | avcodec: drop 2 suffix from avpriv_ac3_parse_header2 | Andreas Cadhalpun | 2015-10-22 | 1 | -2/+2 |
* | | avcodec: remove unused avpriv_ac3_parse_header | Andreas Cadhalpun | 2015-10-21 | 1 | -9/+0 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | ac3_parser: add required padding for GetBitContext buffer | Janne Grunau | 2015-06-09 | 1 | -1/+1 |
* | | avcodec/ac3_parser: Avoid floats in bitrate computation | Michael Niedermayer | 2015-05-29 | 1 | -2/+2 |
* | | avcodec: fix aac/ac3 parser bitstream buffer size | Michael Niedermayer | 2014-08-22 | 1 | -1/+1 |
* | | avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodec | Michael Niedermayer | 2014-03-01 | 1 | -3/+19 |
* | | Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068' | Michael Niedermayer | 2014-01-05 | 1 | -1/+4 |
|\| |
|
| * | (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl... | Tim Walker | 2014-01-05 | 1 | -1/+4 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -1/+1 |
|\| |
|
| * | mov: set channel layout for AC-3 streams based on the 'dac3' atom info | Justin Ruggles | 2012-02-22 | 1 | -1/+1 |
| * | ac3dec: Move center and surround mix level tables to the parser. | Michael Niedermayer | 2012-02-09 | 1 | -4/+16 |
* | | ac3dec: Move center&surround mix level tables to parser. | Michael Niedermayer | 2012-01-21 | 1 | -4/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+5 |
|\| |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\| |
|
| * | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -1/+4 |
|\| |
|
| * | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 1 | -1/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Remove unused ff_ac3_parse_header_full function. | Diego Elio Pettenò | 2011-01-25 | 1 | -29/+0 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Remove unused ff_ac3_parse_header_full function. | Diego Elio Pettenò | 2011-01-26 | 1 | -29/+0 |
|/ |
|
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 | Justin Ruggles | 2010-07-07 | 1 | -1/+1 |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+4 |