summaryrefslogtreecommitdiff
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAge
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer2013-02-13
|\|
| * dpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | dpcm: use AV_LOG_ERROR for error message.Piotr Bandurski2012-11-05
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-02
|\|
| * dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-01
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * dpcm: convert to bytestream2.Ronald S. Bultje2012-03-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-19
|\|
| * dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-17
* | dpcm: Round output buffer size up.Michael Niedermayer2012-01-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-09
|\|
| * dpcm: Fix invalid writesLaurentiu Ion2012-01-08
* | CODEC_ID_SOL_DPCM: Fix used write buffer.Michael Niedermayer2011-12-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-12
|\|
| * dpcm: do not try to decode empty packetsJustin Ruggles2011-11-11
| * dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * dpcm: return error if packet is too smallJustin Ruggles2011-09-30
| * dpcm: use smaller data types for static tablesJustin Ruggles2011-09-30
| * dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-30
| * dpcm: replace short with int16_tJustin Ruggles2011-09-30
| * dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-30
| * dpcm: misc pretty-printingJustin Ruggles2011-09-30
| * dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-30
| * dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-30
| * dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-30
| * dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-30
| * dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-30
| * dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-30
| * dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove final semicolon from some macrosMans Rullgard2011-02-10
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Remove final semicolon from some macrosMans Rullgard2011-02-11
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun2010-07-02
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07