]> git.sesse.net Git - ffmpeg/history - libavcodec/flicvideo.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / flicvideo.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-06 Laurentiu Ionflicvideo: fix invalid reads
2011-11-26 Carl Eugen Hoyosflicvideo: check extradata_size before accessing extradata.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-27 Michael NiedermayerFix several security issues in flicvideo.c
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego BiurrunFix filenames in doxygen comments.
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-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-12 Diego Biurruntypo fixes
2008-02-01 Michael Niedermayerconst
2007-09-04 Mike MelansonFix issue 123 (Support Magic-carpet fli version,
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-16 Måns Rullgårdfix indentation
2007-06-16 Måns Rullgårdreplace endian detection hack with #ifdef WORDS_BIGENDIAN
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-02-18 Alex Beregszaszidisplay line number when printing error
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-24 Luca Barbatotypo
2006-11-24 Steven JohnsonImplement DELTA_FLI opcodes correctly. Patch by Steven...
2006-11-23 Alex Beregszaszisupport byte_run=0 case in DELTA_FLI (this case means...
2006-11-23 Alex Beregszaszi10l memory corruption bug found by Steven Johnson
2006-11-14 Alex BeregszasziFix possible overflows. Found by Steven Johnson
2006-10-19 Alex Beregszaszicorrect signaling of palette change
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-28 Dietermake some functions static (patch by Dieter < freebsd...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-13 Mike Melansonsupport for FLX and DTA extensions in the FLIC format...
2005-08-13 Mike Melansontinfoil patch: make sure that pixel pointer does not...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-01-25 Roberto TogniUse reget buffer instead of copying from prev frame
2003-11-14 Mike Melansonyep, FLI support