aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* video: fix another cover art corner caseGravatar wm42014-06-09
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* filter_kernels: fix nearest scalerGravatar wm42014-06-04
* filter_kernels: add nearest neighbour scalingGravatar lucy2014-06-03
* wayland: remove stub for unimplemented functionGravatar wm42014-06-02
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_wayland: remove probably unneeded workaroundGravatar wm42014-05-31
* gl_x11: remove workaround for PPC OSX 10.4Gravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* gl_common: minor cosmetic changesGravatar wm42014-05-26
* gl_common: correct a typeGravatar wm42014-05-26
* gl_w32: remove some non-senseGravatar wm42014-05-26
* vo_opengl: always dynamically load OpenGL symbolsGravatar wm42014-05-26
* x11: fix restoring position when leaving fullscreenGravatar wm42014-05-26
* x11: fix datatype for _NET_WM_PIDGravatar wm42014-05-26
* vf_vdpaupp: cosmetics: rename functionGravatar wm42014-05-25
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* x11: un-inline GNOME layer stuffGravatar wm42014-05-23
* x11: prefer NetWM hints over _WIN_LAYER for --ontopGravatar wm42014-05-23
* x11: rename identifiers using reserved namespaceGravatar wm42014-05-23
* x11: fix NetWM ontop settingGravatar wm42014-05-23
* x11: add a generic function for NetWM state settingGravatar wm42014-05-23
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* vo_vdpau: always allocate the black pixelGravatar wm42014-05-22
* x11: fix a warning with --disable-xextGravatar Jerome Leclanche2014-05-22
* vo: minor simplificationsGravatar wm42014-05-22
* vo: remove config_ok check from vo_check_events()Gravatar wm42014-05-22
* vo_vaapi: don't redraw twiceGravatar wm42014-05-22
* x11: unbreak build without xineramaGravatar wm42014-05-19
* x11: leaving fullscreen -> reset WM hints only if neededGravatar wm42014-05-19
* x11: always check whether a window existsGravatar wm42014-05-19
* x11: request and handle resize events of parent windows with --widGravatar wm42014-05-19
* x11: remove a duplicated lineGravatar wm42014-05-18
* x11: never enable DPMS if we didn't disable itGravatar wm42014-05-18
* vdpau: don't fallback to software decoding on preemptionGravatar wm42014-05-18
* x11: make screensaver code more compact, change DPMS handlingGravatar wm42014-05-17
* x11: add wrapper for EWMH XSendEvent callsGravatar wm42014-05-17
* x11: fix Drag & DropGravatar wm42014-05-17
* x11: add a wrapper for XGetWindowPropertyGravatar wm42014-05-17
* x11: comment about gravityGravatar wm42014-05-17