88 Commits (6a4f851df7b627256b35314c59e80dfaf5dbfe23)

Author SHA1 Message Date
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
Justin Ruggles b09c7eefb7 dpcm: cosmetics: rename channel_number to ch 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 98ec828775 Remove final semicolon from some macros 14 years ago
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Diego Biurrun 33edd31f5f Remove redundant and harmful explicit filename after @file Doxygen command. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 12dd57fd29 cosmetics: Reformat long_names so that "DPCM" comes first. 16 years ago