]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/4xm.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / 4xm.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 reimarUse void * instead of uint8_t * for the destination...
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-28 diegoAdd long names to some AVCodec declarations.
2008-03-22 diegocosmetics: typo fixes
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-02-01 michaelReplace get32() by AV_RL32().
2008-02-01 michaelconst
2008-01-31 bcouduriercast to dest type, fix warning: 4xm.c:304: warning...
2007-09-05 michaelfix decoding of dracula.4xm before diego complains
2007-09-05 michaelfix segfault with dracula.4xm
2007-08-27 rtogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 michaeluse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 michaelfix type 3 aka skiped blocks for old version
2007-08-13 michaelfix motion vectors for old version
2007-08-13 michaelset pix_fmt properly depending on version
2007-08-13 michaeluse version instead of some random 32bit value to switc...
2007-08-13 michaelreplace vlc_type by version and set that from codec_tag...
2007-08-12 michaelsupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 michaeladd second vlc table
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-14 reimarChange some leftover __attribute__((unused)) and __attr...
2007-02-19 mbardiauxRemove some old disabled debugging output
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-05-13 michaelsanity checks, some might have been exploitable ...
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-05-21 michaeldata_size = 0 cleanup
2004-04-30 michaelcleanup & memleak fix
2004-04-07 alexunknown format chars
2004-03-24 mellumwarning patrol
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 michaelforgot to commit, i hope its correct
2003-09-22 mellumFix compilation with ccc
2003-09-09 bellardremove warnings
2003-06-01 michaelnifix 4xm yuv->rgb565 transform
2003-06-01 michaelni10l (array[-1] ...)
2003-06-01 michaelni4xm codec