log flashsv.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Thu, 04 Mar 2010 19:10:44 +0000 fenrir Fixed buffer overread in flashsv decoder. libavcodec
Sun, 13 Sep 2009 19:17:02 +0000 banan Do not release the AVFrame when using reget_buffer in flashsv. libavcodec
Thu, 10 Sep 2009 19:01:53 +0000 banan Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 24 Nov 2008 19:00:55 +0000 mru flashsv: use skip_bits_long() where required libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Fri, 02 May 2008 22:58:16 +0000 banan Long name spelling fixes libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 04:16:26 +0000 michael const libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavcodec
Sat, 07 Apr 2007 17:37:30 +0000 diego Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodec
Sun, 21 Jan 2007 20:04:00 +0000 diego Declare zlib dependency in the Makefile, not in the source. libavcodec
Sun, 21 Jan 2007 18:46:19 +0000 banan Really fix my never ending mistakes. libavcodec
Sun, 21 Jan 2007 17:48:03 +0000 banan Don't break compilation on systems without zlib. libavcodec
Sun, 21 Jan 2007 14:14:50 +0000 banan The block_size might be used incorrectly if it is not updated. libavcodec
Sun, 21 Jan 2007 12:26:23 +0000 banan Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 01 Jun 2006 07:31:59 +0000 banan Flash Screen Video decoder (fourcc:FSV1) libavcodec