summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* dpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+6
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-15/+15
* dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
* dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-171-1/+6
* dpcm: Fix invalid writesLaurentiu Ion2012-01-081-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+19
* 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
* 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
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+9
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove final semicolon from some macrosMans Rullgard2011-02-101-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun2010-07-021-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-021-4/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* cosmetics: remove one unneeded spaceKostya Shishkov2008-12-181-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-151-5/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-1/+1
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-011-41/+14
* Guard against output buffer overflowsKostya Shishkov2007-09-221-0/+6
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-6/+4
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Mark some read-only datastructures as const.Stefan Huehner2006-07-061-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
OpenPOWER on IntegriCloud