summaryrefslogtreecommitdiffstats
path: root/video/mp_image.c
Commit message (Expand)AuthorAgeFilesLines
* mp_image: align image allocation heightwm42013-05-171-1/+2
* mp_image: provide function to convert mp_image to AVFramewm42013-04-211-0/+50
* video: use new method to get QP tablewm42013-03-151-5/+9
* video: make use of libavcodec refcountingwm42013-03-131-0/+28
* video: prepare for libavcodec refcountingwm42013-03-131-15/+38
* vf_flip: move flipping code to mp_image.cwm42013-03-011-0/+8
* mp_image: remove mp_image.bppwm42013-01-131-1/+0
* vf_expand: support more image formatswm42013-01-131-40/+38
* mp_image: add mp_image_crop()wm42013-01-131-0/+22
* video: remove img_format compat hackswm42013-01-131-11/+7
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-6/+70
* mp_image: change how palette is handledwm42013-01-131-3/+3
* mp_image: simplify image allocationwm42013-01-131-85/+42
* video: use libavutil pixel format descriptorswm42013-01-131-128/+21
* video: remove things related to old DR codewm42013-01-131-19/+19
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+17
* mp_image: refcounting helperswm42013-01-131-18/+220
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+12
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-221-17/+3
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-221-0/+4
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-141-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+280