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

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 10 Nov 2012 18:52:13 +0000 reimar Do not attempt to write into a file if opening it failed.
Sat, 10 Nov 2012 18:48:41 +0000 reimar Remove dead code.
Thu, 07 Jul 2011 23:06:29 +0000 diego ve_xvid: Add libavutil/rational.h #include for AVRational et al.
Sat, 27 Nov 2010 19:15:54 +0000 iive Expose the VBV options of xvid encoder to the command line interface.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Fri, 29 Oct 2010 13:54:42 +0000 cigaes Support for -force-key-frames for ve_xvid4.
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Thu, 26 Aug 2010 18:44:14 +0000 cehoyos Print a warning, but allow to encode to a non-supported frame rate with
Thu, 26 Aug 2010 18:42:47 +0000 cehoyos Add new Simple Profile Levels to the Xvid encoder.
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.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 01 Jan 2009 11:16:52 +0000 reimar XVID profile array should be const, so it is in rodata
Wed, 28 May 2008 23:04:41 +0000 iive Revert commit r26897.
Tue, 27 May 2008 12:41:27 +0000 diego cosmetics: XviD --> Xvid
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Wed, 23 Jan 2008 14:32:15 +0000 iive Use the proper option name for constant quantizer
Sun, 06 Jan 2008 23:20:15 +0000 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
Thu, 11 Oct 2007 09:47:03 +0000 zuxy Silence a gcc warning: "wrong type argument to increment".
Fri, 28 Sep 2007 21:06:45 +0000 iive Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
Sat, 01 Sep 2007 10:50:36 +0000 iive Remove imported rational calculation code and use the original one from avutil.
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.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Mon, 16 Oct 2006 11:57:11 +0000 gpoirier Use American spelling of "gray" instead for British's "grey" for XviD option, while keeping backward compatibility
Tue, 03 Oct 2006 23:20:31 +0000 corey make PSNR printing more consistent with other encoders
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
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)
Wed, 01 Mar 2006 09:18:56 +0000 gpoirier XviD multi-threaded encoding support
Tue, 21 Feb 2006 09:39:22 +0000 corey Fix video delay when encoding with B-frames.
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.
Wed, 28 Sep 2005 17:25:21 +0000 ods15 code before decleration, gcc2.95 fix
Mon, 26 Sep 2005 10:43:34 +0000 gpoirier make xvid encoding use the filename from
Sun, 18 Sep 2005 17:22:04 +0000 gpoirier 10l: fully working DXN profile support require XviD 1.1.x. Earlier version will work but will lack VBV support
Tue, 13 Sep 2005 21:04:44 +0000 gpoirier adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robert Swain < robert POUM swain AH gmail POUM com >
Mon, 06 Jun 2005 17:27:46 +0000 iive gcc-2.95.3 fix, patch inspired by Steven M. Schultz
Sat, 04 Jun 2005 20:54:49 +0000 gpoirier Add XviD's luminance masking (option name: lumi_mask)
Thu, 02 Jun 2005 22:01:38 +0000 gpoirier XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >
Fri, 08 Apr 2005 19:14:04 +0000 gpoirier Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.
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
Tue, 02 Nov 2004 17:22:24 +0000 gpoirier have each XviD's option flag have its (no)counterpart
Mon, 18 Oct 2004 20:00:07 +0000 rathann Bitrate setting option in ve_xvid4.c doesn't follow the rules described
Mon, 11 Oct 2004 15:48:18 +0000 iive Sync with GomGom's patch-12 version.
Tue, 13 Jul 2004 18:09:58 +0000 iive fix 10l fixed_quant bug reported by Michael
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Fri, 06 Feb 2004 23:45:53 +0000 iive allow using of float fixed_quant
Wed, 04 Feb 2004 23:18:25 +0000 iive psnr and debug option added
Mon, 02 Feb 2004 19:51:39 +0000 iive new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tiscali.it> and Edouard Gomez
Mon, 08 Dec 2003 16:56:46 +0000 iive xvid 1.0 beta2
Tue, 18 Nov 2003 01:24:23 +0000 iive use the old names for 4 options
Wed, 12 Nov 2003 00:50:43 +0000 iive XviD Api4 driver from http://ed.gomez.free.fr/