| Commit message (Expand) | Author | Age |
* | audio/video: expose codec info as separate field | wm4 | 2016-02-15 |
* | video: remove pointless parameter indirection | wm4 | 2016-02-15 |
* | player: remove dead code | wm4 | 2016-02-12 |
* | player: fix crash if no video decoder can be initialized | wm4 | 2016-02-10 |
* | player: force refresh seek when changing audio filters | wm4 | 2016-02-09 |
* | player: remove some further current_track dependencies | wm4 | 2016-02-05 |
* | player: add complex filter graph support | wm4 | 2016-02-05 |
* | player: move audio and video decoder init to separate functions | wm4 | 2016-02-05 |
* | player: use different variable to indicate coverart | wm4 | 2016-02-01 |
* | audio/video: merge decoder return values | wm4 | 2016-02-01 |
* | player: refactor: some more minor decoder/output decoupling | wm4 | 2016-01-29 |
* | player: fix initial audio sync in certain cases | wm4 | 2016-01-29 |
* | video: fix coverart switching | wm4 | 2016-01-27 |
* | video: slightly improve video stream switching | wm4 | 2016-01-26 |
* | video: limit maximum number of VO frames correctly | wm4 | 2016-01-24 |
* | video: don't wait for last video frame in the normal case | wm4 | 2016-01-22 |
* | player: fix some oversights in video refactoring | wm4 | 2016-01-22 |
* | player: refactor: eliminate MPContext.d_audio | wm4 | 2016-01-22 |
* | audio: refactor: work towards unentangling audio decoding and filtering | wm4 | 2016-01-22 |
* | player: refactor: eliminate MPContext.d_video | wm4 | 2016-01-17 |
* | video: refactor: disentangle decoding/filtering some more | wm4 | 2016-01-16 |
* | video: refactor: slightly disentangle video filtering | wm4 | 2016-01-15 |
* | video: decouple filtering/decoding slightly more | wm4 | 2016-01-14 |
* | video: refactor: shuffle code around | wm4 | 2016-01-14 |
* | video: refactor: handle video format fixups closer to decoder | wm4 | 2016-01-14 |
* | player: simplify backstepping | wm4 | 2016-01-12 |
* | player: handle hrseek framedrop correctly | wm4 | 2016-01-12 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 |
* | player: detect audio PTS jumps, make video PTS heuristic less aggressive | wm4 | 2016-01-09 |
* | video: fix debug message | wm4 | 2016-01-06 |
* | video: do not disable hr-seek framedrop too early | wm4 | 2015-12-30 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 |
* | player: remove redundant check | wm4 | 2015-12-05 |
* | player: don't make display-sync panic on timestamp discontinuities | wm4 | 2015-12-04 |
* | player: resync audio only on larger timestamp discontinuities | wm4 | 2015-12-04 |
* | vo_opengl: fix interpolation with display-sync | wm4 | 2015-11-28 |
* | player: fix commit 50bb209a | wm4 | 2015-11-28 |
* | vo: change vo_frame field units | wm4 | 2015-11-27 |
* | player: always disable display-sync on desyncs | wm4 | 2015-11-27 |
* | player: make display-vdrop mode do what the manpage claims | wm4 | 2015-11-26 |
* | player: log some more display-sync information | wm4 | 2015-11-25 |
* | player: use demuxer ts offset to simplify timeline ts handling | wm4 | 2015-11-16 |
* | player: account for minor VO underruns | wm4 | 2015-11-14 |
* | player: fix audio drift computation at different playback speeds | wm4 | 2015-11-14 |
* | player: stricter framedrop threshold | wm4 | 2015-11-13 |
* | player: try to compensate actual audio drift | wm4 | 2015-11-13 |
* | player: change display-sync audio speed only if needed | wm4 | 2015-11-13 |
* | player: remove display_sync_disable_counter | wm4 | 2015-11-13 |