| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | client API: minor optimizations for property notification | wm4 | 2014-08-02 | 1 | -5/+42 |
* | command: add a property that returns a list of all properties | wm4 | 2014-08-02 | 1 | -5/+25 |
* | 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 | 1 | -0/+1 |
* | player: fix time display wheen seeking past EOF with --keep-open | wm4 | 2014-07-30 | 1 | -1/+3 |
* | 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 |
* | command: add append-play loadfile mode | wm4 | 2014-07-23 | 1 | -2/+2 |
* | command: potentially fix dvd angle setting | wm4 | 2014-07-20 | 1 | -5/+4 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -50/+41 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+133 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -133/+0 |
* | command: don't show VO information in colorspace properties | wm4 | 2014-07-13 | 1 | -3/+1 |
* | audio: drop buffered audio when switching tracks or filters | wm4 | 2014-07-13 | 1 | -0/+1 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 1 | -17/+0 |
* | dvd: move angle switching code | wm4 | 2014-07-05 | 1 | -14/+28 |
* | 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 | 1 | -2/+97 |
* | player: make the time display relative to start PTS | Tsukasa OMOTO | 2014-06-29 | 1 | -3/+13 |
* | 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 |
* | command: redo the property type | wm4 | 2014-06-13 | 1 | -506/+599 |
* | Add more const | wm4 | 2014-06-11 | 1 | -5/+5 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 1 | -153/+107 |
* | player: show "neutral" position markers for OSD bars | wm4 | 2014-06-08 | 1 | -2/+12 |
* | command: format_bitrate: fix conversion to kbits and mbits | Marcoen Hirschberg | 2014-06-02 | 1 | -2/+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 | 1 | -26/+42 |
* | 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 | 1 | -1/+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 |
* | command: add write_watch_later_config command | Martin | 2014-05-26 | 1 | -0/+5 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -7/+4 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -13/+1 |
* | player: give quit_watch_later an exit code argument like quit | wm4 | 2014-05-22 | 1 | -6/+3 |
* | options: unify code for setting string and "raw" options | wm4 | 2014-05-18 | 1 | -6/+5 |
* | command: add a disc-menu-active property | wm4 | 2014-05-18 | 1 | -0/+11 |
* | player: reorganize how lua scripts are loaded | wm4 | 2014-05-13 | 1 | -1/+0 |
* | input: remove pausing command prefixes | wm4 | 2014-05-11 | 1 | -9/+0 |
* | command: add property that estimates current video FPS | wm4 | 2014-05-08 | 1 | -0/+27 |
* | 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: 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 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 1 | -3/+3 |
* | 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 |
* | vf-metadata: fix handling of NULL metadata | Kevin Mitchell | 2014-04-29 | 1 | -11/+16 |
* | client API: add chapter change event | wm4 | 2014-04-27 | 1 | -0/+1 |
* | video: add a "hwdec" property to enable or disable hw decoding at runtime | wm4 | 2014-04-23 | 1 | -0/+33 |
* | command: export rotation parameter | wm4 | 2014-04-22 | 1 | -0/+1 |
* | player: add a --loop-file option | wm4 | 2014-04-17 | 1 | -0/+1 |
* | client API: remove mpv_event_pause_reason | wm4 | 2014-04-14 | 1 | -5/+5 |
* | command: add property to indicate when pausing due to --keep-open | wm4 | 2014-04-14 | 1 | -2/+11 |
* | 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 | 1 | -1/+0 |
* | command: add paused-for-cache, total-avsync-change, drop-frame-count properties | David Weber | 2014-04-13 | 1 | -0/+33 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 1 | -0/+29 |
* | command: property set commands should send property change notifications | wm4 | 2014-04-08 | 1 | -1/+21 |
* | client API: add a way to notify clients of property changes | wm4 | 2014-04-06 | 1 | -0/+31 |
* | command: change what the metadata property returns | wm4 | 2014-03-30 | 1 | -8/+20 |
* | command: minor simplification | wm4 | 2014-03-30 | 1 | -6/+3 |
* | command: add helper function to split property paths | wm4 | 2014-03-30 | 1 | -5/+8 |
* | Merge remote-tracking branch 'mpv/pr/676' | wm4 | 2014-03-30 | 1 | -1/+1 |
|\ |
|
| * | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 1 | -1/+1 |
* | | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -9/+9 |
|/ |
|
* | player: fix unchecked access for chapter metadata | wm4 | 2014-03-26 | 1 | -3/+1 |
* | player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times | wm4 | 2014-03-25 | 1 | -1/+1 |
* | command: make 'disc-title' property writable | xylosper | 2014-03-18 | 1 | -2/+8 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 1 | -1/+9 |
* | command: rename dvd- properties to disc- | wm4 | 2014-03-15 | 1 | -7/+7 |
* | command: prefix DVD title properties with "dvd-" | wm4 | 2014-03-15 | 1 | -8/+8 |
* | command: add new property 'title' | xylosper | 2014-03-15 | 1 | -0/+20 |
* | command: fix wrong condition & remove redundant stream type checking | xylosper | 2014-03-13 | 1 | -14/+2 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -5/+15 |
* | command: fix osd-height property | wm4 | 2014-03-09 | 1 | -1/+1 |
* | player: make separation between user/automatic track selection stronger | wm4 | 2014-03-03 | 1 | -1/+5 |
* | command: fix null pointer dereference in idle mode | wm4 | 2014-03-02 | 1 | -2/+2 |
* | client API: add two properties, 'time-start' and 'seekable' | xylosper | 2014-02-28 | 1 | -0/+21 |
* | command: use the step size for "add volume" commands | wm4 | 2014-02-27 | 1 | -4/+1 |
* | command: format volume property as integer for OSD | wm4 | 2014-02-27 | 1 | -0/+6 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 1 | -3/+1 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 1 | -5/+5 |
* | command: make options property return the list of all options | wm4 | 2014-02-24 | 1 | -7/+16 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 1 | -0/+9 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 1 | -1/+9 |
* | command: remove special casing for strings in input commands | wm4 | 2014-02-23 | 1 | -4/+4 |
* | command: don't use option name in properties | wm4 | 2014-02-23 | 1 | -19/+11 |
* | options: handle escape sequences in e.g. --playing-msg differently | wm4 | 2014-02-20 | 1 | -0/+21 |
* | command: allow accessing metadata entries as list | wm4 | 2014-02-19 | 1 | -0/+19 |
* | command: move metadata entry access to metadata/by-key/ | wm4 | 2014-02-19 | 1 | -1/+4 |
* | command: export list of editions as properties | wm4 | 2014-02-19 | 1 | -0/+61 |
* | command: export codec for each track | wm4 | 2014-02-19 | 1 | -0/+4 |
* | client API: add a client message event | wm4 | 2014-02-17 | 1 | -0/+16 |
* | command: export chapter list as properties | wm4 | 2014-02-16 | 1 | -4/+20 |
* | command: export playlist as properties | wm4 | 2014-02-16 | 1 | -11/+17 |
* | command: expose track list as properties | wm4 | 2014-02-16 | 1 | -3/+31 |
* | command: export more video params as properties | wm4 | 2014-02-16 | 1 | -36/+51 |
* | player: select subtitles added with sub_add | wm4 | 2014-02-13 | 1 | -2/+5 |
* | command: fix metadata property | wm4 | 2014-02-12 | 1 | -2/+2 |
* | lua: port to client API | wm4 | 2014-02-10 | 1 | -45/+12 |
* | Add a client API | wm4 | 2014-02-10 | 1 | -16/+13 |
* | player: handle seek delays differently | wm4 | 2014-02-07 | 1 | -7/+7 |
* | command: output more information in colorspace properties and simplify | wm4 | 2014-02-03 | 1 | -39/+31 |
* | lua: add playback-start event | wm4 | 2014-01-20 | 1 | -0/+1 |
* | player: prevent null pointer deref on uninit after -V | wm4 | 2014-01-18 | 1 | -0/+2 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -24/+34 |
* | player: remove OSD message IDs | wm4 | 2014-01-17 | 1 | -33/+25 |
* | player: remove OSD stack | wm4 | 2014-01-17 | 1 | -2/+0 |
* | msg: move special declarations to msg_control.h | wm4 | 2014-01-16 | 1 | -0/+2 |
* | command: if playback position is unknown, make percent-pos unavailable | wm4 | 2014-01-15 | 1 | -3/+8 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 1 | -1/+1 |
* | command: don't access VO for output parameters | wm4 | 2014-01-09 | 1 | -12/+18 |
* | audio: fix previous commit | wm4 | 2014-01-06 | 1 | -1/+1 |
* | sub: fix previous commit | wm4 | 2014-01-06 | 1 | -2/+2 |
* | player: print an error message if run command fails | wm4 | 2014-01-05 | 1 | -1/+5 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 1 | -14/+35 |
* | player: add infrastructure to select multiple tracks at once | wm4 | 2013-12-24 | 1 | -1/+1 |
* | player: redo demuxer stream selection | wm4 | 2013-12-24 | 1 | -3/+2 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | playlist_parser: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+2 |
* | m_property: mp_msg conversions | wm4 | 2013-12-21 | 1 | -3/+3 |
* | player: replace some overlooked mp_msgs | wm4 | 2013-12-19 | 1 | -19/+11 |
* | command: remove radio commands | wm4 | 2013-12-19 | 1 | -39/+0 |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -36/+36 |
* | command: better check whether file duration is available | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -3/+3 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -4/+4 |
* | Move libquvi stuff to stream/resolve/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Rename mp_lua.c/h to lua.c/h | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Rename mp_core.h to core.h | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move mpvcore/player/ to player/ | wm4 | 2013-12-17 | 1 | -0/+3243 |