2044 Commits (7a970a33329c9836d169727ddbaf49a33240d587)

Author SHA1 Message Date
Steve Lhomme 468ef3103f directx_va: fix warning when DXVA2 is not available 2 years ago
Steve Lhomme c608b70a8f avcodec: include winapifamily.h when using WINAPI_FAMILY_PARTITION() 2 years ago
Steve Lhomme 823d70123c modules/win32: document why we need vlc_codecs.h 2 years ago
Steve Lhomme 54e045e4e1 modules/win32: remove unused vlc_codecs.h 2 years ago
Alexandre Janniaux 823d7c3ae5 avcodec: chroma: fix for-loop condition 2 years ago
Steve Lhomme d6ffd5bc35 subpicture: use helper functions for vlc_spu_regions 3 years ago
Steve Lhomme 3d610be9f0 subpicture: use vlc_list for regions 3 years ago
Steve Lhomme ce7efde1d9 avcodec/subtitle: log the unknown subtitle type 3 years ago
Steve Lhomme adeb34f614 avcodec/encoder: fix FourCC logging 3 years ago
Steve Lhomme b8ff1cfccd dxva2: use D3D9FormatFourcc to find matching D3DFORMAT 3 years ago
Steve Lhomme 2e582357c1 d3d9_fmt: share the d3d9_format_t structure 3 years ago
Steve Lhomme fecebe1588 avcodec: fix crash when AV1 hardware decoder fails 3 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 febc89b811 avcodec/video: get the VLC chroma with the color range 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 a061a88bce avcodec/fourcc: map common RGB16 chromas to AV_CODEC_ID_RAWVIDEO 3 years ago
Steve Lhomme 2fb72742ca avcodec/chroma: map common RGB16 formats to libavutil ones 3 years ago
Steve Lhomme f758b236c6 avcodec/fourcc: map RGB24/BGR24 to AV_CODEC_ID_RAWVIDEO 3 years ago
Steve Lhomme 03463c279b avcodec: use RGB24 without a mask when encoding TIFF 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 400d76e941 avcodec/video: replace VLC_CODEC_RGB32 with VLC_CODEC_XRGB 3 years ago
Steve Lhomme 6c875b1f65 fourcc: remove read-only VLC_CODEC_RGB8 3 years ago
Steve Lhomme e32e6ef12e avcodec/fourcc: map RGB8 formats to AV_CODEC_ID_RAWVIDEO 3 years ago
Steve Lhomme 2208f418ae avcodec/chroma: map common RGB8 formats to libavutil ones 3 years ago
Steve Lhomme 3e5f2e5d20 codec: use the i_level as a bits per pixel when i_profile is -1 3 years ago
Steve Lhomme b8e72e4ce4 avcodec/chroma: map VLC_CODEC_XYZ12 to AV_PIX_FMT_XYZ12BE 3 years ago
Steve Lhomme 2be2c76089 dxva2: don't set the mask anymore 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 a427c3c9dd avcodec: set bits_per_coded_sample using vlc_fourcc_GetChromaBPP() 3 years ago
Steve Lhomme 10f2ca94d8 avcodec: reset the output mask with VA after we reset the chroma 3 years ago
Steve Lhomme c5a1d28ae5 avcodec: use the default RGB mask for temporary RGB32 3 years ago