1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 12:55:16 +00:00
mpv/video
wm4 5ed24862c0 video: change image format from unsigned int to int in some places
Image formats used to be FourCCs, so unsigned int was better. But now
it's annoying and the only difference is that unsigned int is more to
type than int.
2014-03-17 18:19:57 +01:00
..
decode vd_lavc: reinit hwdec on profile changes 2014-03-17 18:19:03 +01:00
filter vf_delogo: remove internal implementation 2014-03-16 13:19:29 +01:00
out encode: use new AVFrame API 2014-03-16 13:19:29 +01:00
csputils.c csputils: provide string descriptions of chroma locations 2014-02-16 03:51:02 +01:00
csputils.h csputils: provide string descriptions of chroma locations 2014-02-16 03:51:02 +01:00
fmt-conversion.c video: fix FFmpeg or Libav being a special snowflake 2014-03-16 16:23:12 +01:00
fmt-conversion.h
hwdec.h
image_writer.c image_writer: use new AVFrame API 2014-03-16 13:19:29 +01:00
image_writer.h image_writer: mp_msg conversions 2013-12-21 20:50:10 +01:00
img_format.c video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
img_format.h video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
img_fourcc.h
memcpy_pic.h
mp_image_pool.c video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
mp_image_pool.h video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
mp_image.c video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
mp_image.h video: change image format from unsigned int to int in some places 2014-03-17 18:19:57 +01:00
sws_utils.c sws_utils: mp_msg conversions 2013-12-21 20:50:10 +01:00
sws_utils.h sws_utils: mp_msg conversions 2013-12-21 20:50:10 +01:00
vaapi.c vaapi: fix initialization error code path 2013-12-23 11:22:12 +01:00
vaapi.h vaapi: mp_msg conversions 2013-12-21 20:50:11 +01:00
vdpau_functions.inc
vdpau.c vdpau: mp_msg conversions 2013-12-21 20:50:11 +01:00
vdpau.h vdpau: mp_msg conversions 2013-12-21 20:50:11 +01:00
vfcap.h