aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* core: remove mp_fifo indirectionGravatar wm42013-07-02
* command: add some playlist manipulation commandsGravatar wm42013-07-02
* core: update metadata during playback, allow streams to export metadataGravatar 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
* input: don't ignore press-only mouse button eventsGravatar wm42013-06-30
* 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
* 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
* 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
* core: add libquvi 0.9 supportGravatar wm42013-06-28
* core: rename mplayer.h and quvi.cGravatar 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
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * options: add -sub-speed optionGravatar wm42013-06-25
| * sub: libguess support for -subcpGravatar wm42013-06-25
| * sub: add subtitle charset conversionGravatar wm42013-06-25
| * sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
| * core: don't set correct-pts mode randomlyGravatar wm42013-06-25
| * subreader: turn into actual demuxerGravatar wm42013-06-25
| * Move/rename subreader.cGravatar wm42013-06-25
| * sub: do some timing postprocessing on preloaded subsGravatar wm42013-06-23
| * sub: preload external text subtitlesGravatar wm42013-06-23
| * sub: remove redundant conditionGravatar wm42013-06-23
| * stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* | av_log: change how ffmpeg log messages are formattedGravatar wm42013-06-22
* | encoding: use --start for ratios, etc.Gravatar Rudolf Polzer2013-06-20
* | command line: allow --o= to disable encoding (i.e. empty string file name)Gravatar Rudolf Polzer2013-06-20
* | encode_lavc: simplify encoding status output; remove percentageGravatar Rudolf Polzer2013-06-20
|/
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * cache: use threads instead of fork()Gravatar wm42013-06-16
| * cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* | audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* | core: add a spsc ringbuffer implementationGravatar Stefano Pigozzi2013-06-16
* | encode_lavc strings: use new option syntaxGravatar Rudolf Polzer2013-06-16
* | mplayer: update window title if its properties changeGravatar John Hawthorn2013-06-16
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* | command: use more standard time format for clock propertyGravatar wm42013-06-14