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-06dcaenc: convert to lavu/txLynne
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-22avcodec/dcaenc: Simplify channel layout checkAndreas Rheinhardt
2022-09-22avcodec/dcaenc: Remove dead checks for unspec channel layoutsAndreas Rheinhardt
2022-09-16avcodec/dcahuff: Combine tables, use ff_init_vlc_from_lengths()Andreas Rheinhardt
2022-09-16avcodec/dcaenc: Create encoder-adapted tablesAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur genericallyAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15dca: convert to new channel layout APIAnton Khirnov
2021-08-05avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt
2021-05-05avcodec/dcaenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-05avcodec/dcaenc: Don't write one bit at a timeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-01avcodec/dcaenc: Fix undefined left shift of negative numbersAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2019-01-01avcodec/dcaenc: Return specific error code from subband_bufer_alloc()Michael Niedermayer
2018-05-05dcaenc: fix segfault when attempting to encode with invalid samplerateRostislav Pehlivanov
2018-01-13dcaenc: move all tables inside context and fix incorrect coding styleRostislav Pehlivanov
2018-01-13avcodec/dcaenc: Use ffmpeg mdct instead of own implementationDaniil Cherednik
2018-01-13dcaenc: cleanup on init failure and add a threadsafe init codec capRostislav Pehlivanov
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-05-16avcodec/dcaenc: Do not abort process in case of bitrate deficitDaniil Cherednik
2017-05-08avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoderDaniil Cherednik
2017-01-20dcaenc: Use Huffman codes for Bit Allocation IndexDaniil Cherednik
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
2017-01-15dcaenc: Reverse data layout to prevent data copies during Huffman encoding in...Daniil Cherednik
2016-05-01avcodec/dcaenc: move channel reordering tables to dcaenc.hfoo86
2016-05-01avcodec/dcaenc: reuse shared quant levels tablefoo86
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-01-25avcodec/dcaenc: do not change user requested bitratePaul B Mahol
2016-01-25avcodec/dcaenc: return correct number of bytes in output packetPaul B Mahol
2015-12-25lavc/dcaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-11lavc/dcaenc: avoid wasteful cos callsGanesh Ajjanagadde
2015-09-18avcodec/dcaenc: fix lfe fir coefficientsPaul B Mahol
2015-09-17avcodec/dcaenc: unbreak >4 channel supportPaul B Mahol
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-08-04avcodec/dcaenc: clear bitstream endMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-04-18dcaenc: use put_sbits()James Almer
2015-02-16Merge commit '3a651f599a18b023602370b67a77eb0efa309b20'Michael Niedermayer
2015-02-15avcodec/dcaenc: rename DCA_SUBBANDSMichael Niedermayer
2015-02-15Merge commit 'b339019de4e5f4d3c661bbdba98ae248ab77e2f0'Michael Niedermayer
2014-06-03fix various typosLou Logan