| Commit message (Expand) | Author | Age | Files | Lines |
* | command: list filters/VOs/AOs with option-info | wm4 | 2014-11-14 | 1 | -0/+11 |
* | command: export some option metadata | wm4 | 2014-11-13 | 1 | -1/+33 |
* | command: rename "option-flags" property to "option-info" | wm4 | 2014-11-13 | 1 | -3/+3 |
* | command: make sub-properties more flexible | wm4 | 2014-11-13 | 1 | -1/+1 |
* | command: export mpv configure arguments as property | wm4 | 2014-11-13 | 1 | -0/+7 |
* | player: simplify audio uninit on segment switches | wm4 | 2014-11-12 | 1 | -5/+4 |
* | audio: fix some issues when reloading the AO | wm4 | 2014-11-12 | 1 | -0/+3 |
* | player: make the osd-msg prefix work for playlist_next/prev | wm4 | 2014-11-11 | 4 | -1/+10 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 2 | -8/+8 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 1 | -42/+48 |
* | player: don't try to use duration 0 | wm4 | 2014-11-10 | 1 | -1/+1 |
* | dvd, bluray: reload demuxer on title changes | wm4 | 2014-11-10 | 1 | -0/+1 |
* | command: send property-change event on playlist change | Alessandro Ghedini | 2014-11-09 | 2 | -0/+6 |
* | video/out: minor simplification to event query function | wm4 | 2014-11-09 | 1 | -1/+1 |
* | audio/out: make ao_request_reload() idempotent | wm4 | 2014-11-09 | 2 | -6/+6 |
* | audio: handle reinit after AO reload slightly cleaner | wm4 | 2014-11-09 | 1 | -8/+8 |
* | player: improve audio time display | wm4 | 2014-11-08 | 1 | -1/+10 |
* | command: silence a warning on win32 | wm4 | 2014-11-08 | 1 | -0/+2 |
* | command: fix option-flags property | wm4 | 2014-11-08 | 1 | -1/+3 |
* | command: export the flag whether an option was set on commandline | wm4 | 2014-11-07 | 1 | -0/+26 |
* | client: remove redundant assignment | wm4 | 2014-11-07 | 1 | -1/+0 |
* | client API: silence silly clang warning | wm4 | 2014-11-07 | 1 | -2/+2 |
* | command: add display-names property | Kevin Mitchell | 2014-11-07 | 1 | -0/+25 |
* | command: use playback time as reference for sub_seek | wm4 | 2014-11-05 | 1 | -2/+3 |
* | player: fix --secondary-sid | wm4 | 2014-11-04 | 1 | -1/+1 |
* | command: add window-minimized property (X11 only) | wm4 | 2014-11-02 | 3 | -0/+21 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 4 | -4/+19 |
* | command: expose mpv version as property | wm4 | 2014-11-02 | 1 | -0/+8 |
* | player: print anamorphic size only if video is anamorphic | wm4 | 2014-11-02 | 1 | -2/+5 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 7 | -36/+24 |
* | player: add --chapters-file option | wm4 | 2014-11-02 | 1 | -5/+25 |
* | osd: properly wakeup when the OSD function disappears | wm4 | 2014-11-01 | 1 | -3/+10 |
* | player: update meaning of drop_frame_cnt | wm4 | 2014-11-01 | 4 | -9/+8 |
* | player: show AV-desync message in all framedrop modes | wm4 | 2014-11-01 | 1 | -2/+1 |
* | sub: remove osd_get_sub() | wm4 | 2014-11-01 | 3 | -5/+7 |
* | sub: be more flexible about changes to how subtitles are rendered | wm4 | 2014-10-31 | 1 | -20/+32 |
* | player: change framedrop display in the status line | wm4 | 2014-10-31 | 1 | -4/+5 |
* | player: improve exit message in some scenarios | wm4 | 2014-10-31 | 3 | -63/+58 |
* | player: don't display zero duration for files with unknown duration | wm4 | 2014-10-29 | 4 | -17/+22 |
* | player: add an option to abort playback on partial init failures | wm4 | 2014-10-28 | 3 | -3/+5 |
* | player: handle DVB demuxer reloading correctly | wm4 | 2014-10-28 | 1 | -2/+2 |
* | client API: better error reporting | wm4 | 2014-10-28 | 6 | -24/+52 |
* | client API: add an enum for mpv_event_end_file.reason | wm4 | 2014-10-28 | 1 | -4/+3 |
* | player: handle edition reloading slightly differently | wm4 | 2014-10-28 | 3 | -11/+11 |
* | command: play the correct entry with loadfile ... append-play | Alessandro Ghedini | 2014-10-27 | 1 | -1/+1 |
* | player: don't spam video-reconfig event | wm4 | 2014-10-27 | 1 | -1/+1 |
* | command: try 'icy-title' metadata for media-title as well | Alessandro Ghedini | 2014-10-27 | 1 | -0/+3 |
* | command: add audio-device property | wm4 | 2014-10-27 | 1 | -0/+11 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 1 | -0/+16 |
* | lua: subprocess: fix dumb | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: tunnel stderr through mp_log | wm4 | 2014-10-26 | 1 | -20/+63 |
* | lua: parse_json(): fix inverted condition for trail argument | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: don't distinguish pipe errors/EOF | wm4 | 2014-10-26 | 1 | -7/+4 |
* | Drop libquvi support | wm4 | 2014-10-25 | 3 | -88/+2 |
* | lua: fix some more lua_tostring() mistakes | wm4 | 2014-10-25 | 1 | -1/+3 |
* | lua: lua_tostring() on an error value can return NULL | wm4 | 2014-10-24 | 1 | -2/+4 |
* | command: finish hook execution if client fails | wm4 | 2014-10-24 | 3 | -6/+33 |
* | command: add vo-configured property | wm4 | 2014-10-24 | 1 | -1/+10 |
* | player: disable --force-window if VO fails | wm4 | 2014-10-24 | 1 | -1/+5 |
* | video: send MPV_EVENT_VIDEO_RECONFIG on uninit | wm4 | 2014-10-24 | 1 | -0/+1 |
* | player: adjust uninit order of components | wm4 | 2014-10-24 | 1 | -6/+7 |
* | command: fix debug output | wm4 | 2014-10-24 | 1 | -1/+1 |
* | osc: make text squuezing layout dependent | ChrisK2 | 2014-10-24 | 1 | -31/+48 |
* | osc: make tooltip_an default property | ChrisK2 | 2014-10-24 | 1 | -2/+3 |
* | player: fix exiting if both audio and video fail initializing | wm4 | 2014-10-23 | 4 | -8/+22 |
* | lua: fix non-sense | wm4 | 2014-10-23 | 1 | -1/+1 |
* | client API: print properties set with -v | wm4 | 2014-10-23 | 1 | -0/+7 |
* | command: print executed commands with -v | wm4 | 2014-10-23 | 1 | -0/+2 |
* | command: add a "cached" mode to sub_add | wm4 | 2014-10-23 | 1 | -1/+22 |
* | osc.lua: add “bottombar” and “topbar” layouts | Martin Herkt | 2014-10-23 | 1 | -5/+281 |
* | command: return error on invalid/absent IDs with ff-sid/ff-aid | wm4 | 2014-10-23 | 1 | -2/+6 |
* | player: show busy symbol on OSD if seeking takes too long | wm4 | 2014-10-22 | 1 | -2/+7 |
* | lua: don't let temporary values take the place of arguments | wm4 | 2014-10-22 | 1 | -1/+13 |
* | command: make reverse cycle_values match up with forward one | wm4 | 2014-10-21 | 1 | -4/+3 |
* | command: fix video-rotate update when paused | wm4 | 2014-10-21 | 1 | -11/+11 |
* | lua: don't use "output" as identifier | wm4 | 2014-10-21 | 1 | -4/+4 |
* | command: add cursor-autohide property | wm4 | 2014-10-21 | 1 | -0/+14 |
* | command: add playback-abort property | wm4 | 2014-10-21 | 1 | -0/+8 |
* | command: add video-rotate property | wm4 | 2014-10-21 | 1 | -0/+12 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 3 | -11/+55 |
* | sd_lavc: strictly letter-box PGS subtitles | wm4 | 2014-10-21 | 1 | -1/+1 |
* | command: add field-dominance property | Kevin Mitchell | 2014-10-21 | 1 | -0/+1 |
* | lua: add convenience function for hooks | wm4 | 2014-10-21 | 1 | -0/+21 |
* | command: extend sub_add command | wm4 | 2014-10-21 | 1 | -2/+10 |
* | command: remove hook cancellation mechanism | wm4 | 2014-10-20 | 3 | -15/+3 |
* | command: allow sub_add at an earlier stage | wm4 | 2014-10-20 | 1 | -1/+1 |
* | osdep: limit thread names to 16 characters | wm4 | 2014-10-20 | 1 | -1/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 3 | -0/+9 |
* | player: shutdown all clients before actual uninit | wm4 | 2014-10-19 | 1 | -2/+2 |
* | ipc: decouple from MPContext | wm4 | 2014-10-19 | 2 | -10/+4 |
* | fix build on OS X and BSD | Stefano Pigozzi | 2014-10-19 | 1 | -0/+1 |
* | lua: fix lua_objlen -> lua_rawlen for lua 5.2 | Kevin Mitchell | 2014-10-18 | 1 | -1/+3 |
* | lua: strictly free memory on errors | wm4 | 2014-10-19 | 2 | -29/+30 |
* | lua: expose JSON parser | wm4 | 2014-10-19 | 1 | -0/+26 |
* | lua: add an utility function for starting processes | wm4 | 2014-10-19 | 1 | -2/+146 |
* | command: add "estimated-vf-fps" change notifcation | wm4 | 2014-10-19 | 1 | -1/+2 |
* | lua: add a helper to auto-free temporary C memory | wm4 | 2014-10-19 | 1 | -6/+32 |
* | win32: get rid of mp_stat in the normal source code | wm4 | 2014-10-17 | 2 | -2/+2 |
* | input: implement JSON-based IPC protocol | Alessandro Ghedini | 2014-10-17 | 2 | -0/+14 |
* | options: don't load per-file config files by default | wm4 | 2014-10-17 | 1 | -11/+11 |
* | audio: don't go to sleep after audio reinit | wm4 | 2014-10-17 | 1 | -0/+1 |
* | player: quote %-starting strings | shdown | 2014-10-16 | 1 | -0/+2 |
* | player: fix crash on early audio uninit | wm4 | 2014-10-16 | 1 | -2/+2 |
* | player: free subtitle renderer on exit | wm4 | 2014-10-16 | 1 | -1/+1 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 5 | -12/+186 |
* | command: allow setting per-file options at runtime | wm4 | 2014-10-15 | 1 | -7/+24 |
* | player: fix OSD cycling | wm4 | 2014-10-14 | 1 | -0/+2 |
* | client API: allow returning float properties as integers | wm4 | 2014-10-14 | 1 | -0/+4 |
* | player: fix --frames | wm4 | 2014-10-14 | 2 | -2/+4 |
* | command: don't display non-sense if volume is unavailable | wm4 | 2014-10-11 | 1 | -1/+1 |
* | command: make volume/mute unavailable if audio is not initialized | wm4 | 2014-10-11 | 1 | -6/+4 |
* | client API: check result ptr in mpv_command_node | James Ross-Gowan | 2014-10-12 | 1 | -1/+1 |
* | lua: add command_native() function | wm4 | 2014-10-11 | 1 | -0/+23 |
* | client API: add mpv_command_node[_async] | wm4 | 2014-10-11 | 1 | -3/+19 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 1 | -3/+2 |
* | command: make audio device list available to the client API | wm4 | 2014-10-10 | 1 | -0/+32 |
* | player: fix terminal status in idle mode | wm4 | 2014-10-10 | 1 | -0/+1 |
* | player: don't mess up cursor visibility state | wm4 | 2014-10-10 | 1 | -1/+1 |
* | audio: change internal device listing API | wm4 | 2014-10-10 | 1 | -1/+1 |
* | player: exit if audio init fails and there's no video | wm4 | 2014-10-10 | 1 | -0/+2 |
* | player: signal EOF when using --frames | wm4 | 2014-10-10 | 2 | -2/+2 |
* | player: minor simplification | wm4 | 2014-10-10 | 2 | -8/+2 |
* | player: don't close audio device in gapless mode | wm4 | 2014-10-10 | 1 | -2/+1 |
* | player: --save-position-on-quit should always work (2) | wm4 | 2014-10-10 | 2 | -5/+5 |
* | Revert "player: --save-position-on-quit should always work" | wm4 | 2014-10-10 | 2 | -5/+1 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 1 | -1/+2 |
* | libmpv/cocoa: make global events work and get rid of is_cplayer | Stefano Pigozzi | 2014-10-09 | 3 | -6/+6 |
* | client API: add an explanatory comment | wm4 | 2014-10-09 | 1 | -1/+1 |
* | audio: add device selection & listing with --audio-device | wm4 | 2014-10-09 | 1 | -0/+4 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 1 | -1/+1 |
* | video: try harder to decode cover art picture only once | wm4 | 2014-10-09 | 1 | -2/+7 |
* | player: don't reset buffering pausing state on seeks | wm4 | 2014-10-09 | 1 | -1/+0 |
* | client API: introduce numeric log levels | wm4 | 2014-10-08 | 1 | -0/+1 |
* | player: minor cosmetic change | wm4 | 2014-10-08 | 1 | -1/+1 |
* | player: remove unnecessary code | wm4 | 2014-10-07 | 1 | -3/+1 |
* | command: add cache-buffering-state property | wm4 | 2014-10-07 | 3 | -1/+31 |
* | client API: clarify pause/unpause events, modify core-idle property | wm4 | 2014-10-07 | 1 | -1/+2 |
* | matroska: look for all known matroska file extensions | wm4 | 2014-10-06 | 1 | -5/+18 |
* | osd: don't let slow commands cut OSD messages short | wm4 | 2014-10-06 | 2 | -1/+9 |
* | player: --save-position-on-quit should always work | wm4 | 2014-10-06 | 2 | -1/+5 |
* | player: open stream and demuxer asynchronously | wm4 | 2014-10-06 | 6 | -19/+146 |
* | m_config: add function to copy all options | wm4 | 2014-10-06 | 1 | -0/+3 |
* | player: move some libass setup code to sub.c | wm4 | 2014-10-03 | 4 | -96/+100 |
* | player: properly wakeup when delaying OSD | wm4 | 2014-10-03 | 1 | -1/+3 |
* | video: return responsibility of video redraw back to playloop | wm4 | 2014-10-03 | 1 | -1/+2 |
* | player: remove central uninit_player() function and flags mess | wm4 | 2014-10-03 | 9 | -227/+184 |
* | command: don't show message on "osd" command by default | wm4 | 2014-10-03 | 1 | -3/+2 |
* | command: allow passing memory addresses to overlay_add | wm4 | 2014-10-03 | 1 | -0/+6 |
* | command: restructure overlay_add code | wm4 | 2014-10-03 | 1 | -46/+63 |
* | player: don't print audio/video init failure message twice | wm4 | 2014-10-02 | 2 | -3/+4 |
* | audio: enable pitch correction by default when playing fast | wm4 | 2014-10-02 | 1 | -2/+37 |
* | command: move setting playback speed to a separate function | wm4 | 2014-10-02 | 3 | -10/+19 |
* | audio: refactor some aspects of filter chain setup | wm4 | 2014-10-02 | 1 | -37/+37 |
* | audio: remove --audiodrop | wm4 | 2014-09-30 | 2 | -16/+0 |
* | lua: add mpv/lua directories to the lua path | Otto Modinos | 2014-09-28 | 1 | -0/+25 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 1 | -0/+1 |
* | video: change automatic rotation and 3D filter insertion | wm4 | 2014-09-27 | 1 | -6/+3 |
* | input: separate creation and loading of config | wm4 | 2014-09-27 | 1 | -1/+2 |
* | build: add -Wno-format-zero-length | wm4 | 2014-09-26 | 2 | -2/+2 |
* | player: do not wrongly clear OSD bar stops, reindent | wm4 | 2014-09-25 | 1 | -30/+30 |
* | player: simplify OSD message handling code | wm4 | 2014-09-25 | 2 | -103/+60 |
* | player: move code to make playloop smaller | wm4 | 2014-09-25 | 2 | -9/+9 |
* | player: rate-limit OSD text update | wm4 | 2014-09-25 | 4 | -10/+18 |
* | player: fix OSD redraw heuristic with audio-only mode | wm4 | 2014-09-25 | 1 | -1/+1 |
* | sub: approximate subtitle display in no-video mode | wm4 | 2014-09-25 | 1 | -0/+3 |
* | osc: update cache display | ChrisK2 | 2014-09-25 | 1 | -3/+14 |
* | player: change --keep-open semantics | wm4 | 2014-09-24 | 1 | -1/+3 |
* | player: show correct playback time with --keep-open --no-video | wm4 | 2014-09-24 | 1 | -1/+2 |
* | player: --loop-file takes precedence before --keep-open | wm4 | 2014-09-24 | 1 | -2/+2 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 1 | -1/+1 |
* | player: allow passing number of loops to --loop-file | wm4 | 2014-09-22 | 1 | -0/+2 |
* | command: no space before "%" in volume default OSD message | wm4 | 2014-09-22 | 1 | -1/+1 |
* | video: filter new frames at a better time (2) | wm4 | 2014-09-22 | 1 | -7/+9 |
* | osd: fix --term-osd=no | wm4 | 2014-09-22 | 1 | -1/+1 |
* | command: improve "osd" command | wm4 | 2014-09-22 | 2 | -10/+9 |
* | command: use show_property_osd() sub_step | wm4 | 2014-09-22 | 1 | -2/+1 |
* | command: when changing a property, always show it on OSD | wm4 | 2014-09-21 | 1 | -1/+4 |
* | command: simplify OSD property display code | wm4 | 2014-09-21 | 3 | -54/+42 |
* | command: allow changing some OSD-related options even with no VO | wm4 | 2014-09-21 | 1 | -2/+0 |
* | command: remove unneeded ifdefs | wm4 | 2014-09-21 | 1 | -4/+4 |
* | command: always show OSD message when changing volume etc. | wm4 | 2014-09-21 | 1 | -15/+3 |
* | options: remove --volstep | wm4 | 2014-09-21 | 1 | -1/+1 |
* | player: rename "Late:" field to "SD:" | wm4 | 2014-09-20 | 1 | -1/+1 |
* | video: actually count decoder-dropped frames | wm4 | 2014-09-20 | 1 | -4/+7 |
* | video: improve decoder-based framedropping mode | wm4 | 2014-09-20 | 1 | -6/+5 |
* | player: make code more obvious | wm4 | 2014-09-20 | 1 | -2/+2 |
* | player: use backwards flag for seeking external tracks | wm4 | 2014-09-20 | 1 | -1/+1 |
* | player: reset last_av_difference if not applicable | wm4 | 2014-09-20 | 2 | -0/+2 |
* | video: separate calling decoder/filter | wm4 | 2014-09-18 | 1 | -14/+22 |
* | video: check whether there are enough frames after filtering | wm4 | 2014-09-18 | 1 | -6/+11 |
* | video: filter new frames at a better time | wm4 | 2014-09-18 | 1 | -24/+24 |
* | player: allow overriding OSD message for all OSD levels | wm4 | 2014-09-18 | 1 | -17/+26 |
* | command: allow using ASS tags on OSD messages | wm4 | 2014-09-18 | 1 | -0/+12 |
* | command: add osd-sym-cc property | wm4 | 2014-09-18 | 3 | -11/+22 |
* | player: don't let multiline filenames set options on resume | wm4 | 2014-09-16 | 1 | -4/+7 |
* | options.lua: call msg.debug after resolving 'identifier' | Otto Modinos | 2014-09-16 | 1 | -2/+1 |
* | command: avoid a double -> int cast | Ben Boeckel | 2014-09-16 | 1 | -1/+1 |
* | sanitizer: avoid divide-by-zero instances | Ben Boeckel | 2014-09-14 | 1 | -5/+5 |
* | player: shorten skip heuristic for playlist_prev to 1 second | wm4 | 2014-09-14 | 1 | -2/+2 |
* | client API: use playback abort mechanism | wm4 | 2014-09-13 | 1 | -0/+5 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 3 | -9/+9 |
* | player: fix idle mode event handling | wm4 | 2014-09-13 | 1 | -8/+9 |
* | input: remove central select() call | wm4 | 2014-09-10 | 1 | -1/+0 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 1 | -5/+0 |
* | player: reset some VO state when video is terminated | wm4 | 2014-09-09 | 1 | -0/+3 |
* | player: deal with some corner cases with playlist navigation | wm4 | 2014-09-09 | 2 | -18/+23 |
* | player: normalize playlist entries on add | wm4 | 2014-09-09 | 1 | -4/+0 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 4 | -56/+18 |
* | lua: synchronously wait until scripts are loaded | wm4 | 2014-09-06 | 3 | -5/+40 |
* | player: minor refactoring | wm4 | 2014-09-06 | 2 | -22/+31 |
* | audio: fix initial sync with huge AO buffer | wm4 | 2014-09-06 | 1 | -1/+1 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 | 1 | -6/+1 |
* | audio: correctly initialize output buffer | wm4 | 2014-09-05 | 1 | -0/+6 |
* | player: check for null in resume config search | James Ross-Gowan | 2014-09-05 | 1 | -1/+2 |
* | audio: fix random crashes on uninit | wm4 | 2014-09-05 | 1 | -2/+1 |
* | audio: fix obscure audio resync failure with timelines | wm4 | 2014-09-05 | 2 | -3/+6 |
* | cosmetics: remove a stray ';' | wm4 | 2014-09-05 | 1 | -1/+1 |
* | video: rename VOCTRL_GET_WINDOW_SIZE | wm4 | 2014-09-05 | 1 | -2/+4 |
* | player: add --media-title option | wm4 | 2014-09-02 | 1 | -0/+4 |
* | player: properly resume playlists loaded at runtime | wm4 | 2014-09-02 | 1 | -0/+3 |
* | player: add --osd-playing-msg option | wm4 | 2014-09-02 | 1 | -5/+13 |
* | player: simplistic HLS bitrate selection | wm4 | 2014-09-01 | 1 | -4/+11 |
* | command: remove broken quvi-format property | wm4 | 2014-09-01 | 1 | -74/+0 |
* | demux: get rid of old wrapper | wm4 | 2014-09-01 | 1 | -1/+1 |
* | command: disable some commands/properties properly in idle mode | wm4 | 2014-09-01 | 1 | -2/+21 |
* | player: reset playback-related fields right on start | wm4 | 2014-09-01 | 1 | -23/+17 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 1 | -3/+6 |
* | client API: fix memory leak with rejected events | wm4 | 2014-08-31 | 1 | -35/+36 |
* | player: always load playlists | wm4 | 2014-08-31 | 1 | -11/+8 |
* | audio: go to draining state instead of EOF if audio starts later | wm4 | 2014-08-31 | 1 | -2/+2 |
* | lua: expose mp_getcwd through mp.utils | Otto Modinos | 2014-08-31 | 1 | -0/+14 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+12 |
* | player: fix quit handling when seeking past EOF while paused | wm4 | 2014-08-29 | 1 | -6/+5 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 6 | -6/+6 |
* | command: remove extra space | Ryan Jacobs | 2014-08-29 | 1 | -1/+1 |
* | command: export demuxer cache info properties | wm4 | 2014-08-28 | 1 | -1/+35 |
* | player: update cache state only if requested | wm4 | 2014-08-28 | 3 | -2/+44 |
* | audio: restore old speed change behavior | wm4 | 2014-08-28 | 2 | -2/+2 |
* | player: simplify chapter display name code | Ben Boeckel | 2014-08-28 | 1 | -3/+2 |
* | player: don't sort a NULL list | Ben Boeckel | 2014-08-28 | 1 | -1/+2 |
* | player: dynamically change cache wait times | wm4 | 2014-08-27 | 2 | -1/+13 |
* | player: slightly better cache underrun detection | wm4 | 2014-08-27 | 1 | -5/+2 |
* | player: better cache status on status line | wm4 | 2014-08-27 | 2 | -12/+23 |
* | player: fix basic playback | wm4 | 2014-08-27 | 1 | -6/+6 |
* | player: redo how stream caching and pausing on low cache works | wm4 | 2014-08-27 | 1 | -21/+33 |
* | player: fix weird behavior when framestepping over format changes | wm4 | 2014-08-26 | 1 | -1/+1 |
* | player: minor changes | wm4 | 2014-08-25 | 3 | -16/+6 |
* | command: change OSD formatting of "speed" property | wm4 | 2014-08-25 | 1 | -1/+1 |
* | options: compatibility hack for --slave-broken | wm4 | 2014-08-25 | 1 | -0/+6 |
* | player: restore silent seeking | wm4 | 2014-08-23 | 1 | -1/+2 |
* | audio: minor improvements to timeline switching | wm4 | 2014-08-23 | 4 | -13/+5 |
* | osc: Use osd-font for playlist buttons | ChrisK2 | 2014-08-22 | 1 | -2/+3 |
* | player: some more debugging output | wm4 | 2014-08-22 | 1 | -0/+2 |
* | player: fix recent speed change regression | wm4 | 2014-08-22 | 3 | -2/+6 |
* | player: don't clobber playback position on video end | wm4 | 2014-08-22 | 1 | -5/+3 |
* | video: refactor queue handling | wm4 | 2014-08-22 | 2 | -76/+53 |
* | video: get rid of video_next_pts field | wm4 | 2014-08-22 | 6 | -24/+8 |
* | video: move some code around | wm4 | 2014-08-22 | 1 | -46/+45 |
* | video: minor simplification | wm4 | 2014-08-22 | 1 | -21/+11 |
* | osc: revert disabling use_suspend | wm4 | 2014-08-21 | 1 | -2/+0 |
* | terminal: some cleanups | wm4 | 2014-08-21 | 2 | -8/+10 |
* | osd+osc: Add left-arrow to osd-font | ChrisK2 | 2014-08-21 | 1 | -2/+4 |
* | video: don't assume query_format is thread-safe | wm4 | 2014-08-20 | 2 | -6/+3 |
* | command: add estimated-frame-count & estimated-frame-number properties | Andrey Morozov | 2014-08-19 | 1 | -0/+39 |
* | command: drop " %" from "cache" property OSD-formatting | wm4 | 2014-08-18 | 1 | -1/+1 |
* | player: never print status messages before playback begins | wm4 | 2014-08-18 | 2 | -2/+4 |
* | player: remove unneeded call | wm4 | 2014-08-18 | 3 | -6/+1 |
* | player: cosmetics: make code more compact | wm4 | 2014-08-16 | 1 | -5/+2 |
* | audio: add a mode to insert silence on severe A/V desync | wm4 | 2014-08-15 | 2 | -4/+19 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 4 | -12/+30 |
* | player: use virtual time for --audio-file with ordered chapters | wm4 | 2014-08-15 | 5 | -10/+16 |
* | lua: wake up the core when setting OSD | wm4 | 2014-08-15 | 1 | -0/+1 |
* | osc: Overhaul (wip) | ChrisK2 | 2014-08-15 | 1 | -502/+848 |
* | sub: add option to workaround broken mkv files | wm4 | 2014-08-14 | 1 | -1/+3 |
* | sub: call sub_reset() on seeks only | wm4 | 2014-08-14 | 2 | -4/+0 |
* | client API: directly lock playloop | wm4 | 2014-08-14 | 1 | -4/+3 |
* | lua: allow disabling suspend | wm4 | 2014-08-14 | 1 | -2/+8 |
* | video: reduce non-sense messages when playing coverart | wm4 | 2014-08-13 | 1 | -11/+14 |
* | video: don't run new frame processing on every iteration | wm4 | 2014-08-13 | 1 | -19/+22 |
* | video: move some more code around | wm4 | 2014-08-13 | 1 | -38/+49 |
* | video: move some code around | wm4 | 2014-08-13 | 1 | -45/+40 |
* | video: exit early when nothing to do | wm4 | 2014-08-13 | 1 | -7/+7 |
* | video: minor simplification of the old framedrop code | wm4 | 2014-08-13 | 1 | -10/+6 |
* | player: don't quit with --loop-file | wm4 | 2014-08-13 | 1 | -0/+1 |
* | video: fix and simplify video format changes and last frame display | wm4 | 2014-08-12 | 4 | -111/+91 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 5 | -120/+32 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 1 | -1/+1 |
* | player: remove cache status from video OSD | wm4 | 2014-08-11 | 1 | -3/+0 |
* | video: fix dangling pointer issue | wm4 | 2014-08-11 | 1 | -1/+1 |
* | command: for OSD, format cache property as integer | wm4 | 2014-08-11 | 1 | -0/+5 |
* | command: fix dangling pointer issue in script key bindings code | wm4 | 2014-08-11 | 1 | -1/+1 |
* | player: don't delay OSD redraw when paused | wm4 | 2014-08-10 | 1 | -2/+4 |
* | video: remove "hard" framedrop mode | wm4 | 2014-08-09 | 1 | -1/+1 |
* | command: run OSD display code even if a property is unavailable | wm4 | 2014-08-09 | 1 | -4/+2 |
* | command: add a "seeking" property | wm4 | 2014-08-08 | 1 | -0/+10 |
* | player: indicate on the status line whether a seek is active | wm4 | 2014-08-08 | 1 | -1/+3 |
* | audio: fix encoding mode | wm4 | 2014-08-07 | 1 | -1/+2 |
* | player: remove unused declaration | wm4 | 2014-08-07 | 1 | -1/+0 |
* | client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreation | wm4 | 2014-08-06 | 1 | -0/+2 |
* | audio: fix inverted condition | wm4 | 2014-08-06 | 1 | -6/+4 |
* | cocoa: fix build by using the correct HAVE_* macro | Stefano Pigozzi | 2014-08-06 | 2 | -6/+6 |
* | cocoa: move set_input_context to macosx_events | FRAU KOUJIRO | 2014-08-06 | 1 | -0/+1 |
* | sub: fix subtitle timing for TS | wm4 | 2014-08-04 | 1 | -2/+6 |
* | sub: don't read packets if video and audio are disabled | wm4 | 2014-08-04 | 1 | -1/+1 |
* | player: some further playloop cleanups | wm4 | 2014-08-03 | 2 | -45/+45 |
* | player: make quit exit immediately | wm4 | 2014-08-03 | 1 | -3/+3 |
* | player: allow redrawing screen during seeks | wm4 | 2014-08-03 | 1 | -6/+12 |
* | player: don't show the path part for external subtitle files | wm4 | 2014-08-02 | 1 | -1/+1 |
* | client API: minor optimizations for property notification | wm4 | 2014-08-02 | 4 | -38/+91 |
* | command: add a property that returns a list of all properties | wm4 | 2014-08-02 | 3 | -21/+25 |
* | Remove the last remains of slave mode | wm4 | 2014-08-01 | 1 | -9/+2 |
* | player: don't ignore first chapter | wm4 | 2014-07-31 | 1 | -1/+1 |
* | video: fix attached picture mode | wm4 | 2014-07-31 | 1 | -1/+3 |
* | audio: simplify condition | wm4 | 2014-07-31 | 1 | -1/+1 |
* | audio: fix A/V sync in encoding mode | wm4 | 2014-07-31 | 1 | -0/+5 |
* | client API: don't send internal events to the clients | wm4 | 2014-07-31 | 1 | -1/+2 |
* | command: add cache-idle property | wm4 | 2014-07-31 | 1 | -1/+14 |
* | client API: make "cache" property and similar observable | wm4 | 2014-07-31 | 4 | -0/+17 |
* | client API: fix deadlock when calling mpv_terminate_destroy before init | wm4 | 2014-07-31 | 1 | -1/+1 |
* | player: rename a variable | wm4 | 2014-07-30 | 1 | -3/+3 |
* | player: move video display code out of the playloop | wm4 | 2014-07-30 | 4 | -332/+336 |
* | player: split seek_reset() | wm4 | 2014-07-30 | 6 | -56/+59 |
* | video: actually flush filter chain | wm4 | 2014-07-30 | 1 | -1/+4 |
* | audio: better sync behavior on bogus EOF | wm4 | 2014-07-30 | 1 | -1/+3 |
* | audio: better initial sync for files where audio starts later | wm4 | 2014-07-30 | 1 | -5/+15 |
* | audio: cosmetics: remove unused return value | wm4 | 2014-07-30 | 2 | -11/+9 |
* | player: fix time display wheen seeking past EOF with --keep-open | wm4 | 2014-07-30 | 4 | -20/+19 |
* | player: let explicitly imprecise seeks cancel precise seeks | wm4 | 2014-07-29 | 1 | -0/+3 |
* | osc: Do precise seeks on simple clicks on seekbar | ChrisK2 | 2014-07-29 | 1 | -11/+19 |
* | audio: ignore (some) decoding errors on initialization | wm4 | 2014-07-29 | 1 | -1/+4 |
* | player: fix desync when seeking and switching external tracks | wm4 | 2014-07-29 | 6 | -32/+30 |
* | player: remove a pointless field | wm4 | 2014-07-29 | 2 | -5/+4 |
* | player: disable hr-seek in .ts files | wm4 | 2014-07-29 | 1 | -0/+1 |
* | player: allow precise seeking with percent seeks | wm4 | 2014-07-29 | 1 | -2/+1 |
* | player: update playback position on seek | wm4 | 2014-07-29 | 1 | -0/+2 |
* | player: logically speed up seek logic | wm4 | 2014-07-28 | 1 | -1/+1 |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 5 | -250/+288 |
* | audio, client API: check mp_make_wakeup_pipe() return value | wm4 | 2014-07-25 | 1 | -3/+4 |
* | command: fix and simplify overlay_add | wm4 | 2014-07-25 | 1 | -50/+44 |
* | command: append entries to the end of the playlist with loadlist append | Alessandro Ghedini | 2014-07-25 | 1 | -1/+1 |
* | audio: cosmetics: collapse a function | wm4 | 2014-07-24 | 1 | -14/+6 |
* | audio: fix race condition in EOF code | wm4 | 2014-07-24 | 1 | -1/+1 |
* | command: add append-play loadfile mode | wm4 | 2014-07-23 | 1 | -2/+2 |
* | player: remove something DVD specific | wm4 | 2014-07-22 | 1 | -8/+1 |
* | sub: offset subtitle timing to video start PTS | wm4 | 2014-07-22 | 1 | -1/+2 |
* | video: fix corner case with accidental EOF | wm4 | 2014-07-22 | 1 | -5/+5 |
* | player: fix idle mode event handling | wm4 | 2014-07-22 | 1 | -2/+2 |
* | osd: properly handle OSD bar timeout | wm4 | 2014-07-21 | 1 | -4/+10 |
* | player: don't sleep after seeks | wm4 | 2014-07-21 | 1 | -0/+1 |
* | audio: remove unused metadata field | wm4 | 2014-07-21 | 1 | -1/+0 |
* | player: simplify a condition | wm4 | 2014-07-20 | 1 | -7/+8 |
* | player: simplify logic on video errors | wm4 | 2014-07-20 | 1 | -1/+1 |
* | audio: use symbolic constants instead of magic integers | wm4 | 2014-07-20 | 1 | -4/+3 |
* | player: readd code accidentally removed with commit 61efe87e | wm4 | 2014-07-20 | 1 | -0/+5 |
* | player: fix regression with ordered chapters | wm4 | 2014-07-20 | 2 | -14/+18 |
* | command: potentially fix dvd angle setting | wm4 | 2014-07-20 | 1 | -5/+4 |
* | player: don't wait forever with --cache-pause-below behavior | wm4 | 2014-07-20 | 1 | -0/+1 |
* | video: use symbolic constants instead of magic integers | wm4 | 2014-07-18 | 3 | -38/+43 |
* | video: don't block when reading video packets | wm4 | 2014-07-18 | 3 | -13/+35 |
* | player: remove the last instances of polling | wm4 | 2014-07-18 | 3 | -38/+39 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 6 | -102/+120 |
* | ao_lavc: Fix design of audio pts handling. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 7 | -0/+495 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 7 | -495/+0 |
* | command: don't show VO information in colorspace properties | wm4 | 2014-07-13 | 1 | -3/+1 |
* | Remove some mp_msg calls with no trailing \n | wm4 | 2014-07-13 | 1 | -21/+21 |
* | player: remove some inactive code | wm4 | 2014-07-13 | 1 | -8/+1 |
* | audio: drop buffered audio when switching tracks or filters | wm4 | 2014-07-13 | 2 | -0/+2 |
* | osc: improve previous commit | ChrisK2 | 2014-07-10 | 1 | -6/+3 |
* | osc: round displayed cache value | ChrisK2 | 2014-07-10 | 1 | -3/+3 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 3 | -0/+3 |
* | demux: remove accurate_seek field | wm4 | 2014-07-08 | 1 | -5/+3 |
* | osc: fix failure when using DVD menus | wm4 | 2014-07-07 | 1 | -1/+1 |
* | lua: redo error handling, print backtraces | wm4 | 2014-07-07 | 1 | -82/+90 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 2 | -19/+0 |
* | demux: minor simplification | wm4 | 2014-07-06 | 1 | -1/+1 |
* | player: don't use stream position as fallback for percent-pos | wm4 | 2014-07-05 | 1 | -3/+2 |
* | dvd: move angle switching code | wm4 | 2014-07-05 | 1 | -14/+28 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 3 | -114/+0 |
* | discnav: fix a comment | wm4 | 2014-07-05 | 1 | -1/+1 |
* | demux: make start time a simple field | wm4 | 2014-07-05 | 2 | -3/+3 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 1 | -1/+1 |
* | client API: allow calling mpv_terminate_destroy(NULL) | wm4 | 2014-07-04 | 1 | -0/+3 |
* | command: include new "playback-time" property in update mechanism | wm4 | 2014-07-03 | 1 | -1/+1 |
* | command: remove some code duplication in cache properties | wm4 | 2014-07-02 | 1 | -75/+33 |
* | command: cache can actually have full-size 0 | wm4 | 2014-07-02 | 1 | -4/+4 |
* | command: change cache perentage to float, add cache-free and cache-used | Andrey Morozov | 2014-07-02 | 4 | -9/+104 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 4 | -5/+2 |
* | player: fix start position when specifying with percent | Tsukasa OMOTO | 2014-06-29 | 1 | -1/+1 |
* | options: support setting start time relative to start PTS | Tsukasa OMOTO | 2014-06-29 | 1 | -3/+8 |
* | player: make the time display relative to start PTS | Tsukasa OMOTO | 2014-06-29 | 6 | -10/+27 |
* | sub: fix undefined behavior with dvd:// | wm4 | 2014-06-28 | 1 | -1/+1 |
* | scripting: shorten a line | wm4 | 2014-06-26 | 1 | -2/+3 |
* | config, player: avoid some temporary talloc contexts | wm4 | 2014-06-26 | 1 | -15/+10 |
* | player: create config dir if it doesn't exist | wm4 | 2014-06-26 | 1 | -0/+2 |
* | player: remove some minor code duplication in config loader code | wm4 | 2014-06-26 | 3 | -21/+16 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 3 | -19/+24 |
* | command: fix tv-channel property | wm4 | 2014-06-25 | 1 | -0/+3 |
* | options: Expose --colormatrix-primaries to the user | Niklas Haas | 2014-06-22 | 1 | -0/+29 |
* | options: allow adding multiple files with --audio-file | wm4 | 2014-06-18 | 1 | -2/+4 |
* | video: correct spelling: mp_image_params_equals -> mp_image_params_equal | wm4 | 2014-06-17 | 1 | -2/+2 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 1 | -1/+0 |
* | encode: disable playback framedropping | wm4 | 2014-06-17 | 1 | -0/+1 |
* | discnav: make OSD path explicitly thread-safe | wm4 | 2014-06-16 | 1 | -16/+31 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 4 | -33/+12 |
* | command: redo the property type | wm4 | 2014-06-13 | 3 | -508/+601 |
* | win32: implement --priority differently | wm4 | 2014-06-12 | 1 | -2/+2 |
* | encode: don't load Lua scripts | wm4 | 2014-06-12 | 1 | -0/+2 |
* | encode: make option struct local | wm4 | 2014-06-11 | 2 | -4/+6 |
* | Add more const | wm4 | 2014-06-11 | 7 | -15/+15 |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 | 1 | -6/+4 |
* | stream_dvb: remove global option variables | wm4 | 2014-06-11 | 1 | -4/+0 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 3 | -165/+111 |
* | player: hide some messages in verbose mode | wm4 | 2014-06-09 | 1 | -3/+3 |
* | client API: disable LIRC input by default | wm4 | 2014-06-09 | 1 | -0/+1 |
* | audio: add a "weak" gapless mode, and make it default | wm4 | 2014-06-09 | 3 | -1/+14 |
* | player: show "neutral" position markers for OSD bars | wm4 | 2014-06-08 | 3 | -6/+21 |
* | client API: minor documentation fixes/enhancements | wm4 | 2014-06-08 | 1 | -2/+2 |
* | client API: trigger wakeup when creating wakeup pipe/callback | wm4 | 2014-06-08 | 1 | -1/+5 |
* | client API: restructure waiting, do log msg wakeup properly | wm4 | 2014-06-07 | 1 | -42/+55 |
* | client API: rename mpv_destroy() to mpv_detach_destroy() | wm4 | 2014-06-07 | 2 | -5/+4 |
* | client API: add API function that ensures total destruction | wm4 | 2014-06-07 | 3 | -2/+37 |
* | client API: change mpv_wait_event() timeout semantics | wm4 | 2014-06-07 | 2 | -2/+5 |
* | client API: enlarge the message buffer if log level is high | wm4 | 2014-06-06 | 1 | -1/+2 |
* | client API: call wakeup callback if there are new messages | wm4 | 2014-06-06 | 1 | -13/+17 |
* | client API: fix terminal usage | wm4 | 2014-06-06 | 1 | -1/+4 |
* | client API: don't update properties in uninitialized state | wm4 | 2014-06-06 | 1 | -0/+2 |
* | client API: don't use the mpv config files by default | wm4 | 2014-06-06 | 1 | -0/+1 |
* | client API: use shared code for creating the wakeup pipe | wm4 | 2014-06-06 | 1 | -12/+2 |
* | client API: fix swapped pipe ends used with mpv_set_wakeup_callback | wm4 | 2014-06-06 | 1 | -2/+2 |
* | lua: make warning about unknown scripts -v only | wm4 | 2014-06-04 | 1 | -1/+1 |
* | command: format_bitrate: fix conversion to kbits and mbits | Marcoen Hirschberg | 2014-06-02 | 1 | -2/+2 |
* | osc: keep track of the "fullscreen" state when it changes | Marcoen Hirschberg | 2014-06-02 | 1 | -3/+6 |
* | player: write file name to the watch later config file | Alessandro Ghedini | 2014-06-01 | 1 | -0/+2 |
* | command: improve video-bitrate property | Andrey Morozov | 2014-06-01 | 1 | -1/+4 |
* | client API: report success status when running commands | wm4 | 2014-06-01 | 3 | -29/+46 |
* | command: property notification when changing af/vf | wm4 | 2014-06-01 | 1 | -0/+1 |
* | command: add const to mp_notify_property | wm4 | 2014-06-01 | 2 | -2/+2 |
* | audio: change handling of an EOF corner case | wm4 | 2014-05-30 | 1 | -7/+1 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 1 | -4/+4 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | osc: correct calculation of slider position | ChrisK2 | 2014-05-28 | 1 | -1/+1 |
* | osc: extend hitbox of seekbars to include gap | ChrisK2 | 2014-05-27 | 1 | -1/+1 |
* | lua: slightly nicer diagnostics output | wm4 | 2014-05-27 | 1 | -1/+3 |
* | lua: add missing include files | wm4 | 2014-05-26 | 1 | -0/+2 |
* | lua: fix compilation with lua 5.2 | wm4 | 2014-05-26 | 1 | -8/+42 |
* | command: add write_watch_later_config command | Martin | 2014-05-26 | 1 | -0/+5 |
* | lua: add some filesystem utility functions | wm4 | 2014-05-25 | 1 | -10/+72 |
* | osc: fix chapter list display | ChrisK2 | 2014-05-24 | 1 | -2/+2 |
* | client API: fix mpv_observe_property with MP_FORMAT_NONE | wm4 | 2014-05-24 | 1 | -2/+3 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 3 | -13/+13 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 5 | -24/+6 |
* | player: don't init/uninit terminal at runtime | wm4 | 2014-05-24 | 1 | -7/+1 |
* | lua/osc: forgot some changed files in previous commit | ChrisK2 | 2014-05-23 | 3 | -97/+20 |
* | lua/osc: small overhaul | ChrisK2 | 2014-05-23 | 1 | -0/+105 |
* | player: give quit_watch_later an exit code argument like quit | wm4 | 2014-05-22 | 1 | -6/+3 |
* | tl_mpv_edl: correct misspelling on line 233 | Yomi0 | 2014-05-22 | 1 | -1/+1 |
* | player: fix cover art sometimes "syncing" against audio | wm4 | 2014-05-22 | 1 | -1/+3 |
* | player: suggest --no-audio-display on cover art | wm4 | 2014-05-22 | 1 | -0/+7 |
* | video: fix display of cover art with vo_vdpau | wm4 | 2014-05-22 | 1 | -2/+4 |
* | edl: use start PTS of the source files as default start time | wm4 | 2014-05-22 | 1 | -2/+8 |
* | cache: redo options and default settings | wm4 | 2014-05-20 | 4 | -29/+18 |
* | client API: add mpv_load_config_file() | wm4 | 2014-05-18 | 1 | -0/+15 |
* | options: unify code for setting string and "raw" options | wm4 | 2014-05-18 | 2 | -47/+44 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -2/+2 |
* | player: increase seek accuracy when refreshing display on filter change | wm4 | 2014-05-18 | 1 | -1/+1 |
* | command: add a disc-menu-active property | wm4 | 2014-05-18 | 3 | -0/+30 |
* | client API: fix "missed" property notifications | wm4 | 2014-05-18 | 1 | -19/+25 |
* | x11: replace--[x11-]fstype option with --x11-netwm | wm4 | 2014-05-16 | 1 | -11/+0 |
* | player: reorganize how lua scripts are loaded | wm4 | 2014-05-13 | 8 | -130/+205 |
* | player: disable hr-seek framedropping during backstepping | wm4 | 2014-05-12 | 1 | -2/+3 |
* | player: don't assign "false" to pointer | wm4 | 2014-05-11 | 1 | -1/+1 |
* | input: remove pausing command prefixes | wm4 | 2014-05-11 | 1 | -9/+0 |
* | player: don't complain on too long filenames | wm4 | 2014-05-10 | 1 | -2/+2 |
* | command: add property that estimates current video FPS | wm4 | 2014-05-08 | 1 | -0/+27 |
* | options: add --hr-seek-framedrop option | wm4 | 2014-05-07 | 1 | -1/+2 |
* | player: avoid reconfig during seeking | wm4 | 2014-05-07 | 1 | -1/+2 |
* | player: remove VO from seeking code path | wm4 | 2014-05-07 | 2 | -11/+26 |
* | player: minor reshuffling of video code | wm4 | 2014-05-07 | 1 | -28/+30 |
* | player: limit max. fallback frame duration | wm4 | 2014-05-07 | 1 | -1/+1 |
* | player: handle video reconfig slightly different again | wm4 | 2014-05-07 | 2 | -23/+29 |
* | player: reset last_frame_duration on init | wm4 | 2014-05-07 | 1 | -0/+1 |
* | command: rename stream-length to file-size, format file size | Andrey Morozov | 2014-05-06 | 1 | -13/+44 |
* | command: remove ifdefs for deint filters | wm4 | 2014-05-06 | 1 | -4/+0 |
* | common: change mp_snprintf_append semantics | wm4 | 2014-05-05 | 1 | -2/+2 |
* | options: merge ---sub-auto-match with --sub-auto | wm4 | 2014-05-04 | 1 | -1/+1 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 2 | -29/+0 |
* | options: rename video-related options/properties | Martin Herkt | 2014-05-04 | 1 | -1/+1 |
* | options: rename audio-related options/properties | Martin Herkt | 2014-05-04 | 1 | -2/+2 |
* | options: rename subtitle-related options | Martin Herkt | 2014-05-04 | 1 | -1/+1 |
* | video: remove a corner case by introducing another one | wm4 | 2014-05-03 | 1 | -3/+2 |
* | video: fix video end condition | wm4 | 2014-05-03 | 1 | -5/+4 |
* | video: rename a variable | wm4 | 2014-05-03 | 1 | -2/+2 |
* | client API: fix inverted condition | wm4 | 2014-05-02 | 1 | -1/+1 |
* | video: removed unused stuff | wm4 | 2014-05-02 | 1 | -1/+0 |
* | player: remove extremely obscure undefined behavior | wm4 | 2014-05-02 | 1 | -1/+2 |
* | client API, video: signal reconfig at the right time | wm4 | 2014-05-02 | 1 | -4/+2 |
* | lua: remove "lua/" prefix from script names | wm4 | 2014-05-02 | 1 | -1/+1 |
* | video: change everything | wm4 | 2014-05-02 | 3 | -180/+224 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 3 | -5/+5 |