aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vd_lavc: fix a hw decoding fallback caseGravatar wm42015-05-29
* vdpau: do not attempt to allocate surfaces while preemptedGravatar wm42015-05-29
* vo_opengl: avoid broken shader if hwdec fails to provide texturesGravatar wm42015-05-28
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* video: rename vdpau.c to vdpau_old.cGravatar wm42015-05-28
* vd_lavc: allocate hw surfaces using the coded sizeGravatar wm42015-05-28
* vdpau: retrieve mixer parameters directly from the hw surfaceGravatar wm42015-05-28
* vd_lavc: merge two functionsGravatar wm42015-05-28
* vd_lavc: make hardware decoding fallback less violentGravatar wm42015-05-28
* vo_drm: Expose mode ID option to usersGravatar Marcin Kurczewski2015-05-28
* vo_drm: Fix resolution not restored after exitingGravatar Marcin Kurczewski2015-05-28
* vo_drm: Fix stride problem for certain devicesGravatar Marcin Kurczewski2015-05-28
* vo_opengl: rename use_full_range to use_normalized_rangeGravatar wm42015-05-27
* vo_opengl: fix source-shader + XYZ inputGravatar Niklas Haas2015-05-27
* vo_opengl: CMS no longer implies linear scalingGravatar Niklas Haas2015-05-27
* vo_opengl: icc-profile overrides icc-profile-autoGravatar Niklas Haas2015-05-27
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* vd_lavc: report actually used hwdec APIGravatar wm42015-05-25
* vf_dlopen: declare as deprecatedGravatar wm42015-05-25
* cocoa: don't load hardcoded icon if running from bundleGravatar Stefano Pigozzi2015-05-25
* vo_null: add framerate emulationGravatar wm42015-05-24
* vo_opengl: switch to new OpenGL backend API for icc-profile-autoGravatar Niklas Haas2015-05-22
* vo_opengl: vda: make it work anywhereGravatar wm42015-05-21
* video: do not align source position to 2Gravatar wm42015-05-21
* vo_opengl: remove npot optionGravatar wm42015-05-21
* vo_xv: make number of buffers configurableGravatar wm42015-05-20
* x11: never forcefully terminate xdg-screensaver processGravatar wm42015-05-18
* x11: attempt to make initial fullscreening more reliableGravatar wm42015-05-15
* vf_vapoursynth: reject unaligned video sizesGravatar wm42015-05-15
* vo: remove suspicious lineGravatar wm42015-05-15
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* dxva2: support HEVCGravatar wm42015-05-14
* vo_opengl: hardcode rquested GL version in backendsGravatar wm42015-05-14
* x11: use new OpenGL backend APIGravatar wm42015-05-14
* vo_opengl: create new API for OpenGL VO backendsGravatar wm42015-05-14
* vo_opengl: change user options for requesting GLESGravatar wm42015-05-14
* vo_opengl: merge GL backend creation/initializationGravatar wm42015-05-13
* vo_opengl: remove mpgl_lock callsGravatar wm42015-05-13
* cocoa: redo synchronizationGravatar wm42015-05-13
* vo_opengl: remove some more Cocoa resize leftoversGravatar wm42015-05-13
* vda: add support for nv12 image formatsGravatar Stefano Pigozzi2015-05-13
* vo: avoid burning CPU when pausedGravatar wm42015-05-13
* cocoa: make live-resizing as fast as beforeGravatar wm42015-05-12
* cocoa: handle live-resizing differentlyGravatar wm42015-05-12
* vo: use pthread_cond_timedwait() for video timingGravatar wm42015-05-12
* vo_opengl_cb: add support for interpolationGravatar wm42015-05-12
* vo_opengl_cb: add a "block" framedrop mode and make it defaultGravatar wm42015-05-12
* vo_opengl_cb: actually set requested optionsGravatar wm42015-05-12
* vo: always call draw_image_timed() if availableGravatar wm42015-05-12
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11