index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dpcm.c
Age
Commit message (
Expand
)
Author
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-03-02
cosmetics: Reformat long_names so that "DPCM" comes first.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-12-18
cosmetics: remove one unneeded space
Kostya Shishkov
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-06-24
mark read-only data as const
Stefan Gehrer
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-15
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
consts
Michael Niedermayer
2007-11-01
simplify dpcm decoders declaration using a macro
Aurelien Jacobs
2007-09-22
Guard against output buffer overflows
Kostya Shishkov
2007-08-11
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-06
Mark some read-only datastructures as const.
Stefan Huehner
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2004-09-28
support for Sierra Online audio files and Apple QuickDraw codec,
Mike Melanson
2004-03-14
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
Mike Melanson
2004-01-31
handle 0-length buffers
Mike Melanson
2003-09-19
fix Interplay DPCM (frames are intracoded, predictors do not carry
Mike Melanson
2003-09-08
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
Mike Melanson
2003-09-02
initial commit for Id RoQ and Interplay MVE multimedia subsystems
Mike Melanson