aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* 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