summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add Gremlin DPCM decoderPaul B Mahol2017-06-111-6/+38
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-261-4/+28
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2'Michael Niedermayer2013-02-131-10/+6
|\ \ | |/
| * dpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+6
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | dpcm: use AV_LOG_ERROR for error message.Piotr Bandurski2012-11-051-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-9/+7
|\ \ | |/
| * dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-15/+15
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-15/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-27/+31
|\ \ | |/
| * dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-191-1/+6
|\ \ | |/
| * dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-171-1/+6
* | dpcm: Round output buffer size up.Michael Niedermayer2012-01-261-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-091-1/+1
|\ \ | |/
| * dpcm: Fix invalid writesLaurentiu Ion2012-01-081-1/+1
* | CODEC_ID_SOL_DPCM: Fix used write buffer.Michael Niedermayer2011-12-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-9/+19
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-4/+1
|\ \ | |/
| * dpcm: do not try to decode empty packetsJustin Ruggles2011-11-111-1/+1
| * dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-111-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-011-112/+128
|\ \ | |/
| * dpcm: return error if packet is too smallJustin Ruggles2011-09-301-1/+4
| * dpcm: use smaller data types for static tablesJustin Ruggles2011-09-301-5/+5
| * dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-301-3/+2
| * dpcm: replace short with int16_tJustin Ruggles2011-09-301-4/+3
| * dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-301-0/+5
| * dpcm: misc pretty-printingJustin Ruggles2011-09-301-20/+20
| * dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-301-38/+28
| * dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-301-4/+4
| * dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-301-7/+5
| * dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-301-13/+16
| * dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-301-16/+34
| * dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-301-14/+15
| * dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-301-23/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+9
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+9
OpenPOWER on IntegriCloud