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.