Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06dca_core: convert to lavu/txLynne
2022-09-16avcodec/dcahuff: Replace DCAVLC by ordinary VLCsAndreas Rheinhardt
2022-09-16avcodec/dca_core: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt
2022-09-16avcodec/dca_core: Inline number of bits of scale factor VLCsAndreas Rheinhardt
2022-09-16avcodec/dcahuff, dca_core, dca_lbr: Apply offset during VLC creationAndreas Rheinhardt
2022-09-16avcodec/dcahuff: Always use three bits for transition mode VLCsAndreas Rheinhardt
2022-09-16avcodec/dca_core, dcahuff: Don't use DCAVLC unnecessarilyAndreas Rheinhardt
2022-09-11avcodec/dca_core: Only call emms_c() if neededAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-04avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt
2022-03-15dca: convert to new channel layout APIAnton Khirnov
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2022-01-04avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2017-10-09avcodec/dca_core: always limit frame size to data sizefoo86
2017-07-21avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer
2017-07-19avcodec/dca: avoid using bitstream reader in a non-standard wayfoo86
2017-07-19avcodec/dca_core: probe extension headers directlyfoo86
2017-07-19avcodec/dca_core: switch to common frame header parsing functionfoo86
2017-07-19avcodec/dca: move some enumeration typedefs into headersfoo86
2017-05-08avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
2016-05-20avcodec/dca: remove useless debug messagefoo86
2016-05-03avcodec/dca: convert to AVCRCfoo86
2016-05-03avcodec/dca: fix sync word search error conditionfoo86
2016-05-01avcodec/dca: move huffman data into separate object filefoo86
2016-03-06avcodec/dca: clear X96 channels if nothing was decodedfoo86
2016-02-03dca: add emms_c after usage of AV_COPY128Hendrik Leppkes
2016-02-02dca: add emms_c after AV_ZERO128 macrosHendrik Leppkes
2016-02-01avcodec/dca_core: rename get_vlc functionJames Almer
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86