aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
...
* player: minor changes in init codeGravatar wm42016-09-19
* player: more option/property consistency fixesGravatar wm42016-09-18
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* player: fix average frame duration calculationGravatar sda89ha92016-09-09
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerGravatar wm42016-09-09
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* player: slightly adjust framerate guessing heuristicGravatar wm42016-08-29
* player: log if video is considered an imageGravatar wm42016-08-21
* player: refresh very low framerate video on filter changesGravatar wm42016-08-19
* vf_rotate: allow arbitrary rotationGravatar wm42016-08-19
* video: don't discard video frames after endptsGravatar wm42016-08-18
* player: add option to control duration of image displayGravatar wm42016-08-17
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* 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