Commits on Source (9)
-
(cherry picked from commit 7bd5bab3) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
770789f2 -
char * can alias anything, and Winsock relies on that. Unfortunately, the compiler still issues warnings. This works around that. (cherry picked from commit 36715d9b) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
6179d6b8 -
Steve Lhomme authored
On Windows recvfrom/revc/sendto expects a char*.
3391108f -
Steve Lhomme authored
So that we don't have to include search.h each time vlc_fixups.h is used. The Win32 prototype of lfind() expects an unsigned* for 'nelp', not a size_t*. (cherry picked from commit 7c43bcba) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
27e584d7 -
Steve Lhomme authored
(cherry picked from commit a9e0b112) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
5a9ca37a -
Steve Lhomme authored
lavc expects a pointer that it will free in avcodec_free_context(). (cherry picked from commit d86c4c87) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
b758e194 -
Steve Lhomme authored
The type of net_resource depends on the UNICODE define.
55be3ce6 -
Steve Lhomme authored5ae924bf
-
Steve Lhomme authored08c7a667
Showing
- include/vlc_common.h 5 additions, 0 deletionsinclude/vlc_common.h
- include/vlc_fixups.h 3 additions, 0 deletionsinclude/vlc_fixups.h
- include/vlc_network.h 16 additions, 0 deletionsinclude/vlc_network.h
- modules/access/dtv/access.c 5 additions, 0 deletionsmodules/access/dtv/access.c
- modules/access/smb.c 2 additions, 2 deletionsmodules/access/smb.c
- modules/codec/avcodec/dxva2.c 5 additions, 5 deletionsmodules/codec/avcodec/dxva2.c
- modules/codec/avcodec/encoder.c 8 additions, 2 deletionsmodules/codec/avcodec/encoder.c
- modules/control/netsync.c 7 additions, 7 deletionsmodules/control/netsync.c
- modules/stream_out/chromaprint.c 1 addition, 1 deletionmodules/stream_out/chromaprint.c
- src/text/url.c 2 additions, 1 deletionsrc/text/url.c
- src/win32/plugin.c 2 additions, 1 deletionsrc/win32/plugin.c