| Commit message (Expand) | Author | Age | Files | Lines |
* | core: remove mp_fifo indirection | wm4 | 2013-07-02 | 9 | -106/+73 |
* | command: add some playlist manipulation commands | wm4 | 2013-07-02 | 5 | -0/+44 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -0/+6 |
* | input: require VOs to send key up events, redo input key lookup | wm4 | 2013-07-02 | 4 | -76/+80 |
* | input: fix behavior if there are actually key up events | wm4 | 2013-07-02 | 1 | -1/+2 |
* | input: don't ignore press-only mouse button events | wm4 | 2013-06-30 | 1 | -1/+2 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 | 1 | -8/+7 |
* | command: redraw subs if sub-delay is changed | wm4 | 2013-06-29 | 1 | -1/+1 |
* | sub: update subtitle time offset even if paused | wm4 | 2013-06-29 | 1 | -5/+5 |
* | input: store number of binds, instead of using 0-termination | wm4 | 2013-06-29 | 1 | -60/+54 |
* | input: store number of keys, instead of using 0-termination | wm4 | 2013-06-29 | 1 | -21/+24 |
* | input: don't keep separate sections for builtin key bindings | wm4 | 2013-06-29 | 1 | -62/+76 |
* | mplayer: don't hide mouse cursor if mouse is inside mouse area | wm4 | 2013-06-29 | 2 | -1/+5 |
* | input: trigger mouse_leave key bindings if mouse leaves mouse area | wm4 | 2013-06-29 | 3 | -12/+52 |
* | command: add commands to enable/disable input sections | wm4 | 2013-06-29 | 3 | -0/+19 |
* | input: handle mouse movement differently | wm4 | 2013-06-29 | 6 | -145/+328 |
* | command: make raw percent-pos property return fractions | wm4 | 2013-06-29 | 1 | -3/+6 |
* | command: add properties for playlist position | wm4 | 2013-06-29 | 5 | -9/+102 |
* | core: add libquvi 0.9 support | wm4 | 2013-06-28 | 5 | -9/+286 |
* | core: rename mplayer.h and quvi.c | wm4 | 2013-06-28 | 4 | -10/+6 |
* | options: rename --mkv-subtitle-preroll, --dtshd | wm4 | 2013-06-28 | 1 | -2/+6 |
* | options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudio | wm4 | 2013-06-28 | 1 | -3/+2 |
* | options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavf | wm4 | 2013-06-28 | 1 | -3/+4 |
* | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 1 | -1/+0 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 9 | -92/+325 |
|\ |
|
| * | options: add -sub-speed option | wm4 | 2013-06-25 | 2 | -0/+3 |
| * | sub: libguess support for -subcp | wm4 | 2013-06-25 | 1 | -1/+27 |
| * | sub: add subtitle charset conversion | wm4 | 2013-06-25 | 2 | -0/+257 |
| * | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 5 | -78/+15 |
| * | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -0/+8 |
| * | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 2 | -8/+2 |
| * | Move/rename subreader.c | wm4 | 2013-06-25 | 1 | -1/+1 |
| * | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 | 1 | -4/+2 |
| * | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -0/+10 |
| * | sub: remove redundant condition | wm4 | 2013-06-23 | 1 | -2/+2 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 2 | -2/+2 |
* | | av_log: change how ffmpeg log messages are formatted | wm4 | 2013-06-22 | 1 | -4/+8 |
* | | encoding: use --start for ratios, etc. | Rudolf Polzer | 2013-06-20 | 2 | -7/+24 |
* | | command line: allow --o= to disable encoding (i.e. empty string file name) | Rudolf Polzer | 2013-06-20 | 1 | -3/+3 |
* | | encode_lavc: simplify encoding status output; remove percentage | Rudolf Polzer | 2013-06-20 | 4 | -19/+18 |
|/ |
|
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 3 | -24/+22 |
|\ |
|
| * | cache: use threads instead of fork() | wm4 | 2013-06-16 | 1 | -1/+2 |
| * | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 2 | -12/+11 |
| * | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 1 | -11/+9 |
* | | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 3 | -5/+0 |
* | | core: add a spsc ringbuffer implementation | Stefano Pigozzi | 2013-06-16 | 3 | -0/+303 |
* | | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -19/+19 |
* | | mplayer: update window title if its properties change | John Hawthorn | 2013-06-16 | 1 | -10/+18 |
* | | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE | wm4 | 2013-06-15 | 1 | -0/+1 |
* | | command: use more standard time format for clock property | wm4 | 2013-06-14 | 1 | -1/+1 |
* | | x11: enable screensaver when paused, rename/change --stop-xscreensaver | wm4 | 2013-06-14 | 3 | -5/+6 |
* | | core: introduce separate VOCTRLs for screensaver stop/resume | wm4 | 2013-06-14 | 1 | -8/+14 |
* | | support "-" as file name when encoding | Rudolf Polzer | 2013-06-13 | 1 | -7/+15 |
* | | options: remove --stereo | wm4 | 2013-06-13 | 1 | -6/+0 |
* | | mplayer: save sub-visibility property | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | mplayer: try to handle PTS forward jumps | wm4 | 2013-06-13 | 1 | -1/+6 |
* | | options: fix compilation on Windows | wm4 | 2013-06-11 | 1 | -0/+1 |
* | | command: fix empty metadata case | wm4 | 2013-06-11 | 1 | -2/+2 |
* | | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 2 | -0/+2 |
|/ |
|
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 4 | -59/+55 |
* | core: rename cfg-mplayer.h to options.c | wm4 | 2013-06-08 | 2 | -2/+2 |
* | core: merge defaultopts.c into cfg-mplayer.h | wm4 | 2013-06-08 | 4 | -124/+110 |
* | command: replace some show_ commands with properties | wm4 | 2013-06-07 | 3 | -122/+126 |
* | command: human readable output for metadata property | wm4 | 2013-06-07 | 1 | -0/+10 |
* | core: reset pause state by default when going to next file | wm4 | 2013-06-07 | 1 | -0/+2 |
* | m_option: allow setting empty lists | wm4 | 2013-06-07 | 1 | -2/+5 |
* | keycodes: fix copy paste error | Stefano Pigozzi | 2013-06-05 | 1 | -3/+3 |
* | command: add the current local time as a property | Jan-Marek Glogowski | 2013-06-04 | 1 | -0/+16 |
* | osx: improve Media Keys support | Stefano Pigozzi | 2013-06-04 | 4 | -2/+23 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 9 | -357/+209 |
|\ |
|
| * | sub: always show subtitles on terminal with -no-video | wm4 | 2013-06-04 | 1 | -2/+4 |
| * | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 2 | -0/+22 |
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -11/+8 |
| * | sub: use libass even if -no-ass is used | wm4 | 2013-06-03 | 1 | -2/+1 |
| * | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -20/+15 |
| * | sub: basic subtitle converters | wm4 | 2013-06-03 | 1 | -7/+0 |
| * | sub: refactor | wm4 | 2013-06-01 | 2 | -33/+51 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 2 | -42/+42 |
| * | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -11/+10 |
| * | sub: remove some global variables | wm4 | 2013-05-30 | 5 | -19/+32 |
| * | options: add --no-sub-visibility for symmetry | wm4 | 2013-05-30 | 2 | -24/+2 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 3 | -132/+20 |
| * | sub: use DVD PTS fallback code in normal sub decoding path | wm4 | 2013-05-30 | 1 | -0/+14 |
| * | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 4 | -121/+55 |
* | | fix build on linux | Stefano Pigozzi | 2013-06-03 | 1 | -0/+2 |
* | | osx: add Apple Remote support | Stefano Pigozzi | 2013-06-03 | 6 | -3/+54 |
* | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 2 | -0/+8 |
* | | m_option: fix -vo opengl lscale validation | wm4 | 2013-06-03 | 1 | -0/+7 |
|/ |
|
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -2/+6 |
* | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 2 | -12/+0 |
* | mplayer: fix volume setting with --gapless-audio | wm4 | 2013-05-29 | 2 | -16/+26 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 | 1 | -1/+1 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 | 2 | -0/+4 |
* | mplayer: output status line normally with --no-consolecontrols | wm4 | 2013-05-27 | 1 | -1/+1 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -2/+2 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 7 | -75/+66 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 1 | -12/+2 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 1 | -5/+2 |
* | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 5 | -7/+57 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+4 |
* | macosx_application: implement "Quit & remember position" | Stefano Pigozzi | 2013-05-23 | 1 | -1/+1 |
* | command: auto-insert yadif when switching deinterlacing | wm4 | 2013-05-23 | 1 | -6/+40 |
* | m_option: allow removing filter entries by content with -vf-del | wm4 | 2013-05-23 | 1 | -89/+88 |
* | m_option: move code around | wm4 | 2013-05-23 | 1 | -139/+146 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -25/+83 |
* | core: support mpv directory itself as a valid location for config files on Wi... | elevengu | 2013-05-23 | 1 | -9/+22 |
* | mplayer: don't cut status line if --no-consolecontrols is used | wm4 | 2013-05-21 | 1 | -1/+4 |
* | options: remove dead -dr1 option | wm4 | 2013-05-21 | 2 | -3/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 3 | -3/+6 |
* | mplayer: re-add some legacy slave mode output for issue #92 | wm4 | 2013-05-21 | 1 | -5/+15 |
* | m_option: fix parameter comparison for vf-toggle | wm4 | 2013-05-21 | 1 | -6/+11 |
* | m_option: fix -vf-del in profiles | wm4 | 2013-05-21 | 1 | -3/+4 |
* | Fix commit d1b37af | wm4 | 2013-05-18 | 1 | -1/+1 |
* | input: allow quotes around any input command | wm4 | 2013-05-18 | 1 | -3/+1 |
* | input: do property expansion for all input command string arguments | wm4 | 2013-05-18 | 3 | -18/+26 |
* | input: accept input command prefixes in any order | wm4 | 2013-05-18 | 1 | -20/+22 |
* | core: allow changing filter filters at runtime | wm4 | 2013-05-18 | 5 | -12/+80 |
* | m_option: allow -vf "" | wm4 | 2013-05-18 | 1 | -5/+3 |
* | m_option: add -vf-toggle | wm4 | 2013-05-18 | 1 | -52/+80 |
* | m_option: allow using -vf-del with a name | wm4 | 2013-05-18 | 1 | -51/+70 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 1 | -1/+1 |
* | cfg-mplayer: fix some option flags | wm4 | 2013-05-17 | 1 | -3/+3 |
* | options: fix exit code when using help options | wm4 | 2013-05-15 | 3 | -16/+22 |
* | mplayer: potentially fix main() return value | wm4 | 2013-05-15 | 1 | -2/+2 |
* | options: add -V as alias for --version | wm4 | 2013-05-15 | 1 | -0/+1 |
* | options: use case-sensitive comparsion for options | wm4 | 2013-05-15 | 2 | -17/+17 |
* | options: add --version | wm4 | 2013-05-15 | 2 | -0/+11 |
* | command: use "title" tag for media-title property if available | wm4 | 2013-05-15 | 1 | -3/+6 |
* | add osd-scale command | Paul B Mahol | 2013-05-14 | 4 | -0/+4 |
* | command: simplify sub OSD update | wm4 | 2013-05-14 | 1 | -8/+8 |
* | m_option: fix segfault in parse_chmap | Rudolf Polzer | 2013-05-14 | 1 | -1/+2 |
* | core: re-add -dumpstream as --stream-dump | wm4 | 2013-05-12 | 3 | -0/+36 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 4 | -0/+20 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 7 | -35/+83 |
|\ |
|
| * | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -6/+4 |
| * | audio: remove useless audio channels from AO, unless requested | wm4 | 2013-05-12 | 1 | -0/+2 |
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 6 | -17/+13 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -4/+4 |
| * | audio: add channel map API | wm4 | 2013-05-12 | 2 | -0/+46 |
| * | options: add option to prevent decoder audio downmixing | wm4 | 2013-04-13 | 4 | -6/+15 |
| * | options: remove --af-adv | wm4 | 2013-04-13 | 1 | -6/+0 |
| * | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 1 | -0/+3 |
| * | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 1 | -1/+1 |
* | | cocoa_common: add native OSX fullscreen support | Stefano Pigozzi | 2013-05-12 | 2 | -0/+6 |
* | | OSX: run native event loop in a separate thread | Stefano Pigozzi | 2013-05-12 | 1 | -34/+17 |
* | | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 2 | -7/+43 |
* | | command: add time-remaining property | wm4 | 2013-05-10 | 1 | -0/+14 |
* | | core: refactor seek_chapter() function | wm4 | 2013-05-09 | 3 | -40/+47 |
* | | command: fix DVD angle cycling | wm4 | 2013-05-09 | 1 | -2/+12 |
* | | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | core: add playback resume feature (manual/opt-in) | wm4 | 2013-05-05 | 10 | -1/+155 |
* | | command: alias video/audio/sub properties to -vid/-aid/-sid | wm4 | 2013-05-05 | 1 | -9/+26 |
* | | mplayer: factor config dir creation | wm4 | 2013-05-05 | 1 | -18/+23 |
* | | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -4/+7 |
* | | options: correctly handle things like: dvd://1-2/filename | wm4 | 2013-05-05 | 1 | -7/+9 |
* | | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -8/+4 |
* | | video: add --hwdec-codecs option to whitelist codecs for hw decoding | wm4 | 2013-05-04 | 3 | -0/+4 |
* | | video: support YCgCo colorspace | wm4 | 2013-05-04 | 1 | -1/+2 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 1 | -1/+0 |
* | | mplayer: put space before encoding part of status line | wm4 | 2013-04-27 | 1 | -1/+1 |
* | | options: allow using [ ] for quoting in sub-options | wm4 | 2013-04-26 | 1 | -1/+8 |
* | | core: simplify handling of --pause | wm4 | 2013-04-25 | 5 | -31 |