aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.c
Commit message (Expand)AuthorAge
...
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vo_opengl: implement the Panasonic V-Log functionGravatar Niklas Haas2016-06-28
* vo_opengl: refactor HDR mechanismGravatar Niklas Haas2016-05-30
* mp_image: properly communicate aspect ratio through AVFrameGravatar wm42016-05-30
* mp_image: don't reset pixel aspect with mp_image_set_size()Gravatar wm42016-05-30
* mp_image: don't lose pixel aspect ratio when setting formatGravatar wm42016-05-29
* mp_image: allow passing NULL to mp_image_new_custom_ref()Gravatar wm42016-04-25
* 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: simplify mp_image_steal_data()Gravatar wm42016-04-15
* mp_image: pass through AVHWFramesContextGravatar wm42016-04-15
* mp_image: introduce a hw_subfmt fieldGravatar wm42016-04-07
* mp_image: force display size to at least 1x1Gravatar wm42016-02-12
* mp_image: copy dts as part of mp_image attributes tooGravatar wm42016-01-28
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* 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
* mp_image: fix vf_vdpaupp referencesGravatar wm42015-07-08
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* mp_image: make image writeable before overwriting paletteGravatar 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: fix buildGravatar wm42015-04-09
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* mp_image: reject 0-sized imagesGravatar wm42015-03-23
* mp_image: do not assume trailing stride padding existsGravatar wm42015-03-20
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* mp_image: remove unneeded thingsGravatar wm42015-03-20
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* video: fix typoGravatar 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
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* mp_image: reject invalid display aspect ratioGravatar wm42015-01-13
* mp_image: copy missing attributesGravatar James Ross-Gowan2015-01-07
* mp_image: check for malloc failureGravatar wm42014-12-13
* 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
* mp_image: check memory allocationGravatar wm42014-11-08
* video: refuse to allocate image data for hwaccel formatsGravatar wm42014-11-05
* video: fix some vo_direct3d crashes due to FFmpeg nonsenseGravatar wm42014-09-21
* video: initial Matroska 3D supportGravatar wm42014-08-30