log mplayer.c @ 8027:b9da278e4c92

age author description
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Fri, 01 Nov 2002 16:10:15 +0000 arpi get stream back from the demuxer
Sat, 26 Oct 2002 00:28:48 +0000 pl avoids segfaults w.r.t to mp3 files handling:
Fri, 25 Oct 2002 09:42:55 +0000 pl fixes a segfault when seeking on some mp3 only files
Wed, 23 Oct 2002 22:07:29 +0000 arpi allow cache to be disabled (-nocache should override cachesize autodetection
Wed, 23 Oct 2002 17:21:01 +0000 arpi cleanup config option handling in libmpdemux.
Wed, 23 Oct 2002 15:48:56 +0000 ranma add -identify switch
Tue, 22 Oct 2002 22:45:30 +0000 pontscho dvd chapter detect function from Gregory Kovriga
Sat, 19 Oct 2002 20:26:04 +0000 diego Fixed two typos noticed by Sycotic Smith (I think).
Sat, 19 Oct 2002 01:58:34 +0000 kmkaplan 10L
Thu, 17 Oct 2002 15:44:41 +0000 kmkaplan Mplayer can switch between subtitles of different languages during
Wed, 16 Oct 2002 15:35:28 +0000 pontscho - dvd aspect changing bug - fixed
Wed, 16 Oct 2002 14:51:15 +0000 arpi more accurate a_pts calculation in AVI -bps (default) mode
Mon, 14 Oct 2002 01:39:17 +0000 arpi always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)
Sun, 13 Oct 2002 21:58:55 +0000 arpi compiler warning fixes
Wed, 09 Oct 2002 01:13:40 +0000 arpi _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testing
Sun, 06 Oct 2002 17:40:51 +0000 arpi This patch adds the functionality to disable/enable subtitles while playing
Sun, 06 Oct 2002 16:16:53 +0000 arpi uninit cleanup again... thx to Nilmoni Deb for bugreport
Sun, 06 Oct 2002 11:23:02 +0000 anders Adding -format and -af switches
Sat, 05 Oct 2002 23:00:18 +0000 arpi new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)
Sat, 05 Oct 2002 22:55:45 +0000 arpi aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder
Wed, 02 Oct 2002 13:16:15 +0000 pontscho add [video||audio]_driver_list
Tue, 01 Oct 2002 22:29:04 +0000 arpi new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
Sun, 29 Sep 2002 22:57:54 +0000 arpi audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)
Sun, 29 Sep 2002 21:53:05 +0000 arpi video out driver list support (like -vc, example: -vo xmga,xv,x11,)
Sun, 29 Sep 2002 19:26:40 +0000 arpi some cleanup - made private vars/funcs static, removed obsolete externs
Sat, 28 Sep 2002 18:45:47 +0000 arpi removed obsolete/unused audio|video_fm|codec, has_audio|video
Sat, 28 Sep 2002 18:03:34 +0000 pontscho - fix new afm/vfm support
Sat, 28 Sep 2002 02:23:20 +0000 arpi -ac/-afm rewrite, now works the same way as -vc/-vfm
Fri, 27 Sep 2002 21:08:36 +0000 arpi -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
Fri, 27 Sep 2002 20:57:00 +0000 arpi when working through a mixed play tree with audi-only files and video files
Thu, 26 Sep 2002 01:31:18 +0000 arpi -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
Wed, 25 Sep 2002 23:45:34 +0000 arpi best audio/video codec selection & init moved to libmpcodecs
Mon, 23 Sep 2002 22:12:29 +0000 arpi removed -dapsync (obsolete code)
Mon, 23 Sep 2002 22:05:09 +0000 arpi RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu>
Sun, 22 Sep 2002 17:17:29 +0000 arpi memcpy->memove (overlapping blocks)
Sun, 22 Sep 2002 15:37:51 +0000 arpi removed unused old keyboard fifo hack
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sat, 21 Sep 2002 17:23:46 +0000 kmkaplan New option for mplayer: -dumpmicrodvdsub
Fri, 20 Sep 2002 18:54:22 +0000 arpi some mpcodecs option declaration moved to cfg-*, as aren;t used by
Fri, 20 Sep 2002 18:39:09 +0000 arpi This tiny patch adds "type=2" absolute seconds seek capability.
Mon, 16 Sep 2002 16:53:25 +0000 alex 10l
Sun, 08 Sep 2002 23:00:01 +0000 arpi removed messy global 'tv_handle', use stream->priv for that purpose
Mon, 02 Sep 2002 22:19:44 +0000 arpi -vfm should override status/priority
Sat, 31 Aug 2002 18:24:56 +0000 arpi 10l - use NULL instead of -1 for init_video's vfm
Sat, 31 Aug 2002 16:20:07 +0000 arpi WARNING message gui windows disabled, the only critical warn message (too
Sat, 31 Aug 2002 15:59:10 +0000 atmos4 fix cache disable for live.com
Sat, 31 Aug 2002 15:44:41 +0000 arpi removed buggy fd<0 check for disallowing dumpstream/cache
Sat, 31 Aug 2002 15:04:18 +0000 atmos4 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
Sat, 31 Aug 2002 13:09:23 +0000 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Thu, 29 Aug 2002 22:24:49 +0000 pontscho - add play time subtitle change support
Thu, 29 Aug 2002 20:11:43 +0000 arpi can't dump stream if it isn't stream - tip by Ross Finlayson <finlayson@live.com>
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Wed, 28 Aug 2002 20:52:02 +0000 arpi freetype 2.0/2.1+ support - disabled by default until bugs fixed
Wed, 28 Aug 2002 15:55:58 +0000 alex removed old input code
Thu, 22 Aug 2002 21:30:31 +0000 arpi 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>
Wed, 21 Aug 2002 21:31:20 +0000 arpi new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
Wed, 21 Aug 2002 20:44:29 +0000 arpi new slave volume command done :
Thu, 15 Aug 2002 22:52:52 +0000 pontscho fix (?) cmd line handling
Wed, 14 Aug 2002 23:02:45 +0000 pontscho - add dxr3 gui support (dialogbox, etc.)
Sun, 11 Aug 2002 17:14:41 +0000 jonas dvdnav api changed
Fri, 09 Aug 2002 17:47:54 +0000 arpi 10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>
Tue, 06 Aug 2002 19:45:59 +0000 arpi 10l bug (missing break;) found by Jim Hawkins <jim@jawkins.com>
Mon, 05 Aug 2002 18:37:14 +0000 jaf moved messages to help_mp-??.h
Mon, 05 Aug 2002 12:57:54 +0000 arpi osdlevel=1 by default
Mon, 05 Aug 2002 01:32:11 +0000 arpi gui seekbar pos calc overflow fixed
Mon, 05 Aug 2002 01:14:14 +0000 pontscho - fix equ handling
Sun, 04 Aug 2002 19:23:58 +0000 pontscho - fix mixer handling
Sun, 04 Aug 2002 02:22:27 +0000 kmkaplan Add the input command "change_rectangle" to control the rectangle
Fri, 02 Aug 2002 17:44:16 +0000 arpi count blocks by rounded-up chunksizes instead of chunks -
Tue, 30 Jul 2002 11:46:29 +0000 pontscho fix audio files (mp3,wav) position calc
Fri, 26 Jul 2002 21:26:39 +0000 albeu Add loadfile and loadlist commands. May be buggy if the filename contain some
Thu, 25 Jul 2002 20:34:33 +0000 pontscho add preferences to gui
Thu, 25 Jul 2002 18:05:08 +0000 kmkaplan Correct dump_srt millisecond output
Thu, 25 Jul 2002 13:12:23 +0000 alex eq reworked
Thu, 25 Jul 2002 03:37:28 +0000 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
Wed, 24 Jul 2002 18:19:39 +0000 alex eq reworked
Fri, 19 Jul 2002 20:51:48 +0000 pontscho - fix audio equalizer
Fri, 12 Jul 2002 00:53:26 +0000 pontscho add simple playlist support
Wed, 10 Jul 2002 13:40:32 +0000 atmos4 Only space and 'p' will unpause, other keys will unpause and do their function (eg. seek),
Mon, 08 Jul 2002 21:44:51 +0000 atmos4 MEncoder vobsub ripping support, currently not compatible with windows vobsub, some bugs to be fixed. However it already works with mplayer, so it's a start.
Wed, 03 Jul 2002 18:57:52 +0000 pontscho add equalizer support and fix some small bug...
Tue, 02 Jul 2002 22:31:50 +0000 pontscho add -audiofile support for gui
Tue, 02 Jul 2002 20:29:27 +0000 arpi delay=0 removed, totally unneeded
Tue, 02 Jul 2002 20:04:13 +0000 arpi 100l
Tue, 02 Jul 2002 13:35:04 +0000 pontscho fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
Fri, 28 Jun 2002 17:13:18 +0000 alex -frames 0 fix, multifile frames support by tibcu
Fri, 28 Jun 2002 16:33:46 +0000 alex multifile (informal output) fix by Balazs Tibor (tibcu)
Mon, 24 Jun 2002 08:23:48 +0000 atmos4 Patch by Dominik Mierzejewski:
Fri, 14 Jun 2002 17:40:36 +0000 arpi 10l typo, noticed by Nick K.
Thu, 06 Jun 2002 07:13:57 +0000 pontscho add mute support ( step 1 ) and fixed panscan bugs (1000l for me)
Wed, 05 Jun 2002 19:35:54 +0000 pontscho added panscan support for xmga/xvidix
Tue, 04 Jun 2002 20:17:07 +0000 arpi pan&scan support with -vo xv by ?? <mplayer@svennevid.net>
Mon, 03 Jun 2002 15:06:32 +0000 pontscho add VCD support for GUI
Tue, 28 May 2002 11:55:17 +0000 pontscho fix text render chrash ...
Tue, 28 May 2002 10:08:30 +0000 albeu Fix audio/video driver name parsing and remove 2 little memleaks
Mon, 27 May 2002 17:30:46 +0000 iive added -dumpsrtsub option for SubRip format
Mon, 27 May 2002 16:40:10 +0000 albeu Little fix for vobsub/dvd subtitles
Sat, 25 May 2002 17:40:40 +0000 atmos4 Bounding box and partial update patch for vob/dvdsub by Hephooey.
Sat, 25 May 2002 11:40:29 +0000 alex jump to next file (or exit) if can't decode audio && video
Sat, 25 May 2002 09:46:37 +0000 pontscho fix two small bug and add multimedia keyboard support ( i tested with Acer AirKey V only )
Thu, 23 May 2002 21:58:29 +0000 arpi - put back SystemTooSlow message
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Mon, 20 May 2002 01:00:51 +0000 arpi more cpudetect cosmetics
Mon, 20 May 2002 00:55:50 +0000 arpi cosmetics on CPU detection messages
Sun, 19 May 2002 23:22:11 +0000 arpi module name fixed for vo check_events
Sat, 18 May 2002 00:11:43 +0000 albeu Add the forgoten scrennshot command
Fri, 17 May 2002 23:47:27 +0000 albeu Improvment for spu subtitles.
Mon, 13 May 2002 21:09:03 +0000 alex typo
Mon, 13 May 2002 21:05:03 +0000 arpi -vop help, patch by Julian J. M. <bandit@telecable.es>
Thu, 09 May 2002 08:59:07 +0000 arpi UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>
Wed, 08 May 2002 20:24:35 +0000 pontscho -zoom, -fs with x[11|mga|v] fix -- round two
Wed, 08 May 2002 19:21:36 +0000 arpi vo_uninit fixed
Wed, 08 May 2002 16:41:44 +0000 pontscho some bugfix, x[11|mga|v] ( fullscreen with more files )
Sun, 05 May 2002 17:22:38 +0000 arpi some cleanup around uninit()
Fri, 03 May 2002 20:57:13 +0000 pontscho fix xmga fs, resize to movie size and mouse auto hide + dga
Thu, 02 May 2002 23:40:31 +0000 arpi 100000l! it resets a/v buffers _after_ stream sync, dropping possible keyframe, and may causing a-v desync.. seems to fix mpg seek bug and avi desync bug
Thu, 02 May 2002 02:03:59 +0000 arpi - frame_time delayed one frame, as it's really duration of current frame,
Wed, 01 May 2002 22:37:59 +0000 arpi catching vo/vf init failure
Mon, 29 Apr 2002 22:00:50 +0000 pontscho fix fullscreen bug es ilyen libvo not initialized bug with gui igy
Mon, 29 Apr 2002 21:31:56 +0000 arpi guessing palette - patch by salvador <salvador@inti.gov.ar>
Sat, 27 Apr 2002 21:03:59 +0000 albeu A little fix with hw video parameters setting
Fri, 26 Apr 2002 12:52:06 +0000 albeu Fix osd progress bar.
Thu, 25 Apr 2002 13:27:15 +0000 arpi uninit libvo before getch2 - requires for clean svgalib uninit
Tue, 23 Apr 2002 14:27:27 +0000 pontscho sorry
Tue, 23 Apr 2002 13:57:41 +0000 pontscho mostma' fix
Tue, 23 Apr 2002 13:26:56 +0000 albeu Fix audio only absolute seeking
Tue, 23 Apr 2002 13:07:58 +0000 pontscho fix timer for audio only files
Mon, 22 Apr 2002 21:36:12 +0000 pontscho fix audio only files play
Fri, 19 Apr 2002 06:21:41 +0000 albeu Fix loop playback. Main loop was quited on end of video.
Thu, 18 Apr 2002 16:16:14 +0000 arpi vo_mouse_timer_const is optional
Wed, 17 Apr 2002 21:12:12 +0000 pontscho fix dvd playing under gui
Wed, 17 Apr 2002 12:23:52 +0000 albeu Add correct loop option parsing in command line parser.
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Mon, 15 Apr 2002 22:41:28 +0000 arpi OSD handled by vf control()
Mon, 15 Apr 2002 20:51:34 +0000 arpi osd: calculating bbox
Mon, 15 Apr 2002 19:17:12 +0000 arpi new osd code, use osd objs to follow changes and do minimal updates
Mon, 15 Apr 2002 01:50:00 +0000 arpi dvdnav hotfix
Sun, 14 Apr 2002 19:43:23 +0000 arpi some more statistics: BENCHMARKn
Sun, 14 Apr 2002 01:20:26 +0000 arpi new -framedrop code - works much better than the old one
Sat, 13 Apr 2002 22:16:15 +0000 arpi cleanup. cosmetics only, no functional changes
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Fri, 12 Apr 2002 10:40:38 +0000 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
Sun, 07 Apr 2002 18:00:41 +0000 pontscho small bugfixes...
Sun, 07 Apr 2002 02:12:15 +0000 arpi vo_config_count now counts calls to vo->config()
Sat, 06 Apr 2002 22:05:01 +0000 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
Thu, 04 Apr 2002 14:44:47 +0000 arpi dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>
Thu, 04 Apr 2002 14:24:11 +0000 arpi fixed SPU pts, it's 1024/90000 based instead of 1/100
Tue, 02 Apr 2002 02:32:54 +0000 kmkaplan Add '-subdelay' support for vobsub.
Mon, 01 Apr 2002 18:29:31 +0000 arpi yes, typo. 10l. noticed by atmos
Mon, 01 Apr 2002 17:59:16 +0000 arpi audio codec uninit
Sun, 31 Mar 2002 20:47:28 +0000 arpi better message when vo->preinit fails
Sun, 31 Mar 2002 19:20:01 +0000 arpi -alang sig11 when playing avis fixed - 10l
Sun, 31 Mar 2002 02:22:40 +0000 arpi 1 step closed to solving memory corruptions
Sat, 30 Mar 2002 23:18:40 +0000 arpi 10l - fixed soem weird sig11 at multifile
Fri, 29 Mar 2002 03:17:57 +0000 kmkaplan * New command line switch for mplayer & mencoder:
Thu, 28 Mar 2002 20:40:21 +0000 arpi DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
Wed, 27 Mar 2002 03:45:55 +0000 atmos4 Allow to disable crasj sighandler to enable creation of coredump files.
Mon, 25 Mar 2002 03:07:27 +0000 arpi use codec selection
Sat, 23 Mar 2002 22:50:25 +0000 arpi include font_load.h directly, instead of via video_out.h
Sat, 23 Mar 2002 21:12:38 +0000 arpi we don't use mmap() in mplayer.c, so why should we include mman.h...
Wed, 20 Mar 2002 15:22:48 +0000 alex splitted mp_msg_init and mp_msg_set_level
Wed, 20 Mar 2002 10:27:27 +0000 albeu Set the params given to a playlist url to the playlist
Wed, 20 Mar 2002 09:48:47 +0000 albeu Fix endless loop at end of an audio only file. It occured when the last chunk
Tue, 19 Mar 2002 19:22:00 +0000 arpi show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox.pl>
Tue, 19 Mar 2002 18:49:39 +0000 arpi runtime msg changed
Mon, 18 Mar 2002 01:49:42 +0000 arpi video codec selection redesigned and moved to libmpcodecs - now it's 'intelligent'
Sun, 17 Mar 2002 02:28:32 +0000 arpi init/uninit libvo/ao/getch2/cache2 order fixed
Sun, 17 Mar 2002 00:47:15 +0000 arpi - cleanup pass 1. more to come soon...
Sat, 16 Mar 2002 17:10:15 +0000 albeu Fixed the bug that make mplayer crash with no sound and an invalid
Sat, 16 Mar 2002 16:36:32 +0000 albeu Now enter key quit if no next file is avaible
Sat, 16 Mar 2002 02:15:10 +0000 arpi rtfm hint msg depends on runtime detection
Sat, 16 Mar 2002 01:56:19 +0000 arpi hints on RTFM
Fri, 15 Mar 2002 22:25:57 +0000 alex changed printf's to mp_msg
Fri, 15 Mar 2002 21:37:10 +0000 alex using mp_gettext
Fri, 15 Mar 2002 16:13:27 +0000 alex added some ifdef's to make possible to compile with --disable-new-input --enable-gui
Thu, 14 Mar 2002 23:28:51 +0000 arpi libvo init moved to libmpcodecs
Thu, 14 Mar 2002 21:31:25 +0000 arpi libvo2 #ifs removed
Tue, 12 Mar 2002 18:02:02 +0000 atmos4 nortc patch by Attila Kinali
Mon, 11 Mar 2002 09:19:15 +0000 pontscho remove obsoleted function (mplResize)
Sun, 10 Mar 2002 03:47:53 +0000 arpi -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly.vabo.cz>
Thu, 07 Mar 2002 17:50:25 +0000 pontscho rewrite fullscreen support in some libvo driver
Thu, 07 Mar 2002 11:57:33 +0000 pontscho small bug fixed and workarounds :(
Thu, 07 Mar 2002 00:03:51 +0000 pontscho sorry, 10l:)
Wed, 06 Mar 2002 23:54:20 +0000 pontscho small changes
Wed, 06 Mar 2002 18:42:56 +0000 pontscho bazmeg a playtree - t
Tue, 05 Mar 2002 08:51:57 +0000 pl patch by Nilmoni Deb <ndeb@ece.cmu.edu>:
Thu, 28 Feb 2002 13:49:04 +0000 albeu Fix when stdin is used as a file
Mon, 25 Feb 2002 13:14:27 +0000 pontscho add half new input support for gui
Mon, 25 Feb 2002 08:27:15 +0000 nick rename V -> VC just for understanding
Sun, 24 Feb 2002 21:57:16 +0000 pontscho mem corruption bug fix.
Sun, 24 Feb 2002 21:20:20 +0000 albeu Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block
Sun, 24 Feb 2002 17:10:06 +0000 nick exclude benchmark stuff execution from normal playback
Sun, 24 Feb 2002 17:00:19 +0000 nick make -frames key optional for max/total benchmark
Sun, 24 Feb 2002 16:22:22 +0000 nick Additional notes
Sun, 24 Feb 2002 15:59:53 +0000 nick More info on dropped frames
Sun, 24 Feb 2002 15:54:13 +0000 nick frame dropping prediction with benchmarks
Sun, 24 Feb 2002 12:05:12 +0000 albeu Fix my mistake (forgot to remove a getch2_enable) but in the rigth
Sun, 24 Feb 2002 11:23:48 +0000 nick max & average benchmarks
Sun, 24 Feb 2002 04:56:54 +0000 rfelker fixes bug in alban's new input handling code that caused the terminal
Sat, 23 Feb 2002 21:22:55 +0000 albeu Make blocking call in libmpdemux interuptable (only with new input,
Sat, 23 Feb 2002 15:12:55 +0000 pontscho new gui interface, and gtk moved into mplayer process. fork ... bleh :)
Fri, 22 Feb 2002 15:25:11 +0000 atmos4 osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
Thu, 21 Feb 2002 22:48:47 +0000 pontscho new interface ? :)
Thu, 21 Feb 2002 16:02:26 +0000 anders Moved HW dependent mixer stuff to libao and removed master switch
Thu, 21 Feb 2002 15:44:51 +0000 atmos4 Fix automatic vobsub detection and make it silent.
Wed, 20 Feb 2002 22:41:06 +0000 atmos4 autodetect vobsub filename, disable autosub if vobsub found.
Mon, 18 Feb 2002 17:34:20 +0000 mswitch Added VOCTRL_PAUSE and VOCTRL_RESUME
Sun, 17 Feb 2002 17:35:34 +0000 albeu Fix this stupid math mistake in calcultating audio buffer duration
Sun, 17 Feb 2002 12:22:01 +0000 nick More correct direct rendering usage
Sun, 17 Feb 2002 09:25:09 +0000 nick Screenshot on the fly
Sun, 17 Feb 2002 01:07:45 +0000 alex standard key support for video out runtime fullscreen switching
Thu, 14 Feb 2002 12:55:27 +0000 albeu Also display clip info for audio only contents
Mon, 11 Feb 2002 11:46:27 +0000 albeu Place holder for registering modules options
Mon, 11 Feb 2002 07:30:05 +0000 nick Unroll -ni usage for deint. Anyway it doesn't help :(
Sat, 09 Feb 2002 14:53:49 +0000 nick temporary solution to disable adaptive deinterlacing engine
Sat, 09 Feb 2002 01:29:11 +0000 arpi setting vo_fps, required for vo_yuv4mpeg
Sat, 09 Feb 2002 00:47:55 +0000 arpi libvo's query_ stuff replaced by new control() - patch by David Holm
Fri, 08 Feb 2002 16:00:14 +0000 albeu Audio only support. Include a fix in the asf demuxer opening.
Wed, 06 Feb 2002 20:26:19 +0000 pontscho fix spudec bug
Sun, 03 Feb 2002 15:16:46 +0000 nick optimization
Sun, 03 Feb 2002 14:41:31 +0000 michael YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
Fri, 01 Feb 2002 18:16:30 +0000 pontscho add mplState()
Fri, 01 Feb 2002 08:50:45 +0000 nick Providing new tune info
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Thu, 31 Jan 2002 09:37:12 +0000 albeu Added uninit to input
Wed, 30 Jan 2002 12:46:03 +0000 albeu A new configurable input system and joystick support for this system
Mon, 28 Jan 2002 07:29:17 +0000 nick New logic of HW equalizing:
Sun, 27 Jan 2002 18:39:53 +0000 nick Support for HW equalizing
Sun, 27 Jan 2002 17:02:38 +0000 nick query vaa
Sat, 26 Jan 2002 18:27:09 +0000 nick vo's preinit support
Thu, 24 Jan 2002 15:17:12 +0000 pontscho mpsub dump bug fix. 100l for laaz
Sun, 20 Jan 2002 00:39:54 +0000 arpi -alang/-slang fixed
Sat, 19 Jan 2002 17:22:57 +0000 albeu Fixed bug with -frames option : don't quit, go to next file !!
Thu, 17 Jan 2002 21:22:11 +0000 nexus fix for benchmark script
Thu, 17 Jan 2002 20:25:55 +0000 albeu Fixed bug with benchmark option
Thu, 17 Jan 2002 00:32:46 +0000 arpi reverted old seeking method - ask Holm why...
Tue, 15 Jan 2002 17:03:19 +0000 pontscho small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
Tue, 15 Jan 2002 00:23:16 +0000 arpi hw spu support for dxr3 - patch by David Holm