summaryrefslogtreecommitdiffstats
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * pcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+8
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
| * pcm: fix decoding of pcm_s16le_planar on big-endianJustin Ruggles2012-11-201-2/+4
* | pcmdec: check codec_idMichael Niedermayer2012-12-011-0/+5
* | add some planar PCM encodersPaul B Mahol2012-11-201-6/+44
* | pcmdec: use memcpy() when possible for planar decodersPaul B Mahol2012-11-201-12/+24
* | pcmenc: use ENCODE macro for pcm_s8Paul B Mahol2012-11-201-6/+2
* | pcm: revert from libavs planar code to durandals.Michael Niedermayer2012-11-201-10/+1
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-201-1/+10
|\ \ | |/
| * pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-191-9/+10
* | 8svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol2012-11-201-0/+10
* | pcmenc: remove dead incrementPaul B Mahol2012-11-181-1/+0
* | pcm: move i into for loop to avoid { } inside switch statementPaul B Mahol2012-11-181-4/+3
* | PCM signed 16-bit big-endian planar decoderPaul B Mahol2012-11-171-0/+4
* | PCM signed 24-bit/32-bit little-endian planar decoderPaul B Mahol2012-11-171-11/+22
* | pcm: give more descriptive name to codecPaul B Mahol2012-11-151-1/+1
* | pcmdec: consistently use codec_id, fixes out of array readsMichael Niedermayer2012-11-131-3/+3
* | pcmdec: check that channels is valid.Michael Niedermayer2012-11-091-0/+5
* | pcm: fix handling of more than 8 channels for planarMichael Niedermayer2012-11-021-1/+1
* | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03'Michael Niedermayer2012-11-021-3/+1
|\ \ | |/
OpenPOWER on IntegriCloud