summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
Commit message (Expand)AuthorAgeFilesLines
* mp_image: add helper for clearing regions outside of a rectanglewm42020-05-221-0/+2
* video: clean up some imgfmt related stuffwm42020-05-181-0/+1
* mp_image: add some helperswm42020-05-061-0/+3
* video: add alpha type metadatawm42020-04-241-0/+1
* video, demux: rip out unused spherical metadata codewm42019-10-171-15/+0
* video: remove mp_image_params.hw_flags fieldwm42019-10-171-6/+0
* video: generally try to align image data on 64 byteswm42019-09-191-0/+6
* Implement backwards playbackwm42019-09-191-0/+2
* video: remove internal stereo_out flagwm42018-04-291-2/+1
* video: pass through container fps to filterswm42018-04-191-0/+2
* mp_image: pass through unknown AVFrame side datawm42018-03-031-0/+8
* mp_image: preserve AVFrame closed captions datawm42018-01-301-0/+2
* vd_lavc, mp_image: remove weird mpv specific palette constantwm42017-12-011-2/+0
* video: add mp_image_params.hw_flags and add an examplewm42017-10-161-0/+6
* video: drop old D3D11/DXVA2 supportwm42017-09-261-3/+0
* build: add preliminary LGPL modewm42017-09-211-9/+7
* video: add metadata handling for spherical videowm42017-08-211-1/+16
* vd_lavc: decode embedded ICC profilesNiklas Haas2017-08-031-0/+2
* mp_image: expose some image allocation code as helpers, refactorwm42017-07-231-0/+6
* mp_image: change license to LGPL (almost)wm42017-06-161-0/+2
* lavfi: use mp_image to store the filter pad formatwm42017-02-201-0/+1
* video: use demuxer-signaled duration for last video framewm42016-12-211-1/+1
* mp_image: dump all mp_colorspace members in verbose loggingwm42016-11-081-1/+1
* video: change hw_subfmt meaningwm42016-07-151-2/+1
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-5/+1
* vo_opengl: refactor HDR mechanismNiklas Haas2016-05-301-0/+1
* mp_image: don't reset pixel aspect with mp_image_set_size()wm42016-05-301-1/+1
* mp_image: make mp_image_copy_fields_* privatewm42016-04-151-4/+0
* mp_image: add mp_image_to_av_frame()wm42016-04-151-0/+1
* mp_image: pass through AVHWFramesContextwm42016-04-151-0/+2
* mp_image: introduce a hw_subfmt fieldwm42016-04-071-0/+2
* video: cleanup pts/dts passing between decoder componentswm42016-01-251-0/+2
* video: switch from using display aspect to sample aspectwm42015-12-191-1/+5
* video: replace vf_format outputlevels option with global optionwm42015-09-291-4/+0
* video: refactor GPU memcpy usagewm42015-09-251-0/+3
* video: replace our own refcounting with libavutil'swm42015-07-051-2/+9
* mp_image: remove some unused interlacing flagswm42015-04-231-3/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* mp_image: remove redundant flags fieldwm42015-04-101-2/+1
* mp_image: remove redundant chroma_x/y_shift fieldswm42015-04-101-2/+0
* mp_image: remove redundant plane_w/h fieldswm42015-04-101-4/+2
* mp_image: get rid of chroma_width/height fieldswm42015-04-091-2/+0
* video: uninline memcpy_pic functionswm42015-03-201-0/+5
* mp_image: remove unneeded thingswm42015-03-201-6/+0
* Revert "Revert recent vo_opengl related commits"Niklas Haas2015-02-281-0/+1
* Revert recent vo_opengl related commitswm42015-02-281-1/+0
* csputils: add missing gamma supportNiklas Haas2015-02-281-0/+1
* vo_opengl: change the way unaligned chroma size is handledwm42015-01-271-0/+2
* video: remove things forgotten in previous commitwm42014-12-031-3/+0
* mp_image: slightly better image params verbose infowm42014-11-121-1/+1
* video: move formatting of image parameters to separate functionwm42014-11-121-0/+4
* video: initial Matroska 3D supportwm42014-08-301-0/+2
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-221-0/+1
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-2/+2
* video: remove redundant functionwm42014-06-171-3/+0
* video: check image parameterswm42014-06-171-0/+1
* video: introduce failure path for image allocationswm42014-06-171-1/+1
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-2/+0
* mp_image: add rotation parameterwm42014-04-211-0/+2
* video: make mp_image use mp_image_params directlywm42014-04-211-10/+4
* video: change image format from unsigned int to int in some placeswm42014-03-171-2/+2
* Reduce recursive config.h inclusions in headerswm42013-12-181-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* mp_image: add helper for copying image attributeswm42013-11-031-0/+3
* Fix previous commitwm42013-09-251-4/+0
* video: handle video output levels with mp_image_paramswm42013-08-241-0/+7
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* img_format: add a mask for color classwm42013-07-181-1/+1
* mp_image: one utility function to set image parameterswm42013-07-181-0/+3
* sws_utils: refactor swscale wrapper codewm42013-07-181-3/+6
* mp_image: refactor colorspace guessing/fallbackwm42013-07-151-0/+2
* vo_opengl: handle chroma locationwm42013-06-281-0/+3
* video: add a new method to configure filters and VOswm42013-06-281-1/+9
* mp_image: provide function to convert mp_image to AVFramewm42013-04-211-0/+3
* video: make use of libavcodec refcountingwm42013-03-131-0/+1
* video: prepare for libavcodec refcountingwm42013-03-131-1/+6
* vf_flip: move flipping code to mp_image.cwm42013-03-011-0/+1
* mp_image: remove mp_image.bppwm42013-01-131-1/+0
* vf_expand: support more image formatswm42013-01-131-1/+1
* vf_crop: make it work with more image formatswm42013-01-131-0/+4
* mp_image: add mp_image_crop()wm42013-01-131-0/+3
* video: cleanup: replace old mp_image function nameswm42013-01-131-5/+0
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-0/+1
* mp_image: simplify image allocationwm42013-01-131-17/+1
* video: use libavutil pixel format descriptorswm42013-01-131-17/+14
* video: remove things related to old DR codewm42013-01-131-56/+1
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-1/+3
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-0/+3
* mp_image: refcounting helperswm42013-01-131-7/+45
* video: remove slice based filtering and video outputwm42013-01-131-4/+0
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-221-0/+3
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+162