log

age author description
2002-04-12 arpi VCODEC_RAW fixed
2002-04-11 atmos4 anything to (S)VCD encode script by Juergen Hammelmann <juergen.hammelmann at gmx.de>
2002-04-11 mark Lots of updates and bugfixes to the tdfxfb driver
2002-04-11 arpi VFCAP added
2002-04-11 arpi capabilities support -> automatic insertion of scale, expand, pp
2002-04-11 arpi VFCAP defines moved out from vf.h, to be easier to include in libvo
2002-04-11 atmos4 Sorry, fix vobsub duration the arpi way.
2002-04-11 arpi VFCAP flags added
2002-04-11 jaf bugfixes
2002-04-11 arpi uninit sig11 fixed
2002-04-11 arpi print VO info
2002-04-11 arpi reorder
2002-04-11 arpi new filter: flip
2002-04-11 arpi vme default changed 3->4
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!
2002-04-01 arpi audio codec uninit
2002-04-01 arpi audio input buffer allocation/free cleanup
2002-04-01 alex config vo only if aspect really changed and width&&height isn't changed (if w||h changes, we set it later)
2002-04-01 arpi freeing codec in/out buffers is job of libmpcodecs, not demuxer
2002-04-01 arpi cleanup
2002-04-01 arpi ehh. vorbis support...
2002-04-01 arpi twos audio fixed
2002-04-01 michael overread in the mmx2 horizontal scaler fixed
2002-04-01 alex added vfw uninit
2002-04-01 alex added acm uninit
2002-04-01 alex added vfw and acm uninit
2002-04-01 alex using sh->context and added proper uninit
2002-04-01 alex using sh->context
2002-04-01 jonas sync
2002-04-01 gabucino -dr is now off by default
2002-04-01 gabucino remark about Ogg-in-AVI suxxhaxx
2002-04-01 gabucino applied trey's patch
2002-04-01 gabucino minor typo fix (in comment)
2002-03-31 arpi after some STFW i've found some info about fps codes
2002-03-31 arpi mtvp says its' 29.97 not 1 fps
2002-03-31 arpi seeking fixed (variable fps videos needs to reset PTS after seeking)
2002-03-31 arpi fixed new_chunk calculation at seeking (seeking not work yet) and added -nosound support
2002-03-31 arpi 10l
2002-03-31 arpi -alang/-slang support in mencoder too
2002-03-31 arpi 10l... int/1000 will be int while we want float, so let's do int*0.001
2002-03-31 arpi better message when vo->preinit fails
2002-03-31 arpi open(/dev/mga_vid) moved to preinit
2002-03-31 arpi use only 1 buffers if dr=yes and double=no
2002-03-31 arpi disabling direct rendering by default (too buggy and conflicts with osd/sub)
2002-03-31 arpi argh, some samples sue new header chunks - fixed
2002-03-31 arpi BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
2002-03-31 arpi fixed 10l bug: using ds instead of dp, and adding some debug prints
2002-03-31 arpi vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1
2002-03-31 mswitch Updated
2002-03-31 arpi -alang sig11 when playing avis fixed - 10l
2002-03-31 melanson changed int -> float for proper PTS calculation (works just as well as the
2002-03-31 melanson backed out unneeded mod
2002-03-31 melanson fixed ibps
2002-03-31 melanson fixed RoQ framerate by multiplying PTS calculation by some absurd constant
2002-03-31 melanson modified the new MS RLE decoder to support BGR15/16 output formats in
2002-03-31 arpi copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files)
2002-03-31 arpi I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4
2002-03-31 arpi migrating to Melanson's great codec name change... which is of course nonsense but why not...
2002-03-31 arpi check depth for direct rendering
2002-03-31 arpi updates - thanks to Melanson...
2002-03-31 arpi fix uninit() crash if no config() call
2002-03-31 melanson fixed to be able to handle extra-quirky .film files on Lemmings 3DO
2002-03-31 arpi added soem debug prints, and fixed 10l bug of Alban
2002-03-31 arpi 1 step closed to solving memory corruptions
2002-03-30 arpi 10l - fixed soem weird sig11 at multifile
2002-03-30 melanson adpcm.c is no longer needed
2002-03-30 melanson reworked ADPCM decoders; changes include:
2002-03-30 pl the long standing /dev/sound/dspW => .../dsp
2002-03-30 arpi 10l
2002-03-30 arpi using interleaveBytes() for G200 draw_slice
2002-03-30 nexus FreeBSD require stdlib.h
2002-03-30 nexus FreeBSD warning fix
2002-03-30 jaf again some bugfixes
2002-03-30 jaf some bugfixes
2002-03-30 gabucino fixed -hr-mp3-seek description
2002-03-30 gabucino added libvorbis to installation section, and a link to daily CVS
2002-03-30 gabucino added -ifo option
2002-03-30 mswitch Fixed avcodec init bug
2002-03-29 gabucino better opendivx-divx4 interface explanation
2002-03-29 gabucino applied Diego's patch
2002-03-29 gabucino Justyna's update
2002-03-29 jkeil Add a configure test for the strsep function (it's missing on solaris)
2002-03-29 kmkaplan Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>
2002-03-29 rik use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
2002-03-29 rfelker libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
2002-03-29 rfelker quick hack to make vo_mga accept multiple calls to config
2002-03-29 kmkaplan * New command line switch for mplayer & mencoder:
2002-03-29 atmos4 Allow cache to be disabled at commandline.
2002-03-29 arpi 2-pass lavc encoding fixed
2002-03-29 atmos4 eeh, really remove keybinding for w/s for volume control. =)
2002-03-29 atmos4 Remove alternative volume control binding that clash with libdvdnav support.
2002-03-28 arpi 2-pass encoding with libavcodec - untested
2002-03-28 arpi 10l fix, patch by Mark Szabo <mw3@bsd.hu>
2002-03-28 arpi typo, thx to Mark Szabo <mw3@bsd.hu>
2002-03-28 arpi DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
2002-03-28 arpi .ttf font loader - based on TOOLS/subfont-c
2002-03-28 gabucino small update