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-30avcodec/alac: don't fail if channels aren't set during init() when extradata ...James Almer
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-15alac: convert to new channel layout APIAnton Khirnov
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-05-02avcodec/alac: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2020-07-24avcodec/alac: Check decorr_shift to avoid invalid shiftMichael Niedermayer
2020-06-13avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-11avcodec/alac: Fix integer overflow with 24/20bps samplesMichael Niedermayer
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-01-12avcodec/alac: Fix integer overflow in LPC coefficient adaptionMichael Niedermayer
2019-12-01avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer
2019-10-20avcodec/alac: Fix integer overflow in LPCMichael Niedermayer
2019-09-24avcodec/alac: Fix invalid shifts in 20/24 bpsMichael Niedermayer
2019-09-24avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()Michael Niedermayer
2019-08-26avcodec/alac: Check for bps of 0Michael Niedermayer
2019-08-23avcodec/alac: Fix multiple integer overflows in lpc_prediction()Michael Niedermayer
2019-07-08avcodec/alac: Check lpc_quantMichael Niedermayer
2019-04-19lavc/alac: Make a variable unsigned.Carl Eugen Hoyos
2019-01-01avcodec/alac: Avoid unspecific error codes and forward error codesMichael Niedermayer
2017-11-04lavc/alac: Avoid allocating huge memory blocks for malicious alac input.Carl Eugen Hoyos
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-19Merge commit '796dca027be09334d7bbf4f2ac1200e06bb054cb'Clément Bœsch
2017-01-31lavc/alac: Export samplerate.Carl Eugen Hoyos
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-08-18alac: do not return success if nothing was decodedAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-05avcodec/alac: fix 20-bit supportPaul B Mahol
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-07x86/alacdsp: add simd optimized functionsJames Almer
2015-10-04avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdspJames Almer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-06avcodec/alac: remove dead code cruftHendrik Leppkes
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-13avcodec/alac: Clear pointers in allocate_buffers()Michael Niedermayer
2015-05-10Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e'Michael Niedermayer
2015-05-08alac: Reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-04-24alac: reject rice_limit 0 if compression is usedAndreas Cadhalpun
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-08-18alac: add option to decoded incorrect ALACChristophe Gisquet