aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demux: simplify remove_packet() functionGravatar wm42017-11-10
* demux: fix failure to join ranges with subtitles in some casesGravatar wm42017-11-10
* demux: reverse which range is reused when joining themGravatar wm42017-11-10
* demux: fix a race condition with async seekingGravatar wm42017-11-10
* demux: get rid of an unnecessary fieldGravatar wm42017-11-10
* vo_gpu: never pass flipped images to ra or ra backendsGravatar wm42017-11-10
* demux: attempt to accurately reflect seek range with muxed subtitlesGravatar wm42017-11-10
* demux: reduce indentation for two functionsGravatar wm42017-11-10
* demux: some minor mostly cosmeticsGravatar wm42017-11-10
* demux: simplify a functionGravatar wm42017-11-10
* demux: change how refreshes on track switching are handledGravatar wm42017-11-10
* demux: get rid of weird backwards loopGravatar wm42017-11-10
* demux: avoid broken readahead when joining rangesGravatar wm42017-11-10
* demux: reduce difference between threaded and non-threaded modeGravatar wm42017-11-10
* demux: support multiple seekable cached rangesGravatar wm42017-11-09
* appveyor: update ffmpeg and test d3d11/vulkanGravatar James Ross-Gowan2017-11-08
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingGravatar James Ross-Gowan2017-11-07
* vo_gpu: d3d11: enhance cache invalidationGravatar James Ross-Gowan2017-11-07
* vo_gpu: d3d11: log shader compilation timesGravatar James Ross-Gowan2017-11-07
* vo_gpu: move d3d11_screenshot to shared codeGravatar James Ross-Gowan2017-11-07
* vo_gpu: d3d11: add RA caps for ra_d3d11Gravatar James Ross-Gowan2017-11-07
* vo_gpu: d3d11: initial implementationGravatar James Ross-Gowan2017-11-07
* vo_gpu: export the GLSL format qualifier for ra_formatGravatar James Ross-Gowan2017-11-07
* vo_gpu: add namespace query mechanismGravatar James Ross-Gowan2017-11-07
* vo_lavc: remove messy delayed subtitle rendering logicGravatar wm42017-11-07
* player: change license of some code surrounding --frames to LGPLGravatar wm42017-11-06
* img_format: remove some guards against old ffmpeg APIGravatar wm42017-11-06
* demux: explicitly discard 0 sized packetsGravatar wm42017-11-06
* demux_mkv: allow 0 sized packetsGravatar wm42017-11-06
* demux: slightly simplify pruningGravatar wm42017-11-06
* demux_mkv: rewrite packet reading to avoid 1 memcpy()Gravatar wm42017-11-05
* demux: refactoring in preparation for multiple seek range supportGravatar wm42017-11-04
* demux: improve and optimize cache pruning and seek range determinationGravatar wm42017-11-04
* demux: reduce overhead when searching over keyframe rangesGravatar wm42017-11-04
* player: log if NDEBUG is definedGravatar wm42017-11-04
* demux: avoid excessive readahead after cache seekGravatar wm42017-11-04
* demux: make pruning more efficient for unseekable demuxer cacheGravatar wm42017-11-04
* demux: on queue overflow wake up reader thread on EOF onlyGravatar wm42017-11-03
* demux: don't show queue overflow warning when merely prefetchingGravatar wm42017-11-03
* vo_gpu: don't re-render hwdec frames when repeating framesGravatar wm42017-11-03
* demux: don't allow subtitles to mess up buffered time displayGravatar wm42017-11-03
* osc: make cycling visibility an input.conf key bindingGravatar wm42017-11-03
* demux: add option to create CC tracks eagerlyGravatar wm42017-11-03
* vo_gpu: ra_gl: fix minimum GLSL version to 120Gravatar wm42017-11-03
* vo_gpu: fix mobius tone mapping compatibility to GLSL 120Gravatar wm42017-11-03
* vo_gpu: ra_gl: fix crash trying to use glBindBufferBase on GL 2.1Gravatar wm42017-11-03
* wscript: use pkg-config for vulkan checkGravatar Martin Herkt2017-11-03
* demux_mkv: add V_SNOW tag to mkv_video_tagsGravatar Nicolas F2017-11-03
* osc: render seek ranges a bit less uglyGravatar ChrisK22017-11-02
* osc: render seek rangesGravatar wm42017-11-02