summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* pcm: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/pcm: Allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-01
* avcodec/pcm: Mark decoders as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/pcm: Make encoders init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/pcm: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-17
* avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXFMichael Niedermayer2020-02-21
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-16
* avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXFMichael Niedermayer2020-02-03
* avcodec/pcm: Check bits_per_coded_sampleMichael Niedermayer2019-10-10
* avcodec/pcm: CosmeticsAndreas Rheinhardt2019-09-26
* avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt2019-09-26
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-26
* avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol2016-12-22
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-18
* avcodec/pcm: Fix overflow in bitrate computationMichael Niedermayer2015-12-05
* avcodec/pcm: Better min_size for ff_alloc_packet2()Michael Niedermayer2015-08-03
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-24
| * pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun2014-08-19
| * pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun2014-08-19
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-27
* | Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer2013-09-01
|\|
| * pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-31
* | Merge commit 'c82da343e635663605bd81c59d872bee3182da73'Michael Niedermayer2013-07-12
|\|
| * pcm: always use codec->id instead of codec_idLuca Barbato2013-07-12
* | pcmenc: don't allocate unused avctx->coded_framePaul B Mahol2013-06-07
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6'Michael Niedermayer2013-02-13
|\|
| * pcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
| * pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-20