log mplayer.c @ 37165:681c7f805a23

age author description
Sun, 31 Aug 2014 09:33:38 +0000 reimar Double-check that we are really at audio EOF by trying to refill.
Sun, 17 Aug 2014 18:06:56 +0000 ib Ensure up-to-dateness of global_sub information upon request.
Sun, 06 Apr 2014 18:46:45 +0000 reimar mplayer: Fix potential NULL dereference.
Sat, 22 Mar 2014 19:53:49 +0000 ib Cosmetic: Rename GUI_SET_MIXER GUI_SET_VOLUME_BALANCE.
Fri, 21 Mar 2014 15:21:11 +0000 ib Cosmetic: Rename symbolic constant GUI_END_FILE GUI_END_PLAY.
Fri, 21 Mar 2014 15:12:37 +0000 ib Cosmetic: Rename guiInfo member NewPlay MediumChanged.
Fri, 21 Mar 2014 15:01:48 +0000 ib Cosmetic: Rename symbolic constants GUI_FILE_SAME and GUI_FILE_NEW.
Tue, 04 Mar 2014 19:28:58 +0000 reimar Ensure that DVD highlight is really removed on switching titles.
Wed, 26 Feb 2014 22:02:06 +0000 reimar For -dump* to retry once of it reached EOF before writing anything.
Wed, 26 Feb 2014 21:56:26 +0000 reimar Use select_audio/select_video to disable unused streams.
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.