aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* add a switch, slave command, and vo control to toggle borderless window.Gravatar joey2005-11-10
* reordered subtitles language OSD display, since it worked bad for ogm...Gravatar ptt2005-11-09
* there is no sh_video for audio only filesGravatar faust32005-11-06
* 10l: osd_show_dvd_nav_highlight is just a flagGravatar ranma2005-11-06
* Number of frames to show the OSD shouldn't be hardcoded, derive from fps insteadGravatar ranma2005-11-06
* Translated strings might be longer than the originals. One unnecessary depen...Gravatar ranma2005-11-05
* Enabled OSD localization / moved msgs to help/help_mp-en.hGravatar ptt2005-11-05
* Autoload vobsub's from ~/.mplayer/subGravatar albeu2005-11-03
* new message was even worse -- B/s means bytes per second, not sample!Gravatar rfelker2005-10-17
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...Gravatar faust32005-10-16
* exit mplayer if audio filter init fails (same as mencoder does)Gravatar ivo2005-10-13
* Missing space in status lineGravatar reimar2005-10-12
* change to switch/case for dumpsubGravatar ods152005-10-12
* -frames plays one frame too many.Gravatar reimar2005-10-11
* Show total time when playing audio-only filesGravatar reimar2005-10-04
* Prints -identify output for:Gravatar gpoirier2005-09-19
* Add comments to a few #endif statements in order to make clear whichGravatar diego2005-09-15
* consistency fix: OSD bar for gamma changes should only appear when gammaGravatar reimar2005-09-14
* screenshot filterGravatar henry2005-09-11
* clear OSD when playing new fileGravatar reimar2005-09-05
* Replace bps by B/s when it means bytes per second to avoid ambiguity sinceGravatar diego2005-09-02
* Adds -idle, an option to make MPlayer wait for input ('loadfile' orGravatar ods152005-09-02
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...Gravatar gpoirier2005-09-02
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...Gravatar nplourde2005-08-31
* adds 'ID_DEMUXER=avi' to -identify...Gravatar ods152005-08-27
* ensure that audio-only files are decoded till the end by not onlyGravatar reimar2005-08-23
* loadfile/loadlist can now also add files to the playlistGravatar reimar2005-08-15
* Demuxer modularizationGravatar rtognimp2005-08-05
* remove unused cache-prefill and create cache-seek-min that controls when seek...Gravatar iive2005-07-31
* Remove untranslatable stringsGravatar wight2005-07-24
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerGravatar reimar2005-07-22
* Fix few memleaks on exit.Gravatar iive2005-07-21
* Do not count skipped/broken frames when using -framesGravatar reimar2005-07-03
* Missing part of the last commit (got merged in on cvs update :-( )Gravatar reimar2005-06-30
* simplify osd-status display, and allow e.g. osd -2 to get the old behaviourGravatar reimar2005-06-30
* Make the OSD display state information when cycling OSD states with 'o'.Gravatar diego2005-06-30
* make -srate work again, unify audio filter init and preinit.Gravatar reimar2005-06-24
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Add sub_load and sub_remove slave commands.Gravatar reimar2005-06-09
* strdup subtitle filename at a more appropriate place, fixing memleaks andGravatar reimar2005-06-01
* keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwiseGravatar reimar2005-05-28
* new get_time_pos slave mode commandoGravatar reimar2005-05-18
* use darwin accurate timerGravatar nplourde2005-04-29
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* Apply -srate and -channels only to the start of the filter chain, notGravatar reimar2005-04-22
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offGravatar henry2005-04-15
* allow sub_select and vobsub_lang to select particular subtitleGravatar henry2005-04-11
* remove force_load_font stuff moved to sub.cGravatar henry2005-04-09
* reload font on fullscreen change when panscan is enabledGravatar henry2005-04-09