| Commit message (Expand) | Author | Age | Files | Lines |
* | player: don't quit with --loop-file | wm4 | 2014-08-13 | 1 | -0/+1 |
* | 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 |
|