log libmpcodecs/vd.c @ 7180:28677d779205

age author description
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
Wed, 10 Jul 2002 20:56:57 +0000 albeu Support for Xvid using their new api. If divx4 compatiblity is disabeled
Sat, 22 Jun 2002 23:09:40 +0000 arpi SVQ1 added
Sat, 08 Jun 2002 20:51:50 +0000 arpi realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
Thu, 30 May 2002 01:26:07 +0000 arpi setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Sun, 12 May 2002 02:18:52 +0000 arpi various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
Wed, 01 May 2002 17:39:46 +0000 arpi setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN
Mon, 29 Apr 2002 20:05:11 +0000 arpi apply aspect prescaling to -xy
Fri, 19 Apr 2002 23:21:44 +0000 arpi debug line
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Wed, 10 Apr 2002 23:23:19 +0000 arpi query_format debug moved 1 verbose level down
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
Thu, 04 Apr 2002 00:00:23 +0000 arpi global var for option -slices
Wed, 03 Apr 2002 18:22:31 +0000 arpi vd_mpegpes added
Wed, 27 Mar 2002 02:58:55 +0000 atmos4 Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
Sun, 24 Mar 2002 19:01:01 +0000 arpi UV vs VU fix
Fri, 22 Mar 2002 22:14:01 +0000 alex added zlib
Thu, 21 Mar 2002 01:21:49 +0000 melanson added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>
Wed, 20 Mar 2002 15:39:08 +0000 alex using -dr instead -vaa_dr
Tue, 19 Mar 2002 07:07:06 +0000 melanson MPlayer now has a Microsoft RLE decoder to call its own...only supports
Mon, 18 Mar 2002 03:08:21 +0000 arpi supports query_format in codecs
Mon, 18 Mar 2002 01:47:47 +0000 arpi don't call video->get_info if it's NULL
Sun, 17 Mar 2002 02:30:29 +0000 arpi libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifile playback
Sat, 16 Mar 2002 02:46:49 +0000 arpi prefer outfmt with no conversion (see vo's query flags)
Thu, 14 Mar 2002 23:58:46 +0000 arpi temp workaround for mencoder
Thu, 14 Mar 2002 23:28:51 +0000 arpi libvo init moved to libmpcodecs
Sun, 10 Mar 2002 22:49:18 +0000 pontscho Add IJPG decoder.
Sat, 09 Mar 2002 21:31:54 +0000 arpi vo_config request printf
Sat, 09 Mar 2002 02:18:33 +0000 arpi mpng, libmpeg2 added, none of them finished :(
Fri, 08 Mar 2002 07:14:34 +0000 arpi cyuv, nuv, qtrle, qtsmc, roq added
Thu, 07 Mar 2002 21:06:59 +0000 arpi fli and msvideo1 added
Thu, 07 Mar 2002 13:09:10 +0000 arpi direct rendering can be disabled -vaa_nodr
Thu, 07 Mar 2002 02:44:16 +0000 arpi direct rendering support
Thu, 07 Mar 2002 01:39:07 +0000 arpi xanim, raw, rle added
Thu, 07 Mar 2002 00:44:58 +0000 arpi vfw, vfwex, odivx, divx4 added
Wed, 06 Mar 2002 22:03:46 +0000 arpi vd_dshow added
Wed, 06 Mar 2002 20:54:14 +0000 arpi vd_ffmpeg added, handling of EXPORT imgtype changed
Sat, 02 Mar 2002 22:08:19 +0000 arpi Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>
Fri, 01 Mar 2002 00:20:11 +0000 arpi fixed stride for packed formats, more detailed printf at image allocation
Thu, 28 Feb 2002 01:43:06 +0000 arpi cinepak added
Thu, 28 Feb 2002 01:42:44 +0000 arpi cinepak added
Thu, 28 Feb 2002 00:57:30 +0000 arpi libmpcodecs core - initial version