6008 Commits (3f5e46ba4e942063374ddd9e158f7852ce902daa)

Author SHA1 Message Date
Thomas Guillem d1ca10c62b mms: fix potential integer overflow 3 years ago
Thomas Guillem de2f34e778 mms: return -1 in case of error 3 years ago
Thomas Guillem 16dbe955d6 mms: decrease i_packet_length in only one place 3 years ago
Thomas Guillem 8724a30294 mms: use const in mms_ParsePacket() 3 years ago
Steve Lhomme 40c52097c8 imem: return proper demuxer return codes 3 years ago
Johannes Kauffmann 968680321d cdda: don't check for !*psz_mbserver 3 years ago
Johannes Kauffmann b945194f17 access/dtv: fix mod leak 3 years ago
Marvin Scholz d0c5c9c3af access: ftp: avoid using sprintf 3 years ago
Marvin Scholz b93f201c75 http: avoid using sprintf 3 years ago
Marvin Scholz 8fba6c29bc access: cdda: avoid using sprintf 3 years ago
Johannes Kauffmann 4aa0c2f3f4 modules: add missing void parameters to functions 3 years ago
Rémi Denis-Courmont dc384d52b9 wasapi: use stdc_count_ones() 3 years ago
Rémi Denis-Courmont cbfd849fda rtp/pcm: use stdc_count_ones() 3 years ago
Rémi Denis-Courmont 2ab31af00a rtp/mp2v: use stdc_trailing_zeros() 3 years ago
Rémi Denis-Courmont 12c21a94a9 dtv: use stdc_trailing_zeros() 3 years ago
Rémi Denis-Courmont 6dccabda26 jack: use stdc_bit_floor() 3 years ago
Thomas Guillem 71f54c2557 dcp: add (future) missing include 3 years ago
Thomas Guillem 3a68cbb3e5 dshow: add (future) missing include 3 years ago
Steve Lhomme c31160afb7 dshow: don't create local variable for chroma 3 years ago
Steve Lhomme 8327d88805 wasapi: don't define CONST_VTABLE when we don't need it 3 years ago
Steve Lhomme e52cc89f80 modules: set VLC_MALLOC on strings allocated by a memstream 3 years ago
Steve Lhomme 27be18daf2 subpicture: don't preemptively call video_format_IsSimilar to update SPU's 3 years ago
Alexandre Janniaux 6e6018815c bluray: use new spu updater operation 3 years ago
Alexandre Janniaux a987b446af vlc_subpicture: rename p_sys to sys 3 years ago
Steve Lhomme 844deb7121 bluray: fix overlay status when there's no region left 3 years ago
Steve Lhomme 2345f09ed2 bluray: merge subpictureUpdaterValidate into subpictureUpdaterUpdate 3 years ago
Steve Lhomme 2f054d8f6d bluray: return proper error codes in subpictureUpdaterValidate() 3 years ago
Steve Lhomme 2fcc517952 subpicture: merge pf_validate and pf_update calls 3 years ago
Steve Lhomme 0ee8e70d9a bluray: use a reference of internal pictures instead of picture copy 3 years ago
Jean-Baptiste Kempf df6394ea80 SRT: remove tabs in source code 3 years ago
Steve Lhomme d6ffd5bc35 subpicture: use helper functions for vlc_spu_regions 3 years ago
Steve Lhomme 72f948ca52 subpicture: rename subpicture_region_ChainDelete() to vlc_spu_regions_Clear() 3 years ago
Steve Lhomme 3d610be9f0 subpicture: use vlc_list for regions 3 years ago
Steve Lhomme 143e0125dd bluray: return early if the region creation fails 3 years ago
Thomas Guillem f7f346e686 mmsh: check user size bounds 3 years ago
Steve Lhomme 04d3c31333 screen/wayland: init all known fields to NULL 3 years ago
Steve Lhomme a642f638e8 decklink: split the code to log field dominance and map to block flags 3 years ago
Steve Lhomme 3164c8970a decklink: don't return a whole es_format_t 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 eb14275ab3 screen/xcb: replace VLC_CODEC_RGB15 with RGB555 3 years ago
Steve Lhomme a0670492db screen/xcb: replace VLC_CODEC_RGB16 with VLC_CODEC_RGB565 3 years ago
Steve Lhomme 622a5812e3 access/shm: use default 15-bit/16-bit chroma without a mask 3 years ago
Steve Lhomme 68554e484c access/vnc: use RGB565LE/BE for 16-bit/default depth 3 years ago
Steve Lhomme 8c98fc91e0 access/rdp: fail if gdi_init() fails 3 years ago
Steve Lhomme 1674af4837 access/rdp: map the format to known chromas 3 years ago
Steve Lhomme 3af18cdaa9 screen/xcb: replace VLC_CODEC_RGB24M with VLC_CODEC_RGB24 3 years ago
Steve Lhomme 3b728b54f2 win32: really fix the DllMain signature 3 years ago
Steve Lhomme 91bde00c81 access/v4l2: remove always null mask 3 years ago
Steve Lhomme b111d3b31b dxgi_fmt: remove empty DxgiFormatMask() 3 years ago