log

age author description
Tue, 06 Mar 2007 19:10:36 +0000 kraymer mplayer.1
Tue, 06 Mar 2007 15:34:54 +0000 reimar Factor out some duplicated code in vo_xv and vo_xvmc
Tue, 06 Mar 2007 14:15:37 +0000 compn __defines are reserved for gcc
Tue, 06 Mar 2007 11:34:06 +0000 reimar Simplify config by using code available in video_out.c
Tue, 06 Mar 2007 11:24:08 +0000 reimar Fix bad uninit when switching DVB channels.
Tue, 06 Mar 2007 10:00:53 +0000 eugeni A function always returning 0 could as well return void.
Tue, 06 Mar 2007 09:59:53 +0000 eugeni Text alignment should not use bounding boxes of individual glyphs.
Tue, 06 Mar 2007 09:31:12 +0000 eugeni Reset advance vector and glyph bounding box if glyph could not be found.
Mon, 05 Mar 2007 22:23:30 +0000 nicodvb removed unused definition of insertRTPData(); it's not only unused,
Mon, 05 Mar 2007 18:20:35 +0000 Gabrov synced with r22428
Mon, 05 Mar 2007 18:17:31 +0000 Gabrov synced with r22469
Mon, 05 Mar 2007 17:42:25 +0000 lorenm truncate mencoder's output file if it exists, instead of overwriting just part of it.
Mon, 05 Mar 2007 13:29:06 +0000 reimar Audio should now work fine, so remove the ENABLE_AUDIO ifdef
Mon, 05 Mar 2007 13:27:42 +0000 reimar Implement percent-based seeking
Mon, 05 Mar 2007 13:17:16 +0000 reimar Fix seeking for avisynth audio.
Mon, 05 Mar 2007 12:56:41 +0000 reimar Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
Mon, 05 Mar 2007 12:53:43 +0000 reimar remove pointless cast to int
Mon, 05 Mar 2007 12:02:57 +0000 reimar Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.
Mon, 05 Mar 2007 10:15:55 +0000 reimar Allow to add/modify keybind for '#'
Mon, 05 Mar 2007 00:41:45 +0000 diego -nomouseinput is no longer X11 only.
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.