]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cinepak.c
Removed static omkization
[frescor/ffmpeg.git] / libavcodec / cinepak.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 kostyaCinepak strip ID is a single byte
2009-01-13 kostyaCinepak strip and chunk sizes are 24-bit, not 16-bit...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-10 melansonThese video decoders do not need to include and initial...
2008-02-01 michaelconst
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-02 melansonAnother hack to allow the Cinepak decoder to detect...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-14 melansoncorrectly handle very large Cinepak frames (courtesy...
2005-08-14 melansonautomatically detect Cinepak data from Sega FILM/CPK...
2005-07-11 michaelfix infinite loop (suggested change by rjayne at conver...
2004-06-27 rtognimpIgnore palette for grayscale files, all my samples...
2004-06-27 rtognimpPaletted cvid support
2004-06-20 rtognimp100l fix codebook usage for v1 vectors
2004-05-07 rtognimpbuffer hints, use reget_buffer, removed copy from previ...
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-25 melansonsupport Cinepak files with funky (not divisible by...
2003-10-01 tmmmNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...