log nuv.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Thu, 10 Sep 2009 12:23:45 +0000 reimar Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Wed, 04 Mar 2009 17:12:58 +0000 reimar Set AVFrame.reference correctly for nuv decoder. libavcodec
Mon, 02 Mar 2009 05:18:33 +0000 diego Change a bunch of codec long_names to be more consistent and descriptive. libavcodec
Mon, 02 Feb 2009 20:16:00 +0000 reimar Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavcodec
Fri, 05 Sep 2008 16:31:26 +0000 reimar Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 13:55:15 +0000 michael const libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Sun, 09 Sep 2007 18:14:11 +0000 reimar dsputil must be initialized before calling rtjpeg init. libavcodec
Sun, 09 Sep 2007 10:20:47 +0000 reimar Properly handle nuv file with changing resolution libavcodec
Sun, 09 Sep 2007 09:16:47 +0000 reimar Make sure rtjpeg quality is a valid value libavcodec
Sun, 09 Sep 2007 09:00:12 +0000 reimar Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec
Sun, 09 Sep 2007 08:52:53 +0000 reimar 10l, add check forgotten in last commit libavcodec
Sun, 09 Sep 2007 08:42:49 +0000 reimar First ugly and slow attempt to fix nuv files with extra frameheader libavcodec
Sun, 09 Sep 2007 08:22:07 +0000 reimar Simplify nuv: factor out LZO decompression 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, 04 Mar 2007 11:53:11 +0000 takis Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 27 Mar 2006 22:22:50 +0000 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodec