summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-131-1/+0
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatwm42014-04-131-0/+1
* vf_vapoursynth: error out early if the file sub-option is not setwm42014-04-131-0/+4
* video: add VapourSynth filter bridgewm42014-04-122-0/+480
* encode: write 2-pass stats only per-packetwm42014-04-111-1/+2
* sws_utils: remove custom GBRP conversionwm42014-04-101-48/+0
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-081-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-081-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-081-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-071-68/+11
* gl_lcms: properly expand the cache filename being writtenStefano Pigozzi2014-04-051-1/+3
* vo_vdpau: more debugging outputwm42014-04-031-4/+20
* gl_lcms: fix build when lcms2 is not availableStefano Pigozzi2014-03-311-0/+5
* vo_corevideo: remove unused variableStefano Pigozzi2014-03-311-1/+0
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-317-2/+219
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* Fix compilation on OSX and win32wm42014-03-292-2/+1
* video/out: remove legacy colorspace stuffwm42014-03-2912-135/+106
* mp_image: add missing field to mp_image_params_equals()wm42014-03-281-0/+1
* vo_opengl: runtime icc profile switchingwm42014-03-242-19/+40
* x11_common: fix some problems with window draggingwm42014-03-221-1/+2
* vdpau: remove pointer indirection for a fieldwm42014-03-195-14/+13
* vdpau: fix decoder init return valuewm42014-03-191-3/+3
* x11: implement window dragging by grabbingwm42014-03-182-1/+37
* vaapi: solve potential problem with ambiguous image formatswm42014-03-171-32/+27
* vaapi: simplifywm42014-03-171-67/+60
* vaapi: make struct va_surface privatewm42014-03-176-90/+78
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-175-241/+152
* mp_image_pool: add features needed for use with hwaccelwm42014-03-172-18/+69
* vdpau: remove legacy pixel formatswm42014-03-176-41/+10
* vdpau: remove unused typewm42014-03-171-6/+0
* video: change image format from unsigned int to int in some placeswm42014-03-176-12/+12
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availablewm42014-03-171-5/+0
* vd_lavc: reinit hwdec on profile changeswm42014-03-172-2/+6
* video: fix FFmpeg or Libav being a special snowflakewm42014-03-161-1/+2
* vd_lavc: remove unused fieldwm42014-03-162-3/+0
* vd_lavc: reduce hardware decoder mid-stream reinitializationswm42014-03-161-1/+6
* encode: use new AVFrame APIwm42014-03-161-5/+3
* image_writer: use new AVFrame APIwm42014-03-161-3/+2
* vf_delogo: remove internal implementationwm42014-03-161-249/+2
* vf_hqdn3d: remove internal implementationwm42014-03-161-276/+10
* vf_yadif: remove internal implementationwm42014-03-161-467/+3
* vf_unsharp: remove internal implementationwm42014-03-161-176/+3
* vf_gradfun: remove internal implementationwm42014-03-161-339/+5
* build: simplify libavfilter configure checkswm42014-03-162-2/+2
* Remove some more unneeded version checkswm42014-03-161-12/+2
* vd_lavc: remove compatibility crapwm42014-03-169-823/+29
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-163-1/+23
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-121-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-121-0/+5
* video: initialize hw decoder in get_formatwm42014-03-104-46/+42
* vo_opengl: Correct and clarify gl_check_featuresNiklas Haas2014-03-101-11/+24
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-105-48/+56
* vo_opengl: Use bt709_expand on OSD for :srgbNiklas Haas2014-03-101-1/+1
* encode: add lockingwm42014-03-091-16/+37
* wayland/shm: fix leak in buffer poolAlexander Preisinger2014-03-061-10/+13
* vo_opengl: minor simplificationwm42014-03-011-30/+24
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* vo_opengl: change gamma suboption to take a valuewm42014-02-272-7/+8
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-1/+1
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-242-6/+17
* video: add rounding to aspect ratio calculationswm42014-02-191-2/+2
* vo_opengl: use GL_RGBA16 FBO format for HQGrigori Goronzy2014-02-171-1/+1
* vo_corevideo: remove unused variableStefano Pigozzi2014-02-171-1/+0
* w32_common: don't set small iconJames Ross-Gowan2014-02-171-4/+1
* wayland/shm: remove unused defineAlexander Preisinger2014-02-161-2/+0
* csputils: provide string descriptions of chroma locationswm42014-02-162-0/+9
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* vo_wayland: silence shadowing warningwm42014-02-121-3/+3
* wayland/shm: rewrite buffer handlingAlexander Preisinger2014-02-111-131/+229
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-111-0/+2
* video: fix --no-aspectwm42014-02-111-2/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-101-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-101-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-101-0/+4
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-061-4/+10
* gl_x11: always request true color visualwm42014-02-061-0/+1
* csputils: correct constness of csp name constantswm42014-02-032-6/+6
* wayland: change minimum versionAlexander Preisinger2014-02-021-9/+0
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* vo_wayland: silence shadowing warningwm42014-01-291-3/+3
* mp_image: reject too large image sizeswm42014-01-291-0/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-281-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-281-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-281-21/+4
* vo_sdl: fix compilationwm42014-01-251-2/+2
* vo_wayland: fix confusion of video and window sizeswm42014-01-241-2/+2
* video/out: do remaining config to reconfig replacementswm42014-01-2410-108/+63
* aspect: remove a small ffmpeg dependencywm42014-01-221-4/+2
* vo: merge get rid of vo.aspdat fieldwm42014-01-225-109/+91
* vo: move vo_get_src_dst_rects to aspect.cwm42014-01-222-128/+130
* video/out: don't access aspdat in VOswm42014-01-228-47/+20
* vo_opengl: don't assume there'a always 1 fbconfig on successwm42014-01-211-1/+1
* cocoa: remove dead codeStefano Pigozzi2014-01-212-8/+0
* w32_common: Fix extended keysJames Ross-Gowan2014-01-211-1/+1
* w32: use the w32_common keymap in terminal-win tooJames Ross-Gowan2014-01-191-58/+5
* sub: uglify OSD code path with lockingwm42014-01-1810-11/+12
* w32_common: add extended keysJames Ross-Gowan2014-01-151-23/+54
* w32_common: prevent decoding certain keys twiceJames Ross-Gowan2014-01-151-12/+34
* options: remove --screenw and --screenhwm42014-01-111-7/+2
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-117-15/+10
* video/out: simplify monitor aspect handlingwm42014-01-119-39/+25
* video/out: remove fallback handling for screensize/monitor pixel aspectwm42014-01-111-7/+1
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-111-3/+2
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegwm42014-01-111-12/+0
* vd_lavc: matroska: remove weird realvideo special handlingwm42014-01-111-16/+1
* vd_lavc: minor simplificationwm42014-01-111-11/+2
* Factor out setting AVCodecContext extradatawm42014-01-111-19/+8
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-101-2/+1
* cocoa: allow to drag and drop URLsNyx0uf2014-01-101-5/+19
* wayland: properly empty output listAlexander Preisinger2014-01-081-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-081-3/+1
* wayland: fix crash when initialization failswm42014-01-081-1/+2
* wayland/shm: tone down warningsAlexander Preisinger2014-01-081-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-083-2/+24
* wayland: cleanup registry_handle_globalAlexander Preisinger2014-01-081-2/+1
* wayland: remove set_user_data from seat_listenerAlexander Preisinger2014-01-081-2/+0
* wayland: use static consistentlyAlexander Preisinger2014-01-081-4/+4
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-073-12/+34
* wayland: silence annoying libwayland-client messagewm42014-01-071-0/+3
* wayland: fix some memory leaks on initialization failurewm42014-01-071-6/+13
* w32_common: reformat yet againMartin Herkt2014-01-061-208/+208
* cocoa: don't reset window size when the video size doesn't changeStefano Pigozzi2014-01-061-15/+14
* w32_common: don't force topmost on fullscreenMartin Herkt2014-01-061-1/+2
* w32_common: reformat slightlyMartin Herkt2014-01-061-68/+99
* w32_common: use OLE DnD for text/uri-list supportxnoreq2014-01-061-39/+203
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-042-28/+1
* wayland: remove workaroundAlexander Preisinger2014-01-041-6/+3
* wayland: fix obvious bug in dnd codeAlexander Preisinger2014-01-041-1/+1
* video/out: remove some code duplication between X11 and waylandwm42014-01-042-45/+4
* cocoa: handle files drag and drop on the player video viewStefano Pigozzi2014-01-044-1/+29
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-043-43/+4
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-042-6/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-042-1/+32
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-042-67/+73
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-041-4/+2
* wayland: move workaround to fullscreen codeAlexander Preisinger2014-01-041-4/+5
* wayland: implement dropping files on the VO windowAlexander Preisinger2014-01-042-2/+190
* vo: dropping subtitle files on the VO window adds them as subtitle fileswm42014-01-041-11/+27
* x11: implement dropping files on the VO windowwm42014-01-042-6/+192
* vo: add vo_drop_files()wm42014-01-042-0/+26
* vda: fix build on OS X 10.7Stefano Pigozzi2014-01-022-0/+2
* wayland/opengl: fix garbage bordersAlexander Preisinger2014-01-022-22/+22
* wayland/shm: only commit new framesAlexander Preisinger2014-01-021-36/+40
* wayland: don't change set fullscreen twiceAlexander Preisinger2014-01-021-1/+1
* video: fix --brightness etc. optionswm42013-12-291-11/+0
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+10
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* Revert "cocoa: unlock on uninit"Stefano Pigozzi2013-12-261-3/+1
* corevideo: fix video initialization when not using VDAStefano Pigozzi2013-12-261-52/+46
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-261-0/+1
* cocoa: sanitize window title string and guard against NULLStefano Pigozzi2013-12-251-1/+6
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-252-12/+12
* vaapi: fix initialization error code pathwm42013-12-231-1/+2
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitwm42013-12-222-2/+2
* vo_vdpau: add some debugging messages for frame timingwm42013-12-221-2/+4
* gl_lcms: actually acquire mutexwm42013-12-221-0/+2
* vda: attempt to fix build (2)wm42013-12-221-2/+2
* msg: remove global statewm42013-12-211-1/+0
* msg: rename mp_msg_log -> mp_msgwm42013-12-216-39/+39
* msg: convert defines to enumwm42013-12-212-3/+3
* vo_opengl_old: remove leftoverswm42013-12-211-1/+1
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* stream: mp_msg conversionswm42013-12-211-4/+5
* x11: mp_msg conversion for fstype help outputwm42013-12-212-10/+8
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-213-11/+9
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-214-16/+16
* m_option, m_config: mp_msg conversionswm42013-12-213-3/+4
* input: rework how input sources are addedwm42013-12-211-2/+2
* codecs: mp_msg conversionwm42013-12-211-1/+1
* img_format: drop message about unknown pixel formatswm42013-12-211-7/+1
* bitmap_packer: use printf() for fatal messagewm42013-12-211-2/+2
* vaapi: mp_msg conversionswm42013-12-216-123/+135