7138 Commits (21bd9cffbd959ae507af9c8395dbc56c76595bfe)

Author SHA1 Message Date
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 2fa25201b9 xwd: replace VLC_CODEC_RGB32 with VLC_CODEC_XRGB 3 years ago
Steve Lhomme ccbd82a943 mft: map MFVideoFormat_RGB32 to VLC_CODEC_RGBX 3 years ago
Steve Lhomme f09cb927a1 codec/cdg: replace VLC_CODEC_RGB32 with XBGR 3 years ago
Steve Lhomme 6c875b1f65 fourcc: remove read-only VLC_CODEC_RGB8 3 years ago
Alexandre Janniaux 228a8b8df6 codec: dmo: fix allocation check 3 years ago
Steve Lhomme 17c28a8dbe mft: map MFVideoFormat_ARGB32 to VLC_CODEC_BGRA 3 years ago
Steve Lhomme 78e8e11440 xwd: use VLC_CODEC_RGB233 with fixed mask instead of VLC_CODEC_RGB8+mask 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
Francois Cartegnie 8c047bb483 packetizer: hevc: provide picture left/top crop info 3 years ago
Francois Cartegnie 587b928054 packetizer: h264: provide picture left/top crop info 3 years ago
Francois Cartegnie 7923ce4e00 hxxx_helper: provide picture left/top crop info 3 years ago
Steve Lhomme 3e5f2e5d20 codec: use the i_level as a bits per pixel when i_profile is -1 3 years ago
Maxime Chapelet 122ad196f7 codec: apple: fix tvOS compatibility to get a cvpx attachment 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 399bd1cb72 svg: don't set a mask for VLC_CODEC_BGRA 3 years ago
Steve Lhomme 1eb2a5b04a svg: fix chroma mapping on Big-Endian 3 years ago
Marvin Scholz 59a0f5adf9 meson: fix vpx module build 3 years ago
Steve Lhomme cf2613a72c modules: remove write-only video format i_bits_per_pixel 3 years ago
Steve Lhomme a2a0c87b88 xwd: use plane_CopyPixels to copy the RGB buffer 3 years ago
Steve Lhomme df7dfadca9 dmo: use plane_CopyPixels to copy pixels 3 years ago
Steve Lhomme 736554e2d7 dmo: use the bit depth corresponding to the output chroma 3 years ago
Steve Lhomme afa876559e dmo: factorize code to set input FourCC 3 years ago
Steve Lhomme 4208836f96 dmo: fix rounding the bytes necessary for the image 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
Maxime Chapelet 2838f0c426 codec: videotoolbox: add utility function to map and attach video format color properties to a CoreVideo buffer 3 years ago
Maxime Chapelet 214f8fc46e codec: videotoolbox: move functions to map color properties in vt_utils 3 years ago
Steve Lhomme c5a1d28ae5 avcodec: use the default RGB mask for temporary RGB32 3 years ago
Steve Lhomme 58aa6c76e7 mft: set the RGB mask after setting the D3D11 chroma 3 years ago
Alaric Senat 9bc26e189b hxxx_helper: add an avc constraint flag getter 3 years ago
Steve Lhomme 753737c2e6 avcodec/fourcc: exit early for AV_CODEC_ID_RAWVIDEO 3 years ago
Steve Lhomme 5dd44b634f dvdbsub: log the FourCC as a string 3 years ago
Steve Lhomme 0132a575ae schroedinger: use %4.4s to log a FourCC 3 years ago
Steve Lhomme eea271bf25 daala: use vlc_fourcc_t for the local codec 3 years ago
Steve Lhomme 3653f60ef9 avcodec/fourcc: map RGB+x formats to AV_CODEC_ID_RAWVIDEO 3 years ago
Steve Lhomme 1b0c143bfe avcodec/chroma. map RGB+x formats to RGB+0 chromas 3 years ago
Steve Lhomme 50687096c2 modules: reset mask after format copy+chroma change 3 years ago
Alexandre Janniaux b63962e292 codec: telx: strncpy -> strlcpy 3 years ago
Alexandre Janniaux 6a798b46a9 codec: telx: fix truncation warning 3 years ago
Maxime Chapelet deeeadaf23 decoder: videotoolbox: attach color properties to image buffers 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