aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* gl_w32: remove unused variableGravatar wm42014-06-14
* video: cosmetics: reformat image format names tableGravatar wm42014-06-14
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video: automatically strip "le" and "be" suffix from pixle format namesGravatar wm42014-06-14
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* vd_lavc: use option parser for skip suboptionsGravatar wm42014-06-13
* vd_lavc: make option struct localGravatar wm42014-06-11
* vf_noise: remove global variablesGravatar wm42014-06-11
* vf_divtc: remove a global variableGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* vo_caca: remove global variablesGravatar wm42014-06-11
* 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