8121 Commits (c17f8a5b4aa795d848edac4e6c1f8c45c4d6ad5c)

Author SHA1 Message Date
Steve Lhomme b036c26e95 text: let vlc_towc() return an ssize_t 3 years ago
Steve Lhomme a6c3cff1d2 vlc_fixups: don't for disable warnings if the user already did it 3 years ago
Niklas Haas 4412b49e49 vlc_es: add HDR10+ dynamic metadata 3 years ago
Romain Vimont e831af370b vout: update format after filters 6 years ago
Alexandre Janniaux 8bb7a418b9 vlc_extensions: add player reference 3 years ago
Alexandre Janniaux ab52f3de66 vlc_extensions: add vlc_logger 3 years ago
Alexandre Janniaux cae35be1c3 lua: extension: rename sys type to lua_extension 3 years ago
Alexandre Janniaux e2c59b9752 vlc_extensions: voidify the sys type 3 years ago
Alexandre Janniaux 24972a44f6 lua: add ext parameter 3 years ago
Romain Vimont 5ebf9e2801 vlc_vector: assert count argument is not 0 3 years ago
Steve Lhomme 674cc68b26 vlc_codecs.h: don't redefine some WAVE formats if already found 3 years ago
Steve Lhomme b1adadbb05 medialibrary: don't use named intializers in C++ 3 years ago
Steve Lhomme 5c67db978f variables: return size_t with var_CountChoices() 3 years ago
Steve Lhomme 1a130d943e demux: set all callback fields in DEMUX_INIT_COMMON 3 years ago
Steve Lhomme 721c4bc5a1 access: set all callback fields in ACCESS_SET_CALLBACKS 3 years ago
Alexandre Janniaux 1248f831fb vlc_extensions: change sys to void* 3 years ago
Alexandre Janniaux 9b3f841a0c vlc_extensions: rename __extension_GetBool 3 years ago
Alaric Senat 1c6730b67b input_decoder: publicly expose `ChangeDelay` 3 years ago
Alaric Senat 13539bacf1 sout: expose a light clock API 3 years ago
Alaric Senat 831c91f798 vlc_decoder: add the clock as parameter 4 years ago
Alaric Senat d9b23d6a12 clock: publicly expose clock's typedefs 3 years ago
Steve Lhomme 9cb9df5097 vlc_codec: use the preferred toolchain packing mode with MSVC 3 years ago
Steve Lhomme 96f9688a4c vlc_codec: remove video structures only used on Windows 3 years ago
Steve Lhomme 73b0a8bdfe vlc_codec: remove unused VLC_BITMAPINFO 3 years ago
Steve Lhomme a2947255c2 vlc_codec: remove unused RECT32 3 years ago
Steve Lhomme b2a7a5b374 vlc_common: remove redirections to mingw printf functions 3 years ago
Steve Lhomme c74f0a8e07 vlc_common: remove unused swprintf 3 years ago
Steve Lhomme 39039374c3 configure: remove defines used with __USE_MINGW_ANSI_STDIO 3 years ago
Steve Lhomme 10a66f8a77 win32: do not use __declspec(restrict) with the Windows SDK 3 years ago
Thomas Guillem 8c31fe0d62 lib: update comment with last API changes 3 years ago
Thomas Guillem 5418c4a026 lib: remove libvlc_media_thumbnail_request_cancel 3 years ago
Thomas Guillem ca3b131594 thumbnail: rework API to fix use-after-free 3 years ago
Steve Lhomme 5b79d6e608 vlc_aout: add restrict qualifier to match existing callbacks 3 years ago
Steve Lhomme cacfd854dc vlc_stream: add restrict qualifier to match existing callbacks 3 years ago
Steve Lhomme dd8866ec98 vlc_tls: add restrict qualifier to match existing callbacks 3 years ago
Steve Lhomme 42ad59744f vlc_fixups: fix warning when setting Windows defines 3 years ago
Steve Lhomme 9d840d906f vlc_fixups: use the default defines for S_ISDIR/S_ISREG 3 years ago
Steve Lhomme 6be0e8af6b configure: remove static_assert check 3 years ago
Steve Lhomme cac3057f62 vlc_common: use _swab instead of swab 3 years ago
Steve Lhomme f59a9f183d vlc_spawn: use unistd.h to get pid_t 3 years ago
Steve Lhomme 233b54fc21 vlc_common: set VLC_USED/VLC_MALLOC/VLC_DEPRECATED for MSVC 3 years ago
Steve Lhomme 9c863ef17d vlc_fixups: add some fixups for the official Windows SDK 3 years ago
Steve Lhomme 9673680740 vlc_list: Don't initialize return value with a compound literal in C++ 3 years ago
Steve Lhomme 3ee6797346 win32: define _USE_MATH_DEFINES 3 years ago
Steve Lhomme 0dfe633943 win32: define NOMINMAX to avoid having min & max macros 3 years ago
Steve Lhomme 8df09a9e3b vlc_picture: add C++ extern "C" 3 years ago
Steve Lhomme dc91b16390 vlc_tick: use unsigned for sample frequency 3 years ago
Steve Lhomme 32e310fb36 avoid empty function parameters 3 years ago
Steve Lhomme 352ad101b3 rename __LIBVLC__ to LIBVLC_INTERNAL_ 3 years ago
Johannes Kauffmann f242e3c7eb meson: fix named argument style 3 years ago