index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mplayer.c
Commit message (
Expand
)
Author
Age
*
Add required mplayer.h and access_mpcontext.h #includes.
diego
2010-02-22
*
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
reimar
2010-02-19
*
Remove some pointless '#if 1' preprocessor directives.
diego
2010-02-19
*
Declare vf_menu_pause_update in libmenu/menu.h.
diego
2010-02-14
*
Avoid forward declarations for import_initial_playtree_into_gui() and
diego
2010-02-14
*
Add xscreensaver_heartbeat() declaration to x11_common.h.
diego
2010-02-14
*
Declare mp_input_register_options() in input/input.h.
diego
2010-02-14
*
Rename exit_reason_t enum to exit_reason and do not typedef it.
diego
2010-02-14
*
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
reimar
2010-02-13
*
Add support for loading ASS subtitles through the stream layer and thus e.g.
reimar
2010-02-05
*
Add license header to all top-level files missing them.
diego
2010-01-30
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
Change code to allow playing a stream even if enabling the cache failed
reimar
2010-01-23
*
At startup and while seeking avoid to introduce pointless sleeps and possibly
reimar
2010-01-04
*
Also reset time_frame and next_frame_time on reset, it makes no sense to
reimar
2010-01-04
*
Fixup SDL configure check:
reimar
2010-01-03
*
Set some freed pointers to NULL.
reimar
2009-12-26
*
Free playtree_iter upon exiting MPlayer
reimar
2009-12-26
*
Remove more direct includes of libass/ass.h
reimar
2009-12-24
*
Add braces to avoid ambiguous else.
reimar
2009-12-07
*
Readjust the global number of subs when switching dvdnav track to take
reimar
2009-11-24
*
Remove useless check for valid fd with -dumpstream, the code does not
reimar
2009-11-17
*
Check that mpctx->audio_out is not NULL when trying to uninit it.
reimar
2009-11-13
*
Added -name, -title and -use-filename-title options and implementation in X11...
ptt
2009-11-12
*
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...
reimar
2009-11-11
*
Do not call resume on unpausing if we have already reached eof while
reimar
2009-11-11
*
Remember which subtitle was auto-selected for dvdnav due to -slang
reimar
2009-11-11
*
Factor out code that decides which subtitle to play.
reimar
2009-11-11
*
Use switch_program property from mplayer.c to set ts_prog.
reimar
2009-11-07
*
Whitespace cosmetics: reindent reinit_audio_chain function
reimar
2009-11-06
*
Remove some useless comments/commented-out code.
reimar
2009-11-06
*
Split assignment from error value check to avoid overcomplicated if () condit...
reimar
2009-11-06
*
Reuse the init_error exit path also for init_best_audio_codec errors.
reimar
2009-11-06
*
Simplify: use &= instead of a = b & a;
reimar
2009-11-06
*
Remove some unnecessary else blocks
reimar
2009-11-06
*
Use an early return instead of a {} block over the whole function in reinit_a...
reimar
2009-11-06
*
Disable audio when initializing the filter chain fails (can happen e.g. when ...
reimar
2009-11-06
*
Change dvdnav_reset_stream to not disable subtitles, since that breaks
reimar
2009-11-05
*
Make -nosub work to disable subtitles even if -slang and dvd streams are used.
reimar
2009-09-29
*
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
reimar
2009-09-28
*
Enable loading of external subtitles also for audio-only files.
reimar
2009-09-28
*
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...
reimar
2009-09-28
*
Add support for displaying subtitles on the command-line when playing
reimar
2009-09-23
*
Make update_subtitles work without sh_video for text subtitles.
reimar
2009-09-23
*
Merge two Windows-specific #if sections to simplify the condition.
reimar
2009-09-16
*
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
reimar
2009-09-16
*
10l, fix misplaced check in r29613, for loop detection we must compare
reimar
2009-09-02
*
Limit amount of data allocated on stack, strlen(filename) is not a good idea for
reimar
2009-09-02
*
Add support for directory-specific mplayer.conf configuration file.
reimar
2009-09-02
*
Make the loop detection for mov reference files less aggressive, fixes
reimar
2009-09-01
[next]