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-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-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-09-18avcodec/ac3enc_float, eac3enc: Fix leaks on init errorAndreas Rheinhardt
2020-04-05lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos
2017-04-07Merge commit 'f0d3e43bd77b3194a28d75884cf83083b188bf30'James Almer
2017-04-07Merge commit 'e22c63ac74b2968075be8bf0d2deb1ee63b28976'James Almer
2017-03-21Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'Clément Bœsch
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
2016-09-22audiodsp: reorder arguments for vector_clipfAnton Khirnov
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2014-11-29avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-13Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-12Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-04-08avcodec/ac3enc_float: use av_malloc_array()Michael Niedermayer
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-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