aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.c
Commit message (Expand)AuthorAge
* mp_image: strip all HDR peak information from SDR clipsGravatar Niklas Haas2018-09-05
* video: remove internal stereo_out flagGravatar wm42018-04-29
* mp_image: fixup a simple 10L in ref_bufferGravatar Jan Ekström2018-04-21
* video: pass through container fps to filtersGravatar wm42018-04-19
* video: remove libavutil PSEUDOPAL stuffGravatar wm42018-04-03
* mp_image: fix UB with certain callers like vf_vdpauppGravatar wm42018-03-15
* mp_image: replace rude function with less rude FFmpeg upstream functionGravatar wm42018-03-03
* mp_image: make ref error handling slightly readableGravatar wm42018-03-03
* mp_image: pass through unknown AVFrame side dataGravatar wm42018-03-03
* mp_image: fix subtle side data memory leaksGravatar wm42018-03-03
* mp_image: preserve AVFrame closed captions dataGravatar wm42018-01-30
* mp_image: factor buffer referencingGravatar wm42018-01-30
* video: change some remaining vo_opengl mentions to vo_gpuGravatar Akemi2018-01-20
* mp_image: fix some metadata loss with conversion from/to AVFrameGravatar wm42018-01-18
* video: avoid some unnecessary vf.h includesGravatar wm42018-01-18
* vd_lavc, mp_image: remove weird mpv specific palette constantGravatar wm42017-12-01
* vd_lavc: move display mastering data stuff to mp_imageGravatar wm42017-10-30
* Bump libav* API useGravatar wm42017-10-30
* video: make previously added hwdec params mechanism more genericGravatar wm42017-10-16
* video: properly pass through ICC dataGravatar wm42017-10-16
* mp_image: merge AVFrame conversion functionsGravatar wm42017-10-16
* video: add mp_image_params.hw_flags and add an exampleGravatar wm42017-10-16
* mp_image: select an explicit fallback for chroma locationGravatar wm42017-10-16
* video: drop old D3D11/DXVA2 supportGravatar wm42017-09-26
* build: add preliminary LGPL modeGravatar wm42017-09-21
* mp_image: don't guess colorspace params in mp_image_copy_attributes()Gravatar wm42017-09-19
* mp_image: always copy pixel aspect ratioGravatar wm42017-09-19
* mp_image: always copy color attributes on hw downloadGravatar wm42017-09-19
* mp_image: include config.h directlyGravatar James Ross-Gowan2017-08-26
* 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: use new code for determining RGB/XYZ exceptionsGravatar wm42017-06-30
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* mp_image: infer correct HLG sig_peakGravatar Niklas Haas2017-06-27
* vo_opengl: implement support for OOTFs and non-display referred contentGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* mp_image: change license to LGPL (almost)Gravatar wm42017-06-16
* mp_image: refuse to convert frames of unknown format to AVFrameGravatar wm42017-06-08
* 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