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
Wed, 21 Jul 2004 08:54:39 +0000 alex skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts.fr> (needed for the Aiptek DV3500 camera)
Tue, 20 Jul 2004 18:03:10 +0000 diego unmaintained, outdated, unnecessary, removed
Tue, 20 Jul 2004 18:02:22 +0000 diego reorganized, reformatted, explanation improved, typos, wording
Tue, 20 Jul 2004 17:58:33 +0000 diego Fix typos and better explanatory text.
Tue, 20 Jul 2004 15:10:21 +0000 diego Patches should get an answer.
Tue, 20 Jul 2004 14:35:40 +0000 diego 0.18 was never released and a few dates added.
Tue, 20 Jul 2004 12:06:30 +0000 michael mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosinformatica dot com>)
Tue, 20 Jul 2004 08:32:04 +0000 paszczi synced with 1.121
Tue, 20 Jul 2004 08:30:39 +0000 paszczi synced with 1.629
Tue, 20 Jul 2004 08:21:34 +0000 paszczi sync
Tue, 20 Jul 2004 05:25:44 +0000 attila -adapters only works with directx
Tue, 20 Jul 2004 02:12:08 +0000 rsf Updated to conform to a small change in the LIVE.COM API.
Tue, 20 Jul 2004 02:11:21 +0000 rsf Updated to cnform to a small change in the LIVE.COM API.
Tue, 20 Jul 2004 00:31:54 +0000 diego Hint about . and ' in nroff.
Mon, 19 Jul 2004 23:43:55 +0000 diego updates and fixes by Sebastian Kr¸«£mer <mail@skraemer.de>
Mon, 19 Jul 2004 23:32:12 +0000 diego embarassing typo
Mon, 19 Jul 2004 23:19:50 +0000 diego name change
Mon, 19 Jul 2004 23:19:07 +0000 diego embarassing typo
Mon, 19 Jul 2004 23:18:44 +0000 diego typo
Mon, 19 Jul 2004 23:11:26 +0000 diego embarassing typo and new name
Mon, 19 Jul 2004 23:11:06 +0000 diego embarassing typo
Mon, 19 Jul 2004 23:09:33 +0000 diego embarassing typos
Mon, 19 Jul 2004 22:49:37 +0000 diego -monitor-* options corrected.
Mon, 19 Jul 2004 22:48:28 +0000 diego cat disclaimer > /dev/null
Mon, 19 Jul 2004 22:46:21 +0000 diego Remove stray \.
Mon, 19 Jul 2004 22:46:01 +0000 diego typo
Mon, 19 Jul 2004 22:42:56 +0000 diego name change, codec download location
Mon, 19 Jul 2004 22:41:08 +0000 diego typos pointed out by The Wanderer.
Sun, 18 Jul 2004 22:10:54 +0000 paszczi removed unnecessary comments
Sun, 18 Jul 2004 18:45:32 +0000 paszczi manpage translated (finally) by Torinthiel and me
Sun, 18 Jul 2004 18:42:35 +0000 paszczi sync
Sun, 18 Jul 2004 18:37:36 +0000 paszczi style
Sun, 18 Jul 2004 04:23:38 +0000 alex no redefinition, clashes with OpenBSD
Sat, 17 Jul 2004 14:44:06 +0000 danny Synced with 1.624
Sat, 17 Jul 2004 14:32:22 +0000 reimar changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS
Sat, 17 Jul 2004 14:18:29 +0000 reimar use RGB32 textures on OS X
Sat, 17 Jul 2004 12:47:12 +0000 alex individual sub_select option not interferring with vobsub_lang
Sat, 17 Jul 2004 11:22:14 +0000 alex 1, killed some 100l's (no error checking). 2, added subotion for output filename. 3, fallback to 'md5' in case 'md5sum' is not available - this is the case on Darwin
Sat, 17 Jul 2004 09:53:35 +0000 iive let DirectFB find it's headers in --with-extraincdir=DIR
Sat, 17 Jul 2004 08:56:47 +0000 alex fix altivec.h inclusion (vector keyword in structure)
Sat, 17 Jul 2004 08:53:20 +0000 alex simplify the init
Sat, 17 Jul 2004 07:01:15 +0000 alex some fixes
Fri, 16 Jul 2004 20:31:17 +0000 iive cache min fill adjustment, based on patch by Jeremy Huddleston
Fri, 16 Jul 2004 17:16:00 +0000 lumag Major translation update. Sync, some rewording, etc.
Fri, 16 Jul 2004 17:14:57 +0000 lumag typo
Fri, 16 Jul 2004 17:14:33 +0000 lumag Add <application> tags around MPlayer.
Fri, 16 Jul 2004 13:41:55 +0000 lumag two small typos
Fri, 16 Jul 2004 10:13:26 +0000 nplourde Fixed typo
Thu, 15 Jul 2004 20:45:44 +0000 rtognimp Cinepak, CVID and RoqA/V are now in ffmpeg
Thu, 15 Jul 2004 20:44:39 +0000 rtognimp Cinepak and RoqA/V are now in ffmpeg
Thu, 15 Jul 2004 20:36:04 +0000 rtognimp Cinepak, CYUV and RoqA/V are now in ffmpeg
Thu, 15 Jul 2004 17:36:01 +0000 nplourde Add Window Level Key, Can switch mode with T key
Thu, 15 Jul 2004 16:37:54 +0000 lumag Sync, reword, fix 80 column barrier :)
Thu, 15 Jul 2004 00:14:35 +0000 diego It's past midnight ;-P
Wed, 14 Jul 2004 22:07:36 +0000 diego Number of subtitles corrected.
Wed, 14 Jul 2004 22:06:23 +0000 diego last changes for pre5 (really)
Wed, 14 Jul 2004 22:04:42 +0000 diego VCD support does not yet work on OpenBSD.
Wed, 14 Jul 2004 18:29:42 +0000 paszczi synchronizoation
Wed, 14 Jul 2004 15:46:33 +0000 joyping removed status in debug_msg as it is nonsens anyway.
Wed, 14 Jul 2004 14:35:45 +0000 iive missed function name change after ENCA support commit
Wed, 14 Jul 2004 10:17:25 +0000 diego last minute changes/typos
Wed, 14 Jul 2004 09:27:04 +0000 diego -use-stdin renamed to -noconsolecontrols.
Wed, 14 Jul 2004 09:05:47 +0000 diego trailing whitespace removed (cosmetics)
Wed, 14 Jul 2004 08:52:06 +0000 diego pid syntax documented by Nico Sabbi
Wed, 14 Jul 2004 08:35:53 +0000 diego cd and cgop lavc options documented, based on a patch by Nico Sabbi.
Wed, 14 Jul 2004 01:11:14 +0000 diego Patches should be created from the root of the source directory, explanation
Wed, 14 Jul 2004 00:48:26 +0000 joyping volume calc fixes for mixer, by reimar d¸«Óffinger, 10l reverse by me
Tue, 13 Jul 2004 23:08:00 +0000 diego saner order, additions, deletions for pre5
Tue, 13 Jul 2004 22:54:04 +0000 diego final (?) pre5 changes
Tue, 13 Jul 2004 20:59:47 +0000 diego clarification
Tue, 13 Jul 2004 19:13:24 +0000 reimar ao_alsa now uses the device= suboption syntax instead of hw= or hw:
Tue, 13 Jul 2004 18:09:58 +0000 iive fix 10l fixed_quant bug reported by Michael
Tue, 13 Jul 2004 15:47:16 +0000 joyping fixes provided by reimar d¸«Órfinger. mixer, subdevice parsing, alsa#help,
Mon, 12 Jul 2004 21:49:37 +0000 rtognimp Status updates and comments about other dll required by some codecs
Mon, 12 Jul 2004 20:52:02 +0000 nicodvb added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)
Mon, 12 Jul 2004 10:54:10 +0000 diego Fix build on Turkish locales when LC_ALL is already set.
Mon, 12 Jul 2004 10:44:18 +0000 diego OpenBSD portability fixes from the OpenBSD ports tree
Mon, 12 Jul 2004 08:55:10 +0000 faust3 x86_64 fix by John Stebbins <john@stebbins.name>
Sun, 11 Jul 2004 22:47:49 +0000 rtognimp Make rtp:// cohexist with LIVE.COM
Sun, 11 Jul 2004 22:27:18 +0000 rtognimp Indentation fix from previous patch, as discussed on IRC.
Sun, 11 Jul 2004 22:23:57 +0000 diego OpenBSD portability patches from the OpenBSD ports tree
Sun, 11 Jul 2004 22:16:52 +0000 rtognimp This fixes the problems that originated from my ewmh
Sun, 11 Jul 2004 13:43:43 +0000 faust3 10l
Sun, 11 Jul 2004 12:45:59 +0000 faust3 don't use uninitialized font descriptions
Sun, 11 Jul 2004 12:42:19 +0000 faust3 avoid using corrupted font descriptions patch by Daniel von Dincklage <danielvd+mpl@cs.colorado.edu>
Sat, 10 Jul 2004 20:56:25 +0000 nplourde ao_macosx is fixed, moving it back to top
Sat, 10 Jul 2004 18:40:17 +0000 faust3 10l, patch by Piero di Vita
Sat, 10 Jul 2004 16:47:07 +0000 rtognimp updates
Sat, 10 Jul 2004 00:24:14 +0000 nplourde ao_macosx by Dan Christiansen
Sat, 10 Jul 2004 00:23:19 +0000 nplourde enables resampling of audio in ao_macosx by Dan Christiansen
Fri, 09 Jul 2004 18:59:55 +0000 reimar fix for xscreensaver disabling
Fri, 09 Jul 2004 17:32:17 +0000 rtognimp Remove duplicated make distclean for libavformat and libavcodec
Fri, 09 Jul 2004 16:54:57 +0000 nplourde make mplayer capable of being in the foreground by Dan Christiansen
Fri, 09 Jul 2004 15:35:26 +0000 diego better menu icons by Piero di Vita <scognito@libero.it>
Fri, 09 Jul 2004 15:29:40 +0000 diego output wording
Fri, 09 Jul 2004 15:26:59 +0000 diego updates
Fri, 09 Jul 2004 15:25:22 +0000 diego updates, corrections, wording, spelling
Fri, 09 Jul 2004 15:24:16 +0000 diego homepage design, codec packages maintainers
Fri, 09 Jul 2004 15:19:47 +0000 diego typo
Fri, 09 Jul 2004 09:07:36 +0000 diego threads lavc option by Loren Merritt <lorenm@u.washington.edu>, typo
Thu, 08 Jul 2004 23:58:46 +0000 diego Sync and changed character encoding from euckr to utf8 by
Thu, 08 Jul 2004 17:06:24 +0000 diego 3-pass encoding is evil.
Thu, 08 Jul 2004 00:04:42 +0000 iive make config accept true/false as parameters
Wed, 07 Jul 2004 21:26:58 +0000 diego sync by Sebastian Kr¸«£mer <mail@skraemer.de>
Wed, 07 Jul 2004 18:40:28 +0000 rtognimp Sync with mp_help-en.h v1.121
Wed, 07 Jul 2004 13:48:49 +0000 diego updates by Sebastian Kr¸«£mer <mail@skraemer.de>
Wed, 07 Jul 2004 13:25:43 +0000 diego sync by Ioannis Panteleakis <pioann@csd.auth.gr>
Wed, 07 Jul 2004 10:40:56 +0000 luran sync with help_mp-en.h
Tue, 06 Jul 2004 19:57:03 +0000 faust3 default is now to center the image
Tue, 06 Jul 2004 13:52:56 +0000 michael Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Tue, 06 Jul 2004 13:46:11 +0000 diego better wording/spelling as suggested by the wanderer
Tue, 06 Jul 2004 13:45:07 +0000 diego more credits, spelling
Tue, 06 Jul 2004 12:29:32 +0000 michael dc=11 fixed
Tue, 06 Jul 2004 11:15:06 +0000 michael dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)
Tue, 06 Jul 2004 11:14:29 +0000 diego Console message corrected and moved to help_mp-en.h.
Tue, 06 Jul 2004 11:10:27 +0000 reimar 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)
Tue, 06 Jul 2004 09:39:32 +0000 mosu Use aspect ratio from Theora context. Patch by j at v2v dot cc
Tue, 06 Jul 2004 02:10:22 +0000 michael multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)
Mon, 05 Jul 2004 16:46:54 +0000 diego NSV added to formats, cinepak etc codec updates by Roberto Togni.
Mon, 05 Jul 2004 16:27:53 +0000 diego improved DVD ripping guide by Jason Tackaberry <tack@sault.org>
Mon, 05 Jul 2004 14:59:03 +0000 diego Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
Mon, 05 Jul 2004 09:42:28 +0000 mosu Do not add libmad to the X libraries. Patch by Evgueni V. Gavrilov <aquatique at rusunix dot org>
Sat, 03 Jul 2004 11:38:56 +0000 ranma Remove useless "size restrictions" message
Sat, 03 Jul 2004 02:19:14 +0000 diego Point at new XML documentation translation.
Fri, 02 Jul 2004 22:20:10 +0000 reimar fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).
Fri, 02 Jul 2004 20:51:15 +0000 rtognimp We now have JACK audio output
Fri, 02 Jul 2004 20:36:50 +0000 rtognimp WMP doesn't encode urls with mmst protocol
Fri, 02 Jul 2004 16:18:24 +0000 reimar removed XFlush() before XSync(), made config_glx return-type signed, force 32bit on Darwin, idea from a patch by Marc Hoffman (mmh <at> pleasantst.com).
Fri, 02 Jul 2004 16:16:46 +0000 reimar removed XFlush() before XSync()
Fri, 02 Jul 2004 13:10:58 +0000 reimar ao_alsa now uses -mixer-channel instead of its special -mixer syntax
Fri, 02 Jul 2004 04:30:46 +0000 joyping string, alloca etc. fixes
Fri, 02 Jul 2004 02:15:02 +0000 diego updates by Sebastian Kr¸«£mer <mail@skraemer.de>
Fri, 02 Jul 2004 01:40:43 +0000 diego better wording by Sebastian Kr¸«£mer
Fri, 02 Jul 2004 01:39:16 +0000 diego sync with mplayer.1, noticed by Sebastian Kr¸«£mer
Thu, 01 Jul 2004 10:51:22 +0000 diego (hopefully) better -use-stdin description
Thu, 01 Jul 2004 10:27:27 +0000 diego final pre5 changes, release name
Thu, 01 Jul 2004 10:12:57 +0000 diego code cleanup
Thu, 01 Jul 2004 10:09:06 +0000 diego ao_alsa and ao_oss documented.
Thu, 01 Jul 2004 09:47:14 +0000 diego Bandaid linking fix, somebody should do this properly some day.
Thu, 01 Jul 2004 00:10:28 +0000 diego 10l
Wed, 30 Jun 2004 22:50:56 +0000 ranma We still need to make sure the upper 16 bits of dwFlags are cleared
Wed, 30 Jun 2004 22:29:23 +0000 ranma Remove borken index fixup (breaks more than it fixes)
Wed, 30 Jun 2004 22:00:53 +0000 rtognimp Support for Winnov Videum WINX and WNV1 codecs with binary dll
Wed, 30 Jun 2004 17:48:58 +0000 diego updates by Sebastian Kr¸«£mer <mail@skraemer.de>
Wed, 30 Jun 2004 14:35:31 +0000 diego updates by Sebastian Kr¸«£mer <mail@skraemer.de>
Wed, 30 Jun 2004 14:27:33 +0000 diego incomplete skin directories, noticed by Sebastian Kr¸«£mer <mail@skraemer.de>
Wed, 30 Jun 2004 14:26:38 +0000 diego typos pointed out by Sebastian Kr¸«£mer <mail@skraemer.de>
Tue, 29 Jun 2004 16:11:43 +0000 diego small updates by Sebastian Kr¸«£mer <mail@skraemer.de>
Tue, 29 Jun 2004 16:05:50 +0000 nauj27 sync and change widget -> control by Andoni Zubimendi <andoni@lpsat.net>
Tue, 29 Jun 2004 13:10:37 +0000 ranma If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
Tue, 29 Jun 2004 12:53:34 +0000 diego freedesktop.org compliant menu support
Tue, 29 Jun 2004 12:40:29 +0000 diego updates by Sebastian Krmer <mail@skraemer.de>
Tue, 29 Jun 2004 10:13:43 +0000 diego sync
Tue, 29 Jun 2004 10:09:55 +0000 diego sync by Sebastian Kr¸«£mer <mail@skraemer.de>
Mon, 28 Jun 2004 23:41:17 +0000 diego new error icon by piero <scognito@libero.it>
Mon, 28 Jun 2004 21:18:53 +0000 diego better wording
Mon, 28 Jun 2004 16:43:01 +0000 mosu Do not dereference NULL if no track could be found for a block.
Mon, 28 Jun 2004 16:36:50 +0000 diego Zsolt Barat maintains all the new ALSA drivers.
Mon, 28 Jun 2004 16:34:24 +0000 diego typo
Mon, 28 Jun 2004 16:28:15 +0000 diego This should be the final changelog for pre5 up to now.
Mon, 28 Jun 2004 16:23:55 +0000 diego more credits for Reza
Mon, 28 Jun 2004 14:49:10 +0000 diego VIDEO OUTPUT DRIVERS moved right after VIDEO OUTPUT OPTIONS.
Mon, 28 Jun 2004 14:19:38 +0000 diego better -really-quiet description
Mon, 28 Jun 2004 14:18:47 +0000 diego Let's keep the full functionality for the release, we can switch this off
Mon, 28 Jun 2004 13:46:19 +0000 rfelker 100l, stripping credits when applying patches is NOT a good way to get developers!!
Mon, 28 Jun 2004 12:19:33 +0000 diego -rtc-device
Mon, 28 Jun 2004 12:17:36 +0000 diego 10l of a sweet liquid to Alex:
Mon, 28 Jun 2004 10:14:51 +0000 diego pre5 changes by Reimar and myself
Sun, 27 Jun 2004 20:45:08 +0000 reimar avoid visuals with low color-depth.
Sun, 27 Jun 2004 19:53:30 +0000 rtognimp Negate default palette for grayscale cvid
Sun, 27 Jun 2004 19:17:24 +0000 faust3 10l
Sun, 27 Jun 2004 17:54:31 +0000 faust3 mingw crosscompiling step 1
Sun, 27 Jun 2004 15:47:18 +0000 nauj27 Sync by Andoni Zubimendi <andoni@lpsat.net>
Sun, 27 Jun 2004 14:56:48 +0000 rtognimp Paletted cvid support
Sun, 27 Jun 2004 13:55:40 +0000 mosu The granulepos does not depend on the number of channels, only on the sample size. Patch by Wolfram Gloger (wmglo at dent dot med dot uni-muenchen dot de).
Sun, 27 Jun 2004 13:18:06 +0000 reimar 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.
Sun, 27 Jun 2004 12:38:38 +0000 diego Explain that commenting string operations is important.
Sun, 27 Jun 2004 12:20:51 +0000 faust3 update
Sun, 27 Jun 2004 11:19:11 +0000 faust3 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
Sun, 27 Jun 2004 00:07:15 +0000 michael altivec yuv->rgb converter
Sat, 26 Jun 2004 16:21:22 +0000 diego Real now supports index building as well.
Sat, 26 Jun 2004 15:35:35 +0000 rfelker this is broken and causes relink during 'make install'. fix it or leave it disabled
Sat, 26 Jun 2004 14:30:33 +0000 diego grammar/typos pointed out by the Wanderer
Sat, 26 Jun 2004 14:03:06 +0000 alex mga_vid under linux 2.6.x support written by F. O. Tempel, Ed Sweetman, Gergely Nagy among others
Sat, 26 Jun 2004 13:54:20 +0000 alex simple, smooth, ram-saving dynamic potmeter, which feature is required by the tvisor skin, patch by Andre Kuhne
Sat, 26 Jun 2004 13:48:35 +0000 alex make the awk script working for localized machines too, patch by Onur Kucuk
Sat, 26 Jun 2004 13:26:11 +0000 diego Fix GUI compilation, patch by Reimar D¸«Óffinger and Alexander Strasser.
Sat, 26 Jun 2004 13:24:01 +0000 diego Seeking in RM works now.
Sat, 26 Jun 2004 13:07:04 +0000 alex Support for comments in plaintext playlist by adland
Sat, 26 Jun 2004 12:47:00 +0000 alex 1000l
Sat, 26 Jun 2004 12:40:56 +0000 alex x86-64 (amd64) support by Kenny Root
Sat, 26 Jun 2004 12:35:35 +0000 alex simple subtitle editor by Michael Klepikov
Sat, 26 Jun 2004 12:22:48 +0000 alex scroll strings from the left to right, patch by Andre Kuhne
Sat, 26 Jun 2004 11:20:20 +0000 faust3 ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>
Sat, 26 Jun 2004 11:16:55 +0000 alex asyncblit slows down on UP systems, regarding to the SDL docs, noticed by John Phillip
Sat, 26 Jun 2004 10:55:16 +0000 alex SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip
Sat, 26 Jun 2004 10:51:44 +0000 alex rtc-device cmd option by James Noble
Sat, 26 Jun 2004 10:40:23 +0000 faust3 fix loader build on windows
Sat, 26 Jun 2004 10:40:15 +0000 alex avoid double slashes, patch by Yoshinori Sato
Sat, 26 Jun 2004 10:38:26 +0000 alex cseq starts from 1 according to the standard, patch by Yoshinori Sato
Sat, 26 Jun 2004 10:16:52 +0000 faust3 10l
Sat, 26 Jun 2004 10:05:13 +0000 alex 10
Sat, 26 Jun 2004 09:55:17 +0000 alex disable iconv in case setlocale is disabled - compile fix
Sat, 26 Jun 2004 09:54:02 +0000 alex user nl_langinfo if langinfo support present for proper chinese support, feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn>
Sat, 26 Jun 2004 09:21:07 +0000 alex make the internal sdl mixer optional, idea by Reimar Doffinger
Sat, 26 Jun 2004 09:14:20 +0000 alex New 'Mixer API' with ability to change volume through libaf (this part was written by Reimar Doffinger) and lesser global variables
Sat, 26 Jun 2004 07:07:19 +0000 wight sync tag bump
Sat, 26 Jun 2004 02:23:51 +0000 michael top/bottom mb row skipping
Fri, 25 Jun 2004 19:21:17 +0000 diego mplayer.rc moved to osdep where it belongs, approved by Sascha.
Fri, 25 Jun 2004 19:02:53 +0000 alex Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
Fri, 25 Jun 2004 19:01:56 +0000 alex 10l
Fri, 25 Jun 2004 18:49:24 +0000 diego silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>
Fri, 25 Jun 2004 18:45:56 +0000 alex index creation/reading behaviour just like the avi demuxer, patch based on work by Reza Jelveh, Moritz Bunkus und myself
Fri, 25 Jun 2004 18:44:25 +0000 diego shorten description, typo
Fri, 25 Jun 2004 18:20:45 +0000 diego 10l
Fri, 25 Jun 2004 18:11:15 +0000 alex JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
Fri, 25 Jun 2004 17:45:00 +0000 alex email changeback
Fri, 25 Jun 2004 17:29:18 +0000 alex neomagic tv out support throught vesa vbe, patch by Rudolf Marek
Fri, 25 Jun 2004 17:19:58 +0000 diego line breaks, clarification
Fri, 25 Jun 2004 17:19:17 +0000 alex enable .PHONY for correct dependancy handling
Fri, 25 Jun 2004 17:05:35 +0000 alex bigendian fix
Fri, 25 Jun 2004 17:03:59 +0000 alex static tables
Fri, 25 Jun 2004 17:03:30 +0000 alex more verbosity
Fri, 25 Jun 2004 17:02:51 +0000 alex correct spelling
Fri, 25 Jun 2004 17:01:25 +0000 alex degccify
Fri, 25 Jun 2004 17:01:01 +0000 alex 1l cosmetics
Fri, 25 Jun 2004 16:59:23 +0000 diego typo
Fri, 25 Jun 2004 16:58:45 +0000 diego Unify the config.h #include, use "config.h" instead of "../config.h"
Fri, 25 Jun 2004 16:55:06 +0000 diego more wishes
Fri, 25 Jun 2004 16:53:48 +0000 diego Real codecs and Mac OS X, don't recommend installing Real player.
Fri, 25 Jun 2004 16:52:22 +0000 diego credits for Alexander Strasser
Fri, 25 Jun 2004 16:49:53 +0000 diego string handling security fixes
Fri, 25 Jun 2004 16:43:34 +0000 diego name change
Fri, 25 Jun 2004 16:17:16 +0000 alex darwin flags cleanup by Dan Christiansen
Fri, 25 Jun 2004 16:09:54 +0000 alex dvd-device option by Anton Tropashko <atropashko@yahoo.com>
Fri, 25 Jun 2004 15:30:25 +0000 alex green stripe fix by Jan Kanty Palus <atler@o2.pl>
Fri, 25 Jun 2004 15:26:59 +0000 alex remove the latest use of log10 in favor of the better af_to_dB helper function, patch by Reimar Doffinger
Fri, 25 Jun 2004 15:21:43 +0000 alex tcp fragging bugfix by Song Du <freewizard at gmail.com>
Fri, 25 Jun 2004 15:19:11 +0000 alex mpst fix
Fri, 25 Jun 2004 15:14:27 +0000 alex RFC compliance patch by Eric Lammerts <eric@lammerts.org>
Fri, 25 Jun 2004 14:57:01 +0000 alex uber 10l found by Ilia <chest4l at mail.ru>
Fri, 25 Jun 2004 14:52:04 +0000 alex move macosx in the priority list after sdl, patch by Dan Christiansen
Fri, 25 Jun 2004 10:44:59 +0000 diego credits for Alexander Neundorf, straight from Linuxtag
Thu, 24 Jun 2004 13:54:08 +0000 alex ranlib cleanup
Thu, 24 Jun 2004 13:53:49 +0000 alex another 10l
Thu, 24 Jun 2004 12:52:17 +0000 alex ranlib cleanup by Dan Christiansen
Thu, 24 Jun 2004 12:01:53 +0000 iive Fix memory corruption, noticable at reallocate image
Thu, 24 Jun 2004 10:25:05 +0000 alex support for realvideo codecs under macosx, original patch by Donnie Smith (together with an altivec patch by Dan Christiansen)
Thu, 24 Jun 2004 09:23:00 +0000 alex 10l
Thu, 24 Jun 2004 09:19:15 +0000 alex support for realvideo codecs under macosx, original patch by Donnie Smith
Thu, 24 Jun 2004 09:03:31 +0000 diego credits for Fabian Franz
Thu, 24 Jun 2004 08:48:34 +0000 wight build fix
Wed, 23 Jun 2004 13:50:53 +0000 diego More information about modifications to comply more closely with GPL 2a.
Wed, 23 Jun 2004 12:48:42 +0000 nplourde added more key to keyboard event
Wed, 23 Jun 2004 12:16:34 +0000 nplourde removed buggy rgb32 support
Wed, 23 Jun 2004 12:11:07 +0000 alex bugzilla
Tue, 22 Jun 2004 22:06:53 +0000 diego wording/spelling improvements as suggested by the Wanderer
Tue, 22 Jun 2004 14:23:47 +0000 diego wording, spelling, bug fixes
Mon, 21 Jun 2004 19:54:48 +0000 diego typo
Mon, 21 Jun 2004 18:54:02 +0000 diego better wording, patch by Sebastian Kr¸«£mer <mail@skraemer.de>
Mon, 21 Jun 2004 16:03:55 +0000 iive width and height in seq_header could never be 0
Mon, 21 Jun 2004 14:07:04 +0000 wight sync VOBsub
Mon, 21 Jun 2004 12:47:41 +0000 diego uniform VOBsub spelling
Sun, 20 Jun 2004 22:11:28 +0000 rtognimp Prefer libavcodec for cvid files
Fri, 18 Jun 2004 20:56:06 +0000 faust3 disable buggy sse on mingw
Fri, 18 Jun 2004 20:02:05 +0000 nicodvb added support for ac3 in non-pes aligned private1 streams; removed useless and commented code
Fri, 18 Jun 2004 17:08:22 +0000 diego Just a tiny fix with configure/Makefile for not using
Fri, 18 Jun 2004 14:31:10 +0000 faust3 calling bind with multicast addresses doesn't work on windows, patch by Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz>
Fri, 18 Jun 2004 13:51:45 +0000 faust3 array initialization fix by SungKwanKang <ksquarekr at yahoo.com>
Fri, 18 Jun 2004 13:01:18 +0000 faust3 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>
Thu, 17 Jun 2004 23:48:33 +0000 diego 10l for Michael, nsse_weight should be nssew, spelling.
Thu, 17 Jun 2004 16:42:48 +0000 diego credits for Dan Christiansen, by himself
Thu, 17 Jun 2004 12:34:18 +0000 diego libfame has been removed from MPlayer long ago. Compilation fix pointed
Thu, 17 Jun 2004 09:06:33 +0000 wight Debian Sarge build instructions
Thu, 17 Jun 2004 09:02:06 +0000 wight another DTD location
Thu, 17 Jun 2004 08:43:18 +0000 diego cosmetic reformatting (preparation for upcoming changes)
Thu, 17 Jun 2004 01:07:53 +0000 nplourde moved vo_quartz higher in the list
Thu, 17 Jun 2004 00:59:01 +0000 nplourde consistent suboption description for vo_quartz
Thu, 17 Jun 2004 00:46:50 +0000 diego MEncoder has problems reading from stdin, files need to be concatenated
Thu, 17 Jun 2004 00:36:36 +0000 diego consistent suboption description for vo_quartz
Thu, 17 Jun 2004 00:34:40 +0000 diego Better audio filter description, use same values as in the XML docs,
Wed, 16 Jun 2004 21:36:28 +0000 paszczi sync
Wed, 16 Jun 2004 02:59:58 +0000 nplourde add more info about vo_quartz
Tue, 15 Jun 2004 22:06:13 +0000 paszczi synced with 1.44
Tue, 15 Jun 2004 21:23:12 +0000 michael nsse
Tue, 15 Jun 2004 18:44:11 +0000 diego typo
Tue, 15 Jun 2004 10:52:36 +0000 diego Address removed upon request.
Tue, 15 Jun 2004 07:02:10 +0000 wight some missing libraries
Tue, 15 Jun 2004 07:01:02 +0000 wight Make configure point to translated docs
Mon, 14 Jun 2004 21:13:45 +0000 wight sync
Mon, 14 Jun 2004 21:02:51 +0000 wight and one more consistency change
Mon, 14 Jun 2004 12:40:17 +0000 diego More consistent naming pointed out by Torinthiel.
Mon, 14 Jun 2004 10:58:54 +0000 wight sync tag bump
Mon, 14 Jun 2004 09:57:02 +0000 diego 10l for a copy and paste error noticed by Alex.
Mon, 14 Jun 2004 08:08:19 +0000 diego typos pointed out by the wanderer
Mon, 14 Jun 2004 04:53:03 +0000 attila major reindentation of x11 code try #2
Sun, 13 Jun 2004 21:34:29 +0000 michael qprd needs mbd=2
Sun, 13 Jun 2004 21:13:52 +0000 paszczi synced with 1.38
Sun, 13 Jun 2004 17:47:41 +0000 diego Sync with website, more uniformity, better descriptions.
Sun, 13 Jun 2004 17:46:07 +0000 diego 's should be outside of <application> tags.
Sun, 13 Jun 2004 17:38:42 +0000 wight Sync tag bump - was OK.
Sun, 13 Jun 2004 17:26:43 +0000 diego 10l to Alex
Sun, 13 Jun 2004 16:44:34 +0000 joey change linking order for static build with live.com on mingw
Sun, 13 Jun 2004 10:53:06 +0000 reimar detect screen resolution as in x11_common.c
Sat, 12 Jun 2004 17:37:47 +0000 rtognimp Fix for big endian systems
Sat, 12 Jun 2004 16:35:52 +0000 iive display height may be a lot smaller or larger than picture height, sample provided by winnicki
Fri, 11 Jun 2004 20:57:03 +0000 rtognimp Fix playback of file after playing an url
Fri, 11 Jun 2004 15:20:49 +0000 henry additional formats - 8bit & float
Fri, 11 Jun 2004 15:16:26 +0000 henry debug printf junk
Fri, 11 Jun 2004 15:10:36 +0000 diego freetype depends on iconv
Fri, 11 Jun 2004 13:21:36 +0000 wight sync
Fri, 11 Jun 2004 11:10:02 +0000 alex 1l
Fri, 11 Jun 2004 10:33:39 +0000 alex 1l
Fri, 11 Jun 2004 10:33:20 +0000 alex translated
Fri, 11 Jun 2004 09:58:27 +0000 faust3 OpenBSD/VAX support, patch by Gabucino
Fri, 11 Jun 2004 08:09:24 +0000 iive mpeg2 chroma422/444 support
Thu, 10 Jun 2004 23:39:08 +0000 diego We play RV20 natively, some rewording.
Thu, 10 Jun 2004 23:38:11 +0000 diego wishes--;
Thu, 10 Jun 2004 23:37:21 +0000 diego typos
Thu, 10 Jun 2004 22:42:21 +0000 diego SYNOPSIS reordered.
Thu, 10 Jun 2004 22:16:52 +0000 paszczi synced with 1.55
Thu, 10 Jun 2004 18:07:55 +0000 paszczi forgot to add changes:)
Thu, 10 Jun 2004 18:04:11 +0000 paszczi synced with 1.9
Thu, 10 Jun 2004 17:57:34 +0000 paszczi synced with 1.43
Thu, 10 Jun 2004 14:45:38 +0000 alex 1l
Thu, 10 Jun 2004 14:45:20 +0000 alex removing unused parts
Thu, 10 Jun 2004 14:39:54 +0000 alex ports translated
Thu, 10 Jun 2004 11:16:44 +0000 mosu Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
Thu, 10 Jun 2004 05:20:50 +0000 rfelker configurable 'junk' borders for pullup
Thu, 10 Jun 2004 05:06:34 +0000 rfelker old changes in my local tree i forgot to commit - minor fixes
Tue, 08 Jun 2004 21:30:32 +0000 mosu Try to get the "size:" and "palette:" entries for VobSub tracks from the private data.
Tue, 08 Jun 2004 16:43:24 +0000 ranma We don't want junk in unused parts of the BITMAPINFOHEADER
Mon, 07 Jun 2004 19:23:04 +0000 rtognimp Fix hang on broken mmst streams
Mon, 07 Jun 2004 19:20:33 +0000 diego dvd:// now supports title ranges, patch by Roberto Togni.
Mon, 07 Jun 2004 18:58:08 +0000 rtognimp Support dvd://start_title-end_title as requested on wishlist
Mon, 07 Jun 2004 17:31:50 +0000 michael nsse weight
Mon, 07 Jun 2004 13:45:43 +0000 diego small updates
Mon, 07 Jun 2004 11:05:45 +0000 diego libfaad2 updated to version 2.0.
Sun, 06 Jun 2004 21:18:49 +0000 rtognimp More support for audio format 0x0
Sun, 06 Jun 2004 19:06:39 +0000 rtognimp Enhance detection of embedded smil playlist, add embedded ram playlist
Sun, 06 Jun 2004 17:11:48 +0000 rtognimp Support for audio format 0x0
Sun, 06 Jun 2004 15:08:52 +0000 danny Synced with 1.593
Sun, 06 Jun 2004 14:53:03 +0000 rtognimp Use same order as WMP for mms protocols (MMSU, MMST, HTTP)
Sun, 06 Jun 2004 13:48:30 +0000 rtognimp Segfault fix for some h264 in avi files
Sun, 06 Jun 2004 13:44:23 +0000 rtognimp Compilation fix with --disable-liba52
Fri, 04 Jun 2004 10:00:36 +0000 michael small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>)
Thu, 03 Jun 2004 13:30:55 +0000 diego MinGW compilation fix from a patch by Joey Parrish, approved by Sascha
Thu, 03 Jun 2004 12:41:56 +0000 diego MinGW compilation fix, idea and approval by Sascha Sommer
Thu, 03 Jun 2004 09:52:25 +0000 rik fix bug reported by Leonardo Giordani: sh->aspect is not pixel aspect but movie aspect
Wed, 02 Jun 2004 23:14:13 +0000 alex history translated
Wed, 02 Jun 2004 22:59:04 +0000 diego update to the 2.0 release of faad, patch by adland
Wed, 02 Jun 2004 22:52:00 +0000 alex progress
Wed, 02 Jun 2004 22:47:41 +0000 alex hungarian xml docs
Wed, 02 Jun 2004 22:45:53 +0000 alex hungarian xml docs, first try
Wed, 02 Jun 2004 17:34:16 +0000 rtognimp Indeo audio support via acm binary codec
Wed, 02 Jun 2004 12:40:41 +0000 diego Buffer overflow fix in string handling, patch by c0ntex, approved by .so.
Wed, 02 Jun 2004 06:48:25 +0000 rsf Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".
Wed, 02 Jun 2004 02:34:39 +0000 diego Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
Wed, 02 Jun 2004 00:58:05 +0000 nplourde choose fullscreen device with suboption device_id=#
Mon, 31 May 2004 16:12:13 +0000 nicodvb removed unused and commented code; audio is pushed synchronously (reported to work better); pid 16 is not default PMT (100l); trails of data are add_packet()ed
Mon, 31 May 2004 15:16:41 +0000 nplourde uyvy osd support
Mon, 31 May 2004 15:13:35 +0000 nplourde draw alpha for uyvy
Mon, 31 May 2004 15:07:58 +0000 nplourde Big Endian fix. Patch by Romain Dolbeau
Mon, 31 May 2004 15:07:20 +0000 diego Fix X11 libs detection on Cygwin.
Mon, 31 May 2004 14:15:35 +0000 diego Fix Cygwin compilation, patch by Sascha Sommer.
Sun, 30 May 2004 19:16:31 +0000 nplourde vo_quartz now default vo on OSX
Sun, 30 May 2004 18:41:31 +0000 diego 1000l to me, leftover line from a correction not deleted.
Sun, 30 May 2004 13:17:03 +0000 diego Update by Alexander Strasser <eclipse7@gmx.net>, some corrections mine.
Wed, 26 May 2004 21:19:52 +0000 diego CVS snapshots come with libavcodec.
Wed, 26 May 2004 20:48:17 +0000 paszczi sync with 1.42
Wed, 26 May 2004 20:39:31 +0000 diego credits for Scognito
Wed, 26 May 2004 20:31:48 +0000 diego MPlayer logo as taskbar icon by Scognito
Tue, 25 May 2004 22:19:28 +0000 diego xvmc and *vidix suboptions documented, better ao/vo suboption syntax
Tue, 25 May 2004 21:49:06 +0000 diego new and improved icons by Scognito
Tue, 25 May 2004 21:46:20 +0000 michael disposition
Tue, 25 May 2004 20:59:23 +0000 michael index fixes
Tue, 25 May 2004 20:42:22 +0000 michael remove index flag
Tue, 25 May 2004 18:51:53 +0000 rfelker fix compile with network disabled
Mon, 24 May 2004 15:01:00 +0000 diego nicer icons by Scognito
Sun, 23 May 2004 21:45:29 +0000 rtognimp Fix "raw " audio in mov files.
Sun, 23 May 2004 07:34:32 +0000 rfelker no kabbe-bytes or men in black or any of that nonsense here...
Sat, 22 May 2004 00:47:49 +0000 diego MinGW comes without zlib (necessary for compressed MOV headers).
Fri, 21 May 2004 17:49:09 +0000 diego first cut at pre5 changes
Fri, 21 May 2004 17:48:20 +0000 diego credit for Ross Finlayson
Fri, 21 May 2004 16:02:09 +0000 henry 1e6l
Thu, 20 May 2004 21:34:10 +0000 reimar fix crash due to fast_memcpy calling itself instead of libc memcpy
Thu, 20 May 2004 21:22:07 +0000 reimar MinGW doesn't accept trailing /
Wed, 19 May 2004 04:38:05 +0000 rfelker 1000l....of pepsi :(broke -ovc copy!)
Wed, 19 May 2004 04:33:00 +0000 rfelker more lame options
Tue, 18 May 2004 21:19:36 +0000 nplourde Add quartz to Romain contrib
Tue, 18 May 2004 20:49:44 +0000 nplourde re-use same window when playing multiple files
Tue, 18 May 2004 19:13:15 +0000 reimar using bswap.h for endianness conversion
Tue, 18 May 2004 17:51:25 +0000 faust3 more sane order for overlay workarounds, fixed a bug where the mouse would stay hidden on win98
Mon, 17 May 2004 23:35:36 +0000 diego Remove 3-pass encoding guide (can break A/V sync), rescaling is not
Mon, 17 May 2004 21:51:56 +0000 diego Peter Simon (wma2ogg.pl)
Mon, 17 May 2004 11:32:32 +0000 diego WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,
Sun, 16 May 2004 16:21:33 +0000 reimar fix endian conversion for (curently unused) case where in buffer != out buffer
Sun, 16 May 2004 11:32:59 +0000 diego some corrections by Haris Kouzinopoulos
Sun, 16 May 2004 11:28:27 +0000 diego Change divx4 examples to lavc, based on a patch by Compn.
Sun, 16 May 2004 10:48:59 +0000 reimar support for 24 bit pcm/wav files
Fri, 14 May 2004 23:10:43 +0000 rtognimp Add detection of nsa streamed by aol ultravox server
Fri, 14 May 2004 21:16:00 +0000 reimar removed #ifdefs that are already handled by libao2/afmt.h
Fri, 14 May 2004 21:08:53 +0000 reimar give Y8 and Y800 lower conversion priority to avoid grayscaled video
Fri, 14 May 2004 18:48:27 +0000 rtognimp Support audio format 0xff (it's aac)
Fri, 14 May 2004 18:47:17 +0000 rtognimp If demuxer does not fill codecdata try to get if from waveformatex
Fri, 14 May 2004 17:44:56 +0000 diego -ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now,
Fri, 14 May 2004 10:43:49 +0000 wight sync
Thu, 13 May 2004 13:47:50 +0000 henry ENCA support
Thu, 13 May 2004 11:44:15 +0000 diego skin authors, alphabetical order
Thu, 13 May 2004 10:52:06 +0000 diego AUDIO OUTPUT DRIVERS section added.
Thu, 13 May 2004 10:51:27 +0000 diego AUDIO OUTPUT DRIVER section added, VO section extended, small fixes.
Thu, 13 May 2004 08:52:34 +0000 diego segfault fix by Jarrod Johnson <jbj-zl@ura.dnsalias.org>
Wed, 12 May 2004 22:56:55 +0000 joyping alsa9/1.x merge, now with api_compat-definition
Wed, 12 May 2004 22:49:23 +0000 joyping changes for alsa9/alsa1.x merge, only alsa.
Wed, 12 May 2004 22:48:15 +0000 michael segfault fix
Wed, 12 May 2004 22:48:15 +0000 joyping changes for alsa9/1.x-merge only alsa
Wed, 12 May 2004 22:35:52 +0000 diego Mark EDL only options as such, typo.
Wed, 12 May 2004 20:47:14 +0000 nplourde Event Handling Makeover
Wed, 12 May 2004 16:50:11 +0000 diego correct model number
Wed, 12 May 2004 15:00:48 +0000 michael FFSVQ1 in avi
Tue, 11 May 2004 22:50:05 +0000 diego better CVS checkout parameters
Mon, 10 May 2004 19:21:29 +0000 nauj27 sync (pre)
Sun, 09 May 2004 22:15:54 +0000 rfelker more cola for jindrich
Sun, 09 May 2004 22:06:13 +0000 diego Add support for a few more Radeons, patch by Nyk Tarr.
Sun, 09 May 2004 17:36:44 +0000 faust3 10l
Sun, 09 May 2004 16:36:58 +0000 diego typo
Sun, 09 May 2004 15:31:54 +0000 danny synced with 1.587, some typo and some word untranslated
Sun, 09 May 2004 14:03:10 +0000 faust3 report if the service creation failed
Sun, 09 May 2004 03:43:42 +0000 rfelker 1000000l for sig11 without -subcp!!! (and 1l for my first commit :)
Sat, 08 May 2004 23:53:20 +0000 reimar removing useless code, improving readability
Sat, 08 May 2004 23:41:13 +0000 reimar fix bigendian problems (left-right swapped 8bit pcms), add 32bit support
Sat, 08 May 2004 21:40:20 +0000 reimar fixed memory leak and removed unnecessary static variable
Sat, 08 May 2004 21:38:41 +0000 reimar changes to get manyfmts nearer to working and fixed memory leak
Sat, 08 May 2004 18:00:11 +0000 rtognimp Use roqvideo and roqaudio decoders from libavcodec
Sat, 08 May 2004 17:52:25 +0000 henry ENCA support (http://trific.ath.cx/software/enca/)
Sat, 08 May 2004 12:05:14 +0000 paszczi synced with 1.41
Fri, 07 May 2004 21:43:18 +0000 rtognimp Support ffmpeg cinepak decoder
Fri, 07 May 2004 16:12:30 +0000 reimar use fallback for unsupported formats instead of quitting
Fri, 07 May 2004 13:13:11 +0000 diego Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.
Fri, 07 May 2004 11:26:47 +0000 diego missing spaces
Fri, 07 May 2004 11:26:00 +0000 diego Hint at -playlist option for playing streams.
Fri, 07 May 2004 11:25:07 +0000 diego clarification
Fri, 07 May 2004 11:24:24 +0000 diego List Attila as maintainer of a few video out drivers.
Fri, 07 May 2004 08:31:39 +0000 mosu Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" with "Ogg" as it is a name, not an abbreviation/acronym.
Fri, 07 May 2004 02:34:22 +0000 nplourde More code cleanup
Fri, 07 May 2004 01:44:08 +0000 nplourde Switch rgb32 from QD to QT
Thu, 06 May 2004 18:04:06 +0000 faust3 Encrypted dvd playback now accepts -dvd-drive e: on mingw. fix from libdvdread, left out the various cosmetics changes for now
Wed, 05 May 2004 21:05:36 +0000 mosu Be more verbose and tell the user which subtitle stream has been selected (if any).
Wed, 05 May 2004 19:11:16 +0000 rtognimp Qt RLE is now in ffmpeg
Wed, 05 May 2004 17:26:24 +0000 michael extendible frame_code table
Wed, 05 May 2004 16:30:32 +0000 nplourde vo_quartz, yuv related usage
Wed, 05 May 2004 13:23:49 +0000 diego more credits, names, nicks
Wed, 05 May 2004 02:38:35 +0000 nplourde Disable live resize for yuv - HW accel bug
Wed, 05 May 2004 01:04:44 +0000 nplourde Cosmetic change std ident style
Wed, 05 May 2004 00:30:30 +0000 nplourde Removed unused debug code.
Tue, 04 May 2004 21:20:58 +0000 rtognimp Support vp6vfw.dll version 6.0.7.3
Tue, 04 May 2004 20:05:59 +0000 paszczi sync
Tue, 04 May 2004 16:17:22 +0000 diego VIDIX now works on Win32, approved by Sascha.
Tue, 04 May 2004 14:50:16 +0000 diego Hint at diff options useful for avoiding cosmetic changes, patch by Reimar.
Tue, 04 May 2004 14:34:18 +0000 diego winvidix documented, alternative ways of specifying -dvd-device.
Tue, 04 May 2004 14:19:34 +0000 diego subtitles in black bands
Tue, 04 May 2004 14:18:40 +0000 diego unnecessary escape
Tue, 04 May 2004 14:17:31 +0000 diego typo
Tue, 04 May 2004 02:57:10 +0000 nplourde Add yuv csp support
Tue, 04 May 2004 01:29:17 +0000 michael proposals by rich:
Mon, 03 May 2004 18:19:16 +0000 rtognimp 100l for me
Mon, 03 May 2004 17:59:55 +0000 diego libavformat, realrtsp
Mon, 03 May 2004 17:46:11 +0000 wight sync
Mon, 03 May 2004 17:11:26 +0000 diego Spelling and wording fixes pointed out by the wanderer.
Mon, 03 May 2004 13:19:04 +0000 diego typos, wording and mistakes pointed out by the wanderer
Mon, 03 May 2004 10:09:18 +0000 diego spelling, wording, consistency in comments and printed messages
Mon, 03 May 2004 10:01:31 +0000 diego spelling, wording sync with cfg-mencoder.h
Mon, 03 May 2004 10:00:43 +0000 diego wrong number, pointed out by Scognito
Mon, 03 May 2004 01:27:48 +0000 diego more wishes
Mon, 03 May 2004 01:27:19 +0000 diego missing name
Mon, 03 May 2004 01:16:31 +0000 diego Hint at -mf in mf:// syntax description.
Mon, 03 May 2004 01:15:38 +0000 diego Blinkenlights section expanded.
Mon, 03 May 2004 01:15:15 +0000 diego divx --> lavc, spelling, more sensible section name
Mon, 03 May 2004 00:41:48 +0000 diego Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug
Sun, 02 May 2004 20:05:44 +0000 rtognimp Restore ftp support (was erroneusly disabled while fixing bogus errors