| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: reduce excessive logging of delayed audio start | wm4 | 2020-09-03 | 1 | -0/+2 |
* | audio: refactor how data is passed to AO | wm4 | 2020-08-29 | 1 | -6/+11 |
* | player: fix video paused condition on VO creation | wm4 | 2020-08-27 | 1 | -0/+1 |
* | audio: remove delay debug logging | wm4 | 2020-08-23 | 1 | -3/+0 |
* | auto_profiles: add this script | wm4 | 2020-08-05 | 1 | -1/+1 |
* | player: add --term-title option | wm4 | 2020-05-25 | 1 | -0/+1 |
* | player: remove some display-adrop leftovers | wm4 | 2020-05-23 | 1 | -2/+0 |
* | player: remove duplicated track option setter code | wm4 | 2020-04-15 | 1 | -0/+2 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 1 | -3/+6 |
* | player: remove mysterious declaration | wm4 | 2020-04-15 | 1 | -2/+0 |
* | player, stats: more silly debug stuff | wm4 | 2020-04-10 | 1 | -0/+1 |
* | player: make a function static | wm4 | 2020-04-03 | 1 | -1/+0 |
* | scripting: remove race condition when toggling internal scripts | wm4 | 2020-03-26 | 1 | -1/+3 |
* | player: fix subtle idle mode differences on early program start | wm4 | 2020-03-21 | 1 | -1/+1 |
* | player: force update of cache properties even on inactive demuxer cache | wm4 | 2020-03-05 | 1 | -0/+1 |
* | player: remove delayed audio seek thing | wm4 | 2020-02-29 | 1 | -4/+0 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 1 | -0/+2 |
* | player: set playback_pts in hr-seek past EOF case | wm4 | 2020-02-28 | 1 | -3/+1 |
* | scripting: add a way to run sub processes as "scripts" | wm4 | 2020-02-19 | 1 | -0/+1 |
* | scripting: load scripts from directories | wm4 | 2020-02-01 | 1 | -1/+9 |
* | scripting: make player error when attempting to load unknown scripts | wm4 | 2020-01-19 | 1 | -1/+1 |
* | player: avoid underrun wakeup loop | wm4 | 2019-12-16 | 1 | -0/+1 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -0/+2 |
* | options: deprecate --video-sync=display-adrop | wm4 | 2019-11-17 | 1 | -0/+1 |
* | player: remove commented declaration | wm4 | 2019-11-17 | 1 | -1/+0 |
* | video: do not disable display-sync on A/V desync | wm4 | 2019-10-17 | 1 | -1/+0 |
* | player: partially rework --cache-pause | wm4 | 2019-10-11 | 1 | -0/+5 |
* | loadfile: don't always accidentally always prefetching | wm4 | 2019-09-29 | 1 | -0/+1 |
* | demux, command: add a third stream recording mechanism | wm4 | 2019-09-19 | 1 | -1/+2 |
* | player: fix --loop with backward playback | wm4 | 2019-09-19 | 1 | -0/+1 |
* | player: modify/simplify AB-loop behavior | wm4 | 2019-09-19 | 1 | -1/+3 |
* | player: make a function static | wm4 | 2019-09-19 | 1 | -1/+0 |
* | Implement backwards playback | wm4 | 2019-09-19 | 1 | -0/+1 |
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 1 | -9/+36 |
|\ |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 1 | -2/+0 |
| * | player: change the role of the "stop_play" and "playing" variable | wm4 | 2018-05-24 | 1 | -2/+3 |
| * | player: simplify edition switching | wm4 | 2018-05-24 | 1 | -1/+0 |
| * | player: make various commands for managing external tracks abortable | wm4 | 2018-05-24 | 1 | -3/+2 |
| * | client API: kill async commands on termination | wm4 | 2018-05-24 | 1 | -0/+1 |
| * | command: add a way to abort asynchronous commands | wm4 | 2018-05-24 | 1 | -0/+22 |
| * | player: rename "lock" to "abort_lock" | wm4 | 2018-05-24 | 1 | -2/+2 |
| * | player: make all external file loading actions async | wm4 | 2018-05-24 | 1 | -1/+3 |
| * | command: make sub-add and audio-add commands async | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: add infrastructure for async commands | wm4 | 2018-05-24 | 1 | -0/+4 |
* | | player: expose hearing/visual impaired flags on audio tracks | Aman Gupta | 2018-08-13 | 1 | -0/+1 |
* | | player: simplify edition switching | wm4 | 2018-05-31 | 1 | -1/+0 |
|/ |
|
* | demux, player: fix playback of sparse video streams (w/ still images) | Aman Gupta | 2018-05-24 | 1 | -0/+2 |
* | player: remove in_dispatch field | wm4 | 2018-04-18 | 1 | -1/+0 |
* | demux, player: mark dependent tracks | Aman Gupta | 2018-04-17 | 1 | -1/+1 |
* | client API: cleanup mpv_handle termination | wm4 | 2018-03-15 | 1 | -1/+1 |
* | scripting: make a function static | wm4 | 2018-03-08 | 1 | -1/+0 |
* | client API: deprecate opengl-cb API and introduce a replacement API | wm4 | 2018-02-28 | 1 | -2/+0 |
* | audio: move back PTS jump detection to before filter chain | wm4 | 2018-02-13 | 1 | -1/+0 |
* | player: correctly set track information on adding external files | Zehua Chen | 2018-02-10 | 1 | -2/+2 |
* | video: fix passing down FPS to vf_vapoursynth | wm4 | 2018-02-03 | 1 | -2/+0 |
* | audio: move to decoder wrapper | wm4 | 2018-01-30 | 1 | -8/+2 |
* | video: make decoder wrapper a filter | wm4 | 2018-01-30 | 1 | -12/+2 |
* | player: replace old lavfi wrapper with new filter code | wm4 | 2018-01-30 | 1 | -7/+9 |
* | audio: rewrite filtering glue code | wm4 | 2018-01-30 | 1 | -7/+4 |
* | video: rewrite filtering glue code | wm4 | 2018-01-30 | 1 | -5/+7 |
* | player: redo hack for video keyframe seeks with external audio | wm4 | 2018-01-18 | 1 | -3/+3 |
* | player: strictly never autoselect tracks from --external-files | wm4 | 2018-01-06 | 1 | -0/+1 |
* | player: use fixed timeout for cache pausing (buffering) duration | wm4 | 2018-01-03 | 1 | -1/+1 |
* | options: drop some previously deprecated options | wm4 | 2017-12-25 | 1 | -7/+0 |
* | player: use start timestamp for ab-looping if --ab-loop-a is absent | Leo Izen | 2017-12-03 | 1 | -0/+1 |
* | player: add get_play_start_pts | Leo Izen | 2017-12-03 | 1 | -0/+1 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 1 | -0/+6 |
* | options: remove --heartbeat-cmd and --heartbeat--interval | wm4 | 2017-09-18 | 1 | -1/+0 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 1 | -3/+1 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 1 | -5/+5 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 1 | -10/+11 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 1 | -3/+6 |
* | scripting: add wrapper to load scripts with user paths | Ricardo Constantino | 2017-06-30 | 1 | -0/+1 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 1 | -7/+7 |
* | player: deprecate "osd" command | wm4 | 2017-06-23 | 1 | -1/+0 |
* | player: fix a corner case in previous commit | wm4 | 2017-04-14 | 1 | -0/+1 |
* | player: fix core-idle and eof-reached update notifcations | wm4 | 2017-04-14 | 1 | -1/+4 |
* | player: unmess pause state handling | wm4 | 2017-04-14 | 1 | -2/+2 |
* | player: make screenshot commands honor the async flag | wm4 | 2017-04-01 | 1 | -0/+6 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 1 | -0/+8 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 1 | -3/+17 |
* | player: restructure cancel callback | wm4 | 2017-01-18 | 1 | -0/+6 |
* | scripting: minor logging improvements | wm4 | 2017-01-14 | 1 | -0/+1 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -0/+2 |
* | player: remove dysfunctional edition switching OSD code | wm4 | 2017-01-05 | 1 | -2/+1 |
* | video: use demuxer-signaled duration for last video frame | wm4 | 2016-12-21 | 1 | -0/+3 |
* | client API: turn mpv_suspend() and mpv_resume() into stubs | wm4 | 2016-11-22 | 1 | -1/+0 |
* | audio: move some fallback handling to common AO reload function | wm4 | 2016-10-05 | 1 | -0/+1 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 1 | -0/+1 |
* | player: enable reading from stdin after loading input.conf | wm4 | 2016-09-29 | 1 | -1/+1 |
* | command: add a load-script command | wm4 | 2016-09-22 | 1 | -0/+1 |
* | player: make --osc/--ytdl settable during playback | wm4 | 2016-09-20 | 1 | -0/+1 |
* | player: minor changes in init code | wm4 | 2016-09-19 | 1 | -1/+0 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 1 | -0/+1 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 1 | -1/+1 |
* | player: use better way to wait for input and dispatching commands | wm4 | 2016-09-16 | 1 | -1/+4 |
* | player: litter code with explicit wakeup calls | wm4 | 2016-09-16 | 1 | -0/+1 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 1 | -0/+2 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 1 | -1/+0 |
* | client API: implement mpv_suspend/resume slightly differently | wm4 | 2016-09-04 | 1 | -0/+1 |
* | player: make looping slightly more seamless | wm4 | 2016-08-18 | 1 | -0/+2 |
* | player: allow passing flags to queue_seek() | wm4 | 2016-08-15 | 1 | -2/+6 |
* | player: add --audio-wait-open options | wm4 | 2016-08-09 | 1 | -0/+1 |
* | player: gross hack to improve non-hr seeking with external audio tracks | wm4 | 2016-08-07 | 1 | -0/+4 |
* | player: offset demuxer on start/seek properly with audio/sub delay | wm4 | 2016-08-04 | 1 | -0/+1 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 1 | -1/+9 |
* | player: rewrite deinterlace filter auto-insertion | wm4 | 2016-07-05 | 1 | -0/+2 |
* | player: do not update OSD all the time when paused | wm4 | 2016-06-11 | 1 | -1/+1 |
* | video: refactor how VO exports hwdec device handles | wm4 | 2016-05-09 | 1 | -1/+1 |
* | player: simplify an aspect of buffering determination | wm4 | 2016-04-19 | 1 | -1/+2 |
* | sub: make preloading more robust | wm4 | 2016-03-06 | 1 | -4/+0 |
* | player: minor simplification | wm4 | 2016-02-27 | 1 | -2/+2 |
* | player: slightly simplify how demuxer streams are enabled/disabled | wm4 | 2016-02-25 | 1 | -1/+1 |
* | player: remove unused MPContext.stream field | wm4 | 2016-02-23 | 1 | -2/+0 |
* | player: remove MPContext.sources fields | wm4 | 2016-02-23 | 1 | -2/+0 |
* | player: remove old timeline/ordered chapters support | wm4 | 2016-02-15 | 1 | -20/+1 |
* | player: add complex filter graph support | wm4 | 2016-02-05 | 1 | -0/+17 |
* | player: move audio and video decoder init to separate functions | wm4 | 2016-02-05 | 1 | -0/+2 |
* | player: use different variable to indicate coverart | wm4 | 2016-02-01 | 1 | -3/+4 |
* | audio: move pts reset check | wm4 | 2016-01-29 | 1 | -0/+1 |
* | player: fix initial audio sync in certain cases | wm4 | 2016-01-29 | 1 | -2/+0 |
* | audio: refactor: move MPContext.ao_buffer field | wm4 | 2016-01-22 | 1 | -1/+1 |
* | player: refactor: eliminate MPContext.d_audio | wm4 | 2016-01-22 | 1 | -3/+2 |
* | audio: refactor: work towards unentangling audio decoding and filtering | wm4 | 2016-01-22 | 1 | -0/+21 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 1 | -1/+1 |
* | player: refactor: eliminate MPContext.d_video | wm4 | 2016-01-17 | 1 | -1/+8 |
* | player: refactor: eliminate MPContext.d_sub | wm4 | 2016-01-17 | 1 | -4/+4 |
* | video: refactor: disentangle decoding/filtering some more | wm4 | 2016-01-16 | 1 | -4/+9 |
* | player: remove unused last_dvb_step member. | Oliver Freyermuth | 2016-01-14 | 1 | -2/+0 |
* | video: decouple filtering/decoding slightly more | wm4 | 2016-01-14 | 1 | -3/+13 |
* | player: remove stale declaration | wm4 | 2016-01-14 | 1 | -1/+0 |
* | video: refactor: shuffle code around | wm4 | 2016-01-14 | 1 | -0/+3 |
* | player: simplify backstepping | wm4 | 2016-01-12 | 1 | -11/+6 |
* | player: eliminate demux_get_next_pts() | wm4 | 2016-01-11 | 1 | -1/+0 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -1/+1 |
* | sub: always recreate ASS_Renderer on subtitle decoder reinit | wm4 | 2015-12-26 | 1 | -10/+0 |
* | sub: cache subtitle state per track instead of per demuxer stream | wm4 | 2015-12-26 | 1 | -1/+3 |
* | player: minor simplification | wm4 | 2015-12-23 | 1 | -1/+1 |
* | player: always disable display-sync on desyncs | wm4 | 2015-11-27 | 1 | -0/+1 |
* | player: make timeline switching slightly nicer | wm4 | 2015-11-18 | 1 | -1/+1 |
* | player: remove OSD subtitle render path | wm4 | 2015-11-17 | 1 | -3/+1 |
* | player: use demuxer ts offset to simplify timeline ts handling | wm4 | 2015-11-16 | 1 | -3/+2 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 1 | -1/+0 |
* | win32: support taskbar button progress indicator | Martin Herkt | 2015-11-15 | 1 | -0/+2 |
* | player: remove unused field | wm4 | 2015-11-14 | 1 | -1/+0 |
* | player: try to compensate actual audio drift | wm4 | 2015-11-13 | 1 | -0/+1 |
* | player: remove display_sync_disable_counter | wm4 | 2015-11-13 | 1 | -1/+0 |
* | command: add vsync-ratio property | wm4 | 2015-11-13 | 1 | -0/+1 |
* | player: refactor display-sync frame duration calculations | wm4 | 2015-11-13 | 1 | -6/+12 |
* | player: limit speed change in display-sync adrop mode | wm4 | 2015-11-03 | 1 | -0/+1 |
* | command: add mistimed-frame-count property | wm4 | 2015-10-30 | 1 | -0/+2 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 1 | -0/+2 |
* | audio: add AO deviation logging | wm4 | 2015-10-08 | 1 | -0/+3 |
* | player: some more --force-window fixes | wm4 | 2015-09-21 | 1 | -1/+1 |
* | player: make force-window in auto-profiles actually work | wm4 | 2015-09-20 | 1 | -1/+1 |
* | player: add display sync mode | wm4 | 2015-08-10 | 1 | -0/+22 |
* | player: separate controls for user and video controlled speed | wm4 | 2015-08-10 | 1 | -1/+7 |
* | player: redo estimated-vf-fps calculation | wm4 | 2015-08-10 | 1 | -0/+5 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 1 | -10/+0 |
* | vo: minor simplification for queue size handling | wm4 | 2015-07-20 | 1 | -1/+1 |
* | player: refactor chapter seek code | wm4 | 2015-07-10 | 1 | -1/+0 |
* | player: add missing include directive | wm4 | 2015-07-06 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 1 | -0/+1 |
<