log

age author description
2001-11-10 arpi uyvy->yv12->postprocess->libvo
2001-11-10 alex tv update
2001-11-10 arpi uyvy->uv12 added
2001-11-10 michael .balign or we´ll align by 64kb on some architectures
2001-11-10 michael .align 16
2001-11-10 nick Code cleanup - emms is not required when MMX block is commented out.
2001-11-10 arpi updated
2001-11-10 arpi still sig11
2001-11-10 nick warning for unknown parameters is quite enough
2001-11-10 alex vfw_raw fix
2001-11-10 alex uses fastmemcpy
2001-11-10 alex checking for EOF
2001-11-09 alex added some macros for rgb/bgr
2001-11-09 alex added tv subsystem
2001-11-09 alex coded ultra-big bug. - 20l
2001-11-09 alex freeing up space and some debug
2001-11-09 alex fixes for vivo
2001-11-09 alex added pre-flash detecting support ;)
2001-11-09 alex vivo_check_file uses also new textparser
2001-11-09 alex added text block parser
2001-11-09 pontscho unkow parameter fix.
2001-11-09 pontscho app michale's rgb32tobgr32
2001-11-09 pontscho uuupsz ... 1l cola ;)
2001-11-09 arpi removed #define DETAILED_OUT
2001-11-09 arpi Eugene's fixes to work with QuickTime.qts
2001-11-09 arpi fixes?
2001-11-09 arpi videocodec and component selectors (function IDs)
2001-11-09 arpi struct->typedef
2001-11-09 pl added missing #include <malloc.h>
2001-11-09 pl memalign detection cleanup
2001-11-09 gabucino mencoder sig11 Q/A (translated)
2001-11-08 gabucino *** empty log message ***
2001-11-08 gabucino "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
2001-11-08 atmos4 DXR3 beta2 patch by David Holm.
2001-11-08 arpi for testing
2001-11-08 arpi loads .qts
2001-11-08 arpi fixes suggested by atmos
2001-11-07 michael bugfix
2001-11-07 arpi typos fixed
2001-11-07 arpi extended ascii version of formats.html
2001-11-07 atmos4 Progress indicator for index creation.
2001-11-07 gabucino half-translated yet
2001-11-07 gabucino *** empty log message ***
2001-11-07 eyck gui and menus
2001-11-07 eyck add gui, this way we can finally add usable entry to menus. ( Sveg Hartge
2001-11-07 nick rgb32tobgr32 now is documented ;)
2001-11-07 arpi fixed usleep() - 10l?
2001-11-07 arpi workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)
2001-11-06 michael rgb32tobgr32 / bgr32torgb32
2001-11-06 gabucino updated decss status (huh?)
2001-11-06 lgb Installing mencoder and mencoder.1 if executable mencoder was compiled before issuing make install
2001-11-06 lgb Somebody wanna drink some cola?
2001-11-06 pl FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec found
2001-11-06 michael gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
2001-11-06 michael 15/16 bpp dithering
2001-11-06 michael better dithering
2001-11-06 gabucino Applied Nick Kurshev's patch
2001-11-06 nick Minor speedup of rgb32to24. (performance is not successful)
2001-11-06 gabucino oh my god what have i done...
2001-11-06 jkeil Remove a few obsolete header includes (fixes a compile error on solaris)
2001-11-06 jkeil dvb test, /dev/ost/video:
2001-11-06 michael minor changes (fixed some warnings, added attribute aligned(8) stuff)
2001-11-06 nick MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
2001-11-06 nick optimized rgb24to16 stuff
2001-11-06 michael mmx2 bgr24 stuff from swscale (slightly faster)
2001-11-06 nick rgb24to32 now is faster
2001-11-06 michael vars are aligned by 8 now (even faster, yes they where not aligned correctly)
2001-11-06 michael 16bpp is 10% faster
2001-11-06 michael 15 bpp support
2001-11-06 michael common code moved to a #define
2001-11-06 pontscho add prostproc/rgb2rgb
2001-11-06 nick Move yuv2rgb to postprocess
2001-11-06 nick No longer required
2001-11-06 michael faster bgr24 output
2001-11-06 gabucino small typo fixed
2001-11-05 michael only 6 registers used
2001-11-05 jaf autodetecting for dvb-cards
2001-11-05 atmos4 MEncoder compile fiy by marpet.
2001-11-05 michael unsigned stuff
2001-11-05 michael yuy2toyv12 fixed and speedup
2001-11-05 michael fixed yv12toyuy2
2001-11-05 arpi MBC->MPEG2_MBC, max image size increased
2001-11-05 nick Forgot
2001-11-05 nick Fixed rgb32(24)to15 stuff
2001-11-05 nick Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken
2001-11-05 nick Well - old algorithms and new stuff rgb24to16(15)
2001-11-05 pontscho fix small xshape bug
2001-11-05 arpi passing palette to libvo
2001-11-05 arpi -lm for ffmpeg detect Christian Marillat <marillat@free.fr>
2001-11-05 arpi ignoring decompressquery error
2001-11-05 arpi updated
2001-11-05 nick rgb32to16, rgb32to15 support
2001-11-05 nick More standards compilance
2001-11-05 jaf Transated by: Leandro Lucarella <leandro@lucarella.com.ar
2001-11-05 jaf Sorry, my laptop has no dvb-card
2001-11-05 arpi ao_mpegpes
2001-11-05 arpi vo_pts added
2001-11-05 arpi audio packet writting added
2001-11-05 arpi libvo driver may have its own timing
2001-11-05 michael yuy2toyv12 in MMX
2001-11-05 atmos4 Quick hack to don't use ldivxencode on systems where it'S not installed.
2001-11-05 michael yv12toyuy2 in MMX
2001-11-05 michael yv12 <-> yuy2 in C
2001-11-05 pl problems with --with-sdl-config (option ignored)
2001-11-04 atmos4 Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously added (this should also fix profiling and maybe some non-x86 build).
2001-11-04 michael faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is no difference ): but the c routine is faster
2001-11-04 michael palette to bgr24
2001-11-04 arpi vivo 2.0 support
2001-11-04 arpi vivo 2.0 compatibility
2001-11-04 michael bgr32to16, bgr32to15 (needed for palette stuff)
2001-11-04 nick triple buffering interface
2001-11-04 nick Minor notes
2001-11-04 arpi fixes
2001-11-04 gabucino some updates
2001-11-04 nick Use standard aspect code
2001-11-04 nick Code cleanup
2001-11-04 arpi vivo demuxer
2001-11-04 nick Double buffering support
2001-11-04 pl message for xanim codecs
2001-11-04 gabucino divx4 installation updated
2001-11-04 alex fixed cram and vivo
2001-11-04 alex fixed api revision and input fourcc handling (mappings are working too :)
2001-11-04 arpi fourcc mapping fixed - 10l to someone
2001-11-04 michael green line fix for dstw%8!=0
2001-11-04 alex supporting GetFormatSize
2001-11-04 nexus XAnim sync, typo
2001-11-04 nick using const modifier
2001-11-04 nick Fixed rgb2rgb in DGA mode
2001-11-04 alex added vivo h.263, vivo g.723, twos
2001-11-04 gabucino started mencoder documentation
2001-11-04 gabucino *** empty log message ***
2001-11-04 arpi works! copy video steram to .avi file playable with ivvideo.dll
2001-11-04 michael fixed warnings
2001-11-04 alex fixed TlsAlloc
2001-11-04 michael faster bgr15/16
2001-11-04 arpi KERNEL32 fix for ivvideo and strncmp for U263
2001-11-04 arpi convertiong to avi
2001-11-04 gabucino ovc oac
2001-11-04 arpi dump h263 frame headers from vivo
2001-11-03 gabucino decreasing my todo list
2001-11-03 pl added new options ( -playlist < > )
2001-11-03 pl avoids spitting bad compilation messages at the user when sthg does not work
2001-11-03 arpi -oac/-ovc (fake:))
2001-11-03 alex sorry for the help_msg.h
2001-11-03 alex xacodec configure support
2001-11-03 alex removed #define USE_XANIM hack
2001-11-03 alex checkin for xanim support, also --disable-xanim and --with-xanimlibdir option added
2001-11-03 gabucino nahat, mit valtoztattam?
2001-11-03 arpi avg bps calc fixed
2001-11-03 alex vo_format_name prototype added
2001-11-03 arpi WMP compatibility fixed
2001-11-03 arpi new stream field: size
2001-11-03 arpi partially synced with avifile... (TODO: migrate to new registry.c and driver.c)
2001-11-03 alex fixed commandline bug: handling '-' as option when '--' unused
2001-11-03 nick What's new:
2001-11-03 nexus playlist sync, small fixes
2001-11-03 arpi -playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
2001-11-03 arpi dxr3 instructions by David Holm <dholm@telia.com>
2001-11-03 arpi ao_dxr3 by David Holm <dholm@telia.com>
2001-11-03 arpi dxr3 support by David Holm <dholm@telia.com>
2001-11-03 arpi divx4 2-pass support, -frames option
2001-11-02 arpi divx4_vbr -> mplayer integration
2001-11-02 arpi initial import from transcode
2001-11-02 jaf TV-Out Section needs also an update ... next week i'll leave school ;-)
2001-11-02 arpi -srate and -pp 0 fixes
2001-11-02 michael right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)
2001-11-02 nick code cleanup
2001-11-02 nick Fixed bug of -vc libmpeg2 on vesa:dga
2001-11-02 arpi fixed AVI header creation - now should be compatible with NaNdub
2001-11-02 arpi MPEGLAYER3WAVEFORMAT added
2001-11-02 nick Qualitative speedup decoding when video card supports DGA!
2001-11-02 nick Double buffering interface
2001-11-02 gabucino formatting (drive C:)
2001-11-02 arpi updated
2001-11-02 nick *** empty log message ***
2001-11-02 gabucino to be completed
2001-11-02 pontscho kurva gui.
2001-11-02 arpi divx4 and lame subconfig support
2001-11-02 michael mmx opt ,untested, i have no mga
2001-11-02 alex partly upgraded to mp_msg and fixed minor bug in parse_command_line
2001-11-02 alex fixed fault with --help
2001-11-02 arpi verbose fixed
2001-11-02 alex fixed subconfig, exiting on error, supporting flags
2001-11-02 arpi MSGT_MENCODER added
2001-11-02 alex subconfig support
2001-11-02 arpi mencoder commandline handling
2001-11-02 alex added subconfig type
2001-11-02 arpi common options moved out - for mencoder
2001-11-02 alex fixed arpi's cfgparser bug
2001-11-01 gabucino 1l (megittam:)
2001-11-01 arpi new A-V sync correction and fps conversion stuff
2001-11-01 eyck SSE update on FreeBSD