| Commit message (Expand) | Author | Age | Files | Lines |
* | player: let frontend decide whether to use cover-art mode | wm4 | 2020-09-28 | 1 | -1/+4 |
* | encode: remove early EOF failure handling | wm4 | 2020-09-03 | 1 | -1/+0 |
* | audio: refactor how data is passed to AO | wm4 | 2020-08-29 | 1 | -1/+4 |
* | player: fix video paused condition on VO creation | wm4 | 2020-08-27 | 1 | -1/+1 |
* | player: remove some display-adrop leftovers | wm4 | 2020-05-23 | 1 | -6/+0 |
* | audio: redo video-sync=display-adrop | wm4 | 2020-05-23 | 1 | -1/+1 |
* | options: add option to control display-sync factor | wm4 | 2020-05-23 | 1 | -3/+4 |
* | video: remove another redundant wakeup | wm4 | 2020-04-10 | 1 | -1/+3 |
* | video: avoid redundant self-wakeup on each queued frame | wm4 | 2020-04-10 | 1 | -1/+2 |
* | f_decoder_wrapper: replace most public fields with setters/getters | wm4 | 2020-02-29 | 1 | -4/+5 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 1 | -24/+38 |
* | player: set playback_pts in hr-seek past EOF case | wm4 | 2020-02-28 | 1 | -1/+0 |
* | player: remove stale last frame references | wm4 | 2020-02-28 | 1 | -2/+5 |
* | player: make screenshot each-frame mode more accurate | wm4 | 2020-02-07 | 1 | -2/+0 |
* | player: avoid underrun wakeup loop | wm4 | 2019-12-16 | 1 | -1/+8 |
* | player: make repeated hr-seeks past EOF trigger EOF as expected | wm4 | 2019-12-14 | 1 | -3/+9 |
* | player: don't apply weird timestamp tolerance on backstep | wm4 | 2019-12-03 | 1 | -1/+2 |
* | options: deprecate --video-sync=display-adrop | wm4 | 2019-11-17 | 1 | -0/+6 |
* | player: remove some unnecessary coverart special cases | wm4 | 2019-11-17 | 1 | -1/+1 |
* | video: make track switching work for external images | wm4 | 2019-11-17 | 1 | -7/+13 |
* | video: set EOF status as soon as possible | wm4 | 2019-11-17 | 1 | -1/+7 |
* | video: if hr-seek goes past last frame, seek to last frame | wm4 | 2019-11-17 | 1 | -7/+6 |
* | video: take first frame into account in audio-sync mode | wm4 | 2019-11-16 | 1 | -3/+2 |
* | video: do not disable display-sync on A/V desync | wm4 | 2019-10-17 | 1 | -8/+2 |
* | player: partially rework --cache-pause | wm4 | 2019-10-11 | 1 | -1/+7 |
* | video: always decode 2 frames on playback restart | wm4 | 2019-10-06 | 1 | -2/+2 |
* | player: ensure backward playback state is propagated on track switching | wm4 | 2019-09-19 | 1 | -1/+5 |
* | player: fix --end for backwards playback | wm4 | 2019-09-19 | 1 | -0/+2 |
* | video: fix player not exiting if no video frame was rendered | wm4 | 2019-09-19 | 1 | -2/+3 |
* | video: trust container FPS early on if possible | wm4 | 2018-05-24 | 1 | -1/+2 |
* | screenshot: change async behavior to be in line with new semantics | wm4 | 2018-05-24 | 1 | -1/+2 |
* | demux, player: fix playback of sparse video streams (w/ still images) | Aman Gupta | 2018-05-24 | 1 | -1/+11 |
* | encode: get rid of the output packet queue | wm4 | 2018-05-03 | 1 | -0/+1 |
* | video: actually wait for last frame being rendered on EOF | wm4 | 2018-05-03 | 1 | -1/+5 |
* | player: don't wait for last video frame in encode mode | wm4 | 2018-04-29 | 1 | -0/+3 |
* | encode: rewrite half of it | wm4 | 2018-04-29 | 1 | -7/+0 |
* | vo: add vo_reconfig2() | wm4 | 2018-04-29 | 1 | -1/+1 |
* | vo: pass through framedrop flag differently | wm4 | 2018-03-15 | 1 | -1/+2 |
* | video: add option to reduce latency by 1 or 2 frames | wm4 | 2018-03-03 | 1 | -4/+8 |
* | video: don't read ahead a frame in --untimed mode | wm4 | 2018-03-03 | 1 | -0/+3 |
* | client API: deprecate opengl-cb API and introduce a replacement API | wm4 | 2018-02-28 | 1 | -1/+0 |
* | video: do not buffer extra frames with VO_CAP_NORETAIN outputs | Aman Gupta | 2018-02-17 | 1 | -0/+3 |
* | video: fix passing down FPS to vf_vapoursynth | wm4 | 2018-02-03 | 1 | -7/+9 |
* | audio: move to decoder wrapper | wm4 | 2018-01-30 | 1 | -1/+0 |
* | video: make decoder wrapper a filter | wm4 | 2018-01-30 | 1 | -181/+47 |
* | player: replace old lavfi wrapper with new filter code | wm4 | 2018-01-30 | 1 | -3/+19 |
* | video: rewrite filtering glue code | wm4 | 2018-01-30 | 1 | -214/+78 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -4/+4 |
* | video: add a shitty hack to avoid missing subtitles with vf_sub | wm4 | 2017-12-08 | 1 | -0/+2 |
* | Fix various typos in log messages | Nicolas F | 2017-12-03 | 1 | -1/+1 |
* | video: remove automatic stereo3d filter insertion | wm4 | 2017-11-29 | 1 | -12/+1 |
* | video: fix rotation and deinterlace auto filters | wm4 | 2017-11-29 | 1 | -2/+6 |
* | video: fix typo in log message | Nicolas F | 2017-10-22 | 1 | -1/+1 |
* | video: fix poitential NULL deref | wm4 | 2017-10-18 | 1 | -2/+3 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 1 | -1/+1 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 1 | -60/+5 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 1 | -74/+1 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 1 | -3/+5 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 1 | -6/+3 |
* | player: do not destroy VO immediately if there is no video track | wm4 | 2017-08-14 | 1 | -1/+0 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 1 | -22/+13 |
* | player: fix --lavfi-complex freeze | wm4 | 2017-08-11 | 1 | -0/+1 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 1 | -0/+1 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 1 | -7/+9 |
* | player: disable video equalizer frontend code for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+4 |
* | player: disable deinterlace property for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+6 |
* | vo.c, vo.h, vo_null.c: change license to LGPL | wm4 | 2017-05-10 | 1 | -4/+0 |
* | player: unmess pause state handling | wm4 | 2017-04-14 | 1 | -2/+2 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 1 | -3/+4 |
* | lavfi: support hwdec filters for --lavfi-complex | wm4 | 2017-02-20 | 1 | -0/+3 |
* | player: print hw format on "VO: " line too | wm4 | 2017-01-29 | 1 | -2/+5 |
* | video: support filtering hardware frames via libavfilter | wm4 | 2017-01-16 | 1 | -0/+1 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -5/+21 |
* | video: use demuxer-signaled duration for last video frame | wm4 | 2016-12-21 | 1 | -0/+6 |
* | manpage: replace `-vo` with `--vo` | Douglas Christman | 2016-12-08 | 1 | -1/+1 |
* | player: make sure non-video subtitle rendering is reset if video resumes | wm4 | 2016-11-18 | 1 | -3/+3 |
* | player: show subtitles on VO if --force-window is used | wm4 | 2016-10-26 | 1 | -0/+3 |
* | player: speed up audio/video re-sync when there is a huge delay | Aman Gupta | 2016-10-21 | 1 | -1/+2 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 1 | -4/+1 |
* | video: trust demuxer framerate on invalid timestamps | wm4 | 2016-09-26 | 1 | -1/+1 |
* | player: minor changes in init code | wm4 | 2016-09-19 | 1 | -1/+1 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 1 | -4/+6 |
* | player: litter code with explicit wakeup calls | wm4 | 2016-09-16 | 1 | -5/+5 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 1 | -0/+2 |
* | player: fix average frame duration calculation | sda89ha9 | 2016-09-09 | 1 | -1/+1 |
* | client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicer | wm4 | 2016-09-09 | 1 | -0/+4 |
* | command: fix or document some property/option consistency issues | wm4 | 2016-09-01 | 1 | -5/+5 |
* | player: slightly adjust framerate guessing heuristic | wm4 | 2016-08-29 | 1 | -6/+8 |
* | player: log if video is considered an image | wm4 | 2016-08-21 | 1 | -0/+1 |
* | player: refresh very low framerate video on filter changes | wm4 | 2016-08-19 | 1 | -1/+3 |
* | vf_rotate: allow arbitrary rotation | wm4 | 2016-08-19 | 1 | -2/+2 |
* | video: don't discard video frames after endpts | wm4 | 2016-08-18 | 1 | -3/+5 |
* | player: add option to control duration of image display | wm4 | 2016-08-17 | 1 | -12/+22 |
* | player: allow passing flags to queue_seek() | wm4 | 2016-08-15 | 1 | -1/+1 |
* | player: fix display-sync timing if audio take long on resume | wm4 | 2016-08-07 | 1 | -0/+6 |
* | player: disable DS with spdif transcoding too | wm4 | 2016-07-24 | 1 | -2/+5 |
* | video: respect --deinterlace=auto | wm4 | 2016-07-12 | 1 | -1/+2 |
* | video: fix midstream video configuration changes | wm4 | 2016-07-08 | 1 | -0/+1 |
* | video: limit number of frames sent to VO to the VO requested amount | wm4 | 2016-07-07 | 1 | -1/+3 |
* | video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filters | wm4 | 2016-07-06 | 1 | -18/+20 |
* | video: fix deinterlace filter handling on pixel format changes | wm4 | 2016-07-06 | 1 | -7/+4 |
* | player: rewrite deinterlace filter auto-insertion | wm4 | 2016-07-05 | 1 | -22/+82 |
* | video: refactor how VO exports hwdec device handles | wm4 | 2016-05-09 | 1 | -3/+3 |
* | player: always show the first frame in DS mode | wm4 | 2016-04-24 | 1 | -0/+4 |
* | player: assume video forwards timestamps jumps only with some formats | wm4 | 2016-04-24 | 1 | -1/+1 |
* | player: cleaner determination of current playback PTS | wm4 | 2016-04-23 | 1 | -1/+0 |
* | player: fix breakage when combining 3D and rotate auto-filters | wm4 | 2016-03-28 | 1 | -9/+5 |
* | player: remove auto-inserted filters before adding them again | wm4 | 2016-03-28 | 1 | -1/+11 |
* | player: minor simplification | wm4 | 2016-02-27 | 1 | -3/+4 |
* | player: slightly simplify how demuxer streams are enabled/disabled | wm4 | 2016-02-25 | 1 | -1/+1 |
* | audio/video: expose codec info as separate field | wm4 | 2016-02-15 | 1 | -0/+1 |
* | video: remove pointless parameter indirection | wm4 | 2016-02-15 | 1 | -1/+1 |
* | player: remove dead code | wm4 | 2016-02-12 | 1 | -1/+1 |
* | player: fix crash if no video decoder can be initialized | wm4 | 2016-02-10 | 1 | -0/+1 |
* | player: force refresh seek when changing audio filters | wm4 | 2016-02-09 | 1 | -0/+2 |
* | player: remove some further current_track dependencies | wm4 | 2016-02-05 | 1 | -3/+3 |
* | player: add complex filter graph support | wm4 | 2016-02-05 | 1 | -28/+62 |
* | player: move audio and video decoder init to separate functions | wm4 | 2016-02-05 | 1 | -22/+41 |
* | player: use different variable to indicate coverart | wm4 | 2016-02-01 | 1 | -10/+7 |
* | audio/video: merge decoder return values | wm4 | 2016-02-01 | 1 | -2/+2 |
* | player: refactor: some more minor decoder/output decoupling | wm4 | 2016-01-29 | 1 | -8/+12 |
* | player: fix initial audio sync in certain cases | wm4 | 2016-01-29 | 1 | -2/+0 |
* | video: fix coverart switching | wm4 | 2016-01-27 | 1 | -2/+3 |
* | video: slightly improve video stream switching | wm4 | 2016-01-26 | 1 | -0/+5 |
* | video: limit maximum number of VO frames correctly | wm4 | 2016-01-24 | 1 | -1/+1 |
* | video: don't wait for last video frame in the normal case | wm4 | 2016-01-22 | 1 | -4/+8 |
* | player: fix some oversights in video refactoring | wm4 | 2016-01-22 | 1 | -5/+10 |
* | player: refactor: eliminate MPContext.d_audio | wm4 | 2016-01-22 | 1 | -1/+1 |
* | audio: refactor: work towards unentangling audio decoding and filtering | wm4 | 2016-01-22 | 1 | -2/+2 |
* | player: refactor: eliminate MPContext.d_video | wm4 | 2016-01-17 | 1 | -38/+42 |
* | video: refactor: disentangle decoding/filtering some more | wm4 | 2016-01-16 | 1 | -84/+53 |
* | video: refactor: slightly disentangle video filtering | wm4 | 2016-01-15 | 1 | -43/+32 |
* | video: decouple filtering/decoding slightly more | wm4 | 2016-01-14 | 1 | -65/+80 |
* | video: refactor: shuffle code around | wm4 | 2016-01-14 | 1 | -0/+71 |
* | video: refactor: handle video format fixups closer to decoder | wm4 | 2016-01-14 | 1 | -3/+5 |
* | player: simplify backstepping | wm4 | 2016-01-12 | 1 | -7/+14 |
* | player: handle hrseek framedrop correctly | wm4 | 2016-01-12 | 1 | -1/+1 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -2/+2 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | player: detect audio PTS jumps, make video PTS heuristic less aggressive | wm4 | 2016-01-09 | 1 | -12/+0 |
* | video: fix debug message | wm4 | 2016-01-06 | 1 | -1/+1 |
* | video: do not disable hr-seek framedrop too early | wm4 | 2015-12-30 | 1 | -7/+5 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -1/+5 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -2/+5 |
* | player: remove redundant check | wm4 | 2015-12-05 | 1 | -1/+1 |
* | player: don't make display-sync panic on timestamp discontinuities | wm4 | 2015-12-04 | 1 | -2/+2 |
* | player: resync audio only on larger timestamp discontinuities | wm4 | 2015-12-04 | 1 | -2/+2 |
* | vo_opengl: fix interpolation with display-sync | wm4 | 2015-11-28 | 1 | -1/+2 |
* | player: fix commit 50bb209a | wm4 | 2015-11-28 | 1 | -1/+1 |
* | vo: change vo_frame field units | wm4 | 2015-11-27 | 1 | -1/+2 |
* | player: always disable display-sync on desyncs | wm4 | 2015-11-27 | 1 | -22/+12 |
* | player: make display-vdrop mode do what the manpage claims | wm4 | 2015-11-26 | 1 | -4/+7 |
* | player: log some more display-sync information | wm4 | 2015-11-25 | 1 | -3/+6 |
* | player: use demuxer ts offset to simplify timeline ts handling | wm4 | 2015-11-16 | 1 | -4/+0 |
* | player: account for minor VO underruns | wm4 | 2015-11-14 | 1 | -2/+2 |
* | player: fix audio drift computation at different playback speeds | wm4 | 2015-11-14 | 1 | -8/+9 |
* | player: stricter framedrop threshold | wm4 | 2015-11-13 | 1 | -3/+2 |
* | player: try to compensate actual audio drift | wm4 | 2015-11-13 | 1 | -0/+40 |
* | player: change display-sync audio speed only if needed | wm4 | 2015-11-13 | 1 | -38/+48 |
* | player: remove display_sync_disable_counter | wm4 | 2015-11-13 | 1 | -10/+8 |
* | command: add vsync-ratio property | wm4 | 2015-11-13 | 1 | -4/+7 |
* | player: compute required display-sync speed change differently | wm4 | 2015-11-13 | 1 | -22/+36 |
* | player: smooth out frame durations by averaging them | wm4 | 2015-11-13 | 1 | -1/+1 |
* | player: refactor display-sync frame duration calculations | wm4 | 2015-11-13 | 1 | -103/+83 |
* | player: always require a future frame with display-sync enabled | wm4 | 2015-11-13 | 1 | -2/+6 |
* | player: less naive rounding | wm4 | 2015-11-11 | 1 | -1/+1 |
* | player: use input instead of output format for spdif check | wm4 | 2015-11-04 | 1 | -1/+1 |
* | player: move audio speed adjustment code | wm4 | 2015-11-04 | 1 | -54/+60 |
* | player: another fix to A/V difference calculation in display-sync mode | wm4 | 2015-11-01 | 1 | -1/+1 |
* | video: fix another A/V difference bug in display-sync mode | wm4 | 2015-10-31 | 1 | -2/+3 |
* | command: add mistimed-frame-count property | wm4 | 2015-10-30 | 1 | -0/+4 |
* | video: fix framedrop accounting in display-sync mode | wm4 | 2015-10-30 | 1 | -2/+0 |
* | player: raise display sync desync tolerance | wm4 | 2015-10-28 | 1 | -5/+2 |
* | player: minor refactor for A/V diff computation | wm4 | 2015-10-28 | 1 | -19/+27 |
* | player: fix display sync A/V difference estimation on drops | wm4 | 2015-10-28 | 1 | -0/+2 |
* | player: disable total-avsync-change update in display-sync mode | wm4 | 2015-10-27 | 1 | -0/+4 |
* | player: fix display-sync A/V calculation on high playback speeds | wm4 | 2015-10-27 | 1 | -0/+1 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 1 | -1/+1 |
* | player: be slightly less prone to framedrop in display sync mode | wm4 | 2015-10-19 | 1 | -3/+7 |
* | player: do not use copysign() | wm4 | 2015-10-19 | 1 | -1/+1 |
* | player: fix an adjustment in display sync mode | wm4 | 2015-10-14 | 1 | -1/+1 |
* | player: fix missed wakeup on video EOF | wm4 | 2015-10-09 | 1 | -0/+3 |
* | video/out: remove an unused parameter | wm4 | 2015-10-03 | 1 | -1/+1 |
* | video: replace vf_format outputlevels option with global option | wm4 | 2015-09-29 | 1 | -0/+1 |
* | player: fix excessive CPU usage in audio-only mode | wm4 | 2015-09-22 | 1 | -3/+4 |
* | video: disable interpolation during framestepping | wm4 | 2015-08-25 | 1 | -0/+1 |
* | video: don't decode 2 frames ahead with display-sync | wm4 | 2015-08-19 | 1 | -2/+1 |
* | player: add display sync mode | wm4 | 2015-08-10 | 1 | -2/+204 |
* | player: separate controls for user and video controlled speed | wm4 | 2015-08-10 | 1 | -5/+5 |
* | player: redo estimated-vf-fps calculation | wm4 | 2015-08-10 | 1 | -0/+72 |
* | video: unbreak EOF with video-only files that have timestamp resets | wm4 | 2015-08-03 | 1 | -1/+2 |
* | video: move frame duration code to a separate function | wm4 | 2015-08-01 | 1 | -11/+23 |
* | video: move up vo_frame setup | wm4 | 2015-07-28 | 1 | -12/+12 |
* | video: always decode at least 2 frames in advance | wm4 | 2015-07-26 | 1 | -5/+1 |
* | video: always re-probe auto deint filter on filter reconfig | wm4 | 2015-07-21 | 1 | -2/+5 |
* | vo: minor simplification for queue size handling | wm4 | 2015-07-20 | 1 | -2/+2 |
* | video: don't force video refresh if video is restarting | wm4 | 2015-07-10 | 1 | -1/+3 |
* | player: never overwrite stop_play field | wm4 | 2015-07-08 | 1 | -1/+1 |
* | vo: change internal API for drawing frames | wm4 | 2015-07-01 | 1 | -11/+21 |
* | video: pass future frames to VO | wm4 | 2015-07-01 | 1 | -33/+59 |
* | player: slim down A/V desync warning | wm4 | 2015-06-30 | 1 | -17/+5 |
* | player: add some debug output for seeking | wm4 | 2015-06-18 | 1 | -0/+1 |
* | player: actually play video | wm4 | 2015-06-18 | 1 | -1/+1 |
* | player: make decoding cover art more robust | wm4 | 2015-06-18 | 1 | -3/+18 |
* | video: remove worthless log message | wm4 | 2015-06-05 | 1 | -6/+0 |
* | vf_sub: minor simplification | wm4 | 2015-06-05 | 1 | -2/+1 |
* | video: do not use MP_NOPTS_VALUE for A/V difference | wm4 | 2015-05-24 | 1 | -1/+2 |
* | video: force audio resync after video discontinuity | wm4 | 2015-05-20 | 1 | -0/+1 |
* | video: better heuristic for timestamp resets | wm4 | 2015-05-20 | 1 | -2/+13 |
* | player: flush decoder even if cover art is decoded | wm4 | 2015-04-24 | 1 | -1/+1 |
* | player: don't show A/V desync message in non-sense situations | wm4 | 2015-04-24 | 1 | -2/+2 |
* | player: cleanup update_fps() function | wm4 | 2015-04-20 | 1 | -12/+5 |
* | video: cleanup some old log messages | wm4 | 2015-04-20 | 1 | -0/+2 |
* | video: do not show decoder framedrops if they're not requested | wm4 | 2015-04-16 | 1 | -1/+2 |
* | player: silence spam in verbose mode when playing audio with cover art | wm4 | 2015-04-14 | 1 | -1/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 1 | -1/+1 |
* | video: fix seek-to-last-frame | wm4 | 2015-03-26 | 1 | -3/+1 |
* | video: make frame skipping code slightly more readable | wm4 | 2015-03-25 | 1 | -13/+8 |
* | video: refactor aspects of queue and EOF handling | wm4 | 2015-03-25 | 1 | -41/+62 |
* | video: use less technical language for PTS warning | wm4 | 2015-03-23 | 1 | -1/+1 |
* | video: fix update of vo-configured property | wm4 | 2015-03-23 | 1 | -0/+1 |
* | player: warn against non-monotonic video PTS only once | wm4 | 2015-03-18 | 1 | -8/+9 |
* | player: use symbolic constant for seek precision | wm4 | 2015-03-04 | 1 | -2/+4 |
* | player: adjust A/V desync message | wm4 | 2015-02-26 | 1 | -3/+3 |
* | vf_vapoursynth: add display refresh rate property | Julian | 2015-02-13 | 1 | -0/+2 |
* | player: remove --fixed-vo | wm4 | 2015-02-03 | 1 | -1/+1 |
* | player: dump audio jitter to stats file | wm4 | 2015-02-01 | 1 | -4/+5 |
* | player: minor simplification in A/V-sync related code | wm4 | 2015-01-30 | 1 | -3/+2 |
* | Revert "player: allow seeking audio between video frames" | wm4 | 2015-01-30 | 1 | -9/+1 |
* | player: print desync message on negative A/V-sync too | wm4 | 2015-01-30 | 1 | -1/+1 |
* | player: rearrange some A/V-sync related code | wm4 | 2015-01-30 | 1 | -6/+5 |
* | player: use correct type for some relative times | wm4 | 2015-01-30 | 1 | -3/+3 |
* | player: remove redundant variable | wm4 | 2015-01-29 | 1 | -4/+5 |
* | player: allow seeking audio between video frames | wm4 | 2015-01-28 | 1 | -1/+9 |
* | player: mention mpv encoding support for transcoding in desync. warning | wm4 | 2015-01-19 | 1 | -1/+1 |
* | video: fix waiting for last frame/format reconfig | wm4 | 2015-01-19 | 1 | -1/+1 |
* | player: respect --untimed on last frame | wm4 | 2015-01-16 | 1 | -1/+3 |
* | player: respect --untimed on video format changes | wm4 | 2015-01-16 | 1 | -1/+1 |
* | video: fix timeline with some container formats | wm4 | 2015-01-06 | 1 | -0/+2 |
* | video: batch query_format calls | wm4 | 2015-01-03 | 1 | -2/+1 |
* | vf_vapoursynth: pass through container FPS value | wm4 | 2015-01-03 | 1 | -10/+8 |
* | video: better pipelining with vf_vapoursynth | wm4 | 2015-01-03 | 1 | -3/+24 |
* | vo_opengl_cb: pass context directly | wm4 | 2014-12-31 | 1 | -3/+1 |
* | video: pass some VO params as struct | wm4 | 2014-12-31 | 1 | -3/+6 |
* | player: fix a typo in message output | wm4 | 2014-12-24 | 1 | -1/+1 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 1 | -0/+3 |
* | player: when seeking past EOF with --keep-open, seek to last frame | wm4 | 2014-12-07 | 1 | -4/+16 |
* | Remove some superfluous NULL checks | wm4 | 2014-11-21 | 1 | -3/+0 |
* | player: print anamorphic size only if video is anamorphic | wm4 | 2014-11-02 | 1 | -2/+5 |
* | player: update meaning of drop_frame_cnt | wm4 | 2014-11-01 | 1 | -2/+2 |
* | player: show AV-desync message in all framedrop modes | wm4 | 2014-11-01 | 1 | -2/+1 |
* | client API: better error reporting | wm4 | 2014-10-28 | 1 | -1/+4 |
* | video: send MPV_EVENT_VIDEO_RECONFIG on uninit | wm4 | 2014-10-24 | 1 | -0/+1 |
* | player: fix exiting if both audio and video fail initializing | wm4 | 2014-10-23 | 1 | -4/+2 |
* | player: fix --frames | wm4 | 2014-10-14 | 1 | -1/+3 |
* | player: signal EOF when using --frames | wm4 | 2014-10-10 | 1 | -1/+1 |
* | video: try harder to decode cover art picture only once | wm4 | 2014-10-09 | 1 | -2/+7 |
* | player: remove central uninit_player() function and flags mess | wm4 | 2014-10-03 | 1 | -9/+23 |
* | player: don't print audio/video init failure message twice | wm4 | 2014-10-02 | 1 | -2/+2 |
* | video: change automatic rotation and 3D filter insertion | wm4 | 2014-09-27 | 1 | -6/+3 |
* | player: rate-limit OSD text update | wm4 | 2014-09-25 | 1 | -1/+2 |
* | video: filter new frames at a better time (2) | wm4 | 2014-09-22 | 1 | -7/+9 |
* | video: actually count decoder-dropped frames | wm4 | 2014-09-20 | 1 | -4/+7 |
* | video: improve decoder-based framedropping mode | wm4 | 2014-09-20 | 1 | -6/+5 |
* | player: reset last_av_difference if not applicable | wm4 | 2014-09-20 | 1 | -0/+1 |
* | video: separate calling decoder/filter | wm4 | 2014-09-18 | 1 | -14/+22 |
* | video: check whether there are enough frames after filtering | wm4 | 2014-09-18 | 1 | -6/+11 |
* | video: filter new frames at a better time | wm4 | 2014-09-18 | 1 | -24/+24 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+12 |
* | player: minor changes | wm4 | 2014-08-25 | 1 | -8/+3 |
* | player: restore silent seeking | wm4 | 2014-08-23 | 1 | -1/+2 |
* | player: fix recent speed change regression | wm4 | 2014-08-22 | 1 | -0/+2 |
* | video: refactor queue handling | wm4 | 2014-08-22 | 1 | -75/+53 |
* | video: get rid of video_next_pts field | wm4 | 2014-08-22 | 1 | -9/+4 |
* | video: move some code around | wm4 | 2014-08-22 | 1 | -46/+45 |
* | video: minor simplification | wm4 | 2014-08-22 | 1 | -21/+11 |
* | video: don't assume query_format is thread-safe | wm4 | 2014-08-20 | 1 | -5/+2 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 1 | -4/+4 |
* | video: reduce non-sense messages when playing coverart | wm4 | 2014-08-13 | 1 | -11/+14 |
* | video: don't run new frame processing on every iteration | wm4 | 2014-08-13 | 1 | -19/+22 |
* | video: move some more code around | wm4 | 2014-08-13 | 1 | -38/+49 |
* | video: move some code around | wm4 | 2014-08-13 | 1 | -45/+40 |
* | video: exit early when nothing to do | wm4 | 2014-08-13 | 1 | -7/+7 |
* | video: minor simplification of the old framedrop code | wm4 | 2014-08-13 | 1 | -10/+6 |
* | video: fix and simplify video format changes and last frame display | wm4 | 2014-08-12 | 1 | -108/+86 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 1 | -87/+25 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 1 | -1/+1 |
* | video: fix dangling pointer issue | wm4 | 2014-08-11 | 1 | -1/+1 |
* | video: remove "hard" framedrop mode | wm4 | 2014-08-09 | 1 | -1/+1 |
* | audio: fix encoding mode | wm4 | 2014-08-07 | 1 | -1/+2 |
* | client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreation | wm4 | 2014-08-06 | 1 | -0/+2 |
* | player: some further playloop cleanups | wm4 | 2014-08-03 | 1 | -0/+12 |
* | video: fix attached picture mode | wm4 | 2014-07-31 | 1 | -1/+3 |
* | player: move video display code out of the playloop | wm4 | 2014-07-30 | 1 | -2/+322 |
* | player: split seek_reset() | wm4 | 2014-07-30 | 1 | -8/+22 |
* | video: actually flush filter chain | wm4 | 2014-07-30 | 1 | -1/+4 |
* | player: fix desync when seeking and switching external tracks | wm4 | 2014-07-29 | 1 | -1/+1 |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 1 | -6/+11 |
* | video: fix corner case with accidental EOF | wm4 | 2014-07-22 | 1 | -5/+5 |
* | video: use symbolic constants instead of magic integers | wm4 | 2014-07-18 | 1 | -31/+29 |
* | video: don't block when reading video packets | wm4 | 2014-07-18 | 1 | -6/+12 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -5/+0 |
* | 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 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 1 | -0/+1 |
* | video: fix display of cover art with vo_vdpau | wm4 | 2014-05-22 | 1 | -2/+4 |
* | player: increase seek accuracy when refreshing display on filter change | wm4 | 2014-05-18 | 1 | -1/+1 |
* | 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 | 1 | -8/+24 |
* | player: handle video reconfig slightly different again | wm4 | 2014-05-07 | 1 | -0/+3 |
* | video: remove a corner case by introducing another one | wm4 | 2014-05-03 | 1 | -3/+2 |
* | 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 |
* | video: change everything | wm4 | 2014-05-02 | 1 | -158/+199 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 1 | -1/+0 |
* | video: don't drop last frame when deinterlacing with yadif | wm4 | 2014-04-28 | 1 | -5/+7 |
* | video: auto-insert software rotation filter | wm4 | 2014-04-21 | 1 | -5/+44 |
* | command: allow changing filters before video chain initialization | wm4 | 2014-03-30 | 1 | -4/+14 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 1 | -1/+1 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 1 | -0/+4 |
* | player: handle seek delays differently | wm4 | 2014-02-07 | 1 | -1/+1 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -2/+2 |
* | video: fix --brightness etc. options | wm4 | 2013-12-29 | 1 | -0/+14 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 1 | -1/+2 |
* | player: add infrastructure to select multiple tracks at once | wm4 | 2013-12-24 | 1 | -2/+2 |
* | player: redo demuxer stream selection | wm4 | 2013-12-24 | 1 | -6/+7 |
* | video/decode: mp_msg conversions | wm4 | 2013-12-21 | 1 | -0/+2 |
* | video/filter: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | player: replace some overlooked mp_msgs | wm4 | 2013-12-19 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | 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/+422 |