106 Commits (d4286710deafdb96e81b25e37e6eb106122cc8a0)

Author SHA1 Message Date
Steve Lhomme ec1111d07a avcodec/chroma: map AV_PIX_FMT_NV24/42 to VLC_CODEC_NV24/42 1 year ago
Rémi Denis-Courmont 33a268bd65 avcodec: rectify mapping to RGB8 chroma 7 months ago
Rémi Denis-Courmont 964a38912e avcodec: bind NV16 chroma 7 months ago
Thomas Guillem 7d9e993e7f avcodec: chroma: add a function to expose the table 1 year ago
Ilkka Ollakka 931e9f34ce codec/demux: pump libavcodec/libavformat requirements 2 years ago
Steve Lhomme f504ce6c4f avcodec: use LIBAVUTIL_VERSION_CHECK instead version value 2 years ago
Steve Lhomme 60c58cee77 avcodec/chroma: map VLC_CODEC_VUYA to AV_PIX_FMT_VUYX 2 years ago
François Cartegnie 40d8a9fadc fourcc: add VLC_CODEC_XYZ_12L 2 years ago
François Cartegnie a805ab05b7 fourcc: rename and differentiate XYZ12 by endianess 2 years ago
Alexandre Janniaux 823d7c3ae5 avcodec: chroma: fix for-loop condition 2 years ago
Steve Lhomme 6906faa15f fourcc: rename VLC_CODEC_RGBA10 to VLC_CODEC_RGBA10LE 3 years ago
Steve Lhomme 5c153bf0b1 avcodec/chroma: provide the UV flipped status in FindFfmpegChroma() 3 years ago
Steve Lhomme d3c43f2b4f fourcc: remove read-only VLC_CODEC_YV9 3 years ago
Steve Lhomme 1eed0681cd avcodec/chroma: use ARRAY_SIZE to iterate the chroma list 3 years ago
Steve Lhomme 2b9e31f9d0 avcodec/chroma: simplify headers 3 years ago
Steve Lhomme b44d2c4bcd avcodec/chroma: remove unused RGB macros 3 years ago
Steve Lhomme e380c2a826 avcodec/chroma: replace GetFfmpegChroma() calls with FindFfmpegChroma() 3 years ago
Steve Lhomme 5debcc34b3 avcodec/chroma: map AV_PIX_FMT_YUVJ411P 3 years ago
Steve Lhomme a30cd2a013 avcodec/chroma: remap full range YUV to chroma+range 3 years ago
Steve Lhomme a0a06750e2 avcodec/chroma: remove unused FindVlcChroma() 3 years ago
Steve Lhomme 3317a0e9e5 avcodec/chroma: mark the full range chromas 3 years ago
Steve Lhomme 47af51ec58 vlc_es: remove always 0 video_format_t RGB mask 3 years ago
Steve Lhomme a4280d3493 vlc_es: remove empty video_format_FixRgb() 3 years ago
Steve Lhomme f10359c14e avcodec/chroma: get rid of empty masks 3 years ago
Steve Lhomme a8893dd50d vlc_fourcc: remove read-only VLC_CODEC_RGB16 3 years ago
Steve Lhomme 3dce515cef vlc_fourcc: remove read-only VLC_CODEC_RGB15 3 years ago
Steve Lhomme eaf149b7f8 vlc_fourcc: remove read-only VLC_CODEC_RGB32 3 years ago
Steve Lhomme 92d89bc3b3 vlc_fourcc: remove read-only VLC_CODEC_RGB24M 3 years ago
Steve Lhomme 94ecd856db avcodec/chroma: map common RGB15 formats to libavutil ones 3 years ago
Steve Lhomme 2fb72742ca avcodec/chroma: map common RGB16 formats to libavutil ones 3 years ago
Steve Lhomme afd5c83fba avcodec/chroma: map common RGB24 formats to libavutil ones 3 years ago
Steve Lhomme 0127ad54f9 vlc_fourcc: rename VLC_CODEC_RGB24 to VLC_CODEC_RGB24M 3 years ago
Steve Lhomme 6c875b1f65 fourcc: remove read-only VLC_CODEC_RGB8 3 years ago
Steve Lhomme 2208f418ae avcodec/chroma: map common RGB8 formats to libavutil ones 3 years ago
Steve Lhomme b8e72e4ce4 avcodec/chroma: map VLC_CODEC_XYZ12 to AV_PIX_FMT_XYZ12BE 3 years ago
Steve Lhomme 1a8dc3fcbf avcodec/chroma: remove mapping to non VLC chromas 3 years ago
Steve Lhomme 824506e8f2 avcodec/chroma: use the proper vlc_fourcc_t for 'Y','V','U','9' 3 years ago
Steve Lhomme 1b0c143bfe avcodec/chroma. map RGB+x formats to RGB+0 chromas 3 years ago
Steve Lhomme a309fb4c10 avcodec/chroma: prioritize RGB mapping with the same mask 3 years ago
Steve Lhomme 38ad102b2c avcodec: return the AVPixelFormat in GetFfmpegChroma() 3 years ago
Francois Cartegnie 081a0e62a0 codec: avcodec: fix mask mappings for 32 bits RGB 3 years ago
Steve Lhomme e2d4c69d79 avcodec: map VLC_CODEC_RGBA10 to AV_PIX_FMT_X2BGR10 3 years ago
Rémi Denis-Courmont b2cc43dc45 avcodec: add ABGR 4 years ago
Rémi Denis-Courmont 63a44e8d14 avcodec: make P010 and P016 little endian 4 years ago
Rémi Denis-Courmont 04b5f47748 swscale: fix compilation without avcodec 4 years ago
Marvin Scholz dc20caa8e0 avutil: remove LIBAVUTIL_VERSION_MICRO >= 100 checks 4 years ago
Zhao Zhili 51c3da8b00 avcodec: map VLC_CODEC_YUVA_444_12 5 years ago
Steve Lhomme c78f7ac90f avcodec: always use AVPixelFormat instead of PixelFormat 5 years ago
Steve Lhomme b6f3628fa2 avcodec: use enum AVPixelFormat where a pixel format is expected 5 years ago
Tristan Matthews 9d908d75a7 avcodec: map VLC_CODEC_GBRA_PLANAR 6 years ago