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-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-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt
2020-11-28avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer
2020-09-19avcodec/mpegaudiodec*: Cleanup generically on init failureAndreas Rheinhardt
2020-09-19avcodec/mpegaudiodec_float: Avoid indirection with float dsp functionAndreas Rheinhardt
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-12-03avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc()Michael Niedermayer
2013-12-04libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer
2013-11-24Merge commit '0eeeb9647e9c92c9edfd0b18c7cb5da7ac666f85'Michael Niedermayer
2013-11-24mpegaudiodec: Consistently handle fixed/float templatingDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-11-26Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'Michael Niedermayer
2012-11-26mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles
2011-11-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-15mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28avcodec: remove avcodec_parse_frame and deprecate associated elements.Justin Ruggles
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18mpegaudiodec: remove decode_end() functionMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-18Fix memleak when using mp*float decoder.flybird2k@gmail.com
2010-07-02mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård
2010-07-01More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak