aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* configure: bump minimum FFmpeg/Libav versions, remove compat hacksGravatar wm42013-03-13
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* core: remove a number of global variablesGravatar wm42013-03-08
* core: make more robust against missing libavcodec AVCodecDescriptor entriesGravatar wm42013-03-07
* options: fix panscan controlsGravatar wm42013-03-06
* options: remove --no-vsyncGravatar wm42013-03-06
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* Remove vo_fps global variableGravatar wm42013-03-04
* Add a --dtshd optionGravatar Wessel Dankers2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* x11_common: fix --cursor-autohide when pausedGravatar wm42013-03-03
* core: fix SEEK_FACTORGravatar wm42013-03-01
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* m_option: reformat option macro definitionsGravatar wm42013-03-01
* m_options: more typesafetyGravatar wm42013-03-01
* core: move X11 specific code to x11_common.cGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* core: use floats for OSD bar percentage displayGravatar wm42013-02-26
* core: use playback time to determine playback percent positionGravatar wm42013-02-26
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* screenshot: make showing OSD message when taking a screenshot defaultGravatar wm42013-02-26
* screenshot: show a message on each screenshot takenGravatar wm42013-02-26
* commands: parse seek time arguments like time optionsGravatar wm42013-02-26
* options: reject nan, inf, 0:0, etc. for float optionsGravatar wm42013-02-26
* options: remove parsing of "," as decimal pointGravatar wm42013-02-26
* 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