aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* player: disable DS with spdif transcoding tooGravatar wm42016-07-24
* video: respect --deinterlace=autoGravatar wm42016-07-12
* video: fix midstream video configuration changesGravatar wm42016-07-08
* video: limit number of frames sent to VO to the VO requested amountGravatar wm42016-07-07
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filtersGravatar wm42016-07-06
* video: fix deinterlace filter handling on pixel format changesGravatar wm42016-07-06
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* player: always show the first frame in DS modeGravatar wm42016-04-24
* player: assume video forwards timestamps jumps only with some formatsGravatar wm42016-04-24
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: fix breakage when combining 3D and rotate auto-filtersGravatar wm42016-03-28
* player: remove auto-inserted filters before adding them againGravatar wm42016-03-28
* player: minor simplificationGravatar wm42016-02-27
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* 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