aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* add a newline before the "Playing"... lineGravatar reimar2006-04-19
* Include buffered decoded audio in A-V sync calculations.Gravatar corey2006-04-17
* do not try to load default.sub when it doesn't exist. Fixes bug #480.Gravatar reimar2006-04-15
* fix A-V sync overcorrection for desync due to too slow hardware.Gravatar reimar2006-04-14
* sh_audio->delay is adjusted in the wrong direction when changing audio_delayGravatar reimar2006-04-06
* more cruftGravatar rfelker2006-03-30
* arrg more of this stupid cruftGravatar rfelker2006-03-30
* Fix stepping in the playtree when interupting libmpdemux.Gravatar albeu2006-03-27
* Get rid of 2 osd related hacks.Gravatar albeu2006-03-24
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,Gravatar albeu2006-03-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix osd_show_msg alignment and make sure msg stringsGravatar albeu2006-03-23
* Convert fullscreen, panscan, color controls, ontop, rootwin,Gravatar albeu2006-03-23
* Move audio_delay to a property and add a few read only properties toGravatar albeu2006-03-22
* Add an option to list the properties: -list-propertiesGravatar albeu2006-03-22
* Add the new property API and implement a couple properties.Gravatar albeu2006-03-22
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* Print the mute state on the OSD.Gravatar diego2006-03-18
* Enable gui key bindings only when running the gui. Fix enter and escGravatar albeu2006-03-18
* 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