]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/8bps.c
Fix segault
[frescor/ffmpeg.git] / libavcodec / 8bps.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-07 rtogniRemove my old email address.
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
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-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2006-11-11 mrumake some symbols static
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-11 michaelfix segfault (bug #1165640)
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-15 rtognimp1l, forgot to remove duplicated error message
2005-01-15 rtognimpUse avcodec_check_dimensions instead of custom hack
2005-01-09 rtognimpCheck pointers before writing to memory, fix possible...
2003-11-07 rtognimp8BPS decoder