log

age author description
2002-04-11 arpi libmpencoders added to mencoder libs
2002-04-11 arpi vfw encoding func splitted to init and start parts
2002-04-11 arpi video codecs moved to libmpencoders, crop/scale removed, use -vop for that
2002-04-11 arpi 10l
2002-04-11 arpi soem fixes
2002-04-10 arpi encoders
2002-04-10 arpi query_format debug moved 1 verbose level down
2002-04-10 arpi OS/2 fix
2002-04-10 mswitch Some minor changes to the avcodec code.
2002-04-10 rfelker Dirty hack to fix mencoder until someone does all the new filter/vo stuff right :)
2002-04-10 jaf a temporary disable for opendivx - please remove or fix
2002-04-10 mswitch Make avcodec the default encoder again, thanks Michael
2002-04-10 michael memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
2002-04-09 michael trying to fix davids "libavcodec bug" ...
2002-04-09 jonas sync
2002-04-09 arpi new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>
2002-04-09 arpi 2 new simple filters: yuy2 and format
2002-04-09 atmos4 VM Fix by Uwe.Reder@3soft.de
2002-04-09 jaf looks better ...
2002-04-08 arpi vf_fame added - yv12->mpes converter
2002-04-08 arpi maintainers section updated
2002-04-08 gabucino commited hogyishijjak's patch
2002-04-08 michael fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi
2002-04-08 arpi +libmpeg2
2002-04-08 arpi updated
2002-04-08 arpi copy width too
2002-04-08 arpi relaly black packed yuv images
2002-04-08 arpi really black yv12/rgb images (todo: packed yuv)
2002-04-08 arpi pp passtrough
2002-04-07 arpi free old context, really use query_format
2002-04-07 arpi 10l
2002-04-07 arpi allocate 2 lines more memory - to avoid some sig11
2002-04-07 arpi colorspace conversion support
2002-04-07 arpi swscale filter
2002-04-07 arpi divx4vfw is buggy
2002-04-07 pontscho small bugfixes...
2002-04-07 arpi vf control codes added, autoq support
2002-04-07 arpi accept only 4:2:0 planar yuv formats
2002-04-07 arpi export qscale for postproc
2002-04-07 arpi missing #ifdfe - 0.1l
2002-04-07 arpi quant_store moved to frame struct
2002-04-07 arpi accept -pp value from args
2002-04-07 arpi mpeg+pp0 fixed
2002-04-07 arpi postprocessing filter (fixme: -pp 0)
2002-04-07 arpi vo_config_count now counts calls to vo->config()
2002-04-07 arpi don't config twice
2002-04-07 arpi initialization moved to preinit(), query_format now really checks for supported formats
2002-04-06 arpi vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
2002-04-06 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
2002-04-06 arpi field 'vfilter' added to sh_video_t
2002-04-06 arpi MSGT_VFILTER added
2002-04-06 arpi memcpy_pic() added (copy image plane with src/dst stride)
2002-04-06 arpi #include cleanup
2002-04-06 arpi VOCTRL_DRAW_IMAGE added
2002-04-06 atmos4 Free fix by kisg@lme.linux.hu
2002-04-06 gabucino removed some left master/pcm
2002-04-06 mswitch Fixed bug that would cause the dxr3 to lock if too many subpics were sent at once
2002-04-06 gabucino SDL+x11/xv Q/A
2002-04-05 mswitch Make fame the default encoder until lavc's mpeg1 encoder is repaired.
2002-04-05 michael ffmp42 is bugfree now afaik
2002-04-05 pl Bugreports start appearing - no reaction :/
2002-04-05 michael i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchmarks now ...
2002-04-05 michael ff msmpeg4v2
2002-04-04 gabucino typo (?) fix. Noticed by Karol Szkudlarek <karol@psi.mikronika.com.pl>
2002-04-04 mswitch Removed blinking effect from spuenc
2002-04-04 mswitch Added spuenc... should write a draw_alpha_spu perhaps =D
2002-04-04 arpi dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>
2002-04-04 arpi fixed SPU pts, it's 1024/90000 based instead of 1/100
2002-04-04 jaf improved DVB detection
2002-04-04 jaf improved DVB detection
2002-04-04 arpi use -slices
2002-04-04 arpi option -slices
2002-04-04 arpi global var for option -slices
2002-04-03 arpi libavcodec slices support
2002-04-03 arpi control() done
2002-04-03 arpi removed useless contect struct -> code simplified
2002-04-03 arpi libmad support, rewritten from scratch using Xine decoder as sample
2002-04-03 arpi mpegpes added... thx Mw3
2002-04-03 arpi mpegpes is no longer handled by libmpeg2 - we have vd_mpegpes now
2002-04-03 arpi vd_mpegpes added
2002-04-03 arpi new dvdnav option: -skipopening - dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-04-03 arpi spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-04-03 arpi dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-04-03 arpi dvdnav functions moved out to dvdnav_steram.c
2002-04-03 arpi dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-04-03 arpi added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-04-03 arpi don't alloc/free NULL
2002-04-03 arpi 10l
2002-04-03 mswitch Subpic encoder added (used on DXR3 and similar hardware that has a subpic channel)
2002-04-03 arpi IMGTYPE_IPB fix
2002-04-03 arpi rewritten - it replaces libmpeg2/decode.c now
2002-04-02 arpi divx4 I420 removed - i hate that buggy shit nvidia
2002-04-02 kmkaplan Add '-subdelay' support for vobsub.
2002-04-01 arpi sample
2002-04-01 arpi yes, typo. 10l. noticed by atmos
2002-04-01 atmos4 Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!