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
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...
nicodvb
2008-09-26
*
Since the pause loop now also runs commands, set mpctx->was_paused
reimar
2008-09-25
*
Add an experimental pausing_keep_force slave mode command prefix
reimar
2008-09-25
*
Use translatable string instead of hardcoded message for process priority.
diego
2008-08-09
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
*
Change a bunch of X11-specific preprocessor directives.
diego
2008-08-04
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
diego
2008-07-30
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Use GetTimerMS() instead of time() with srand.
reimar
2008-07-26
*
Try harder to honour CTRL+C etc. during dumpstream
reimar
2008-06-16
*
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
diego
2008-06-15
*
Remove pointless HELP_MP_DEFINE_STATIC definition.
diego
2008-06-15
*
Rename some functions as they are mplayer related and not
ben
2008-06-07
*
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
diego
2008-06-06
*
Add a slave command to stop stream playback.
ben
2008-05-27
*
Re-add (hackish) support for -chapter (only start chapter, end is not support...
reimar
2008-05-24
*
Avoid crash with video stream switching and -nosound
reimar
2008-05-21
*
Delcare a dvdnav-specific input section if the currently played
ben
2008-05-13
*
Cosmetics: remove some commented code.
eugeni
2008-05-12
*
Change subtitle selection order by giving "indirect" ways of specifying the
eugeni
2008-05-12
*
Request a timer resolution of 1 ms on Windows, the default of
reimar
2008-05-10
*
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
corey
2008-04-23
*
Add options to disable some or all config files.
albeu
2008-04-14
*
Replace the trivial command line preparser with a more robust version
albeu
2008-04-13
*
Remove the need for code using stream to export an mp_input_check_interrupt()
albeu
2008-04-09
*
Add some const qualifiers to reduce warnings
uau
2008-04-02
*
Remove unnecessary includes
uau
2008-04-01
*
Support 'default' attribute for audio and subtitle tracks.
eugeni
2008-03-30
*
Handle property commands in idle mode.
reimar
2008-03-28
*
Experimental support for -framedrop with -correct-pts.
reimar
2008-03-17
*
cosmetics: Decrapify the indentation of the last few blocks of main().
diego
2008-03-07
*
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
diego
2008-03-04
*
Add ID_SEEKABLE information to -identify output.
diego
2008-03-03
*
Select audio stream in mplayer and mencoder, overriding demuxer decision.
eugeni
2008-02-29
*
Demuxer-independent subtitle track selection.
eugeni
2008-02-29
*
Attempt to fix -chapter broken for mkv in r25987
reimar
2008-02-28
*
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
diego
2008-02-22
*
OS/2 getch2() support
diego
2008-02-21
*
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
diego
2008-02-21
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
Change force_fps and force_ofps to double
reimar
2008-02-14
*
typo fix: inited --> initialized
diego
2008-02-14
*
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
nicodvb
2008-02-11
*
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
reimar
2008-02-03
[next]