80 Commits (fd67b8b58ffa0823569397b9cb16c8a23f101c9f)

Author SHA1 Message Date
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
Steve Lhomme 513c814194 avcodec: map 16 bits semiplanar (P016) 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme 8263fd8bac avcodec: map 10/12 bits greyscale pixel formats 7 years ago
Francois Cartegnie fccbb2e1c8 codec: avcodec: set RGB shift in encoder 8 years ago
Steve Lhomme 965ad6ca87 avcodec: remove libavutils checks that are always true based on configure checks 8 years ago
Steve Lhomme a243a830f2 avcodec: use some chroma based on some related defines 8 years ago
Steve Lhomme 64bf64c145 avcodec: map 10/12/16 GBRA planar formats 8 years ago
Steve Lhomme 919e940870 avcodec: map 12/14 GBR planar formats 8 years ago
Steve Lhomme f5236e6fe0 avcodec: map VLC_CODEC_RGBA64 to AV_PIX_FMT_RGBA64LE 8 years ago
Steve Lhomme 456a31f6a6 codec: avcodec: map RGB16 (Fixes #19562) 8 years ago
Tristan Matthews e121a52d96 codec: avcodec: map Y16 (Fixes #20814) 8 years ago
Francois Cartegnie bd6e2f2cdc codec: avcodec: map i422/16 (refs #19684) 8 years ago
Paul B Mahol babd896d8f Define YUV 4:2:0 16bits pixel format 9 years ago
Steve Lhomme 938f50d4f6 avcodec: map VLC_CODEC_YVYU to AV_PIX_FMT_YVYU422 10 years ago
Steve Lhomme 9a2d671fd6 avcodec: map VLC_CODEC_P010 to AV_PIX_FMT_P010 10 years ago
Jean-Baptiste Kempf 3078e74aab Avutil: map 4:2:2 12bits 10 years ago
Hugo Beauzée-Luyssen 5133b722d4 avcodec: Fix RGB24 chroma mapping 10 years ago
Jean-Baptiste Kempf b9340fca2e avutil: disable 12bit support in libav case 10 years ago
Jean-Baptiste Kempf 1b562bddd0 avutil: libavutil version guards 10 years ago
Jean-Baptiste Kempf fbae733366 Avutil: map YUV 4:4:4 12bits 10 years ago
Jean-Baptiste Kempf 2a130d4736 Avcodec: map 4:2:0 12bits 10 years ago
Jean-Baptiste Kempf faa7bd357b Avcodec/swscale: use AV_PIX_FMT consistently 11 years ago
Jean-Baptiste Kempf 5707f03f17 avcodec: use AV_PIX_FMT_PAL8 iso PIX_FMT_PAL8 11 years ago
Tristan Matthews 22a9c02f42 avcodec: add mappings for gbrp 9/10-bit LE,BE 11 years ago
Jean-Baptiste Kempf fb658352fd Avcodec: Map YUVA444P10*E 11 years ago
Jean-Baptiste Kempf c9b8c8b964 avcodec: map YUVA 4:4:4 12 years ago