log libmpcodecs/ve_nuv.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 09 Mar 2009 15:01:12 +0000 reimar Get rid of nuppelvideo.h and its ugly packed struct and instead write the
Mon, 09 Mar 2009 14:40:55 +0000 reimar Fix type of zlen, fixes crashes on 64 bit systems.
Mon, 09 Mar 2009 14:32:19 +0000 reimar Do not calculate the same value twice
Mon, 09 Mar 2009 14:30:41 +0000 reimar Allocate buffer for lzo compression correctly also for large frame sizes.
Mon, 09 Mar 2009 13:37:55 +0000 reimar nuv encoder 64 bit fix: avoid using long/sizeof(long)
Sun, 06 Apr 2008 18:17:59 +0000 diego Rename RTJPEG files so that filenames consist of lowercase name only.
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:30:55 +0000 diego Add explicit location for headers from the stream/ directory.
Sun, 18 Feb 2007 14:54:50 +0000 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
Sun, 18 Feb 2007 14:51:44 +0000 diego Use external liblzo instead of internal minilzo.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Thu, 03 Mar 2005 10:19:56 +0000 reimar Make nuv files work on bigendian (but old nuv files created with mencoder
Tue, 01 Mar 2005 20:21:58 +0000 henry fixes for encoding of multiple files
Thu, 20 Jan 2005 22:53:37 +0000 reimar Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Tue, 04 Mar 2003 13:26:09 +0000 albeu Add missing uninit
Mon, 03 Mar 2003 11:03:19 +0000 albeu A new nuppel video encoder. Mainly for RT encoding on slow box.