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-06wma: convert to lavu/txLynne
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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ö
2022-03-15wma: convert to new channel layout APIAnton Khirnov
2021-09-12avcodec/wmadec: fix WMA gapless playbackbnnm
2021-08-26avcodec/wmadec: handle run_level_decode errorStéphane Cerveau
2021-05-12avcodec/wmadec: Mark decoders as init-threadsafeAndreas Rheinhardt
2021-05-12avcodec/wmadec: Check operations that can failAndreas Rheinhardt
2021-05-12avcodec/wmadec: Forward error instead of return -1Andreas Rheinhardt
2021-05-12avcodec/wma(dec|enc): Fix memleaks upon allocation errorAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/wmadec: Apply VLC offset during initAndreas Rheinhardt
2020-12-08avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt
2020-10-23avcodec/wmadec: Don't check for errors for complete VLC tablesAndreas Rheinhardt
2020-03-22avcodec/wmadec: cosmeticsRamiro Polla
2019-12-28avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer
2019-11-20avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-01-22lavc/wmadec: replace pow by faster functionsGanesh Ajjanagadde
2015-12-25lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-14avcodec/wmadec: Fix undefined shift in wma_decode_block()Michael Niedermayer
2015-01-30avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*Michael Niedermayer
2015-01-12avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer
2015-01-12avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 caseMichael Niedermayer
2014-11-30avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-09-04Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer
2014-09-03wma: K&R formatting cosmeticsGabriel Dume
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-03-08avcodec/wmadec: initialize max_exponent to valid valuesMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-02Avoid a deadlock when decoding wma.Carl Eugen Hoyos
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch