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-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-05-05avcodec/[e]ac3enc: Allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-02avcodec/[e]ac3enc: Fix indentationAndreas Rheinhardt
2021-02-07avcodec/ac3enc: Share options and defaultsAndreas Rheinhardt
2021-01-09avcodec/[e]ac3enc: Don't invade CONFIG_ namespaceAndreas 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
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
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego 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-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2011-08-10ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles
2011-07-27eac3enc: support writing of basic mixing and info metadataJustin Ruggles
2011-07-21eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles
2011-07-19cosmetics: indentationJustin Ruggles
2011-07-19eac3enc: use frame exponent strategy when applicable.Justin Ruggles
2011-07-15ac3enc: Mark AVClasses constMartin Storsjö
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles