aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vf_yadif: Y8 is not supportedGravatar wm42013-01-13
* vf_swapuv: support more image formatsGravatar wm42013-01-13
* vf_pullup: remove check for MP_IMGFLAG_PLANARGravatar wm42013-01-13
* vf_phase: reject unsupported image formatsGravatar wm42013-01-13
* vf_mirror: rewriteGravatar wm42013-01-13
* vf_gradfun: does not work with NV pixel formatsGravatar wm42013-01-13
* vf_flip: make it work with more image formatsGravatar wm42013-01-13
* vf_divtc: reduce code duplicationGravatar wm42013-01-13
* vf_crop: make it work with more image formatsGravatar wm42013-01-13
* vf: add vf_rescale_dsize()Gravatar wm42013-01-13
* mp_image: add mp_image_crop()Gravatar wm42013-01-13
* vo_image: render subsGravatar wm42013-01-13
* vo_xv: fix OSD redrawing flickerGravatar wm42013-01-13
* vo_xv, vo_x11: simplify OSD redrawingGravatar wm42013-01-13
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* vo_lavc: use reference countingGravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* draw_bmp: better way to find 444 formatGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributesGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* mp_image: simplify image allocationGravatar wm42013-01-13
* video: use libavutil pixel format descriptorsGravatar wm42013-01-13
* vf_screenshot: simplifyGravatar wm42013-01-13
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcGravatar wm42013-01-13
* vd_lavc: make non-reference frames writeableGravatar wm42013-01-13
* video: remove things related to old DR codeGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* vo_caca: accept any stride for output imageGravatar wm42013-01-13
* vo_corevideo: use strideGravatar wm42013-01-13
* vo_corevideo: correct stride usageGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* mp_image_pool: add pool to avoid frequent image reallocationsGravatar wm42013-01-13
* vd_lavc: use refcountingGravatar wm42013-01-13
* mp_image: refcounting helpersGravatar wm42013-01-13
* vd_lavc: add DR1 supportGravatar wm42013-01-13
* video: different way to enable hardware decoding, add software fallbackGravatar wm42013-01-13
* vd_lavc: remove codec DRGravatar wm42013-01-13
* video: make vdpau hardware decoding not use DR code pathGravatar wm42013-01-13
* vd_lavc: do not mutate global threads optionGravatar wm42013-01-13
* vd_lavc: cosmetics: move debugging code out of the wayGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* vo_direct3d: simplifyGravatar wm42013-01-13
* vo_xv: simplifyGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* video: make vdpau hardware decoding not use slices code pathGravatar wm42013-01-13
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatGravatar wm42013-01-13
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEGravatar wm42013-01-13
* configure: remove check for .align semanticsGravatar wm42013-01-13