log

age author description
Sun, 04 Mar 2007 19:04:08 +0000 reimar Add code to detect and convert to console codepage on Windows.
Sun, 04 Mar 2007 18:55:44 +0000 reimar Include stdio.h for printf
Sun, 04 Mar 2007 16:23:18 +0000 nicodvb when seeking consider stream->start_pos instead of 0 as initial position; patch by Zuxy Meng approved by Michael
Sun, 04 Mar 2007 15:48:20 +0000 compn getopt is only needed on msvc, remove from mingw/linux compile info
Sun, 04 Mar 2007 15:47:11 +0000 kraymer 10l, remove local-only file from ignore list
Sun, 04 Mar 2007 15:44:35 +0000 compn add vfw2menc info into README
Sun, 04 Mar 2007 15:44:07 +0000 kraymer shut up 'svn status' by ignoring symlinked files
Sun, 04 Mar 2007 15:27:51 +0000 compn add -xvfwopts compdata suboption to man page
Sun, 04 Mar 2007 15:15:59 +0000 reimar Remove variable that is unnecessary after last patch
Sun, 04 Mar 2007 15:13:38 +0000 reimar Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
Sun, 04 Mar 2007 15:02:53 +0000 reimar Set pts also for audio packets
Sun, 04 Mar 2007 14:59:23 +0000 reimar Already frameno == num_frames means we reached EOF.
Sun, 04 Mar 2007 14:53:26 +0000 reimar Fix crash with avisynth audio-only files and take audio length into account when length is queried.
Sun, 04 Mar 2007 14:42:17 +0000 reimar Support more avisynth audio sample types (untested)
Sun, 04 Mar 2007 14:24:03 +0000 reimar Remove useless void * casts
Sun, 04 Mar 2007 14:11:44 +0000 reimar Do not read more audio samples than available
Sun, 04 Mar 2007 13:56:45 +0000 reimar Fix pakcet -> packet typo in output
Sun, 04 Mar 2007 13:49:55 +0000 reimar Set format tag for float samples correctly (currently useless)
Sun, 04 Mar 2007 13:26:43 +0000 reimar nomouseinput option should not depend on HAVE_X11.
Sun, 04 Mar 2007 13:20:51 +0000 reimar Add support for tracking mouse movements.
Sun, 04 Mar 2007 12:59:48 +0000 reimar Move/simplify some variable declarations
Sun, 04 Mar 2007 12:55:45 +0000 reimar Demuxers have no business setting o_bps
Sun, 04 Mar 2007 12:52:16 +0000 reimar First half-working avisynth audio support
Sun, 04 Mar 2007 12:43:55 +0000 reimar Fix wrong setting of samplesize (must be bytes per sample, not bits)
Sun, 04 Mar 2007 11:31:43 +0000 reimar ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
Sun, 04 Mar 2007 11:23:11 +0000 reimar Enable aid/vid stream selection, although it is quite useless currently.
Sun, 04 Mar 2007 10:39:02 +0000 reimar Whitespace-only cosmetics: get rid of all remaining tabs
Sun, 04 Mar 2007 10:30:55 +0000 reimar Generate resize events when size of -wid window changes.
Sun, 04 Mar 2007 09:45:32 +0000 reimar Fix type and usage of avs_get_audio function
Sun, 04 Mar 2007 09:04:45 +0000 reimar Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.
Sun, 04 Mar 2007 08:49:24 +0000 nicodvb print the disc_id without using a buffer
Sat, 03 Mar 2007 22:15:19 +0000 uau Fix copy-paste bug (must have broken something in the GUI)
Sat, 03 Mar 2007 21:39:28 +0000 compn wrong capitolization, thats a comma not a period
Sat, 03 Mar 2007 21:33:40 +0000 compn warn users about drm files, patch by zuxy meng
Sat, 03 Mar 2007 21:32:13 +0000 compn warn users about DRM asf files, patch by zuxy meng
Sat, 03 Mar 2007 19:38:09 +0000 vayne supposed to be using global m_config here, and this wasn't even getting set.
Sat, 03 Mar 2007 17:25:18 +0000 reimar The original asm code for the stub returned 0, restore that behaviour.
Sat, 03 Mar 2007 16:59:39 +0000 reimar Discard earlier failure in building filter chain when trying a new codec.
Sat, 03 Mar 2007 13:39:46 +0000 nicodvb 10000l; in previous commit I allocated a buffer 1 byte too short
Sat, 03 Mar 2007 13:16:31 +0000 nicodvb replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
Sat, 03 Mar 2007 13:10:31 +0000 nicodvb replaced 2 instances of sprintf() with snprintf() and one instance
Sat, 03 Mar 2007 08:20:00 +0000 eugeni Fix incorrect spacing introduced in r22231:
Sat, 03 Mar 2007 07:58:36 +0000 diego live555 version 2006.03.03 or later is needed to compile MPlayer.
Fri, 02 Mar 2007 19:54:40 +0000 vayne cosmetics, fix indentation as pointed out by Reimar
Fri, 02 Mar 2007 18:52:10 +0000 voroshil Rework of copying samples from directshow codecs.
Fri, 02 Mar 2007 17:59:19 +0000 eugeni 10l: x2scr used twice instead of y2scr.
Fri, 02 Mar 2007 17:54:47 +0000 eugeni Bugfix: transform origin to screen coordinates.
Fri, 02 Mar 2007 17:49:34 +0000 compn add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
Fri, 02 Mar 2007 15:14:14 +0000 vayne add missing playtree entry
Fri, 02 Mar 2007 13:33:18 +0000 michael a small step toward 4 plane support
Fri, 02 Mar 2007 13:32:10 +0000 michael copy src to prevent the user supplied argumet from being changed
Fri, 02 Mar 2007 03:11:37 +0000 compn 10l: dshow isnt in svn yet
Fri, 02 Mar 2007 01:24:25 +0000 compn add -tv driver=help entry, also add dshow tv driver
Fri, 02 Mar 2007 00:33:32 +0000 vayne simplify and modify fullscreen switching to avoid improper aspects
Fri, 02 Mar 2007 00:29:06 +0000 vayne add forgotten case value as per recent changes to mplayer.c
Thu, 01 Mar 2007 23:09:58 +0000 michael rename to *_proposal.txt
Thu, 01 Mar 2007 22:58:31 +0000 michael clarify quorum and majority requirements in respect to debians voting system
Thu, 01 Mar 2007 21:50:04 +0000 michael url with a good description of how to determine the winner from the votes
Thu, 01 Mar 2007 20:35:29 +0000 reimar Explain how to select all DVB channels on a frequency.
Thu, 01 Mar 2007 19:48:40 +0000 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr