| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes | Andreas Rheinhardt | 2024-05-20 | 1 | -10/+8 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | Revert "avcodec: Rename ff_kbd_window_init() as it will be needed from outsid... | Andreas Rheinhardt | 2024-03-07 | 1 | -1/+1 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -8/+0 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavc... | Michael Niedermayer | 2023-07-22 | 1 | -1/+1 |
* | avcodec/eac3dec: add detection of Atmos spatial extension profile | Marth64 | 2023-03-02 | 1 | -0/+1 |
* | lavc/ac3dec: fail when the sample rate is unset | Anton Khirnov | 2023-01-10 | 1 | -0/+5 |
* | ac3: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -9/+13 |
* | avcodec/ac3dec: split off code discarding garbage at the beginning of a packet | James Almer | 2022-10-26 | 1 | -13/+2 |
* | avcodec/ac3dsp: Remove unused parameter | Andreas Rheinhardt | 2022-09-29 | 1 | -1/+1 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1 | Paul B Mahol | 2022-09-21 | 1 | -23/+32 |
* | avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.h | Andreas Rheinhardt | 2022-05-15 | 1 | -0/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | ac3: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -20/+37 |
* | avcodec/ac3tab: Unavpriv ac3_channel_layout_tab | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+2 |
* | avcodec/ac3dec: Make decoders init-threadsafe | Andreas Rheinhardt | 2021-01-09 | 1 | -1/+4 |
* | avcodec/ac3dec: Check operations that can fail | Andreas Rheinhardt | 2021-01-09 | 1 | -4/+7 |
* | avcodec/ac3: Explicitly return to discard large amounts of nonsense bytes | Michael Niedermayer | 2019-02-07 | 1 | -0/+2 |
* | avcodec/ac3dec: Optimize frame start search | Michael Niedermayer | 2019-01-16 | 1 | -6/+14 |
* | libavcodec/ac3dec.c: Avoid unspecific -1 error code | Michael Niedermayer | 2019-01-01 | 1 | -1/+1 |
* | avformat/ac3dec: always skip junk bytes before sync bytes | Paul B Mahol | 2018-11-30 | 1 | -3/+17 |
* | avcodec/ac3dec: Fix shift signedness in mask creation | Michael Niedermayer | 2018-09-22 | 1 | -2/+2 |
* | avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C... | Michael Niedermayer | 2018-09-22 | 1 | -23/+4 |
* | avcodec/ac3dec: Check channel_map index | Michael Niedermayer | 2018-07-04 | 1 | -0/+7 |
* | avcodec/ac3dec: Check that the number of channels with dependant streams is v... | Michael Niedermayer | 2018-05-27 | 1 | -0/+5 |
* | avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame() | Michael Niedermayer | 2018-05-27 | 1 | -1/+3 |
* | avcodec/ac3dec: Use frame_size if superframe_size is 0 | Michael Niedermayer | 2018-05-26 | 1 | -0/+3 |
* | avcodec/ac3: fix out of array access introduced previously | Paul B Mahol | 2018-03-30 | 1 | -5/+5 |
* | avcodec/eac3: add support for dependent stream | Paul B Mahol | 2018-03-29 | 1 | -34/+145 |
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609' | James Almer | 2017-10-27 | 1 | -3/+3 |
|\ |
|
| * | ac3_parser: add a public function for parsing the data required by the demuxer | Anton Khirnov | 2017-04-12 | 1 | -2/+2 |
* | | avcodec/ac3dec: Fix: runtime error: index -1 out of bounds for type 'INTFLOAT... | Michael Niedermayer | 2017-05-14 | 1 | -1/+1 |
* | | avcodec/ac3dec: Keep track of band structure | Michael Niedermayer | 2017-05-13 | 1 | -12/+15 |
* | | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb' | Clément Bœsch | 2017-03-22 | 1 | -3/+3 |
|\| |
|
| * | ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm | Justin Ruggles | 2016-10-01 | 1 | -4/+4 |
* | | Merge commit '43717469f9daa402f6acb48997255827a56034e9' | Clément Bœsch | 2017-03-22 | 1 | -16/+30 |
|\| |
|
| * | ac3dsp: Reverse matrix in/out order in downmix() | Justin Ruggles | 2016-10-01 | 1 | -13/+27 |
* | | Merge commit '8495d84f0101464b15517860db33e8605586d87e' | Clément Bœsch | 2017-03-15 | 1 | -3/+3 |
|\| |
|
| * | ac3dec: Add some inline hints | Luca Barbato | 2016-07-29 | 1 | -3/+3 |
* | | Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a' | Clément Bœsch | 2017-03-15 | 1 | -2/+1 |
|\| |
|
| * | ac3dec: Simplify skipping | Luca Barbato | 2016-07-29 | 1 | -2/+1 |
* | | Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee' | Clément Bœsch | 2017-03-15 | 1 | -91/+116 |
|\| |
|
| * | ac3dec: Split coupling-specific code from decode_audio_block() | Luca Barbato | 2016-07-29 | 1 | -91/+116 |
* | | Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a' | Clément Bœsch | 2017-03-15 | 1 | -122/+139 |
|\| |
|