log mplayer.c @ 22222:1a2a37852799

age author description
Sun, 11 Feb 2007 13:23:13 +0000 reimar Clear/update subtitles after seeking backwards.
Tue, 06 Feb 2007 00:24:49 +0000 uau reindent
Tue, 06 Feb 2007 00:18:35 +0000 uau Fix multiple appearing or appearing+disappearing subs in the same frame
Mon, 05 Feb 2007 23:56:18 +0000 uau Add missing type to declaration and remove unused variable
Mon, 05 Feb 2007 18:25:28 +0000 reimar Another round of subtitle code cleanup
Fri, 26 Jan 2007 09:57:09 +0000 gpoirier filename double-conversion, especially usefull for CJK users :-)
Wed, 17 Jan 2007 00:27:41 +0000 michael print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
Sat, 13 Jan 2007 11:57:40 +0000 diego DO NOT recommend or even suggest installing codecs.conf.
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Thu, 04 Jan 2007 16:30:06 +0000 ben restore volume if muted at exit
Thu, 28 Dec 2006 15:31:48 +0000 vayne avoid code duplication.
Thu, 14 Dec 2006 23:11:11 +0000 nicodvb show audio language in osd when playing dvdnav streams
Thu, 14 Dec 2006 22:37:13 +0000 nicodvb call dvd_lang_from_aid() only if stream_type is DVD
Thu, 14 Dec 2006 22:12:28 +0000 nicodvb support for -alang in dvdnav
Sun, 10 Dec 2006 17:28:56 +0000 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
Sun, 10 Dec 2006 17:28:01 +0000 nicodvb show subtitle language in OSD ; patch by Otvos Attila
Sat, 09 Dec 2006 19:24:12 +0000 nicodvb use dvdnav's palette if available
Tue, 28 Nov 2006 18:29:24 +0000 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
Sat, 25 Nov 2006 17:44:22 +0000 ben keep nav highlight event in dvdnav priv structure
Sat, 25 Nov 2006 14:46:21 +0000 nicodvb support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
Sat, 25 Nov 2006 13:03:51 +0000 ben better nav highlight handling
Sat, 25 Nov 2006 11:20:02 +0000 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Tue, 21 Nov 2006 20:48:17 +0000 uau Make compilation depending on USE_SUB unconditional.
Tue, 21 Nov 2006 15:48:00 +0000 reimar Reuse init_vo_spudec in subtitle switching code.
Tue, 21 Nov 2006 15:43:23 +0000 reimar Move vo_spudec initialization into a separate function, for later reuse
Mon, 20 Nov 2006 11:37:23 +0000 uau Move pause loop into a separate function.
Mon, 20 Nov 2006 09:12:07 +0000 uau Reorganize code to move more things out of main().
Sun, 19 Nov 2006 23:16:15 +0000 nicodvb in mp_property_{video,audio} permit uniniting of the corresponding chain
Sun, 19 Nov 2006 19:39:16 +0000 reimar Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,