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-22avcodec/pcm: Remove always-false checkAndreas Rheinhardt
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-22avcodec/mathops: Move bitswap_32() to its only userAndreas 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-15pcm: convert to new channel layout APIAnton Khirnov
2021-05-05avcodec/pcm: Allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-01avcodec: add SGA PCM decoderPaul B Mahol
2020-12-04avcodec/pcm: Mark decoders as init-threadsafeAndreas Rheinhardt
2020-12-04avcodec/pcm: Make encoders init-threadsafeAndreas Rheinhardt
2020-09-17avcodec/pcm: Avoid indirection when calling float dsp functionAndreas Rheinhardt
2020-02-21avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXFMichael Niedermayer
2020-02-16avcodec: fix pcm zork decoderPaul B Mahol
2020-02-03avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXFMichael Niedermayer
2019-10-10avcodec/pcm: Check bits_per_coded_sampleMichael Niedermayer
2019-09-26avcodec/pcm: CosmeticsAndreas Rheinhardt
2019-09-26avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2015-12-05avcodec/pcm: Fix overflow in bitrate computationMichael Niedermayer
2015-08-03avcodec/pcm: Better min_size for ff_alloc_packet2()Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-06-24PCM signed 16-bit big-endian planar decoderPaul B Mahol
2014-08-19pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun
2014-08-19pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-01Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-07-12Merge commit 'c82da343e635663605bd81c59d872bee3182da73'Michael Niedermayer
2013-07-12pcm: always use codec->id instead of codec_idLuca Barbato
2013-06-07pcmenc: don't allocate unused avctx->coded_framePaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-02-13Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6'Michael Niedermayer
2013-02-12pcm: decode directly to the user-provided AVFrameJustin Ruggles