log mplayer.c @ 36843:1078b8dd7625

age author description
Sun, 16 Feb 2014 15:44:36 +0000 reimar Avoid many pointer cast warnings.
Fri, 14 Feb 2014 21:34:07 +0000 reimar Remove DVDNAV audio reset code to avoid issues on title changes.
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Mon, 20 Jan 2014 22:08:45 +0000 reimar mplayer: Simplify initial playtree/file code.
Mon, 20 Jan 2014 22:08:44 +0000 reimar mplayer.c: Minor loop simplification.
Mon, 20 Jan 2014 22:08:42 +0000 reimar print_file_info: Do not assume we have a demuxer.
Sat, 18 Jan 2014 20:41:46 +0000 reimar Fully reinit audio chain on format change.
Tue, 17 Dec 2013 22:57:00 +0000 ib Get rid of guiInfo member afilter.
Tue, 17 Dec 2013 22:40:51 +0000 ib Add mpctx_get_stream().
Tue, 17 Dec 2013 22:31:30 +0000 ib Add mpctx_get_global_sub_pos().
Tue, 17 Dec 2013 22:12:19 +0000 ib Provide GUI_SET_MIXER call with argument.
Sat, 09 Nov 2013 08:50:16 +0000 reimar Move cast to right place to avoid warning.
Sat, 09 Nov 2013 08:46:02 +0000 reimar Prefer -title if given for audio output name.
Fri, 08 Nov 2013 21:06:40 +0000 al mplayer: Fix a crash seeking with -chapter and -ass
Sun, 22 Sep 2013 09:03:30 +0000 reimar Pass playing filename to audio outputs.
Sun, 25 Aug 2013 17:57:25 +0000 reimar Support -alang and -slang for bluray://
Mon, 12 Aug 2013 19:37:35 +0000 reimar Fix possible hang bug with -ao pcm.
Mon, 12 Aug 2013 19:37:33 +0000 reimar Do not increment frame drop count when at EOF.
Thu, 01 Aug 2013 17:45:31 +0000 ib Remove GUI_HANDLE_EVENTS.
Thu, 01 Aug 2013 17:12:26 +0000 ib Place GUI_HANDLE_EVENTS calls after GUI_REDRAW calls.
Thu, 01 Aug 2013 17:10:10 +0000 ib Remove needless GUI_HANDLE_EVENTS call.
Sun, 05 May 2013 17:02:33 +0000 reimar Allow parsing arbitrary files as playlist only
Thu, 04 Apr 2013 11:50:37 +0000 ib Cosmetic: Rename GMPlayer definition gmplayer.
Wed, 03 Apr 2013 11:52:42 +0000 reimar Add limited -endpos support when dumping.
Sat, 30 Mar 2013 08:42:57 +0000 reimar Add -heartbeat-interval option.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 14 Mar 2013 20:04:24 +0000 reimar Win32: support file names with characters outside system code-page
Sat, 15 Dec 2012 19:54:44 +0000 reimar Attempt to fix -loop (when written after the file name) for
Sat, 15 Dec 2012 19:53:28 +0000 reimar Allow -ss 0 to seek to pts 0 instead of disabling seeking.
Wed, 05 Dec 2012 11:51:08 +0000 ib Combine guiPlaylistInitialize() and guiPlaylistAdd().