aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.h
Commit message (Expand)AuthorAge
* video: remove internal stereo_out flagGravatar wm42018-04-29
* video: pass through container fps to filtersGravatar wm42018-04-19
* mp_image: pass through unknown AVFrame side dataGravatar wm42018-03-03
* mp_image: preserve AVFrame closed captions dataGravatar wm42018-01-30
* vd_lavc, mp_image: remove weird mpv specific palette constantGravatar wm42017-12-01
* video: add mp_image_params.hw_flags and add an exampleGravatar wm42017-10-16
* video: drop old D3D11/DXVA2 supportGravatar wm42017-09-26
* build: add preliminary LGPL modeGravatar wm42017-09-21
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* vd_lavc: decode embedded ICC profilesGravatar Niklas Haas2017-08-03
* mp_image: expose some image allocation code as helpers, refactorGravatar wm42017-07-23
* mp_image: change license to LGPL (almost)Gravatar wm42017-06-16
* lavfi: use mp_image to store the filter pad formatGravatar wm42017-02-20
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* mp_image: dump all mp_colorspace members in verbose loggingGravatar wm42016-11-08
* video: change hw_subfmt meaningGravatar wm42016-07-15
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vo_opengl: refactor HDR mechanismGravatar Niklas Haas2016-05-30
* mp_image: don't reset pixel aspect with mp_image_set_size()Gravatar wm42016-05-30
* mp_image: make mp_image_copy_fields_* privateGravatar wm42016-04-15
* mp_image: add mp_image_to_av_frame()Gravatar wm42016-04-15
* mp_image: pass through AVHWFramesContextGravatar wm42016-04-15
* mp_image: introduce a hw_subfmt fieldGravatar wm42016-04-07
* video: cleanup pts/dts passing between decoder componentsGravatar wm42016-01-25
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* video: refactor GPU memcpy usageGravatar wm42015-09-25
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* mp_image: remove some unused interlacing flagsGravatar wm42015-04-23
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant flags fieldGravatar wm42015-04-10
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* mp_image: remove redundant plane_w/h fieldsGravatar wm42015-04-10
* mp_image: get rid of chroma_width/height fieldsGravatar wm42015-04-09
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* mp_image: remove unneeded thingsGravatar wm42015-03-20
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* csputils: add missing gamma supportGravatar Niklas Haas2015-02-28
* vo_opengl: change the way unaligned chroma size is handledGravatar wm42015-01-27
* video: remove things forgotten in previous commitGravatar wm42014-12-03
* mp_image: slightly better image params verbose infoGravatar wm42014-11-12
* video: move formatting of image parameters to separate functionGravatar wm42014-11-12
* video: initial Matroska 3D supportGravatar wm42014-08-30
* video: Add support for non-BT.709 primariesGravatar 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: remove redundant mp_image display_w/_h membersGravatar wm42014-04-29