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-11avcodec: Remove unnecessary fft, dct inclusionsAndreas Rheinhardt
2022-11-06twinvq: convert to lavu/txLynne
2022-10-28avcodec/metasound_data: Move data shared with twinvq into a new fileAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-15twinvq: convert to new channel layout APIVittorio Giovara
2022-02-11avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt
2020-06-13avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2019-11-09avcodec/twinvq: Check block_alignMichael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2014-11-29avcodec/twinvq: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-19avcodec/twinvq: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-09-10avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2013-11-26Merge commit '56d061ce9da954560892e3551513d5ecc0439846'Michael Niedermayer
2013-11-26metasound: add last missing modes (8kHz @ 6kbps per channel)Kostya Shishkov
2013-11-14Merge commit '669fe505952f3d8175b1ad6971033a8e8120523b'Michael Niedermayer
2013-11-14Merge commit '1afa8a7568ba57ad0cd2923f6e641e10d32cded4'Michael Niedermayer
2013-11-14twinvq: consume block_align+1 packets as full onesKostya Shishkov
2013-11-14twinvq: support multiple frames per packetKostya Shishkov
2013-10-25avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer
2013-08-26Merge commit '9e7b62f0fb7462a902330fcc82cf596388f0187b'Michael Niedermayer
2013-08-26twinvq: set block align for codecs and use it in size checksKostya Shishkov
2013-08-08Merge commit '3e5898782dce60334ab294821ca00b19c648cf66'Michael Niedermayer
2013-08-08Voxware MetaSound decoderKostya Shishkov
2013-08-06Merge commit '86f4c59bd676672040b89d8fea4c9e3b59bfe7ab'Michael Niedermayer
2013-08-06Merge commit '4d8d16b596c63de85e52488734338fbb41238058'Michael Niedermayer
2013-08-06Merge commit 'bc909626b0a3c107625f2cb4c85479d18de422a8'Michael Niedermayer
2013-08-05twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov
2013-08-05twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun
2013-08-05twinvq: move all bitstream reading into single placeKostya Shishkov
2013-08-02Merge commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c'Michael Niedermayer
2013-08-01twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-26Merge commit '4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3'Michael Niedermayer
2013-07-26Merge commit '6c145ecf785dc3d26ba3fed3ea9892cc80244625'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-07-25twinvq: K&R formatting cosmeticsDiego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-13Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer
2013-02-12twinvq: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles