100 Commits (e10a5b91bc1b138174ab2661171038431ca44213)

Author SHA1 Message Date
Michael Niedermayer 8f0e200a12
avcodec/dpcm: fix undefined interger overflow in wady 2 years ago
Paul B Mahol 01343683fa avcodec: add CBD2 DPCM decoder 2 years ago
Paul B Mahol 3110e28456 avcodec/dpcm: add .flush 2 years ago
Paul B Mahol c5a545cff8 avcodec: add WADY DPCM decoder 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Vittorio Giovara c5022f51f5 dpcm: convert to new channel layout API 3 years ago
Andreas Rheinhardt 55e23c5241 avcodec/dpcm: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 20ade59d96 avcodec/dpcm: clip exponent into supported range in XAN DPCM 5 years ago
Paul B Mahol c6bbdba9cd avcodec: add derf dpcm decoder 5 years ago
Michael Niedermayer b1aecad9ea avcodec/dpcm: Fix integer overflow in AV_CODEC_ID_GREMLIN_DPCM 5 years ago
Paul B Mahol 29bdcf588f avcodec: add Gremlin DPCM decoder 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 035ae3c009 avcodec: add SDX2 DPCM decoder 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles b878867128 dpcm: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Piotr Bandurski 8d88920578 dpcm: use AV_LOG_ERROR for error message. 12 years ago
Justin Ruggles 0fd1ddf155 dpcm: use AVCodecContext.channels instead of keeping a private copy 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 3a3f06b05e dpcm: convert to bytestream2. 13 years ago
Alex Converse ce7aee9b73 dpcm: ignore extra unpaired bytes in stereo streams. 13 years ago
Michael Niedermayer 92115bb685 dpcm: Round output buffer size up. 13 years ago
Laurentiu Ion 529a25d6e5 dpcm: Fix invalid writes 13 years ago
Michael Niedermayer 6d8e6fe9db CODEC_ID_SOL_DPCM: Fix used write buffer. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 8dbc6d03c0 dpcm: do not try to decode empty packets 13 years ago
Justin Ruggles e79da63282 dpcm: remove unneeded buf_size==0 check. 13 years ago
Justin Ruggles 08bd22a61b dpcm: return error if packet is too small 13 years ago
Justin Ruggles 0354fb7ebe dpcm: use smaller data types for static tables 13 years ago
Justin Ruggles 5a54d51017 dpcm: use sol_table_16 directly instead of through the DPCMContext. 13 years ago
Justin Ruggles f47f7efd14 dpcm: replace short with int16_t 13 years ago
Justin Ruggles 8d77d12a2b dpcm: check to make sure channels is 1 or 2. 13 years ago
Justin Ruggles 4bad464e7f dpcm: misc pretty-printing 13 years ago
Justin Ruggles 1de8401c56 dpcm: remove unnecessary variable by using bytestream functions. 13 years ago
Justin Ruggles fc6faee0d1 dpcm: move codec-specific variable declarations to their corresponding decoding blocks. 13 years ago
Justin Ruggles 989bb7bd04 dpcm: consistently use the variable name 'n' for the next input byte. 13 years ago
Justin Ruggles 04b24cf94b dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. 13 years ago
Justin Ruggles 76db17dc7d dpcm: calculate and check actual output data size prior to decoding. 13 years ago
Justin Ruggles 3db8db406f dpcm: factor out the stereo flag calculation 13 years ago