log libmpcodecs/vd.c @ 11386:229079491864

age author description
Tue, 04 Nov 2003 19:58:37 +0000 rik addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
Sat, 25 Oct 2003 18:44:41 +0000 diego -vop ---> -vf
Thu, 28 Aug 2003 21:23:40 +0000 rtognimp Quicktime 8BPS decoder
Sun, 13 Jul 2003 15:56:20 +0000 alex removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
Wed, 18 Jun 2003 00:34:35 +0000 arpi HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
Sun, 11 May 2003 18:29:07 +0000 arpi Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
Wed, 05 Mar 2003 10:38:56 +0000 michael add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
Tue, 25 Feb 2003 15:39:36 +0000 alex MACOSX support patch, based on Dan Christiansens work
Tue, 04 Feb 2003 17:50:30 +0000 arpi - append the 'palette' filter if the codec supports RGB8/BGR8 and no csp
Fri, 27 Dec 2002 17:31:52 +0000 alex do not config video out system if input dimensions are invalid (triggered a segfault in vop_expand due to missing dimension checks, which bug was reported by gabucino)
Tue, 26 Nov 2002 22:55:32 +0000 arpi DMO support
Tue, 12 Nov 2002 00:06:36 +0000 arpi qt video dll codecs support
Fri, 01 Nov 2002 16:40:15 +0000 arpi usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
Wed, 30 Oct 2002 17:45:44 +0000 albeu 10L ! Don't remove the scale filter if we don't added ourself
Tue, 29 Oct 2002 23:43:23 +0000 albeu Auto insert vf_lavc for the MPEG vo's
Fri, 25 Oct 2002 16:48:53 +0000 arpi debug ize
Sat, 19 Oct 2002 18:56:48 +0000 alex support to use minilzo lib alternatively
Sun, 13 Oct 2002 21:40:10 +0000 arpi liblzo realtime video codec support (decoding only)
Mon, 07 Oct 2002 21:24:44 +0000 arpi argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.
Fri, 20 Sep 2002 18:57:14 +0000 arpi This patch allows you to use fractional values for specifying a zoom.
Tue, 10 Sep 2002 20:59:52 +0000 arpi TGA images (-mf on:type=tga) support
Tue, 03 Sep 2002 21:40:30 +0000 arpi pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)
Sun, 01 Sep 2002 15:10:01 +0000 alex added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib
Sun, 01 Sep 2002 14:30:55 +0000 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Sat, 31 Aug 2002 21:03:34 +0000 arpi some messages added/changed
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Tue, 13 Aug 2002 23:24:20 +0000 jaf messages moved from vf.c and vd.c
Mon, 05 Aug 2002 17:23:22 +0000 arpi native DV audio/video decoders using libdv
Thu, 11 Jul 2002 20:17:27 +0000 albeu Add draw slice for the codecs