aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* core: remove dead --vsync leftoversGravatar wm42013-04-12
* mplayer: remove unnecessary variableGravatar wm42013-04-10
* core: add --reset-on-next-file optionGravatar wm42013-04-10
* mplayer: keep volume persistent, even when using --volumeGravatar wm42013-04-10
* mplayer: move DVB channel skip codeGravatar wm42013-04-10
* mplayer: don't disable term-osd with -vGravatar wm42013-04-10
* mplayer: don't print bogus status when cachingGravatar wm42013-04-10
* core: remove volstep global variableGravatar wm42013-04-09
* demux_mkv: try to show current subtitle when seekingGravatar wm42013-04-04
* core: add --heartbeat-interval optionGravatar wm42013-04-04
* mplayer: switch back to video PTS for reporting playback timeGravatar wm42013-04-04
* mplayer: fix framestepping on ordered chapter segment boundariesGravatar wm42013-04-04
* mplayer: fix --step EOF handlingGravatar wm42013-04-04
* osd: draw the OSD bar with ASS vector drawingsGravatar wm42013-03-30
* vo: rename vo_draw_image to vo_queue_imageGravatar wm42013-03-28
* core: always pass data via packet fields to video decodersGravatar wm42013-03-28
* core: output --playing-msg message only after at least one frame is shownGravatar wm42013-03-26
* mplayer: make --frames=1 work for audioGravatar wm42013-03-26
* mplayer: cosmetics: make some code more readableGravatar wm42013-03-26
* core: remove a number of global variablesGravatar wm42013-03-08
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* Remove vo_fps global variableGravatar wm42013-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
* 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
* core: print correct quit message when quitting, simplify codeGravatar wm42013-02-24
* 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
* 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
* 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
* 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
* mplayer: fix seek display during seeking when playing ordered chaptersGravatar wm42013-02-13
* 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
* core: remove --edlout functionalityGravatar 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