aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* audio: fix unmute-at-end logicGravatar Uoti Urpala2012-04-11
* audio: restore balance setting after reinitGravatar Uoti Urpala2012-04-11
* audio: keep volume level internally (not only in AO)Gravatar Uoti Urpala2012-04-11
* timeline: subs: keep subtitle tracks in source timeGravatar Uoti Urpala2012-03-25
* core: remove old EDL mode (--edl option)Gravatar Uoti Urpala2012-03-09
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* osd: always display pause icon when frame steppingGravatar wm42012-01-09
* commands: playback speed: better responsiveness without audioGravatar Uoti Urpala2011-12-06
* Merge branch 'screenshot' (early part)Gravatar Uoti Urpala2011-11-25
|\
| * core: add screenshot mode for actual VO window contentsGravatar wm42011-11-25
| * core: add infrastructure to get screenshots from VOsGravatar wm42011-11-25
* | commands, vd_ffmpeg: fix switch_ratio slave commandGravatar Uoti Urpala2011-11-14
|/
* core, demux: fix --identify chapter output with ordered chaptersGravatar wm42011-10-25
* libmenu: remove OSD menu functionality (--menu)Gravatar Uoti Urpala2011-10-25
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* options: move libass-related options to structGravatar Uoti Urpala2011-09-03
* options, subs: add --ass-vsfilter-aspect-compatGravatar harklu2011-08-12
* core: allocate OSD text buffers dynamicallyGravatar harklu2011-08-09
* cleanup: move global ass_force_reload to struct osd_stateGravatar Uoti Urpala2011-08-08
* commands: property sub_scale: update old subs immediatelyGravatar harklu2011-08-08
* cleanup: reformat command.cGravatar Uoti Urpala2011-08-07
* options: commandline: accept --foo=xyz style optionsGravatar Uoti Urpala2011-07-29
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* cleanup: remove some unnecessary input.[ch] typedefsGravatar Uoti Urpala2011-07-16
* OSD: when switching sub/audio tracks show title of new trackGravatar Uoti Urpala2011-07-03
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* command.c: Add missing osdep/strsep.h #includeGravatar diego2011-06-29
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | command.c: fix sub_remove crashGravatar Uoti Urpala2011-05-02
| * commands: Fix DVD angle cycling upGravatar reimar2011-05-02
* | audio: change external AO interface to "ao_[method](ao, ...)"Gravatar Uoti Urpala2011-04-09
|/
* core, demux: fix video index handling in stream switchingGravatar Uoti Urpala2011-03-31
* cleanup: define ROUND() macro in mpcommon.hGravatar cboesch2011-01-31
* commands: improve playback speed property/commandsGravatar Uoti Urpala2011-01-28
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* subs: use correct font aspect ratio for libass + converted subsGravatar Uoti Urpala2011-01-26
* subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18
* subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
* core: move most mpcommon.c contents to mplayer.cGravatar Uoti Urpala2011-01-15
* core: move global "subdata" and "vo_sub_last" to mpctxGravatar Uoti Urpala2011-01-11
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * core: add support for precise non-keyframe-limited seeksGravatar Uoti Urpala2010-12-20
| * core: add struct for queued seek infoGravatar Uoti Urpala2010-12-20
* | commands: clean up get_metadata() and related codeGravatar Uoti Urpala2010-12-20
| * commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
* | commands: Allow cycling subtitles backwards with 'J'Gravatar reimar2010-12-16
* | Change some filename-handling code to use mp_basename()Gravatar cboesch2010-12-16
* | core: avoid using build_afilter_chain() directlyGravatar reimar2010-12-16
| * core: avoid using sh_video->pts as "current pts"Gravatar Uoti Urpala2010-12-14
|/
* options: more mplayer.c options moved to option structGravatar Clément Bœsch2010-11-14