aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* restored the ability to disable subtitles when cycling with slave command 'su...Gravatar nicodvb2006-03-05
* don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch ...Gravatar nicodvb2006-03-02
* New option: -ignore-startGravatar corey2006-02-20
* dwStart support for mplayer.Gravatar corey2006-02-18
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* dvd subtitles should be disabled by default, and enabled specifying -sid or -...Gravatar nicodvb2006-01-13
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* fix premature end of audio playback (audio only)Gravatar henry2006-01-08
* Update copyright date to 2006Gravatar gpoirier2006-01-04
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...Gravatar nicodvb2006-01-02
* check the intermediate audio bufferGravatar henry2005-12-31
* change erase to end of line, fall back to old behavior if no termcap foundGravatar ods152005-12-29
* Fix erase to end of line with windows, windows terminal does not supportGravatar ods152005-12-27
* add "pausing_keep" and "pausing_toggle" input cmd prefixesGravatar ods152005-12-25
* Use termcap "erase to end of line" character code instead of using spacesGravatar ods152005-12-25
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llGravatar ods152005-12-07
* Fix EDL to be per file, allow -edlout and -edl together as there is reallyGravatar ods152005-12-06
* new -msglevel option, constrols msg level for every msg moduleGravatar ods152005-12-06
* mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'Gravatar rathann2005-12-05
* Add a function to remove osd msg and use it to remove the "OSD: enabled"Gravatar albeu2005-11-27
* Make the osd command only switch between enabled/disabled whenGravatar albeu2005-11-20
* Big OSD cleanup. Replace the mess with 100's of counter varsGravatar albeu2005-11-16
* 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