aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.h
Commit message (Expand)AuthorAge
...
* mp_image: add rotation parameterGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* mp_image: add helper for copying image attributesGravatar wm42013-11-03
* Fix previous commitGravatar wm42013-09-25
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* img_format: add a mask for color classGravatar wm42013-07-18
* mp_image: one utility function to set image parametersGravatar wm42013-07-18
* sws_utils: refactor swscale wrapper codeGravatar wm42013-07-18
* mp_image: refactor colorspace guessing/fallbackGravatar wm42013-07-15
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* mp_image: provide function to convert mp_image to AVFrameGravatar wm42013-04-21
* video: make use of libavcodec refcountingGravatar wm42013-03-13
* video: prepare for libavcodec refcountingGravatar wm42013-03-13
* vf_flip: move flipping code to mp_image.cGravatar wm42013-03-01
* mp_image: remove mp_image.bppGravatar wm42013-01-13
* vf_expand: support more image formatsGravatar wm42013-01-13
* vf_crop: make it work with more image formatsGravatar wm42013-01-13
* mp_image: add mp_image_crop()Gravatar 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: simplify image allocationGravatar wm42013-01-13
* video: use libavutil pixel format descriptorsGravatar 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
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* mp_image: refcounting helpersGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* mp_image: make alloc_mpi() always allocate with aligned strideGravatar wm42012-11-22
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12