| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/dca_core: Remove unneeded emms.h inclusion | Andreas Rheinhardt | 2024-02-09 | 1 | -1/+0 |
* | x86: Remove inline MMX assembly that clobbers the FPU state | Martin Storsjö | 2024-02-09 | 1 | -16/+0 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -4/+4 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | dca_core: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -7/+16 |
* | avcodec/dcahuff: Replace DCAVLC by ordinary VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -5/+5 |
* | avcodec/dca_core: Don't use too big max_depth in get_vlc2() | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+1 |
* | avcodec/dca_core: Inline number of bits of scale factor VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -2/+4 |
* | avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creation | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+1 |
* | avcodec/dcahuff: Always use three bits for transition mode VLCs | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+1 |
* | avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarily | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+2 |
* | avcodec/dca_core: Only call emms_c() if needed | Andreas Rheinhardt | 2022-09-11 | 1 | -0/+8 |
* | 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/dcadec: Treat the input packet's data as const | Andreas Rheinhardt | 2022-07-04 | 1 | -2/+2 |
* | dca: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -3/+3 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -0/+1 |
* | avcodec/dca: Unavpriv dca_sample_rates | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/dca_core: always limit frame size to data size | foo86 | 2017-10-09 | 1 | -1/+1 |
* | avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head... | James Almer | 2017-07-21 | 1 | -1/+1 |
* | avcodec/dca: avoid using bitstream reader in a non-standard way | foo86 | 2017-07-18 | 1 | -5/+7 |
* | avcodec/dca_core: probe extension headers directly | foo86 | 2017-07-18 | 1 | -15/+16 |
* | avcodec/dca_core: switch to common frame header parsing function | foo86 | 2017-07-18 | 1 | -98/+51 |
* | avcodec/dca: move some enumeration typedefs into headers | foo86 | 2017-07-18 | 1 | -48/+20 |
* | avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder | Daniil Cherednik | 2017-05-08 | 1 | -35/+11 |
* | dcaenc: Implementation of Huffman codes for DCA encoder | Daniil Cherednik | 2017-01-15 | 1 | -12/+4 |
* | avcodec/dca: remove useless debug message | foo86 | 2016-05-20 | 1 | -3/+1 |
* | avcodec/dca: convert to AVCRC | foo86 | 2016-05-03 | 1 | -15/+10 |
* | avcodec/dca: fix sync word search error condition | foo86 | 2016-05-02 | 1 | -6/+9 |
* | avcodec/dca: move huffman data into separate object file | foo86 | 2016-05-01 | 1 | -64/+6 |
* | avcodec/dca: clear X96 channels if nothing was decoded | foo86 | 2016-03-06 | 1 | -0/+1 |
* | dca: add emms_c after usage of AV_COPY128 | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | dca: add emms_c after AV_ZERO128 macros | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | avcodec/dca_core: rename get_vlc function | James Almer | 2016-02-01 | 1 | -7/+7 |
* | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -0/+2603 |