aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* player: remove dead codeGravatar wm42016-02-12
* player: fix crash if no video decoder can be initializedGravatar wm42016-02-10
* player: force refresh seek when changing audio filtersGravatar wm42016-02-09
* player: remove some further current_track dependenciesGravatar wm42016-02-05
* player: add complex filter graph supportGravatar wm42016-02-05
* player: move audio and video decoder init to separate functionsGravatar wm42016-02-05
* player: use different variable to indicate coverartGravatar wm42016-02-01
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* player: refactor: some more minor decoder/output decouplingGravatar wm42016-01-29
* player: fix initial audio sync in certain casesGravatar wm42016-01-29
* video: fix coverart switchingGravatar wm42016-01-27
* video: slightly improve video stream switchingGravatar wm42016-01-26
* video: limit maximum number of VO frames correctlyGravatar wm42016-01-24
* video: don't wait for last video frame in the normal caseGravatar wm42016-01-22
* player: fix some oversights in video refactoringGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* video: refactor: slightly disentangle video filteringGravatar wm42016-01-15
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14
* video: refactor: shuffle code aroundGravatar wm42016-01-14
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* player: simplify backsteppingGravatar wm42016-01-12
* player: handle hrseek framedrop correctlyGravatar wm42016-01-12
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: detect audio PTS jumps, make video PTS heuristic less aggressiveGravatar wm42016-01-09
* video: fix debug messageGravatar wm42016-01-06
* video: do not disable hr-seek framedrop too earlyGravatar wm42015-12-30
* sub: change how subtitles are readGravatar wm42015-12-29
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* player: remove redundant checkGravatar wm42015-12-05
* player: don't make display-sync panic on timestamp discontinuitiesGravatar wm42015-12-04
* player: resync audio only on larger timestamp discontinuitiesGravatar wm42015-12-04
* vo_opengl: fix interpolation with display-syncGravatar wm42015-11-28
* player: fix commit 50bb209aGravatar wm42015-11-28
* vo: change vo_frame field unitsGravatar wm42015-11-27
* player: always disable display-sync on desyncsGravatar wm42015-11-27
* player: make display-vdrop mode do what the manpage claimsGravatar wm42015-11-26
* player: log some more display-sync informationGravatar wm42015-11-25
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: account for minor VO underrunsGravatar wm42015-11-14
* player: fix audio drift computation at different playback speedsGravatar wm42015-11-14
* player: stricter framedrop thresholdGravatar wm42015-11-13
* player: try to compensate actual audio driftGravatar wm42015-11-13
* player: change display-sync audio speed only if neededGravatar wm42015-11-13
* player: remove display_sync_disable_counterGravatar wm42015-11-13