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-06atrac3: 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-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas 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-15atrac3: convert to new channel layout APIVittorio Giovara
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-08avcodec/atrac3: Make decoders init-threadsafeAndreas Rheinhardt
2020-12-08avcodec/atrac3: Use symbols tableAndreas Rheinhardt
2020-11-22avcodec/atrac3: increase max block align sizePaul B Mahol
2020-10-27avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt
2020-10-27avcodec/atrac3: Inline constantsAndreas Rheinhardt
2020-10-27avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt
2020-09-18avcodec/atrac3: Avoid indirection when calling float dsp functionAndreas Rheinhardt
2020-09-18avcodec/atrac3: Cleanup generically after init failureAndreas Rheinhardt
2019-11-20avcodec/atrac3: Check for huge block alignsMichael Niedermayer
2019-09-26avcodec/atrac3: Check block_alignMichael Niedermayer
2017-03-30avcodec/atrac3: Check init_get_bits8() for failureMichael Niedermayer
2017-02-11lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos
2017-02-11avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol
2017-02-01avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm
2017-01-20avcodec/atrac3: allow 6 channels (non-joint stereo)bnnm
2016-04-14avcodec/atrac3: pass AVCodecContext to av_log if availablePaul B Mahol
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2014-11-30avcodec/atrac3: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-10avcodec/atrac3: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-05-21avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer
2013-10-10atrac3: Better name for imdct window initializationMaxim Poliakovski
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski
2013-10-10atrac3: Better name for IMDCT window initializationMaxim Poliakovski
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski
2013-10-03atrac3: Generalize gain compensation codeMaxim Poliakovski
2013-10-03Use correct Doxygen syntaxDiego Biurrun
2013-10-03atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun
2013-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer