aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.c
Commit message (Expand)AuthorAge
* mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp()Gravatar wm42017-02-21
* lavfi: use mp_image to store the filter pad formatGravatar wm42017-02-20
* mp_image: use AVFrame.opaque_ref to pass through mpv-only fieldsGravatar wm42017-02-13
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imageGravatar wm42017-01-12
* vaapi: properly set hw_subfmt field with new decode APIGravatar wm42017-01-12
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* Remove compatibility thingsGravatar wm42016-12-07
* mp_image: dump all mp_colorspace members in verbose loggingGravatar wm42016-11-08
* mp_image: fix clearing to black with p010 formatGravatar wm42016-09-29
* video: change hw_subfmt meaningGravatar wm42016-07-15
* vo_opengl: generalize HDR tone mapping mechanismGravatar Niklas Haas2016-07-03
* 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