aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.c
Commit message (Expand)AuthorAge
...
* video: Include better heuristics for guessing primariesGravatar Niklas Haas2014-06-22
* video: Better support for XYZ inputGravatar Niklas Haas2014-06-22
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: Add BT.2020-NCL colorspace and transfer functionGravatar Niklas Haas2014-06-22
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: remove redundant functionGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: fix screenshots with anamorphic videoGravatar wm42014-05-02
* video: remove redundant mp_image display_w/_h membersGravatar wm42014-04-29
* mp_image: add rotation parameterGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* video: remove use of deprecated AVFrame fields on LibavGravatar wm42014-04-15
* mp_image: add missing field to mp_image_params_equals()Gravatar wm42014-03-28
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* mp_image: reject too large image sizesGravatar wm42014-01-29
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* build: make pthreads mandatoryGravatar wm42013-11-28
* mp_image: add helper for copying image attributesGravatar wm42013-11-03
* talloc: change talloc destructor signatureGravatar wm42013-10-13
* gl_video: handle non-mod-2 4:2:0 YUV video correctlyGravatar wm42013-08-06
* mp_image: make reference counting thread-safeGravatar wm42013-07-28
* mp_image: pass through colorspace info to libavfilterGravatar wm42013-07-28
* video: support setting libswscale chroma positionGravatar wm42013-07-25
* mp_image: create AVBuffers for all planes when converting to AVFrameGravatar wm42013-07-24
* 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
* video: redo how colorspaces are handledGravatar wm42013-07-16
* mp_image: explicitly forbid using RGB colorspace with YUV formatsGravatar wm42013-07-15
* mp_image: refactor colorspace guessing/fallbackGravatar wm42013-07-15
* csputils.h: don't recursively include libavcodec headerGravatar wm42013-06-28
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* mp_image: copy palette only if allocatedGravatar wm42013-06-28
* mp_image: align image allocation heightGravatar wm42013-05-17
* mp_image: provide function to convert mp_image to AVFrameGravatar wm42013-04-21
* video: use new method to get QP tableGravatar wm42013-03-15
* 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
* mp_image: add mp_image_crop()Gravatar wm42013-01-13
* video: remove img_format compat hacksGravatar 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