| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | command, vo_vdpau: respect vdpau deint sub-option | wm4 | 2014-05-02 | 1 | -2/+15 |
* | command: redo deinterlace filter probing | wm4 | 2014-05-02 | 1 | -18/+27 |
* | command: make enabling deinterlacing with vdpau work | wm4 | 2014-05-02 | 1 | -0/+3 |
* | video: improve error messages | wm4 | 2014-04-30 | 1 | -2/+1 |
* | vf-metadata: fix handling of NULL metadata | Kevin Mitchell | 2014-04-29 | 1 | -11/+16 |
* | video: remove redundant mp_image display_w/_h members | wm4 | 2014-04-29 | 1 | -4/+1 |
* | video: don't drop last frame when deinterlacing with yadif | wm4 | 2014-04-28 | 1 | -5/+7 |
* | client API: add chapter change event | wm4 | 2014-04-27 | 6 | -0/+17 |
* | stream: make mp_input_check_interrupt thread-safe | wm4 | 2014-04-25 | 1 | -0/+1 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -1/+8 |
* | lua: fix stack going out of sync | wm4 | 2014-04-24 | 1 | -0/+1 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 3 | -2/+3 |
* | video: add a "hwdec" property to enable or disable hw decoding at runtime | wm4 | 2014-04-23 | 1 | -0/+33 |
* | client API: make mpv_set_option set options natively | wm4 | 2014-04-22 | 1 | -1/+1 |
* | command: export rotation parameter | wm4 | 2014-04-22 | 1 | -0/+1 |
* | video: auto-insert software rotation filter | wm4 | 2014-04-21 | 1 | -5/+44 |
* | encode: don't resume playback when encoding | wm4 | 2014-04-19 | 1 | -0/+1 |
* | encode: don't apply default config options | wm4 | 2014-04-19 | 2 | -5/+18 |
* | Remove CPU detection and inline asm handling | wm4 | 2014-04-19 | 1 | -2/+0 |
* | encode: disable keep-open when encoding | James Ross-Gowan | 2014-04-19 | 1 | -0/+1 |
* | player: fix audio EOF check on --no-audio | wm4 | 2014-04-18 | 1 | -1/+1 |
* | player: add a --loop-file option | wm4 | 2014-04-17 | 2 | -0/+12 |
* | player: unrangle one aspect of audio EOF handling | wm4 | 2014-04-17 | 1 | -9/+4 |
* | audio: explicitly document audio EOF condition | wm4 | 2014-04-17 | 1 | -1/+1 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 2 | -1/+26 |
* | player: remove audio waiting | wm4 | 2014-04-15 | 1 | -16/+0 |
* | client API: remove mpv_event_pause_reason | wm4 | 2014-04-14 | 6 | -47/+18 |
* | command: add property to indicate when pausing due to --keep-open | wm4 | 2014-04-14 | 4 | -2/+16 |
* | command: add a property to indicate core pause state | wm4 | 2014-04-14 | 1 | -2/+11 |
* | command: vf-metadata: minor fixup of return status | Kevin Mitchell | 2014-04-14 | 1 | -1/+1 |
* | command: add vf-metadata property | Kevin Mitchell | 2014-04-13 | 1 | -1/+37 |
* | player: remove ASX, SMIL and NSC playlist parsers | wm4 | 2014-04-13 | 3 | -3/+0 |
* | player: hack to fix --msgmodule --term-osd-bar | wm4 | 2014-04-13 | 1 | -1/+1 |
* | command: add paused-for-cache, total-avsync-change, drop-frame-count properties | David Weber | < |