summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove final semicolon from some macrosMans Rullgard2011-02-111-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-281-0/+90
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-5/+0
* handle 0-length buffersMike Melanson2004-01-311-0/+3
* fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson2003-09-191-21/+9
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-081-0/+57
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-021-0/+200
OpenPOWER on IntegriCloud