log

age author description
Sun, 30 Jan 2005 18:13:07 +0000 diego Expose support for 444P and 422P raw video.
Sun, 30 Jan 2005 10:27:26 +0000 reimar Allow monitoraspect > 3 (up to 9)
Sun, 30 Jan 2005 09:16:41 +0000 reimar Typo in hwac3 string
Sun, 30 Jan 2005 09:13:28 +0000 nicodvb discard lavf packets with wrong ids
Sat, 29 Jan 2005 21:26:20 +0000 reimar Print CPUflags and extension support on x86_64, too
Sat, 29 Jan 2005 12:58:16 +0000 reimar print "Unknown/not supported internal format" message only with -v as it
Sat, 29 Jan 2005 12:55:56 +0000 reimar Fix possible hang when playing broken MP3 from linear stream and remove
Sat, 29 Jan 2005 12:24:43 +0000 iive several sets of headers declare global variables in them, which causes multiple definition errors with gcc 4.x
Fri, 28 Jan 2005 10:12:28 +0000 reimar Fixed the syntax of the spdif device string.
Fri, 28 Jan 2005 06:57:50 +0000 jheryan Sync with 1.866
Fri, 28 Jan 2005 06:26:16 +0000 jheryan Sync with 1.157
Fri, 28 Jan 2005 06:24:25 +0000 jheryan Sync with 1.864
Thu, 27 Jan 2005 18:27:23 +0000 gpoirier Sync with 1.866:
Thu, 27 Jan 2005 17:18:35 +0000 kraymer matroska capitalized
Thu, 27 Jan 2005 15:20:58 +0000 kraymer sync
Thu, 27 Jan 2005 14:57:10 +0000 kraymer NUT doesn't contain subtitles so the example with the nutfile had to be changed.
Thu, 27 Jan 2005 14:35:30 +0000 kraymer sync with 1.157: Add half size entry to the GMPlayer menu.
Wed, 26 Jan 2005 19:06:56 +0000 reimar "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again
Tue, 25 Jan 2005 22:39:45 +0000 rtognimp Always select correct descramblig matrix for sipr audio
Tue, 25 Jan 2005 22:25:39 +0000 rik free MSTRZ args also if parser fails
Tue, 25 Jan 2005 21:55:56 +0000 rik vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STR
Tue, 25 Jan 2005 18:21:26 +0000 gpoirier Sync with 1.864: Force missing linebreak.
Tue, 25 Jan 2005 13:04:10 +0000 diego small updates by <plazmus at gmail dot com>
Tue, 25 Jan 2005 12:59:59 +0000 diego Add translator mail address.
Tue, 25 Jan 2005 12:56:41 +0000 diego Force missing linebreak.
Tue, 25 Jan 2005 12:44:38 +0000 diego Add half size entry to the GMPlayer menu.
Tue, 25 Jan 2005 10:07:14 +0000 reimar x1 and y1 give last used position, must be < width/height
Tue, 25 Jan 2005 00:28:48 +0000 diego small updates
Mon, 24 Jan 2005 21:57:07 +0000 rtognimp Do not read any more data at eof: if got eof in the middle of an audio
Mon, 24 Jan 2005 21:52:24 +0000 rtognimp Be less verbose with -v (do not print a line for each demuxed packet)
Mon, 24 Jan 2005 19:38:23 +0000 gpoirier Sync with 1.863: Unify some option descriptions.
Mon, 24 Jan 2005 09:58:05 +0000 diego Explain how to include libavcodec in cvs updates.
Sun, 23 Jan 2005 23:53:30 +0000 diego Unify some option descriptions.
Sun, 23 Jan 2005 21:39:51 +0000 reimar Reset stream eof after parsing header, fixes bug #218
Sat, 22 Jan 2005 20:28:32 +0000 diego Add support for the Linux RealPlayer 10 RV30/40 codec.
Sat, 22 Jan 2005 18:30:23 +0000 diego The test to check for working pthreads fails if the system can support
Sat, 22 Jan 2005 18:12:40 +0000 diego Reduce excessive verbosity.
Sat, 22 Jan 2005 18:05:07 +0000 alex avoid using vo_subdevice
Sat, 22 Jan 2005 17:52:34 +0000 alex wmv3 needs extradata
Sat, 22 Jan 2005 15:47:34 +0000 diego Remove obsolete options.
Sat, 22 Jan 2005 14:28:23 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
Sat, 22 Jan 2005 14:09:17 +0000 diego Make configure check for aalib dependency on libX11 if it fails without.
Sat, 22 Jan 2005 12:49:11 +0000 reimar 100l, missing () around *valp
Sat, 22 Jan 2005 12:15:06 +0000 nicodvb replaced bzero() with memset(); stream_type 0x0f is AAC
Sat, 22 Jan 2005 10:49:48 +0000 gpoirier Sync with the English description of "-alang".
Sat, 22 Jan 2005 10:47:58 +0000 gpoirier Make this file compile with gcc-4.0.0:
Sat, 22 Jan 2005 00:06:59 +0000 rtognimp Play RV30 with 8-elements cmsg24
Fri, 21 Jan 2005 21:36:30 +0000 alex openbsd xf86 aperture support
Fri, 21 Jan 2005 21:32:15 +0000 alex better test for MAP_FAILED by Ian Lindsay
Fri, 21 Jan 2005 21:11:35 +0000 gpoirier Make this file compile with gcc-4.0.0. The old code was invalid C.
Fri, 21 Jan 2005 20:50:09 +0000 nicodvb tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC
Fri, 21 Jan 2005 20:37:55 +0000 gpoirier Cumulative sync with 1.862:
Fri, 21 Jan 2005 18:55:01 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode.
Fri, 21 Jan 2005 18:25:44 +0000 mosu Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
Fri, 21 Jan 2005 17:12:56 +0000 diego NUT does not contain subtitles, correct -sid description.
Fri, 21 Jan 2005 16:58:16 +0000 gabrov synced with 1.59
Fri, 21 Jan 2005 16:56:44 +0000 diego "Synced with 1.XXX" commit message rule.
Fri, 21 Jan 2005 16:50:32 +0000 diego Fix -alang and -slang descriptions, they should be similar.
Fri, 21 Jan 2005 16:48:18 +0000 aurel fix few x86_64 registers handling
Fri, 21 Jan 2005 13:22:59 +0000 faust3 support immed flag, always initialize write_offset, min_free_space doesn't seem to be required anymore after Florian Dietrichs patches