summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: Make approx-gamma affect OSD/subNiklas Haas2014-06-222-4/+8
* video: Include better heuristics for guessing primariesNiklas Haas2014-06-223-4/+25
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-223-59/+98
* video: Better support for XYZ inputNiklas Haas2014-06-224-11/+67
* video: Generate an accurate CMS matrix instead of hard-codingNiklas Haas2014-06-225-129/+290
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-225-12/+73
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+2
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-228-17/+187
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-224-16/+33
* vo_xv: de-ancient some help messageswm42014-06-211-10/+2
* vo_vaapi: fix reference counting when using software decodingwm42014-06-201-1/+2
* vf_dlopen: fix the order of the arguments to mp_image_allocMarcoen Hirschberg2014-06-191-2/+2
* vo_wayland: fix clearing the screen on reconfigwm42014-06-181-12/+11
* vo_sdl: fix clearing the screen on reconfigwm42014-06-181-35/+53
* video/out: fix redrawing with no video frame for some VOswm42014-06-185-31/+15
* vo_opengl: fix regression with opengl:pbowm42014-06-181-4/+3
* gl_video: fix refcountingwm42014-06-181-0/+1
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-177-12/+12
* video: remove redundant functionwm42014-06-173-11/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-1716-30/+53
* video: check image parameterswm42014-06-173-4/+38
* video: introduce failure path for image allocationswm42014-06-1742-51/+175
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-161-27/+16
* vo_opengl: simplify redraw callback OSD handlingwm42014-06-165-82/+23
* video/out: change aspects of OSD handlingwm42014-06-1518-134/+116
* vo_vaapi: fix a crash on the init error handling pathwm42014-06-151-1/+2
* wayland: move subsurfaces to wayland voAlexander Preisinger2014-06-153-34/+43
* wayland: attach NULL surface on osd creationAlexander Preisinger2014-06-151-0/+3
* cocoa: add fallback for automatic GPU switchingStefano Pigozzi2014-06-151-1/+14
* cocoa: allow automatic gpu switchingStefano Pigozzi2014-06-151-0/+3
* cocoa: switch to CGL APIs for GL context creationStefano Pigozzi2014-06-151-16/+23
* gl_w32: remove unused variablewm42014-06-141-2/+0
* video: cosmetics: reformat image format names tablewm42014-06-141-25/+17
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-1411-131/+117
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-143-20/+27
* options: remove OPT_FLAG_CONSTANTSwm42014-06-131-4/+4
* vd_lavc: use option parser for skip suboptionswm42014-06-131-22/+25
* vd_lavc: make option struct localwm42014-06-111-15/+34
* vf_noise: remove global variableswm42014-06-111-9/+4
* vf_divtc: remove a global variablewm42014-06-111-5/+1
* Add more constwm42014-06-1113-71/+67
* vo_caca: remove global variableswm42014-06-111-68/+84
* options: remove global variables for swscale options; rename themwm42014-06-117-31/+51
* video: fix another cover art corner casewm42014-06-091-1/+1
* x11: cleanup motif hints handlingwm42014-06-062-38/+17
* filter_kernels: fix nearest scalerwm42014-06-041-1/+1
* filter_kernels: add nearest neighbour scalinglucy2014-06-031-0/+6
* wayland: remove stub for unimplemented functionwm42014-06-021-15/+0
* vo: correctly initialize parameters in corner caseswm42014-06-011-1/+4
* player: hide audio/video codec and file format messageswm42014-05-311-2/+1
* gl_common: remove dlsym() fallbackwm42014-05-311-21/+1
* gl_wayland: remove probably unneeded workaroundwm42014-05-311-2/+0
* gl_x11: remove workaround for PPC OSX 10.4wm42014-05-311-7/+0
* gl_x11: always require some GLX API functions, avoid dlsym()wm42014-05-313-20/+6
* vd_lavc: set video bitrate if availableMarcoen Hirschberg2014-05-281-0/+5
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-282-3/+3
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-282-3/+3
* vaapi: fix destruction with --hwdec=haapi-copywm42014-05-281-2/+6
* video: warn if an emulated hwdec API is usedwm42014-05-2811-4/+48
* vo_vaapi: cleanup error handling on initwm42014-05-282-4/+10
* video: better handling for (very) broken timestampswm42014-05-271-1/+9
* gl_common: minor cosmetic changeswm42014-05-261-10/+9
* gl_common: correct a typewm42014-05-261-1/+1
* gl_w32: remove some non-sensewm42014-05-261-3/+1
* vo_opengl: always dynamically load OpenGL symbolswm42014-05-261-64/+59
* x11: fix restoring position when leaving fullscreenwm42014-05-261-1/+2
* x11: fix datatype for _NET_WM_PIDwm42014-05-261-1/+1
* vf_vdpaupp: cosmetics: rename functionwm42014-05-251-5/+5
* video: add --video-rotate option for controlling auto-rotationwm42014-05-241-0/+7
* x11: un-inline GNOME layer stuffwm42014-05-232-17/+12
* x11: prefer NetWM hints over _WIN_LAYER for --ontopwm42014-05-231-11/+11
* x11: rename identifiers using reserved namespacewm42014-05-231-8/+6
* x11: fix NetWM ontop settingwm42014-05-231-23/+13
* x11: add a generic function for NetWM state settingwm42014-05-231-23/+11
* vdpau: move RGB surface management out of the VOwm42014-05-225-113/+123
* vo_vdpau: always allocate the black pixelwm42014-05-221-0/+3
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-221-1/+1
* vo: minor simplificationswm42014-05-221-11/+3
* vo: remove config_ok check from vo_check_events()wm42014-05-221-3/+1
* vo_vaapi: don't redraw twicewm42014-05-221-7/+1
* x11: unbreak build without xineramawm42014-05-191-0/+2
* x11: leaving fullscreen -> reset WM hints only if neededwm42014-05-191-4/+6
* x11: always check whether a window existswm42014-05-191-7/+20
* x11: request and handle resize events of parent windows with --widwm42014-05-191-8/+10
* x11: remove a duplicated linewm42014-05-181-1/+0
* x11: never enable DPMS if we didn't disable itwm42014-05-182-0/+4
* vdpau: don't fallback to software decoding on preemptionwm42014-05-181-7/+12
* x11: make screensaver code more compact, change DPMS handlingwm42014-05-172-55/+24
* x11: add wrapper for EWMH XSendEvent callswm42014-05-171-90/+49
* x11: fix Drag & Dropwm42014-05-171-1/+1
* x11: add a wrapper for XGetWindowPropertywm42014-05-171-70/+77
* x11: comment about gravitywm42014-05-171-0/+4
* x11: replace x/y/w/h with mp_rectwm42014-05-172-102/+76
* x11: remove some unused fieldswm42014-05-171-3/+0
* x11: don't set PBaseSizewm42014-05-171-7/+0
* x11: remove vo_hint memberwm42014-05-172-23/+26
* x11: always raise layer in fullscreen mode without NetWMwm42014-05-171-4/+1
* x11: implement --fs-screen properly, separate old code pathwm42014-05-171-65/+88
* x11: use CenterGravity by defaultwm42014-05-171-1/+1
* x11: remove gravity restore codewm42014-05-172-10/+0
* x11: don't cache X Atoms manuallywm42014-05-162-108/+45
* x11: inline a functionwm42014-05-161-9/+3
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-162-109/+20
* x11: remove a MWM hackwm42014-05-161-11/+0
* x11: remove unused stuffwm42014-05-161-18/+0
* x11: set the fullscreen state before mapping the windowwm42014-05-151-0/+11
* x11: clear window on mapwm42014-05-151-1/+1
* x11: wait until the window is mappedwm42014-05-151-0/+11
* vf_dlopen: update usage message to new-style argsKevin Mitchell2014-05-151-1/+1
* vf_dlopen: remove buggy private name -> imgfmt conversionKevin Mitchell2014-05-152-34/+18
* vf_vapoursynth: fix debug outputwm42014-05-151-1/+4
* vf_vapoursynth: add more debug outputwm42014-05-151-18/+21
* vf_vapoursynth: avoid unnecessary waitingwm42014-05-141-1/+1
* vf_vapoursynth: allow parallel processingwm42014-05-141-37/+81
* wayland: fix typoAlexander Preisinger2014-05-141-14/+14
* vda: Hwaccel 1.2 supportLuca Barbato2014-05-122-34/+74
* vda: Simplify codec selectionLuca Barbato2014-05-121-28/+2
* vd_lavc: Support hwaccel 1.2 and laterLuca Barbato2014-05-121-4/+4
* wayland: fix unchecked malloc usagewm42014-05-111-3/+9
* x11: fix potentially unaligned access in icon loaderwm42014-05-101-3/+3
* encode: fix PTS unit mismatchwm42014-05-101-6/+6
* vdpau: make mp_vdpau_ctx thread-safewm42014-05-102-21/+67
* vdpau: remove some codewm42014-05-101-7/+3
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-104-64/+29
* vdpau: handle display preemption during decodingwm42014-05-103-38/+39
* w32_common: fix typowm42014-05-101-2/+3
* player: remove VO from seeking code pathwm42014-05-072-6/+0
* video/out: remove unused config() parameterswm42014-05-079-29/+17
* vo: remove old stuffwm42014-05-062-24/+0
* vo_wayland: always assume resize on reconfigurewm42014-05-061-2/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-27/+28
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-70/+46
* cocoa: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-063-22/+25
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-29/+33
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-067-36/+36
* video/out: separate out code to compute window sizewm42014-05-063-85/+171
* Fix bogus copyright textwm42014-05-061-2/+0
* vo: fix previous commitwm42014-05-061-1/+1
* vo: don't crash when changing panscan before first configurationwm42014-05-061-0/+2
* vo: get rid of config_count fieldwm42014-05-064-8/+4
* vf: print for which filter initialization failedwm42014-05-042-4/+11
* vf_vdpaupp: make code clarity improvementswm42014-05-041-8/+8
* vdpau: deduplicate video surface upload codewm42014-05-044-54/+48
* options: remove deprecated --identifyMartin Herkt2014-05-041-1/+0
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-041-8/+2
* options: rename video-related options/propertiesMartin Herkt2014-05-041-2/+2
* vf_vapoursynth: fix aspect ratio passed to vapoursynthwm42014-05-031-2/+8
* video: removed unused stuffwm42014-05-022-7/+0
* video: change everythingwm42014-05-024-40/+33
* video: handle colorspace and aspect overrides separatelywm42014-05-023-9/+24
* vf: sanitize filter input, instead of overriding itwm42014-05-021-1/+2
* vf: add alternate functions for retrieving filter outputwm42014-05-022-13/+57
* vf: expose input parameters; clear parameters on failurewm42014-05-022-2/+3
* vf: mark auto-inserted conversion filters in verbose outputwm42014-05-021-0/+2
* vf_lavfi: reinit after libavfilter EOFwm42014-05-021-13/+25
* vo: verify format of queued imagewm42014-05-021-0/+1
* video: fix screenshots with anamorphic videowm42014-05-021-2/+2
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vo_vdpau: keep colorspace flagswm42014-05-021-1/+2
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-023-145/+102
* vo_vdpau: always use mp_image for internal buffer queuewm42014-05-021-44/+39
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-022-0/+5
* vf_vdpaupp: allow toggling deinterlacewm42014-05-021-4/+19
* vo_vdpau: apply vo_vdpau postprocessing optionswm42014-05-021-2/+16
* vdpau_mixer: allow overriding frame optswm42014-05-024-4/+10
* vo_vdpau: support vf_vdpauppwm42014-05-021-248/+43
* vo_opengl: make it work with vf_vdpauppwm42014-05-021-50/+8
* vf_vdpaupp: allow non-vdpau inputwm42014-05-021-5/+42
* vdpau: add a postprocessing pseudo-filterwm42014-05-024-0/+550
* vo: document draw_imagewm42014-04-301-0/+6
* vo_lavc: remove code with no effectwm42014-04-301-1/+0
* video: improve error messageswm42014-04-301-1/+1
* vf: print error if filtering a frame failswm42014-04-301-1/+4
* vf_lavfi: reset metadata in reset()Kevin Mitchell