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-06ac3: convert to lavu/txLynne
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas 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: 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-15ac3: convert to new channel layout APIVittorio Giovara
2021-08-05avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt
2021-07-08avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt
2021-05-05avcodec/[e]ac3enc: Allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-07avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt
2021-01-14ac3enc: halve the MDCT window size by using vector_fmul_reverseLynne
2021-01-14ac3enc_fixed: convert to 32-bit sample formatLynne
2021-01-09avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas Rheinhardt
2021-01-09avcodec/ac3enc: Set function pointers earlierAndreas Rheinhardt
2021-01-09avcodec/[e]ac3enc: Make encoders init-threadsafe, fix raceAndreas Rheinhardt
2020-06-13avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-04-05lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos
2017-04-07ac3enc: Avoid unnecessary macro indirectionsDiego Biurrun
2017-04-07Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'James Almer
2017-04-07Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976'James Almer
2016-11-28ac3enc: Reshuffle functions to avoid forward declarationsDiego Biurrun
2016-11-28ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy functionDiego Biurrun
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-01-07Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3'Michael Niedermayer
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2013-12-09Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06(e)ac3enc: use planar sample formatJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-06-23lavc: use designated initializers for AVClassesPaul B Mahol
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer