aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
...
* | OSX: run native event loop in a separate threadGravatar Stefano Pigozzi2013-05-12
* | OSX: use native Cocoa's event loopGravatar Stefano Pigozzi2013-05-12
* | core: refactor seek_chapter() functionGravatar wm42013-05-09
* | demux: remove retrieval of chapter end timeGravatar wm42013-05-06
* | core: add playback resume feature (manual/opt-in)Gravatar wm42013-05-05
* | mplayer: factor config dir creationGravatar wm42013-05-05
* | core: ignore backstep command if demuxer is not capableGravatar wm42013-05-05
* | core: move demuxer time reporting to demuxerGravatar wm42013-05-05
* | mplayer: put space before encoding part of status lineGravatar wm42013-04-27
* | core: simplify handling of --pauseGravatar wm42013-04-25
* | core: don't let cache pause handling and user pausing conflictGravatar wm42013-04-25
* | core: fix bogus condition that broke backstepping with last commitGravatar wm42013-04-25
* | core: fix backstepping with ordered chaptersGravatar wm42013-04-25
* | core: add backstep supportGravatar wm42013-04-24
* | mplayer: apply hrseek framedrop only when doing hrseekGravatar wm42013-04-24
* | mplayer: prefer -sub/-subfile subs over auto-loaded subsGravatar wm42013-04-20
* | core: display subtitle codec in track listingGravatar wm42013-04-20
* | demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* | sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* | mplayer: take tracks from first segment if main file is emptyGravatar wm42013-04-20
| * options: add option to prevent decoder audio downmixingGravatar wm42013-04-13
| * 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