log

age author description
Thu, 16 Sep 2004 19:51:13 +0000 reimar moved sh_audio initialization from dec_audio to demuxer.c to fix
Thu, 16 Sep 2004 19:42:54 +0000 rtognimp IBM Ultimotion native decoding via libavcodec
Thu, 16 Sep 2004 18:08:17 +0000 faust3 Changed the default again so that the initial video position is in
Thu, 16 Sep 2004 11:00:37 +0000 diego nick
Thu, 16 Sep 2004 09:25:56 +0000 faust3 make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
Thu, 16 Sep 2004 08:12:05 +0000 faust3 stdout and stderr are macros --- you can't assign to them. Assignment doesn't make sense anyway, because freopen will always return the same FILE * structure that it got in parameter. patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Thu, 16 Sep 2004 07:58:19 +0000 faust3 declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>
Wed, 15 Sep 2004 21:58:21 +0000 rtognimp Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs
Wed, 15 Sep 2004 16:01:34 +0000 faust3 Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
Wed, 15 Sep 2004 15:33:52 +0000 paszczi synced with 1.718
Wed, 15 Sep 2004 15:17:06 +0000 faust3 mingw compile fix
Wed, 15 Sep 2004 14:19:41 +0000 faust3 fix not matching prototype, patch by Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz>; remove ^M
Wed, 15 Sep 2004 14:08:46 +0000 faust3 fix a memory corruption and make sure only getch2 handles stdin
Wed, 15 Sep 2004 13:37:49 +0000 faust3 option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>
Wed, 15 Sep 2004 13:16:52 +0000 faust3 This time is a patch to improve subtitle alignment management. It
Wed, 15 Sep 2004 13:08:53 +0000 gpoirier Cumulative patch:
Wed, 15 Sep 2004 11:26:45 +0000 faust3 fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
Wed, 15 Sep 2004 10:47:03 +0000 danny Audio output driver suboptions documented
Wed, 15 Sep 2004 09:45:34 +0000 faust3 slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
Wed, 15 Sep 2004 09:29:10 +0000 faust3 quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <aurel at gnuage.org>
Wed, 15 Sep 2004 08:02:51 +0000 faust3 add a comment to the Xorg workaround
Tue, 14 Sep 2004 21:02:19 +0000 rtognimp Index must be positive to prevent endless loop on bad data
Tue, 14 Sep 2004 20:43:39 +0000 faust3 workaround for Xorg-6.8 not saving the surface registers on bigendian
Tue, 14 Sep 2004 16:57:37 +0000 iive fix compile on gcc 2.95.3
Mon, 13 Sep 2004 21:21:48 +0000 rtognimp AVC support moved to libavcodec, avcC atom is now passed in extradata
Mon, 13 Sep 2004 15:24:02 +0000 wight sync 1.717
Sun, 12 Sep 2004 22:44:49 +0000 wight random fixes, spelling, vocabulary
Sun, 12 Sep 2004 22:43:17 +0000 wight Consistency fixes, spelling
Sun, 12 Sep 2004 18:51:44 +0000 gpoirier Sync with English mp-v1.715.
Sun, 12 Sep 2004 18:42:02 +0000 danny All video driver suboptions documented, gif and tga examples
Sun, 12 Sep 2004 16:42:26 +0000 diego small fixes
Sun, 12 Sep 2004 15:45:49 +0000 kraymer changed wording (s/Unteroption/Suboption)
Sun, 12 Sep 2004 15:36:43 +0000 iive 2pass encoding support for x264(r46).
Sun, 12 Sep 2004 14:01:13 +0000 mosu Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
Sun, 12 Sep 2004 10:57:51 +0000 gpoirier Sync with 1.711:
Sun, 12 Sep 2004 01:35:41 +0000 ivo Added one more error check. Forgot it last time (grrr :) ).
Sat, 11 Sep 2004 22:54:33 +0000 kraymer removed occurence of work as maintainer (in regard to Diego's email)
Sat, 11 Sep 2004 22:52:34 +0000 kraymer updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes
Sat, 11 Sep 2004 22:50:00 +0000 kraymer hopefully last format correction regarding prior commit in video output drivers section
Sat, 11 Sep 2004 22:37:35 +0000 kraymer fixes some typos, wording and formatting
Sat, 11 Sep 2004 21:15:13 +0000 ivo Fixed typo.
Sat, 11 Sep 2004 19:59:31 +0000 ivo * Changed malloc and strncpy to strdup. Less code.
Sat, 11 Sep 2004 19:48:00 +0000 kraymer added myself to AUTHORS file
Sat, 11 Sep 2004 19:47:16 +0000 kraymer changed email address
Sat, 11 Sep 2004 19:18:19 +0000 kraymer minor changes I came across during sync of videofilters section
Sat, 11 Sep 2004 19:15:48 +0000 kraymer spell-checking done for beginning until player-specific options (mplayer only)
Sat, 11 Sep 2004 13:08:34 +0000 diego Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>
Sat, 11 Sep 2004 09:40:34 +0000 reimar fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
Sat, 11 Sep 2004 09:28:39 +0000 danny Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented, jpeg drop from the list to document
Sat, 11 Sep 2004 09:18:07 +0000 alex info packet is now file global, while meta pakcet is stream specific, as discussed with Rich
Sat, 11 Sep 2004 09:07:07 +0000 reimar output faad error message in case of a decoder error
Fri, 10 Sep 2004 22:22:02 +0000 rtognimp 100l
Fri, 10 Sep 2004 20:53:22 +0000 al Don't prepend basepath to a full unix path. ( 10l to Joey. )
Fri, 10 Sep 2004 17:54:17 +0000 diego libavformat
Fri, 10 Sep 2004 16:39:31 +0000 rtognimp Fixes for VirtualAlloc function:
Fri, 10 Sep 2004 10:15:50 +0000 diego typos, wording
Fri, 10 Sep 2004 02:07:16 +0000 rfelker show video format for all demuxers, not just avi (move this somewhere else if you prefer)
Fri, 10 Sep 2004 01:15:24 +0000 ivo Removed unused variable (leftover of having two instances of directory creation
Thu, 09 Sep 2004 19:28:54 +0000 reimar avoid always skipping first junk with a "sync lost" message
Thu, 09 Sep 2004 19:24:12 +0000 rtognimp Don't leave a messed up terminal after a crash
Thu, 09 Sep 2004 18:36:15 +0000 gpoirier typos and wordings picked up by Diego
Thu, 09 Sep 2004 15:36:47 +0000 gpoirier Sync with 1.709: "some typo, case change"
Thu, 09 Sep 2004 15:25:06 +0000 gpoirier Encoding options update, most are XviD related
Thu, 09 Sep 2004 13:33:40 +0000 paszczi sync
Thu, 09 Sep 2004 12:53:30 +0000 danny some typo, case change
Thu, 09 Sep 2004 12:22:27 +0000 paszczi synced with 1.708 (aka first sync from my laptop;P)
Thu, 09 Sep 2004 10:33:36 +0000 gpoirier All video filters are now documented and in sync against English man page.
Thu, 09 Sep 2004 01:13:26 +0000 attila adding the code documentation guide lines
Wed, 08 Sep 2004 23:44:34 +0000 diego chunk size fix from Ross Finlayson, ported from xine
Wed, 08 Sep 2004 15:31:47 +0000 diego CVS policy updated as discussed on dev-eng.
Wed, 08 Sep 2004 14:58:28 +0000 diego Von/van should not determine alphabetical order, email address added.
Wed, 08 Sep 2004 11:49:39 +0000 gpoirier Typos on the XviD section
Wed, 08 Sep 2004 09:42:05 +0000 danny Synced with 1.707
Wed, 08 Sep 2004 03:51:37 +0000 ivo Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
Wed, 08 Sep 2004 01:11:16 +0000 ivo This patch moves the directory creation code to a separate function. I have
Tue, 07 Sep 2004 20:27:05 +0000 gpoirier Big changes on XviD documentation.
Tue, 07 Sep 2004 17:30:07 +0000 diego OpenBSD clarification by Bj«Órn Sandell <biorn @ dce . chalmers . se>
Tue, 07 Sep 2004 11:00:27 +0000 kraymer newly created videofilters section
Tue, 07 Sep 2004 10:40:30 +0000 kraymer finished translation and review of decoding/filtering section
Tue, 07 Sep 2004 10:23:27 +0000 kraymer \-af note added
Tue, 07 Sep 2004 09:59:27 +0000 gpoirier Cumulative patch
Tue, 07 Sep 2004 08:53:09 +0000 gpoirier Sync with Diego's alphabetical order for lavdopts
Tue, 07 Sep 2004 01:20:19 +0000 michael disable direct rendering for h264
Tue, 07 Sep 2004 01:05:56 +0000 diego MPlayer X11 options do not affect SDL.
Tue, 07 Sep 2004 00:56:58 +0000 diego spelling
Mon, 06 Sep 2004 23:07:20 +0000 kraymer reorder lavdopts suboptions to achieve alphabetical order
Mon, 06 Sep 2004 22:54:06 +0000 kraymer \-jpeg moved
Mon, 06 Sep 2004 22:30:53 +0000 rfelker finally diego will be happy....this is totally useless but oh well :)
Mon, 06 Sep 2004 22:27:08 +0000 ivo mplayer -af help now lists all available audio filters.
Mon, 06 Sep 2004 21:26:46 +0000 reimar do not modify d_width and d_height when -xy option was given, otherwise -xy has no effect with e.g. vo_gl
Mon, 06 Sep 2004 21:25:59 +0000 rfelker pullup docs + new feature for slow cpus :)
Mon, 06 Sep 2004 20:11:37 +0000 reimar Copy-n-Paste bug breaking channel selection in audio configuration dialog
Mon, 06 Sep 2004 14:07:48 +0000 diego typo
Mon, 06 Sep 2004 14:06:33 +0000 diego pan filter needs number of _input_ channels, ported from the man page.
Mon, 06 Sep 2004 14:05:09 +0000 diego List administrators.
Mon, 06 Sep 2004 11:11:02 +0000 diego mailing lists and german documentation maintainers, spelling
Mon, 06 Sep 2004 11:03:51 +0000 diego -lavdopts fast, small fix to -lavdopts ec
Mon, 06 Sep 2004 10:55:01 +0000 diego alphabetical order for lavdopts
Mon, 06 Sep 2004 10:50:19 +0000 diego MB, QP explanation, some more consistency
Mon, 06 Sep 2004 09:05:38 +0000 diego some new patch policy: compression, mail threading, printf vs mp_msg
Mon, 06 Sep 2004 07:52:49 +0000 gpoirier More information on XviD's "interlaced" and "4mv" options thanks to a
Sun, 05 Sep 2004 22:10:59 +0000 rfelker fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts
Sun, 05 Sep 2004 22:01:23 +0000 kraymer Sorry, typo
Sun, 05 Sep 2004 21:56:39 +0000 kraymer sync to latest updates in vo_jpeg.c section
Sun, 05 Sep 2004 20:55:10 +0000 gpoirier Pretty much all filters documented and in sync now (up to "phase" filter,
Sun, 05 Sep 2004 17:54:09 +0000 ivo Some minor vo_jpeg fixes:
Sun, 05 Sep 2004 17:46:33 +0000 joey fixed --enable-gif bug
Sun, 05 Sep 2004 16:55:06 +0000 rfelker fixed warning in my patch
Sun, 05 Sep 2004 16:51:15 +0000 rfelker ensure that avi files have a valid header as soon as possible.
Sun, 05 Sep 2004 13:02:31 +0000 gpoirier updates -vo jpeg:options and minor sync
Sat, 04 Sep 2004 22:59:33 +0000 ivo Removal of -jpeg commandline option.
Sat, 04 Sep 2004 15:34:20 +0000 reimar alignment for SPARC64, second try
Sat, 04 Sep 2004 10:22:38 +0000 reimar af_pan wants number of _input_ channels, fixes bugzilla bug #22
Sat, 04 Sep 2004 09:29:08 +0000 diego switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix
Fri, 03 Sep 2004 22:18:46 +0000 kraymer sync to latest manpage reviews by Diego
Fri, 03 Sep 2004 20:22:22 +0000 al We don't need to support the old nvidia binary driver bug any longer.
Fri, 03 Sep 2004 20:18:28 +0000 gpoirier better documentation of not obvious subq default setting
Fri, 03 Sep 2004 17:47:34 +0000 gpoirier Diego's man page review part VIII commited, small syncs on video filters
Fri, 03 Sep 2004 17:42:52 +0000 diego alphabetical order
Fri, 03 Sep 2004 15:09:20 +0000 gpoirier All libavcodec encoding options are now documented
Fri, 03 Sep 2004 12:12:17 +0000 reimar improved suboption parsing, fixes also compiler warnings
Fri, 03 Sep 2004 10:50:03 +0000 reimar first attempt to make 24-bit PCM DVDs work
Fri, 03 Sep 2004 00:08:58 +0000 rfelker strictness level -1 to 'almost' ignore breaks
Thu, 02 Sep 2004 23:51:05 +0000 rfelker just some debugging junk i'd like to have in there for now :)
Thu, 02 Sep 2004 20:08:32 +0000 reimar missing initialization of round
Thu, 02 Sep 2004 19:48:41 +0000 michael hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)
Thu, 02 Sep 2004 19:33:17 +0000 nauj27 sync by Andoni Zubimendi <andoni at lpsat.net>
Thu, 02 Sep 2004 16:52:13 +0000 michael non spec compliant optizations support
Thu, 02 Sep 2004 12:18:36 +0000 faust3 subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
Thu, 02 Sep 2004 12:02:06 +0000 faust3 slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>
Thu, 02 Sep 2004 11:34:25 +0000 faust3 fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> from the Geexbox mplayer patchset, some modification by me
Thu, 02 Sep 2004 06:57:51 +0000 wight sync tag bumped to 1.47
Thu, 02 Sep 2004 06:57:30 +0000 wight sync 1.65
Thu, 02 Sep 2004 06:57:07 +0000 wight sync 1.47
Thu, 02 Sep 2004 06:40:16 +0000 wight - <screen> -> <command>, improves readibility and sense.
Thu, 02 Sep 2004 00:46:21 +0000 diego typo
Wed, 01 Sep 2004 19:42:51 +0000 wight - sync 1.45
Wed, 01 Sep 2004 17:38:54 +0000 paszczi synced with 1.694 + additional fixes
Wed, 01 Sep 2004 15:05:34 +0000 diego man page review part VIII
Wed, 01 Sep 2004 15:02:02 +0000 gpoirier Fixes some upercase/points on sentences
Wed, 01 Sep 2004 02:31:24 +0000 ivo One-time cosmetics update.
Tue, 31 Aug 2004 18:46:19 +0000 gpoirier Sync against Diego's man page review part VI & VII
Tue, 31 Aug 2004 15:45:21 +0000 gpoirier Massive updates and sync on filters section.
Tue, 31 Aug 2004 10:31:15 +0000 diego man page review part VII
Tue, 31 Aug 2004 09:17:17 +0000 paszczi synced with 1.692 + random fixes
Tue, 31 Aug 2004 07:53:49 +0000 gpoirier cropdetect description update
Tue, 31 Aug 2004 01:24:51 +0000 diego man page review part VI
Tue, 31 Aug 2004 00:10:32 +0000 diego cropdetect style fixup
Tue, 31 Aug 2004 00:09:01 +0000 diego Compn wished for forcing codecs.
Tue, 31 Aug 2004 00:06:09 +0000 diego The threads lavc option may negatively affect motion estimation.
Mon, 30 Aug 2004 22:39:50 +0000 kraymer Modified Files:
Mon, 30 Aug 2004 21:06:52 +0000 reimar Using updated colorspace specifications from colorspaces.txt.
Mon, 30 Aug 2004 20:39:32 +0000 reimar Adds rounding parameter for width and height values returned.
Mon, 30 Aug 2004 20:34:25 +0000 danny synced with 1.682
Mon, 30 Aug 2004 20:17:31 +0000 reimar allow empty assignments, necessary for some weird servers...
Mon, 30 Aug 2004 19:11:18 +0000 gpoirier Small sync of just lavc options...
Mon, 30 Aug 2004 15:29:44 +0000 gpoirier Small syncs against english manpage around old-DiviX post-processing filtrers.
Mon, 30 Aug 2004 13:03:37 +0000 gpoirier removal of (hopefully) trailing spaces, small fixes and syncs.
Mon, 30 Aug 2004 11:05:19 +0000 diego URL with lavc option descriptions, pointed out by Attila.
Mon, 30 Aug 2004 09:23:28 +0000 diego unrarlib
Mon, 30 Aug 2004 08:49:32 +0000 paszczi synced with 1.64 + fixed previous sync
Mon, 30 Aug 2004 00:42:27 +0000 diego #ifdef simplification and higher consistency
Mon, 30 Aug 2004 00:10:39 +0000 diego For some reason the arts sdl audio subdriver is called artsc.
Sun, 29 Aug 2004 20:18:32 +0000 paszczi synced with 1.63
Sun, 29 Aug 2004 20:15:16 +0000 paszczi synced with 1.688 + some fixes
Sun, 29 Aug 2004 19:39:21 +0000 gpoirier Cumulative patch for all Diego's patches before Aug 29 18:38:15 CEST 2004. Some minor fixes too.
Sun, 29 Aug 2004 16:38:12 +0000 gpoirier Addition of x264 encoding options plus minor spelling and syncs
Sun, 29 Aug 2004 13:52:19 +0000 rtognimp AVC (fourcc avc1) in mp4 support
Sat, 28 Aug 2004 21:01:15 +0000 diego typo
Sat, 28 Aug 2004 20:59:49 +0000 rathann small gcc warning fixes
Sat, 28 Aug 2004 20:56:56 +0000 rathann small fixes
Sat, 28 Aug 2004 20:53:01 +0000 rathann fix overcomplicated macros and a few warnings
Sat, 28 Aug 2004 20:51:25 +0000 rathann fix missing includes
Sat, 28 Aug 2004 20:36:34 +0000 diego fall back to --> fall back on, some consistency
Sat, 28 Aug 2004 20:31:41 +0000 rathann use correct headers
Sat, 28 Aug 2004 20:22:38 +0000 rathann loader gcc warning fixes and avifile sync
Sat, 28 Aug 2004 20:20:40 +0000 rathann small gcc warning fix
Sat, 28 Aug 2004 20:00:46 +0000 diego x264 section reviewed.
Sat, 28 Aug 2004 19:47:21 +0000 diego more consistency, small changes
Sat, 28 Aug 2004 19:22:56 +0000 diego credits for Reynaldo Verdejo Pinochet
Sat, 28 Aug 2004 18:18:24 +0000 diego trailing whitespace
Sat, 28 Aug 2004 18:14:07 +0000 diego Small changes for added consistency.
Sat, 28 Aug 2004 17:35:32 +0000 diego Consistently insert lines with only "." between options.
Sat, 28 Aug 2004 17:25:30 +0000 gpoirier Sync against english manpage. All done until "video filters"
Sat, 28 Aug 2004 16:23:31 +0000 diego sync by Sebastian Kr«£mer <mail@skraemer.de>
Sat, 28 Aug 2004 15:10:36 +0000 paszczi synced with 1.682 + random fixes
Sat, 28 Aug 2004 14:00:36 +0000 wight Some more dependency tracking
Sat, 28 Aug 2004 11:46:19 +0000 diego updates by Sebastian Kr«£mer <mail@skraemer.de>
Sat, 28 Aug 2004 01:34:24 +0000 al Added Reynaldo as maintainter for MPlayer's EDL code.
Sat, 28 Aug 2004 00:46:05 +0000 rtognimp EDL enhancement/fixes:
Fri, 27 Aug 2004 21:20:16 +0000 faust3 Rough but working bigendian support for radeon cards, patch by Luca Barbato <lu_zero at gentoo.org>
Fri, 27 Aug 2004 20:43:05 +0000 iive x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
Fri, 27 Aug 2004 15:50:33 +0000 gpoirier Includes latest english patches translated in French, new sync against the
Fri, 27 Aug 2004 15:07:56 +0000 ivo Updated the AUTHORS file.
Fri, 27 Aug 2004 11:31:50 +0000 paszczi wording
Fri, 27 Aug 2004 11:29:50 +0000 paszczi sync with 1.681
Fri, 27 Aug 2004 08:25:17 +0000 henry sync to 1.125
Fri, 27 Aug 2004 02:12:11 +0000 diego better -slang description inspired by a patch from Guillaume Poirier
Fri, 27 Aug 2004 02:04:25 +0000 diego simplification
Thu, 26 Aug 2004 22:18:25 +0000 ivo Added output to multiple directories for vo_jpeg.
Thu, 26 Aug 2004 22:15:26 +0000 joey added "xbutton" support for 4-5 button mice
Thu, 26 Aug 2004 19:46:12 +0000 diego Patches should be gzip or bzip2 compressed if necessary.
Thu, 26 Aug 2004 19:38:16 +0000 nicodvb added forgotten dvb-t params lp_coderate and hierarchy
Thu, 26 Aug 2004 19:18:05 +0000 ivo Added myself as maintainer of vo_jpeg.
Thu, 26 Aug 2004 13:32:36 +0000 gpoirier fixed the removal of French maintainer of the Doc Nicolas Le Gaillart
Thu, 26 Aug 2004 12:07:02 +0000 henry clenups
Thu, 26 Aug 2004 11:55:34 +0000 gpoirier Changed the name of the French documentation maintainer
Thu, 26 Aug 2004 10:34:20 +0000 faust3 some more segfault fixes
Thu, 26 Aug 2004 10:12:14 +0000 michael 10l
Thu, 26 Aug 2004 09:24:03 +0000 rathann remove unnecessary mips check (it's obsolete anyway)
Thu, 26 Aug 2004 08:47:12 +0000 henry update
Thu, 26 Aug 2004 08:07:25 +0000 gpoirier More sync against latest english manpage patches and french grammar corrections
Thu, 26 Aug 2004 01:28:57 +0000 michael change to match current bgr/rgb definition
Thu, 26 Aug 2004 01:06:02 +0000 diego properly set linking flags for NetBSD, patch by jb13@gomerbud.com
Wed, 25 Aug 2004 19:41:01 +0000 wight sync + some small fixes
Wed, 25 Aug 2004 19:25:42 +0000 wight Add \: after /
Wed, 25 Aug 2004 18:00:12 +0000 paszczi synced with 1.677
Wed, 25 Aug 2004 16:47:32 +0000 diego Apparently the latin1 groff device gives better results than ascii.
Wed, 25 Aug 2004 16:29:21 +0000 faust3 prevent libmpeg2 from freeing sh
Wed, 25 Aug 2004 16:16:09 +0000 diego warning fixes and a 10l (.IPS vs .IPs)
Wed, 25 Aug 2004 15:40:06 +0000 diego Detect if the assembler supports receiving data through -pipe,
Wed, 25 Aug 2004 15:35:32 +0000 diego Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.
Wed, 25 Aug 2004 15:20:39 +0000 diego keyboard control: some fixes and extensions, punctuation
Wed, 25 Aug 2004 15:07:39 +0000 diego Cycle through the available subtitles with 'b'.
Wed, 25 Aug 2004 13:09:56 +0000 iive allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc unaligned memory access
Wed, 25 Aug 2004 09:49:43 +0000 faust3 10l
Wed, 25 Aug 2004 07:52:52 +0000 mosu Cosmetics: fix some compiler warnings.
Wed, 25 Aug 2004 01:06:26 +0000 diego Document how to specify multiple paths with the --with-* options,
Tue, 24 Aug 2004 21:37:41 +0000 mosu Display the language code for subtitles from Matroska files.
Tue, 24 Aug 2004 21:29:51 +0000 henry compile fix (missing string)
Tue, 24 Aug 2004 21:20:24 +0000 mosu Do not use globals. Put the variables into the appropriate demuxer struct instead.
Tue, 24 Aug 2004 20:58:29 +0000 mosu Support for subtitle switching in Matroska.
Tue, 24 Aug 2004 20:48:24 +0000 danny Synced with 1.642, minor changes, space at end of line
Tue, 24 Aug 2004 20:42:27 +0000 nplourde add rgb32 csp support
Tue, 24 Aug 2004 20:23:11 +0000 henry postproc fix
Tue, 24 Aug 2004 19:36:17 +0000 diego printf -> mp_msg conversion, first steps
Tue, 24 Aug 2004 19:29:17 +0000 diego id3edit updated
Tue, 24 Aug 2004 19:08:29 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Tue, 24 Aug 2004 17:40:31 +0000 nplourde fix crash when using close button
Tue, 24 Aug 2004 17:24:31 +0000 henry more TARGET_* conditionals
Tue, 24 Aug 2004 17:11:02 +0000 henry actually use the acceleration on SPARC
Tue, 24 Aug 2004 16:50:13 +0000 henry fix compilation withoud libdvdread
Tue, 24 Aug 2004 16:34:49 +0000 paszczi synced with 1.46
Tue, 24 Aug 2004 16:30:49 +0000 paszczi spelling
Tue, 24 Aug 2004 16:26:36 +0000 paszczi synced with 1.675
Tue, 24 Aug 2004 16:15:56 +0000 henry libmpeg2 B-frame fix
Tue, 24 Aug 2004 11:10:40 +0000 diego H.263 spelling
Tue, 24 Aug 2004 11:02:12 +0000 faust3 vm window handling fixes
Tue, 24 Aug 2004 10:55:02 +0000 diego cosmetics
Tue, 24 Aug 2004 10:52:28 +0000 diego spelling, rewording, some additions
Mon, 23 Aug 2004 23:24:27 +0000 diego vo_svga suboptions, yuv4mpeg note
Mon, 23 Aug 2004 23:18:31 +0000 diego wrong formats
Mon, 23 Aug 2004 22:49:42 +0000 diego 10l Pepsi
Mon, 23 Aug 2004 22:37:50 +0000 wight default style
Mon, 23 Aug 2004 22:28:37 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Mon, 23 Aug 2004 22:26:05 +0000 diego large updates by Sebastian Kr«£mer <mail@skraemer.de>
Mon, 23 Aug 2004 09:52:25 +0000 iive prevent XFree execution on wrong condition
Mon, 23 Aug 2004 08:03:31 +0000 diego mime handling support, patch by Konstantin G. Khlebnikov <c00nst@ezmail.ru>
Mon, 23 Aug 2004 07:51:10 +0000 wight Check if -liconv is needed for iconv.
Mon, 23 Aug 2004 00:31:33 +0000 attila Make the stepsize of volume changes, changeable by a commandline paarameter
Mon, 23 Aug 2004 00:25:19 +0000 attila Adding doxygen stuff.
Sun, 22 Aug 2004 21:47:22 +0000 diego small fixes
Sun, 22 Aug 2004 19:55:58 +0000 wight sync
Sun, 22 Aug 2004 19:52:50 +0000 joey fix for audio position inaccuracy
Sun, 22 Aug 2004 19:36:27 +0000 wight sync tag bump
Sun, 22 Aug 2004 19:34:13 +0000 joey forgot some ifdef's and broke mplayer.c without ogg & dvdread
Sun, 22 Aug 2004 19:01:56 +0000 joey added runtime toggle of root window playback
Sun, 22 Aug 2004 18:57:45 +0000 joey added -rootwin support to vo_directx
Sun, 22 Aug 2004 18:47:48 +0000 joey moved combined vobsub_lang into sub_select
Sun, 22 Aug 2004 17:09:42 +0000 diego spelling/wording as suggested by Sebastian Kr«£mer <mail@skraemer.de>
Sun, 22 Aug 2004 16:43:53 +0000 diego wording fix suggested by the Wanderer
Sun, 22 Aug 2004 15:58:00 +0000 wight sync 1.669
Sun, 22 Aug 2004 15:47:53 +0000 wight minor fixes
Sun, 22 Aug 2004 15:44:26 +0000 wight sync
Sun, 22 Aug 2004 15:36:40 +0000 rtognimp H.261 support via lavc codec and lavf demuxer
Sun, 22 Aug 2004 14:50:51 +0000 diego spelling
Sun, 22 Aug 2004 14:43:42 +0000 diego more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>
Sun, 22 Aug 2004 14:34:37 +0000 diego updates by Sebastian Kr«£mer <mail@skraemer.de>
Sun, 22 Aug 2004 14:06:13 +0000 diego small fixes by Sebastian Kr«£mer <mail@skraemer.de>
Sat, 21 Aug 2004 22:56:02 +0000 wight sync + random fixes
Sat, 21 Aug 2004 22:47:00 +0000 wight minor fixes
Sat, 21 Aug 2004 21:08:07 +0000 wight missing \
Sat, 21 Aug 2004 19:46:24 +0000 alex support for snow
Sat, 21 Aug 2004 19:31:00 +0000 alex support snow
Sat, 21 Aug 2004 19:22:11 +0000 alex ffsonic
Sat, 21 Aug 2004 19:17:17 +0000 alex nut is only handled by lavf, speed up detection
Sat, 21 Aug 2004 16:52:54 +0000 lumag sync
Sat, 21 Aug 2004 16:52:41 +0000 lumag Include origin text for quote.
Sat, 21 Aug 2004 15:43:00 +0000 diego updates by Sebastian Kr«£mer <mail@skraemer.de>
Sat, 21 Aug 2004 15:26:30 +0000 diego man page review part V
Sat, 21 Aug 2004 11:37:06 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Sat, 21 Aug 2004 08:57:29 +0000 paszczi sync
Fri, 20 Aug 2004 20:39:17 +0000 diego Fix English before the translations.
Fri, 20 Aug 2004 20:22:25 +0000 diego man page review part IV
Fri, 20 Aug 2004 18:29:25 +0000 rtognimp typo
Fri, 20 Aug 2004 17:15:44 +0000 diego Credits for Guillaume Poirier, maintainers are listed elsewhere.
Fri, 20 Aug 2004 17:01:32 +0000 diego spelling/wording fixes
Fri, 20 Aug 2004 14:09:16 +0000 syrjala Removed fb_dev_name handling.
Fri, 20 Aug 2004 11:57:02 +0000 wight sync 1.663
Fri, 20 Aug 2004 11:43:42 +0000 wight consistency fix, same sentence should be changed to same
Fri, 20 Aug 2004 11:33:46 +0000 wight sync 1.17
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Thu, 19 Aug 2004 17:18:06 +0000 diego portability fix taken from the NetBSD patch set
Thu, 19 Aug 2004 16:26:16 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Thu, 19 Aug 2004 14:45:07 +0000 diego better description of the chroma_opt XviD option
Thu, 19 Aug 2004 12:10:07 +0000 diego spelling/wording consistency as suggested by the Wanderer
Thu, 19 Aug 2004 11:57:33 +0000 diego readability whitespace fix
Thu, 19 Aug 2004 11:48:57 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Thu, 19 Aug 2004 09:59:25 +0000 nicodvb user can select which dvb card to use as vo
Thu, 19 Aug 2004 09:51:07 +0000 nicodvb user can select dvb card number to use (V3 api only)
Wed, 18 Aug 2004 19:00:05 +0000 diego spelling: big-endian and little-endian
Wed, 18 Aug 2004 18:59:19 +0000 diego minor fixes
Wed, 18 Aug 2004 16:50:22 +0000 diego updates by Guillaume POIRIER <gpoirier@irisa.fr>
Wed, 18 Aug 2004 15:11:57 +0000 rtognimp Sync with 1.123
Wed, 18 Aug 2004 14:50:21 +0000 wight sync
Wed, 18 Aug 2004 14:49:12 +0000 wight missing .br's added
Wed, 18 Aug 2004 08:33:57 +0000 wight sync 1.657
Wed, 18 Aug 2004 08:31:38 +0000 wight another wrong style Warning
Wed, 18 Aug 2004 08:03:10 +0000 wight Consistency, punctuation, some minor fixes/clarifications.
Wed, 18 Aug 2004 00:38:59 +0000 diego sync by Sebastian Kr«£mer <mail@skraemer.de>
Wed, 18 Aug 2004 00:27:10 +0000 diego Missing quotes added.
Wed, 18 Aug 2004 00:25:47 +0000 diego 10l, sb, st and vstats are lavc _de_coding, not _en_coding options.
Tue, 17 Aug 2004 17:51:54 +0000 wight massive sync, rewording, consistency, fixes etc.
Tue, 17 Aug 2004 15:44:49 +0000 diego xvid options sync, patch by Guillaume POIRIER <gpoirier@irisa.fr>
Tue, 17 Aug 2004 10:12:49 +0000 wight simplify rounding
Tue, 17 Aug 2004 01:06:24 +0000 michael maybe more understandable?
Mon, 16 Aug 2004 00:23:00 +0000 diego Clarify a few things, spelling and wording fixes, some of this belongs to
Mon, 16 Aug 2004 00:18:30 +0000 diego credits for Robert Kesterson
Sun, 15 Aug 2004 13:03:32 +0000 diego dfbmga now fixed-vo compliant, lavc exports field flags.
Sun, 15 Aug 2004 00:27:28 +0000 syrjala Removed useless SetOpacity() calls.
Sun, 15 Aug 2004 00:25:23 +0000 syrjala Fixed BES aspect ratio.
Sun, 15 Aug 2004 00:12:34 +0000 syrjala Reorganized init/unint so that fixed-vo works.
Sat, 14 Aug 2004 21:59:02 +0000 iive Revised description of --with-xvmclib configure option, inspired by The Wanderer's patch
Sat, 14 Aug 2004 21:24:32 +0000 iive print matroska check result
Sat, 14 Aug 2004 19:39:31 +0000 rtognimp TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec
Sat, 14 Aug 2004 17:07:45 +0000 diego typo
Sat, 14 Aug 2004 17:06:29 +0000 diego Wording and spelling improvements, mostly suggested by the Wanderer.
Sat, 14 Aug 2004 15:50:50 +0000 diego Patch updated for latest changes to libmpeg2.
Sat, 14 Aug 2004 15:44:58 +0000 diego Change patch structure so it applies cleanly to libmpeg2 sources.
Sat, 14 Aug 2004 15:17:39 +0000 diego Improved SPARC CPU detection and SPARC compilation fixes.
Sat, 14 Aug 2004 10:03:26 +0000 faust3 untested multichannel support
Fri, 13 Aug 2004 17:12:45 +0000 wight Missing quotes added
Fri, 13 Aug 2004 13:32:43 +0000 faust3 fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at student.uu.se> some cleanup by be
Fri, 13 Aug 2004 12:28:59 +0000 diego better XviD option descriptions by Guillaume POIRIER <gpoirier@irisa.fr>
Fri, 13 Aug 2004 09:01:39 +0000 wight sync 1.45
Fri, 13 Aug 2004 00:33:14 +0000 diego Update ao_jack for new bio2jack API, improve check in configure.
Thu, 12 Aug 2004 22:37:08 +0000 joey mpdvdkit now accepts X:\ as a device name, as well as X:
Thu, 12 Aug 2004 22:33:21 +0000 joey windows path seperator fixes
Thu, 12 Aug 2004 21:48:44 +0000 al As discussed with Attila, I am now the new maintainer of
Thu, 12 Aug 2004 18:54:22 +0000 faust3 do not exit without an error message
Thu, 12 Aug 2004 12:37:32 +0000 rtognimp Credit for DTS
Thu, 12 Aug 2004 12:36:08 +0000 rtognimp DTS support via lavc and libdts
Thu, 12 Aug 2004 10:22:04 +0000 diego -rootwin is no longer X11 only.
Wed, 11 Aug 2004 19:45:41 +0000 diego nick, typo
Wed, 11 Aug 2004 19:40:23 +0000 diego typo
Wed, 11 Aug 2004 19:36:54 +0000 diego Documented sb, st and vstats lavc options.
Wed, 11 Aug 2004 17:58:41 +0000 diego Break some lines, stray .RE removed.
Wed, 11 Aug 2004 13:39:32 +0000 rik --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:
Wed, 11 Aug 2004 10:31:38 +0000 michael RGBA variants
Wed, 11 Aug 2004 08:41:42 +0000 nauj27 sync by Andoni Zubimendi <andoni at lpsat.net>
Wed, 11 Aug 2004 01:52:17 +0000 michael better? RGB/BGR spec
Wed, 11 Aug 2004 01:41:43 +0000 michael missing 32bit RGBA variants and some cleanup
Tue, 10 Aug 2004 23:56:03 +0000 diego man page review part III
Tue, 10 Aug 2004 22:18:44 +0000 diego alphabetical order
Tue, 10 Aug 2004 20:23:58 +0000 reimar width instead of chromWidth causing segfault in some cases
Tue, 10 Aug 2004 20:13:44 +0000 reimar do not attempt to seek backward in stream on MDPR chunk with no codec data
Tue, 10 Aug 2004 17:02:02 +0000 diego typo and consistency fixes
Tue, 10 Aug 2004 17:00:54 +0000 diego man page review part II
Tue, 10 Aug 2004 15:37:34 +0000 diego Lots of Pepsi, this was a leftover from the stone age.
Tue, 10 Aug 2004 14:08:37 +0000 diego Empty lines are not good troff markup, use .sp 1 instead.
Tue, 10 Aug 2004 14:02:46 +0000 diego trailing whitespace cosmetics
Tue, 10 Aug 2004 13:53:28 +0000 diego vo_tdfxfb
Tue, 10 Aug 2004 08:38:12 +0000 paszczi synced with 1.637
Mon, 09 Aug 2004 23:53:37 +0000 diego embarassing typo
Mon, 09 Aug 2004 23:46:28 +0000 diego more precise wording
Mon, 09 Aug 2004 23:41:26 +0000 diego some new maintainers, some cleanup
Mon, 09 Aug 2004 18:06:08 +0000 diego Don't drop frames when paused, fixes not displaying the pause OSD icon
Mon, 09 Aug 2004 18:00:12 +0000 syrjala Don't use flicker filtering.
Mon, 09 Aug 2004 15:53:10 +0000 wight Better protection against double definition of MPEGLAYER3WAVEFORMAT
Mon, 09 Aug 2004 11:12:52 +0000 diego XviD option descriptions, patch by Guillaume POIRIER <gpoirier@irisa.fr>
Mon, 09 Aug 2004 09:03:33 +0000 wight compilation fixes
Mon, 09 Aug 2004 09:00:58 +0000 wight We shouldn't translate filter names
Mon, 09 Aug 2004 08:52:22 +0000 wight sync with 1.123
Mon, 09 Aug 2004 08:22:10 +0000 wight LIVE.COM tests moved to ./configure
Mon, 09 Aug 2004 08:21:42 +0000 wight LIVE.COM autodetection
Sun, 08 Aug 2004 23:22:29 +0000 nplourde now use vo_rootwin var to check for -rootwin switch
Sun, 08 Aug 2004 23:19:49 +0000 nplourde -rootwin switch use vo_rootwin var for all vo
Sun, 08 Aug 2004 21:51:18 +0000 diego qpel and ilme lavc options are mutually exclusive.
Sun, 08 Aug 2004 18:23:04 +0000 wight Make symlinks behavior more sensible - regenerate symlinks (and documentation)
Sat, 07 Aug 2004 23:48:35 +0000 rtognimp Use port number embedded in url for mms streams
Sat, 07 Aug 2004 14:20:28 +0000 reimar fix for crash when seeking with -novideo option
Sat, 07 Aug 2004 14:15:55 +0000 reimar compilation fix for test program
Thu, 05 Aug 2004 06:31:42 +0000 mosu Leftover from the old Matroska demuxer detection removed.
Thu, 05 Aug 2004 00:14:16 +0000 diego language handling simplification
Thu, 05 Aug 2004 00:12:15 +0000 diego Ignore some more generated files.
Thu, 05 Aug 2004 00:11:54 +0000 diego Makefile replacement for compile script
Thu, 05 Aug 2004 00:08:40 +0000 diego sync with recent changes
Thu, 05 Aug 2004 00:07:47 +0000 diego Some explanation what the tool is good for added.
Thu, 05 Aug 2004 00:05:15 +0000 diego ADTS AAC support
Wed, 04 Aug 2004 18:38:27 +0000 mosu Removed the old Matroska demuxer.
Wed, 04 Aug 2004 16:16:48 +0000 diego fibmap_mplayer is long obsolete, noticed by Torinthiel.
Wed, 04 Aug 2004 16:16:42 +0000 wight libosdep directory does not exist. osdep does.
Wed, 04 Aug 2004 16:14:43 +0000 wight And a tiny compile fix.
Wed, 04 Aug 2004 15:48:43 +0000 wight Native darwin timer update.
Wed, 04 Aug 2004 13:36:56 +0000 wight missed word
Wed, 04 Aug 2004 13:22:15 +0000 wight sync with 1.12
Wed, 04 Aug 2004 13:12:15 +0000 wight sync with 1.10
Wed, 04 Aug 2004 11:47:02 +0000 wight sync
Wed, 04 Aug 2004 11:32:03 +0000 wight sync missing \
Wed, 04 Aug 2004 08:29:11 +0000 reimar missing \ before -rawaudio
Tue, 03 Aug 2004 21:05:34 +0000 wight Sync, some spelling and copy/paste issues.
Tue, 03 Aug 2004 19:30:27 +0000 diego credits for Ismail D«Ónmez
Tue, 03 Aug 2004 18:54:26 +0000 faust3 avoid outoptimization of static variables patch by ismail d«Ónmez <ismail.donmez at gmail.com>
Tue, 03 Aug 2004 18:39:04 +0000 diego even better -vo md5 description
Tue, 03 Aug 2004 18:27:10 +0000 diego sync by Philippe De Swert <philippedeswert@pi.be>
Tue, 03 Aug 2004 12:21:14 +0000 al Corrected my mistake in the last memfix patch.
Tue, 03 Aug 2004 11:25:18 +0000 diego This fbset version is outdated and it is generally available in distros.
Tue, 03 Aug 2004 00:45:55 +0000 diego Moved to the TOOLS directory.
Tue, 03 Aug 2004 00:37:05 +0000 diego This alternative Debian directory was never used, so I'm removing it with
Mon, 02 Aug 2004 20:21:45 +0000 reimar Hint how to decode raw AC3
Mon, 02 Aug 2004 16:12:31 +0000 henry summary of the MPlayer specific libmpeg2 changes
Mon, 02 Aug 2004 15:02:35 +0000 reimar applied old patch that was missing an include...
Mon, 02 Aug 2004 13:09:17 +0000 henry forgotten libmpeg2 postprocessing
Mon, 02 Aug 2004 12:38:05 +0000 diego Better documentation for -vo md5.
Mon, 02 Aug 2004 12:02:39 +0000 diego -cache-min, -cache-prefill documented.
Mon, 02 Aug 2004 11:26:43 +0000 henry Importing libmpeg2 from mpeg2dec-0.4.0b
Mon, 02 Aug 2004 07:58:21 +0000 danny Synced with 1.630, some typo from 1.624
Mon, 02 Aug 2004 06:46:48 +0000 henry missing guess_cp declaration (patch by Ismail D«Ónmez)
Mon, 02 Aug 2004 04:24:36 +0000 atmos4 Preliminary Support for building MPlayer with Intel C++ compiler.
Mon, 02 Aug 2004 03:35:50 +0000 atmos4 ICC 8.0 compilation fixes
Sun, 01 Aug 2004 20:13:42 +0000 reimar support for passing mouse events on to MPlayer
Sun, 01 Aug 2004 11:17:27 +0000 faust3 10l query format at least when used with vidix, disable colorkeying with vidix, should fix #38 and #33
Sat, 31 Jul 2004 22:17:23 +0000 diego 10l to the author of this longstanding and obscure bug. Each language
Sat, 31 Jul 2004 18:04:42 +0000 reimar 100l, fixes DXR3 compile problems caused by my last patch.
Sat, 31 Jul 2004 15:14:26 +0000 diego cosmetic warning fix (missing newline at end of file)
Sat, 31 Jul 2004 11:48:07 +0000 lumag sync
Sat, 31 Jul 2004 11:08:47 +0000 faust3 mingw stdin fixes
Fri, 30 Jul 2004 20:19:23 +0000 diego Removed long obsolete files.
Fri, 30 Jul 2004 16:15:06 +0000 reimar Use = instead if # in ALSA device name, as # irritates our config-parser.
Fri, 30 Jul 2004 15:58:36 +0000 reimar unified audio options dialog, fixes also bug #40
Fri, 30 Jul 2004 11:17:21 +0000 diego Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.
Fri, 30 Jul 2004 11:08:58 +0000 diego These files are long obsolete.
Fri, 30 Jul 2004 10:21:41 +0000 lumag Remove leftover references to libmpflac/ad_flac
Thu, 29 Jul 2004 22:20:16 +0000 diego Obsolete now that the docs are XML.
Thu, 29 Jul 2004 16:23:16 +0000 reimar support for 24 bit audio
Thu, 29 Jul 2004 14:59:48 +0000 nplourde add var vo_rootwin and -rootwin switch for mac osx
Thu, 29 Jul 2004 00:57:22 +0000 diego compilation fixes from Gentoo by Chris White <webmaster@securesystem.info>
Wed, 28 Jul 2004 17:03:09 +0000 reimar 10l, FILE is defined in stdio.h
Wed, 28 Jul 2004 12:40:35 +0000 reimar fixes a crash and unchecked string-handling in ENCA code.
Wed, 28 Jul 2004 12:17:50 +0000 reimar automatic loading of af_volume, original patch by Dan Christiansen (danchr (at) daimi (dot) au (dot) dk)
Wed, 28 Jul 2004 08:48:08 +0000 paszczi added missing 'synced with'
Wed, 28 Jul 2004 08:27:07 +0000 lumag Sync
Wed, 28 Jul 2004 00:29:32 +0000 diego We're long past 0.90.
Wed, 28 Jul 2004 00:02:45 +0000 diego typos
Wed, 28 Jul 2004 00:02:18 +0000 diego We support more than just DivX 5.01.
Tue, 27 Jul 2004 19:05:31 +0000 arpi ff-snow added
Tue, 27 Jul 2004 00:18:57 +0000 diego Fabian's nick
Mon, 26 Jul 2004 23:48:30 +0000 diego Wording/spelling suggestions by the Wanderer, merged sections about when to
Mon, 26 Jul 2004 22:06:30 +0000 iive prevent segfault on shmem failer
Mon, 26 Jul 2004 00:52:56 +0000 diego Explain how to handle big patches and why uploading patches is bad.
Sun, 25 Jul 2004 15:57:22 +0000 nauj27 More sync
Sun, 25 Jul 2004 15:38:08 +0000 rtognimp Fix -nosound and -novideo (bug #28)
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Sun, 25 Jul 2004 00:37:07 +0000 rtognimp Fix segfault caused by changing a pointer that will be freed later
Sun, 25 Jul 2004 00:33:32 +0000 rathann fix segfault when loading subtitles (idea by pl)
Sat, 24 Jul 2004 18:32:19 +0000 nauj27 almost sync
Fri, 23 Jul 2004 16:35:20 +0000 al added src level documentation for the get_path() function
Fri, 23 Jul 2004 16:10:21 +0000 al false-use-of-get_path() memleak fixes.
Fri, 23 Jul 2004 14:28:31 +0000 nplourde removed ref to extern WinID
Fri, 23 Jul 2004 13:02:40 +0000 nplourde add support for -rootwin command
Fri, 23 Jul 2004 13:00:16 +0000 nplourde add rootwin cmd to mac osx
Thu, 22 Jul 2004 20:02:26 +0000 nplourde listen for key repeats, patch by Dan Christiansen
Thu, 22 Jul 2004 19:07:13 +0000 reimar fix for people experimenting with GUI under windows
Thu, 22 Jul 2004 18:06:43 +0000 paszczi typo
Thu, 22 Jul 2004 16:46:33 +0000 paszczi sync
Wed, 21 Jul 2004 20:08:42 +0000 rathann update RedHat RPM sites in doc translations
Wed, 21 Jul 2004 20:00:42 +0000 rathann update RPM site location in docs
Wed, 21 Jul 2004 14:08:46 +0000 diego nroff bugs fixed.
Wed, 21 Jul 2004 10:18:29 +0000 alex reduced code complexity, and also made consistent with other parts
Wed, 21 Jul 2004 10:10:32 +0000 alex removing broken and unneeded copy