log libvo/vo_dxr3.c @ 5199:72817be5265f

age author description
Tue, 19 Mar 2002 15:08:15 +0000 mswitch Automatically use avcodec if it exists, otherwise fall back to fame (due
Sat, 16 Mar 2002 15:49:26 +0000 mswitch Fixed some bugs with fame, had to disable prebuffering with fame though
Sat, 16 Mar 2002 06:01:13 +0000 mswitch Fixed problem with seeking/sync when using libfame
Fri, 15 Mar 2002 17:24:27 +0000 mswitch No longer force the device into not using fame
Wed, 13 Mar 2002 14:39:24 +0000 mswitch This will slow down wobbling (just a bit)
Wed, 13 Mar 2002 14:15:00 +0000 mswitch Added preliminary fame support
Mon, 18 Feb 2002 18:23:14 +0000 mswitch Accidentally mixed experimental code with stable one during last commit,
Mon, 18 Feb 2002 17:34:20 +0000 mswitch Added VOCTRL_PAUSE and VOCTRL_RESUME
Sat, 16 Feb 2002 13:41:32 +0000 mswitch Fixed a bug with prebuffering which would cause syncloss, someone at
Sat, 16 Feb 2002 13:06:45 +0000 mswitch Fixed a strange bug that sneaked in at the last minute (vobsub would
Sat, 16 Feb 2002 12:51:33 +0000 mswitch Fixed bug which would cause gibberish to be printed when using :noprebuf
Wed, 13 Feb 2002 00:38:23 +0000 mswitch Using the mplayer SwScaler instead of doing scaling manually (sometimes this dies with sig FPE
Sat, 09 Feb 2002 17:40:33 +0000 mswitch updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 patch), this solves
Sat, 09 Feb 2002 14:44:09 +0000 mswitch Fixed a bug where seeking would lock mplayer
Sat, 09 Feb 2002 14:27:24 +0000 mswitch Removed some stuff from the em8300 driver, had to compensate
Sat, 09 Feb 2002 11:35:24 +0000 mswitch Added switch to disable prebuffering
Sat, 09 Feb 2002 11:15:11 +0000 mswitch ARGH, changing playback speed was a mistake...
Sat, 09 Feb 2002 11:10:31 +0000 mswitch Fixed some stuff with setting timestamps, and added proper setting of playback speed. I'm
Sat, 09 Feb 2002 10:43:11 +0000 mswitch Thanks to the new control() method I've finally been able to add prebuffering support. This
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Sun, 03 Feb 2002 23:13:56 +0000 mswitch Activate QSCALE flag for avcodec
Sun, 03 Feb 2002 15:10:47 +0000 mswitch Forgot the osd fix in the other patch, well, here it is ;)
Sun, 03 Feb 2002 14:55:27 +0000 mswitch Switched from libmp1e to libavcodec, at least for me it runs helluva lot faster than libmp1e
Sat, 02 Feb 2002 18:09:35 +0000 mswitch Cleaned up some code
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Sat, 19 Jan 2002 22:24:30 +0000 mswitch Reverted to using software sync again, some day I'll die of a heartattack if I can't get this
Sat, 19 Jan 2002 21:55:30 +0000 mswitch Only use hardware sync and prebuffering with mpegs!
Sat, 19 Jan 2002 21:20:29 +0000 mswitch Handle timestamps internally