aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vd_lavc: remove -lavdopts vstats suboptionGravatar wm42013-01-13
* vd_lavc: remove lowres decodingGravatar wm42013-01-13
* vo_x11: use two buffers like XvGravatar Rudolf Polzer2013-01-13
* vo_x11, vo_xv: XShmCompletion event supportGravatar Rudolf Polzer2013-01-13
* vo_direct3d: remove 2ch hack for 10 bit playbackGravatar wm42013-01-13
* vo_sdl: avoid copying just for taking screenshotsGravatar wm42013-01-13
* vd_lavc: prefer AVFrame over AVCodecContext fieldsGravatar wm42013-01-13
* mp_image: remove mp_image.bppGravatar wm42013-01-13
* imgfmt: add more ffmpeg pixel formatsGravatar wm42013-01-13
* img_format: change meaning of MP_IMGFLAG_PLANARGravatar wm42013-01-13
* vf_sub: allow more formats, simplify codeGravatar wm42013-01-13
* vf_expand: support more image formatsGravatar wm42013-01-13
* vf_rotate: support more image formatsGravatar wm42013-01-13
* vf_softpulldown: reject unsupported image formats, fix code duplicationGravatar wm42013-01-13
* 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