| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dpcm: fix undefined interger overflow in wady | Michael Niedermayer | 2023-05-06 | 1 | -1/+1 |
* | avcodec: add CBD2 DPCM decoder | Paul B Mahol | 2023-01-27 | 1 | -0/+10 |
* | avcodec/dpcm: add .flush | Paul B Mahol | 2023-01-24 | 1 | -0/+8 |
* | avcodec: add WADY DPCM decoder | Paul B Mahol | 2023-01-24 | 1 | -2/+43 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | dpcm: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -8/+8 |
* | avcodec/dpcm: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/dpcm: clip exponent into supported range in XAN DPCM | Michael Niedermayer | 2020-04-11 | 1 | -3/+2 |
* | avcodec: add derf dpcm decoder | Paul B Mahol | 2020-03-17 | 1 | -0/+32 |
* | avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCM | Michael Niedermayer | 2020-02-09 | 1 | -1/+1 |
* | avcodec: add Gremlin DPCM decoder | Paul B Mahol | 2017-06-11 | 1 | -6/+38 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avcodec: add SDX2 DPCM decoder | Paul B Mahol | 2015-10-26 | 1 | -4/+28 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2' | Michael Niedermayer | 2013-02-13 | 1 | -10/+6 |
|\| |
|
| * | dpcm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+6 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | dpcm: use AV_LOG_ERROR for error message. | Piotr Bandurski | 2012-11-05 | 1 | -1/+1 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -9/+7 |
|\| |
|
| * | dpcm: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-11-01 | 1 | -8/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -15/+15 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -27/+31 |
|\| |
|
| * | dpcm: convert to bytestream2. | Ronald S. Bultje | 2012-03-24 | 1 | -27/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-19 | 1 | -1/+6 |
|\| |
|
| * | dpcm: ignore extra unpaired bytes in stereo streams. | Alex Converse | 2012-02-17 | 1 | -1/+6 |
* | | dpcm: Round output buffer size up. | Michael Niedermayer | 2012-01-26 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-09 | 1 | -1/+1 |
|\| |
|
| * | dpcm: Fix invalid writes | Laurentiu Ion | 2012-01-08 | 1 | -1/+1 |
* | | CODEC_ID_SOL_DPCM: Fix used write buffer. | Michael Niedermayer | 2011-12-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -9/+19 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -4/+1 |
|\| |
|
| * | dpcm: do not try to decode empty packets | Justin Ruggles | 2011-11-11 | 1 | -1/+1 |