aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Remove --rootwin option and rootwin propertyGravatar wm42013-02-24
* core: print correct quit message when quitting, simplify codeGravatar wm42013-02-24
* m_option: remove preset mechanismGravatar wm42013-02-23
* options: fix --no-shuffle and --no-{Gravatar wm42013-02-23
* options: drop --opt:subopt option namesGravatar wm42013-02-23
* core: add fs-screen option for fullscreen display selectionGravatar Stefano Pigozzi2013-02-21
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Gravatar Stefano Pigozzi2013-02-21
* options: parse C-style escapes for some optionsGravatar wm42013-02-20
* osd: prevent osd bar from sticking around on seeksGravatar wm42013-02-20
* mplayer: don't display "-1" as chapter when chapter seek failsGravatar wm42013-02-20
* parser-cfg: fix profile-descGravatar wm42013-02-18
* osd: use --osd-duration for OSD barGravatar wm42013-02-17
* mplayer: print "Cache:" instead of "C:" on the status lineGravatar wm42013-02-17
* osd: show cache state on the playback progression display by defaultGravatar wm42013-02-17
* command: add "cache" read-only propertyGravatar wm42013-02-17
* cleanup: remove duplicated function, move escape parsing functionGravatar wm42013-02-16
* osd: add --osd-status-msg option for custom OSD statusGravatar wm42013-02-16
* mplayer: use talloc instead of malloc for status lineGravatar wm42013-02-16
* command: give feedback on the OSD if a property is unavailableGravatar wm42013-02-16
* osd: add --no-osd-bar option to disable the OSD barGravatar wm42013-02-16
* osd: always update already visible OSD bar on seeksGravatar wm42013-02-16
* options: change handling of "no-" options yet againGravatar wm42013-02-16
* osd: add --osd-bar-align-x/y options to control OSD bar positionGravatar wm42013-02-14
* Fix compilation with LibavGravatar wm42013-02-14
* mplayer: fix seek display during seeking when playing ordered chaptersGravatar wm42013-02-13
* Prefix keycode defines with MP_Gravatar wm42013-02-12
* mp_common: silence warningGravatar wm42013-02-12
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf: remove code duplicationGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* options: change --no-config option, make it apply to input.conf as wellGravatar wm42013-02-09
* mplayer: remove seconds/centiseconds display from terminal status lineGravatar wm42013-02-09
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09
* options: unify single dash and double dash optionsGravatar wm42013-02-09
* config: do not require option valueGravatar wm42013-02-09
* options: change handling of "no-" optionsGravatar wm42013-02-09
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* core: remove --edlout functionalityGravatar wm42013-02-06
* command: add command to show playlist on OSDGravatar wm42013-02-06
* mplayer: don't show bogus audio PTS during hr-seekGravatar wm42013-02-05
* mplayer: properly handle framestep when showing last video frameGravatar wm42013-02-03
* mplayer: reset audio/video delay if there's no next video frameGravatar wm42013-02-03
* input: free all queued/allocated commands on exitGravatar wm42013-02-03
* mplayer: make advancing the playlist respect loopingGravatar wm42013-02-03
* demux_lavf: remove weird stream auto-selectionGravatar wm42013-02-03
* mp_common: improve OSD/status time formattingGravatar wm42013-02-03
* cocoa_events: remove this functionalityGravatar Stefano Pigozzi2013-02-02
* screenshot: minor simplification, prefer VF over VOGravatar wm42013-01-30
* mplayer: add newline for --print-msgGravatar wm42013-01-30
* x11: cleanup, refactorGravatar wm42013-01-27