]> git.sesse.net Git - ffmpeg/history - libavcodec/4xm.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / 4xm.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-22 Diego Biurruncosmetics: typo fixes
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael NiedermayerReplace get32() by AV_RL32().
2008-02-01 Michael Niedermayerconst
2008-01-31 Baptiste Couduriercast to dest type, fix warning: 4xm.c:304: warning...
2007-09-05 Michael Niedermayerfix decoding of dracula.4xm before diego complains
2007-09-05 Michael Niedermayerfix segfault with dracula.4xm
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 Michael Niedermayeradd second vlc table
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-02-19 Michel BardiauxRemove some old disabled debugging output
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-04-07 Alex Beregszasziunknown format chars
2004-03-24 Falk Hüffnerwarning patrol
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 Michael Niedermayerforgot to commit, i hope its correct
2003-09-22 Falk HüffnerFix compilation with ccc
2003-09-09 Fabrice Bellardremove warnings
2003-06-01 Michael Niedermayerfix 4xm yuv->rgb565 transform
2003-06-01 Michael Niedermayer10l (array[-1] ...)
2003-06-01 Michael Niedermayer4xm codec