aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* core: remove mp_fifo indirectionGravatar wm42013-07-02
* command: add some playlist manipulation commandsGravatar wm42013-07-02
* stream_lavf: request and read streamcast/ICY metadataGravatar wm42013-07-02
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* cache: fix per-block metadata memory leakGravatar wm42013-07-02
* input: require VOs to send key up events, redo input key lookupGravatar wm42013-07-02
* input: fix behavior if there are actually key up eventsGravatar wm42013-07-02
* demux_mkv: pass extradata for opusGravatar wm42013-07-01
* input: don't ignore press-only mouse button eventsGravatar wm42013-06-30
* Merge pull request #124 from rossy2401/w32-display-requiredGravatar Martin Herkt2013-06-30
|\
| * w32_common: prevent display power managementGravatar James Ross-Gowan2013-06-30
|/
* osxbundle: suggest some ways to correct missing dependenciesGravatar Stefano Pigozzi2013-06-30
* sd_lavc: respect forced subs only setting for DVD subsGravatar wm42013-06-29
* sd_ass: convert pts to integer for get_text()Gravatar wm42013-06-29
* dec_sub: introduce sub_control(), use it for sub_stepGravatar wm42013-06-29
* command: redraw subs if sub-delay is changedGravatar wm42013-06-29
* sub: update subtitle time offset even if pausedGravatar wm42013-06-29
* input: store number of binds, instead of using 0-terminationGravatar wm42013-06-29
* input: store number of keys, instead of using 0-terminationGravatar wm42013-06-29
* input: don't keep separate sections for builtin key bindingsGravatar wm42013-06-29
* w32_common: prevent that window dragging and mouse input interfereGravatar wm42013-06-29
* w32_common: refactor mouse button code, handle mouse up eventsGravatar wm42013-06-29
* mplayer: don't hide mouse cursor if mouse is inside mouse areaGravatar wm42013-06-29
* input: trigger mouse_leave key bindings if mouse leaves mouse areaGravatar wm42013-06-29
* command: add commands to enable/disable input sectionsGravatar wm42013-06-29
* manpage: document input sectionsGravatar wm42013-06-29
* input: handle mouse movement differentlyGravatar wm42013-06-29
* command: make raw percent-pos property return fractionsGravatar wm42013-06-29
* command: add properties for playlist positionGravatar wm42013-06-29
* cocoa_common: uninit fs window properlyGravatar Stefano Pigozzi2013-06-29
* csputils.h: don't recursively include libavcodec headerGravatar wm42013-06-28
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* mp_image: copy palette only if allocatedGravatar wm42013-06-28
* vf_rotate: fix params >= 4Gravatar wm42013-06-28
* configure: prefer libquvi 0.4.x over libquvi 0.9.xGravatar wm42013-06-28
* core: add libquvi 0.9 supportGravatar wm42013-06-28
* core: rename mplayer.h and quvi.cGravatar wm42013-06-28
* stream: redo memory streamsGravatar wm42013-06-28
* options: rename --mkv-subtitle-preroll, --dtshdGravatar wm42013-06-28
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudioGravatar wm42013-06-28
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfGravatar wm42013-06-28
* options: remove -lavdopts debug suboptionGravatar wm42013-06-28
* dec_sub: fix memory leak when using subtitle codepage conversionGravatar wm42013-06-28
* dec_sub: don't print sub charset of it's emptyGravatar wm42013-06-28
* configure: fix wasapi0 checksGravatar James Ross-Gowan2013-06-26
* cocoa_common: schedule a redraw frame after a non live resizeGravatar Stefano Pigozzi2013-06-25
* demux_lavf: add one more AAC mimetypeGravatar wm42013-06-25
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * DOCS: update tech-overview.txt to reflect some subtitle related changesGravatar wm42013-06-25