]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/flicvideo.c
Added global params udp_period and udp_budget used as paramters for
[frescor/ffmpeg.git] / libavcodec / flicvideo.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegoFix filenames in doxygen comments.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-12 diegotypo fixes
2008-02-01 michaelconst
2007-09-04 melansonFix issue 123 (Support Magic-carpet fli version,
2007-07-05 diegolicense header consistency cosmetics
2007-06-16 mrufix indentation
2007-06-16 mrureplace endian detection hack with #ifdef WORDS_BIGENDIAN
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
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-03-07 alextypo: unkown->unknown
2007-02-18 alexdisplay line number when printing error
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-24 lu_zerotypo
2006-11-24 alexImplement DELTA_FLI opcodes correctly. Patch by Steven...
2006-11-23 alexsupport byte_run=0 case in DELTA_FLI (this case means...
2006-11-23 alex10l memory corruption bug found by Steven Johnson
2006-11-14 alexFix possible overflows. Found by Steven Johnson
2006-10-19 alexcorrect signaling of palette change
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-28 aurelmake some functions static (patch by Dieter < freebsd...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-13 melansonsupport for FLX and DTA extensions in the FLIC format...
2005-08-13 melansontinfoil patch: make sure that pixel pointer does not...
2005-01-12 michaelvarious security fixes and precautionary checks
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-01-25 rtognimpUse reget buffer instead of copying from prev frame
2003-11-14 melansonyep, FLI support