aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* video: trust container FPS early on if possibleGravatar wm42018-05-25
* demux, player: fix playback of sparse video streams (w/ still images)Gravatar Aman Gupta2018-05-24
* encode: get rid of the output packet queueGravatar wm42018-05-03
* video: actually wait for last frame being rendered on EOFGravatar wm42018-05-03
* player: don't wait for last video frame in encode modeGravatar wm42018-04-29
* encode: rewrite half of itGravatar wm42018-04-29
* vo: add vo_reconfig2()Gravatar wm42018-04-29
* vo: pass through framedrop flag differentlyGravatar wm42018-03-15
* video: add option to reduce latency by 1 or 2 framesGravatar wm42018-03-03
* video: don't read ahead a frame in --untimed modeGravatar wm42018-03-03
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsGravatar Aman Gupta2018-02-17
* video: fix passing down FPS to vf_vapoursynthGravatar wm42018-02-03
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* player: replace old lavfi wrapper with new filter codeGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* video: add a shitty hack to avoid missing subtitles with vf_subGravatar wm42017-12-08
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* video: remove automatic stereo3d filter insertionGravatar wm42017-11-29
* video: fix rotation and deinterlace auto filtersGravatar wm42017-11-29
* video: fix typo in log messageGravatar Nicolas F2017-10-22
* video: fix poitential NULL derefGravatar wm42017-10-18
* audio: make libaf derived code optionalGravatar wm42017-09-21
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: do not destroy VO immediately if there is no video trackGravatar wm42017-08-14
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* player: fix --lavfi-complex freezeGravatar wm42017-08-11
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: disable video equalizer frontend code for WIP LGPL modeGravatar wm42017-06-23
* player: disable deinterlace property for WIP LGPL modeGravatar wm42017-06-23
* vo.c, vo.h, vo_null.c: change license to LGPLGravatar wm42017-05-10
* player: unmess pause state handlingGravatar wm42017-04-14
* video: deprecate almost all video filtersGravatar wm42017-04-02
* lavfi: support hwdec filters for --lavfi-complexGravatar wm42017-02-20
* player: print hw format on "VO: " line tooGravatar wm42017-01-29
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* player: change aspects of cover art handlingGravatar wm42017-01-10
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* manpage: replace `-vo` with `--vo`Gravatar Douglas Christman2016-12-08
* player: make sure non-video subtitle rendering is reset if video resumesGravatar wm42016-11-18
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: speed up audio/video re-sync when there is a huge delayGravatar Aman Gupta2016-10-21
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* video: trust demuxer framerate on invalid timestampsGravatar wm42016-09-26