summaryrefslogtreecommitdiff
path: root/libavcodec/dpcm.c
Commit message (Expand)AuthorAge
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* cosmetics: remove one unneeded spaceKostya Shishkov2008-12-18
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-15
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-01
* Guard against output buffer overflowsKostya Shishkov2007-09-22
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* handle 0-length buffersMike Melanson2004-01-31
* fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson2003-09-19
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-08
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02