log

age author description
2003-09-12 pl patch by Guido Guenther <agx@sigxcpu.org>:
2003-09-12 pl fix some warnings (define order)
2003-09-12 pl fix for warning in some vo_*.c
2003-09-12 pl force a new line if a message is very long
2003-09-12 henry 1000l
2003-09-11 henry yet another sync fix
2003-09-11 gabucino initial revision
2003-09-11 mosu Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.
2003-09-11 michael 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)
2003-09-11 michael pass stream header FCC
2003-09-10 lumag Fixed PAUSED message (it was too long :)
2003-09-10 mosu Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanfree.net>.
2003-09-10 mosu Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs etc.).
2003-09-08 rfelker 10l, debug code broke compile with mmx disabled
2003-09-08 mosu Cleanup of faad detection and a new test if gcc can compile the internal faad. Patch by Arpi.
2003-09-08 mosu Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by Arpi.
2003-09-07 zdar Config fixed, changed put_image to use memcpy instead of native blits (for compatibility reasons), always clear primary layer (to have always black background) and try to center image.
2003-09-07 attila hopefully final xv ports.
2003-09-07 alex IRIX support by Timo Kanera <timo@kanera.de>
2003-09-07 mosu Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Götz Waschk <waschk@informatik.uni-rostock.de>
2003-09-07 alex 100l typo found by Dima K. <dimakar@yahoo.com>
2003-09-07 alex external faad support via --enable-externalfaad and fix my 1000l bug
2003-09-07 attila adaptors are not ports
2003-09-07 rtognimp 1l forgot info
2003-09-07 alex plen=0 is handled
2003-09-07 alex moved packet header after startcodes
2003-09-06 attila catch negative port numbers, just in case
2003-09-06 nicolas sync
2003-09-06 nauj27 sync
2003-09-06 michael 10
2003-09-06 attila add port parameter to -vo xv
2003-09-06 faust3 fix debug compilation on mingw
2003-09-06 michael reserved_bytes & byte order stuff
2003-09-06 faust3 disable sse support for mingw because of missing memalign
2003-09-06 alex audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
2003-09-06 alex FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com>
2003-09-05 alex disable faad with gcc 3.2
2003-09-05 alex solaris sed (and probably others) fix for faad detection by Michael Gernoth <simigern@stud.uni-erlangen.de>
2003-09-05 rtognimp ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
2003-09-05 alex some updates
2003-09-05 alex added new config system support and fixed some bugs (altought sanity checks are needed in delogo as it segfaults easily with w/h out of range)
2003-09-05 albeu Fix the segfault with long filenames. Also prevent some other buffer
2003-09-05 alex size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)
2003-09-05 diego spelling/wording fixes
2003-09-05 henry delogo filter
2003-09-05 henry DR, 10l fixes
2003-09-05 henry 10l - forgotten gettimeofday
2003-09-03 henry simple logo remover
2003-09-03 rtognimp 100l: you have 2 nibbles per byte, don't divide byte count by 2
2003-09-03 alex cdda && cddb aren't uris too (hopefully all the pseudo urls are catched before url_new())
2003-09-03 nauj27 spelling
2003-09-02 alex fixed win32 compile problems and broken bigendian support
2003-09-02 alex added 0.91 and 1.0pre1 to the history section
2003-09-02 alex minor leak fix
2003-09-02 alex 1000l
2003-09-02 alex Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
2003-09-02 mosu Do not automatically select a subtitle stream for display.
2003-09-02 diego Sync with XML.
2003-09-02 nauj27 sync with english version. Now use 'archivo' instead 'fichero' for 'file'.
2003-09-02 nauj27 New spanish DOC file
2003-09-02 mosu Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
2003-09-02 mosu Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>
2003-09-02 mosu Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>
2003-09-02 mosu Fixed detection of vsscanf for newer gcc versions (3.3.1 etc). Patch by Dima K. <dimakar@yahoo.com>.
2003-09-02 nauj27 sync
2003-09-02 alex libmenu is missing the dvb headers, patch by Gotz Waschk <waschk@informatik.uni-rostock.de>
2003-09-01 gabucino sync
2003-09-01 gabucino fixes
2003-09-01 alex some updates
2003-09-01 alex documented the custom matrices stuff, feel free to reword/fix/etc, but don't flame me as Gabucino was not able to help in writing docs...
2003-09-01 alex some fixes
2003-09-01 alex -nomouseinput support for vo_sdl
2003-09-01 alex fixes and documented -list-options
2003-09-01 alex more updates
2003-09-01 alex some more fixes
2003-09-01 alex overall fixes and documented inter/intra_matrix option in manpage
2003-09-01 alex updated the list of supported lavc video encoders
2003-09-01 alex support for user specified intra/inter matrices
2003-09-01 alex switched lavc_param_format to CONF_TYPE_IMGFMT
2003-09-01 michael asv2 encoding
2003-09-01 albeu Fix immediatemode with mplayer (ie playing both sound and video)
2003-09-01 lumag Fixed smbclient (added probbing if we need -lnsl-ldl ) & lirc detection (/dev/lirc may be a directory, so right device is /dev/lirc/0)
2003-09-01 michael FFASV2
2003-09-01 rfelker direct render frames whose fields are not in a common buffer, rather
2003-09-01 diego ;-)
2003-09-01 diego spelling fixes
2003-09-01 diego nit
2003-09-01 diego framestep and tile filters clarified.
2003-08-31 diego nit
2003-08-31 diego spelling fixes
2003-08-31 diego libfaad is included now.
2003-08-31 alex 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.c x11_common.h |more
2003-08-31 diego Ignore .depend.
2003-08-31 alex vo_fbdev2 written by Joey Parrish with some minor modifications
2003-08-31 gabucino sync
2003-08-31 gabucino fixing alphabetic order
2003-08-31 gabucino slight "grammar" fixes
2003-08-31 diego spelling + small updates
2003-08-31 alex 10l, lot of missing new-lines. In case of an error, all the messages will be screwed up
2003-08-31 mosu Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
2003-08-31 alex remove read/revert hack
2003-08-31 diego sync
2003-08-31 alex Recieving of mouse events can be switched off. Patch by Markus Rechberger <mrechberger@web.de>
2003-08-31 alex 10l found by albeu
2003-08-31 alex final pre1
2003-08-31 arpi 2 new filters: tile & framestep
2003-08-31 alex rawnv21
2003-08-31 gabucino sync
2003-08-31 arpi vf_tile & _framestep added
2003-08-31 rfelker more mmx and fix 100l sig11 in the previous mmx commit
2003-08-31 alex added nv12/nv21 and some other fourccs (still not synced)
2003-08-31 rtognimp Sync to help_mp-en.h v1.107
2003-08-31 alex nv21 support
2003-08-31 attila * Add multi device support.
2003-08-31 alex basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
2003-08-31 rfelker 1000l, mmx code was not being used because of missing config.h, and
2003-08-31 gabucino sync
2003-08-31 gabucino FTP support
2003-08-31 rfelker tweaks and cleanup
2003-08-31 rfelker 1000l
2003-08-31 alex Handle mp_msg like printf so compiler can report if missing/too much arguments or other errors happen. GCC only
2003-08-31 alex serious bugs - 1l absinth (changed to absinth against cola inflation)
2003-08-31 alex remove exit_player and exit references
2003-08-31 diego Missing en/ added to DOCS path.
2003-08-31 alex some WIP
2003-08-31 diego -noautoexpand documented.
2003-08-31 rfelker fix 10l (computation based on uninitialized data which led to
2003-08-31 attila while we are at it: geometry support for xmga
2003-08-31 attila geometry support for x11
2003-08-30 arpi ffmpeg1/2
2003-08-30 arpi use internal (included) libfaad2
2003-08-30 arpi libfaad2 v2.0rc1 imported
2003-08-30 lumag Sync.
2003-08-30 arpi patch by Joey Parrish <joey@nicewarrior.org>:
2003-08-30 rtognimp On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
2003-08-30 arpi __CYGWIN__->SYS_CYGWIN define moved to the right place
2003-08-30 arpi synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our
2003-08-29 alex 1000l and I imho this would win 'The Bug/Typo of the Year' award
2003-08-29 alex 1000l
2003-08-29 alex 10^1337 litres (now, that's an inflation)
2003-08-29 nauj27 sync
2003-08-29 mosu Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libero.it>.
2003-08-28 iive 10l
2003-08-28 rtognimp 100l fix for paletted 8bpp files, I committed an old version
2003-08-28 rtognimp Quicktime 8BPS decoder
2003-08-28 mosu Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
2003-08-28 mosu Updated highest demuxer number.
2003-08-27 arpi printing fps with 3 dec digit instead of 2
2003-08-27 alex This patch fixes:
2003-08-27 alex dvb channel changing vs input system (lirc) fix by David Kuehling <dvdkhlng@gmx.de>
2003-08-27 mosu Removed some ":" in the track output for easier cut&paste.
2003-08-27 mosu Track selection uses the n-th audio/subtitle/video track as the ID, not the n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc.
2003-08-27 henry a/v sync cleanups
2003-08-26 diego 10l and a few spelling fixes
2003-08-26 diego 10l
2003-08-26 diego libfaad installation instructions
2003-08-26 diego -nuvopts documentation by Albeu
2003-08-25 michael mpeg2
2003-08-25 iive OSD support, optinal queue, optional use of sleep(), and benchmark mode
2003-08-25 alex added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such nonsense (tv,mf,vcd)
2003-08-25 alex 1000l. The vcd api changed and nobody updated the gui..
2003-08-25 attila Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.
2003-08-25 albeu Fix the bug found by Martin Wulffeld
2003-08-25 nauj27 sync
2003-08-25 mosu Support for case insensitive string matching in SAMI subtitle files. Patch by Bruno Lecointre.
2003-08-25 ranma fabs needs math.h
2003-08-25 ranma Add P4 Northwood. (Roman Shiryaev <mih_val@mail.ru>; See <200308250434.38516.mih_val@mail.ru> in mplayer-users)
2003-08-24 arpi TGA image output VO module
2003-08-24 arpi - re-added the old and (no more used) option -tsfastparse with a
2003-08-24 arpi - initial support for MPEG4 in TS (M4V is working, but not AAC yet)
2003-08-24 arpi - seek() is always synchronized to keyframes, so the decoders don't
2003-08-24 mosu Support for linked seek heads, multiple seek heads, multiple cues.
2003-08-23 mosu Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
2003-08-22 diego codecs.conf is obsolete.
2003-08-22 diego sync
2003-08-21 arpi 10l
2003-08-20 nauj27 New spanish DOC file :)
2003-08-20 nauj27 Parenthesis mistake
2003-08-20 diego Stray English line removed.
2003-08-20 nauj27 Missing options in spanish version
2003-08-20 nauj27 sync
2003-08-20 gabucino cosmetic fixes
2003-08-20 gabucino sync
2003-08-20 gabucino sync
2003-08-20 gabucino sync
2003-08-20 gabucino typo fix
2003-08-19 diego no need to document -flip_hebrew and -noflip_hebrew, alphabetical order.
2003-08-19 nauj27 sync
2003-08-19 albeu 10l forgot to add nuv to the help message
2003-08-19 gabucino FriBiDi control flags
2003-08-18 nauj27 sync
2003-08-18 rfelker document vf_pullup (vaguely at least)