summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/pcm: Remove always-false checkAndreas Rheinhardt2022-09-221-5/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-211-0/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-14/+14
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* pcm: convert to new channel layout APIAnton Khirnov2022-03-151-19/+20
* avcodec/pcm: Allow user-supplied buffersAndreas Rheinhardt2021-05-051-2/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-011-0/+9
* avcodec/pcm: Mark decoders as init-threadsafeAndreas Rheinhardt2020-12-041-0/+1
* avcodec/pcm: Make encoders init-threadsafeAndreas Rheinhardt2020-12-041-9/+15
* avcodec/pcm: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-171-16/+10
* avcodec/pcm: Fix invalid shift in AV_CODEC_ID_PCM_LXFMichael Niedermayer2020-02-211-1/+1
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-161-9/+0
* avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXFMichael Niedermayer2020-02-031-1/+1
* avcodec/pcm: Check bits_per_coded_sampleMichael Niedermayer2019-10-101-0/+3
* avcodec/pcm: CosmeticsAndreas Rheinhardt2019-09-261-14/+14
* avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt2019-09-261-2/+2
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-261-0/+15
* avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol2016-12-221-0/+34
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-181-1/+10
* avcodec/pcm: Fix overflow in bitrate computationMichael Niedermayer2015-12-051-1/+1
* avcodec/pcm: Better min_size for ff_alloc_packet2()Michael Niedermayer2015-08-031-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+4
| * pcm: Drop av_unused attribute from variable that is always usedDiego Biurrun2014-08-191-1/+1
| * pcm: Drop unused variable from DECODE_PLANAR macroDiego Biurrun2014-08-191-1/+0
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
| * pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-14/+33
* | Merge commit 'a42e3a6700547e4e49445bda81d3a89ec3e081a9'Michael Niedermayer2013-09-011-44/+1
|\ \ | |/
| * pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-311-42/+1
* | Merge commit 'c82da343e635663605bd81c59d872bee3182da73'Michael Niedermayer2013-07-121-1/+1
|\ \ | |/
| * pcm: always use codec->id instead of codec_idLuca Barbato2013-07-121-1/+1
* | pcmenc: don't allocate unused avctx->coded_framePaul B Mahol2013-06-071-11/+0
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6'Michael Niedermayer2013-02-131-14/+10
|\ \ | |/