80 Commits (b32e989e6c65ec9ec206ad938a1decdf2e0da07b)

Author SHA1 Message Date
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
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Kostya Shishkov efeb298ea0 cosmetics: remove one unneeded space 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 0f3af710de DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago