summaryrefslogtreecommitdiff
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-271-0/+10
* avcodec/dpcm: add .flushPaul B Mahol2023-01-241-0/+8
* avcodec: add WADY DPCM decoderPaul B Mahol2023-01-241-2/+43
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* dpcm: convert to new channel layout APIVittorio Giovara2022-03-151-8/+8
* avcodec/dpcm: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dpcm: clip exponent into supported range in XAN DPCMMichael Niedermayer2020-04-111-3/+2
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-171-0/+32
* avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCMMichael Niedermayer2020-02-091-1/+1
* avcodec: add Gremlin DPCM decoderPaul B Mahol2017-06-111-6/+38
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-261-4/+28
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | 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
* | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer2013-02-131-10/+6
|\ \ | |/
| * dpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+6
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | dpcm: use AV_LOG_ERROR for error message.Piotr Bandurski2012-11-051-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-9/+7
|\ \ | |/
| * dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-15/+15
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-15/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-27/+31
|\ \ | |/
| * dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-191-1/+6
|\ \ | |/
| * dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-171-1/+6
* | dpcm: Round output buffer size up.Michael Niedermayer2012-01-261-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-091-1/+1
|\ \ | |/
| * dpcm: Fix invalid writesLaurentiu Ion2012-01-081-1/+1
* | CODEC_ID_SOL_DPCM: Fix used write buffer.Michael Niedermayer2011-12-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-9/+19
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-4/+1
|\ \ | |/
| * dpcm: do not try to decode empty packetsJustin Ruggles2011-11-111-1/+1
| * dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-111-3/+0