summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vf_scale: fix warningwm42013-01-271-1/+0
* sws_utils: use libswscale for GBRP output if availablewm42013-01-271-1/+1
* vo_opengl: always ditherWessel Dankers2013-01-271-25/+12
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xwm42013-01-241-5/+8
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* video: remove -x/-y/-xy optionswm42013-01-231-32/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-2/+33
* options: move -geometry parsing to m_option.cwm42013-01-238-159/+11
* video: move handling of -x/-y/-xy options to VOwm42013-01-2311-88/+94
* cocoa_common: improved trackpad scrollingMad Fish2013-01-201-5/+45
* cocoa_common: handle all pending events instead of just oneMad Fish2013-01-201-19/+24
* video: reset filters on seekwm42013-01-204-0/+31
* vf_format: fix forcing output formatwm42013-01-171-1/+11
* options: also accept ffmpeg pixel format nameswm42013-01-172-6/+20
* osxbundle: cocoa_common: change playlist on fileopen eventsStefano Pigozzi2013-01-163-0/+42
* Silence two compiler warningswm42013-01-161-1/+0
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_corevideo: make compile with recent changesStefano Pigozzi2013-01-151-1/+1
* video: print filter chain in verbose modewm42013-01-143-10/+42
* img_format: do not mark hwaccel formats as planar yuv formatswm42013-01-141-7/+8
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-133-1244/+1241
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-132-97/+0
* vd_lavc: remove lowres decodingwm42013-01-131-11/+2
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-134-16/+73
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-133-261/+5
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* vd_lavc: prefer AVFrame over AVCodecContext fieldswm42013-01-131-18/+17
* mp_image: remove mp_image.bppwm42013-01-135-12/+5
* imgfmt: add more ffmpeg pixel formatswm42013-01-133-2/+136
* img_format: change meaning of MP_IMGFLAG_PLANARwm42013-01-132-2/+2
* vf_sub: allow more formats, simplify codewm42013-01-131-82/+15
* vf_expand: support more image formatswm42013-01-134-109/+88
* vf_rotate: support more image formatswm42013-01-131-34/+25
* vf_softpulldown: reject unsupported image formats, fix code duplicationwm42013-01-131-47/+24
* vf_yadif: Y8 is not supportedwm42013-01-131-1/+0
* vf_swapuv: support more image formatswm42013-01-131-12/+8
* vf_pullup: remove check for MP_IMGFLAG_PLANARwm42013-01-131-4/+0
* vf_phase: reject unsupported image formatswm42013-01-131-21/+20
* vf_mirror: rewritewm42013-01-131-65/+52
* vf_gradfun: does not work with NV pixel formatswm42013-01-131-2/+0
* vf_flip: make it work with more image formatswm42013-01-131-15/+15
* vf_divtc: reduce code duplicationwm42013-01-131-14/+7
* vf_crop: make it work with more image formatswm42013-01-132-39/+24
* vf: add vf_rescale_dsize()wm42013-01-132-0/+18
* mp_image: add mp_image_crop()wm42013-01-134-0/+33
* vo_image: render subswm42013-01-131-15/+36
* vo_xv: fix OSD redrawing flickerwm42013-01-131-13/+11
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-132-30/+38
* sub: do not copy the target image if there is no OSD/subswm42013-01-132-6/+3
* vo_lavc: use reference countingwm42013-01-131-17/+4
* video: remove img_format compat hackswm42013-01-1310-210/+85
* draw_bmp: better way to find 444 formatwm42013-01-132-0/+17
* video: decouple internal pixel formats from FourCCswm42013-01-1338-576/+500
* video: cleanup: replace old mp_image function nameswm42013-01-1313-35/+28
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-137-96/+80
* mp_image: change how palette is handledwm42013-01-1314-91/+19
* mp_image: simplify image allocationwm42013-01-133-104/+45
* video: use libavutil pixel format descriptorswm42013-01-134-264/+307
* vf_screenshot: simplifywm42013-01-132-52/+20
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-134-2/+4
* vd_lavc: make non-reference frames writeablewm42013-01-131-1/+18
* video: remove things related to old DR codewm42013-01-1314-181/+92
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-1341-1227/+605
* vo_caca: accept any stride for output imagewm42013-01-131-3/+10
* vo_corevideo: use stridewm42013-01-131-1/+1
* vo_corevideo: correct stride usagewm42013-01-131-5/+6
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-1313-41/+40
* mp_image_pool: add pool to avoid frequent image reallocationswm42013-01-132-0/+155
* vd_lavc: use refcountingwm42013-01-133-16/+58
* mp_image: refcounting helperswm42013-01-132-25/+265
* vd_lavc: add DR1 supportwm42013-01-133-21/+273
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-66/+204
* vd_lavc: remove codec DRwm42013-01-133-203/+14
* video: make vdpau hardware decoding not use DR code pathwm42013-01-135-66/+117
* vd_lavc: do not mutate global threads optionwm42013-01-131-10/+9
* vd_lavc: cosmetics: move debugging code out of the waywm42013-01-131-75/+82
* video: simplify decoder pixel format handlingwm42013-01-134-99/+29
* vo_direct3d: simplifywm42013-01-131-198/+55
* vo_xv: simplifywm42013-01-131-47/+2
* video: remove slice based filtering and video outputwm42013-01-1330-489/+22
* video: make vdpau hardware decoding not use slices code pathwm42013-01-135-9/+25
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-1315-41/+33
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-1315-93/+62
* configure: remove check for .align semanticswm42013-01-134-8/+8
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-36/+75
* vo_xv: fix compilation when shared memory header files are not availablewm42013-01-061-5/+2
* cocoa_common: add support for `--no-border`Stefano Pigozzi2012-12-311-0/+1
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: some OSD optimizationsRudolf Polzer2012-12-281-23/+41
* vf_scale: prefer 420P10 -> YV12 instead of 444Pwm42012-12-281-0/+1
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitwm42012-12-283-1/+22
* gl_common: properly reject old OpenGL versionswm42012-12-281-11/+20
* vo_opengl: use more precise gamma for BT.709 with color managementnand2012-12-282-5/+5
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-6/+5
* vdpau: silence a clang warningRudolf Polzer2012-12-281-1/+2
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+1008
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-192-0/+4
* video: silence warnings for missing libavutils pixel formatswm42012-12-141-1/+1
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-121-10/+15
* vf_sub: fix aspect ratio when using marginswm42012-12-121-3/+3
* Fix compilation with Libavwm42012-12-041-12/+13
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-035-3/+87
* vo_xv: try harder to get correctly aligned pointers/strideswm42012-12-031-4/+6
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-021-16/+26
* sub: reimplement -spugauss as --sub-gausswm42012-11-252-7/+38
* memcpy_pic: kill useless/dangerous optimizationwm42012-11-251-10/+6
* sws_utils: remove unused helperwm42012-11-243-33/+10
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-222-17/+6
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-222-0/+49
* screenshot: add subs even with vf_screenshotwm42012-11-211-0/+1
* video: fix bogus uses of mp_image.w/widthwm42012-11-213-14/+13
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-211-36/+24
* cocoa_common: create window in the correct screenStefano Pigozzi2012-11-211-1/+2
* gl_common: improve Mesa compatibility for GL3 context creationwm42012-11-201-2/+2
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* options: remove --displaywm42012-11-162-11/+1
* video/filter: rename vf_eq2 to vf_eqwm42012-11-162-4/+4
* vo_opengl: remove osdcolor suboptionwm42012-11-161-16/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-1613-51/+13
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-145-5/+26
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-0/+1
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-133-2/+6
* vf_dlopen: fix a typo in zeroing memory (thanks, pigoz)Rudolf Polzer2012-11-131-1/+1
* win32: remove pointless get/release DC wrapperswm42012-11-123-32/+8
* Add missing compat/libav.h includeswm42012-11-122-0/+4
* Rename directories, move files (step 2 of 2)wm42012-11-1267-352/+348
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1294-0/+36526