aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: move some minor demuxer setup codeGravatar wm42017-01-18
* vo: log timings around flipping/waitingGravatar wm42017-01-18
* ad_spdif: fix obscure cases of AC3 passthroughGravatar wm42017-01-18
* vaapi: detect new API on FFmpeg too, and disable it by defaultGravatar wm42017-01-18
* vaapi: fix va_surface_get_uncropped_size() for libavutil surfacesGravatar wm42017-01-18
* vaapi: we don't need SSE intrinsics with the new APIGravatar wm42017-01-17
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionGravatar wm42017-01-17
* vo_opengl_cb: cleanup messy option synchronizationGravatar wm42017-01-17
* vdpau: reject decoding of non-4:2:0Gravatar wm42017-01-17
* vd_lavc: always fail decoding immediately if copying hw surface failsGravatar wm42017-01-17
* vdpau: use libavutil for surface allocation during decodingGravatar wm42017-01-17
* vaapi: move AVHWFramesContext setup code to common codeGravatar wm42017-01-17
* lua: close directory after reading its entriesGravatar William Woodruff2017-01-17
* build: prefix hwaccel decoder wrapper filenames with hw_Gravatar wm42017-01-17
* cuda: fix 10 bit decodingGravatar wm42017-01-16
* stream_bluray: use proper 0-based idxGravatar Ricardo Constantino2017-01-16
* manpage: add comment about --alpha being broken on X11/EGL/MesaGravatar wm42017-01-16
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* vf_lavfi: switch to AVBufferSrcParametersGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: add yuv420p supportGravatar wm42017-01-16
* cuda: fix AVHWFramesContext initializationGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: export AVHWDeviceContextGravatar wm42017-01-16
* hwdec: add a AVBufferRef(AVHWDeviceContext) fieldGravatar wm42017-01-16
* lua: allow unregistration of idle handlersGravatar Olivier Perret2017-01-15
* manpage: define stricter rules for C plugin return valuesGravatar wm42017-01-14
* scripting: don't call dlclose() on C pluginsGravatar wm42017-01-14
* scripting: minor logging improvementsGravatar wm42017-01-14
* vd_lavc: demote software decoding message to verbose log levelGravatar wm42017-01-13
* vf_lavfi: remove pixel format whitelistGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: add a lie for compatibilityGravatar wm42017-01-13
* vo_opengl, vaapi: properly probe 10 bit rendering supportGravatar wm42017-01-13
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* config: do not resolve default profile during "include" processingGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: fix terminology in commentGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Gravatar Mark Thompson2017-01-13
* manpage: fix a typoGravatar wm42017-01-13
* player: add experimental C plugin interfaceGravatar wm42017-01-12
* client API: fix freeze when destroying mpv_handle before mpv_initializeGravatar wm42017-01-12
* vaapi: fix typoGravatar wm42017-01-12
* mp_image_pool: fix build on LibavGravatar wm42017-01-12
* vo_opengl: hwdec_vaegl: add experimental P010 supportGravatar wm42017-01-12
* vaapi: explicitly reject 10 bit surfaces outside of copy modeGravatar wm42017-01-12
* vaapi: handle image copying for vaapi-copy in common codeGravatar wm42017-01-12
* cuda: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vaapi: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imageGravatar wm42017-01-12
* vaapi: properly set hw_subfmt field with new decode APIGravatar wm42017-01-12