1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

34424 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
73ef409550 NEWS 2009-08-21 00:13:51 +02:00
Pierre d'Herbemont
456fa63530 dynamicoverlay: We need a commanddesc_static_t for non strdup()-ed initializer. 2009-08-21 00:07:11 +02:00
Pierre d'Herbemont
46ef499fe1 dynamicoverlay: psz_command shouldn't be const. 2009-08-20 23:57:46 +02:00
Pierre d'Herbemont
65f89dcc8a real: Fix unsigned issues, and fix an overflow that could happen in release build. 2009-08-20 23:47:53 +02:00
Pierre d'Herbemont
1326807111 vout_pictures: Use unsigned for width and height in picture_Export. 2009-08-20 23:33:36 +02:00
Pierre d'Herbemont
abfdb00451 caca: Fix a warning about unsigned. 2009-08-20 23:22:30 +02:00
Pierre d'Herbemont
b5ebc21881 vlc_vout_display: Should use unsigned for height and width. 2009-08-20 23:22:30 +02:00
Jean-Baptiste Kempf
40e79c3815 Fix directory compilation on Win32 2009-08-20 23:19:41 +02:00
Jean-Baptiste Kempf
b2786c43e3 Fix unused warning on drawable.c 2009-08-20 23:19:18 +02:00
Jean-Baptiste Kempf
94c5025c70 UNUSED for Wingdi 2009-08-20 23:18:30 +02:00
Jean-Baptiste Kempf
65aeb9dcc2 UNUSED for direct3d 2009-08-20 23:18:30 +02:00
Jean-Baptiste Kempf
592dd8f9fc UNUSED for directx vout 2009-08-20 23:18:30 +02:00
Pierre d'Herbemont
3d82d569c4 memcpy: Flag an unused param in memcpyaltivec. 2009-08-20 23:06:24 +02:00
Pierre d'Herbemont
e626c159ce configure: Add "missing-braces nonnull parentheses uninitialized address enum-compare undef comment switch" to the list of warnings that should not appear anymore in source code. 2009-08-20 23:06:24 +02:00
Jean-Baptiste Kempf
908d0b9375 Win32: fix src/ compilation 2009-08-20 23:00:56 +02:00
Pierre d'Herbemont
473c70d7e3 vlc_fixups: Dummy definition for LC_NUMERIC_MASK. 2009-08-20 22:34:47 +02:00
Pierre d'Herbemont
15f6ae0b9e vlc_fixups: Continue to poke around to fix win32 build. 2009-08-20 22:26:11 +02:00
Pierre d'Herbemont
7df9ddcb75 vlc_fixups: Use (void) instead of VLC_UNUSED which is not available. 2009-08-20 22:17:42 +02:00
Pierre d'Herbemont
711f2a1f62 vlc_fixups: Better dummy implementation for type checking, and unused checks. 2009-08-20 22:07:34 +02:00
Pierre d'Herbemont
0646affc57 test: Remove an unused variable in variables.c. 2009-08-20 22:07:34 +02:00
Geoffroy Couprie
a8571b9ba0 kill a warning 2009-08-20 21:56:29 +02:00
Pierre d'Herbemont
df32b381d0 test: Remove unused variable. 2009-08-20 21:54:28 +02:00
Pierre d'Herbemont
45acb59fed aa: Mark unused args. 2009-08-20 21:46:32 +02:00
Jean-Baptiste Kempf
16e823e771 RealAudio: fix compile for Win32 2009-08-20 21:39:46 +02:00
Hugo Beauzee-Luyssen
0f65c7cdfc Solved I420_Rgb build
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2009-08-20 21:36:11 +02:00
Jean-Baptiste Kempf
d366f53b24 Quicktime: fix warning 2009-08-20 21:36:11 +02:00
Jean-Baptiste Kempf
808e44514d Frimp 2009-08-20 21:36:11 +02:00
Pierre d'Herbemont
38d22ff993 libmpeg2: Only define GetCC when needed. 2009-08-20 20:40:15 +02:00
Jean-Baptiste Kempf
5c7b0ce981 Fix compile if you don't have localtime_r (Win32 for ex) 2009-08-20 20:38:03 +02:00
Jean-Baptiste Kempf
69fdc2f337 Fix PortAudio warnings 2009-08-20 20:38:03 +02:00
Pierre d'Herbemont
4bfba26a61 vlc_bits: Differentiate between writable bits stream and read only.
This fixes some const qualifier violation in modules.
2009-08-20 20:33:56 +02:00
Pierre d'Herbemont
7ca02b97a7 smb: Flag unused params. 2009-08-20 19:57:33 +02:00
Pierre d'Herbemont
2db13f1440 dvb: Flag unused callback parameter. 2009-08-20 19:46:26 +02:00
Pierre d'Herbemont
47fa7a38e4 auhal: Use a litteral for the format. 2009-08-20 19:46:25 +02:00
Rémi Denis-Courmont
e8879c1f1b Fix flawed logic 2009-08-20 20:28:01 +03:00
Pierre d'Herbemont
e666f89ecc dvb: Blindly flag unused args. 2009-08-20 19:26:36 +02:00
Pierre d'Herbemont
66f6cb9862 libvlc: Put vlc_usage in the same file than where it is used. 2009-08-20 19:09:53 +02:00
Pierre d'Herbemont
cd2b2d9179 Revert "configure: Add an other bunch of Werror=."
This was a bit too early.

This reverts commit b827afa26d.

Conflicts:

	configure.ac
2009-08-20 19:05:59 +02:00
Pierre d'Herbemont
52bdf5d0a1 vcdx: No need to cast. Kill a warning. 2009-08-20 19:01:13 +02:00
Pierre d'Herbemont
5c660e79f3 rtsp: Feed a litteral to the format to kill a warning. 2009-08-20 18:58:22 +02:00
Pierre d'Herbemont
c053f4ab75 Revert "network: Remove an unused label."
This reverts commit 663411401 and correctly undefine out: if needed.
2009-08-20 18:49:27 +02:00
Pierre d'Herbemont
f4b8250a18 osd: Fix a unused variable warning.
Reported by Hugo Beauzée-Luyssen.
2009-08-20 18:38:22 +02:00
Pierre d'Herbemont
b827afa26d configure: Add an other bunch of Werror=. 2009-08-20 18:38:22 +02:00
Pierre d'Herbemont
3c6c73d5fe motion: We really want an assignation here. Put parenthesis. (Kill a warning). 2009-08-20 18:38:21 +02:00
Pierre d'Herbemont
9e8dd865eb vcdx: Use %zu in format for size_t. (Kill a warning). 2009-08-20 18:38:21 +02:00
Pierre d'Herbemont
7924facaaa cdda: Avoid a macro and kill a warning. 2009-08-20 18:38:21 +02:00
Pierre d'Herbemont
d8dc5c85cd rtsp: Mark some function as static. 2009-08-20 18:38:21 +02:00
Pierre d'Herbemont
663411401d network: Remove an unused label. 2009-08-20 18:38:21 +02:00
Felix Paul Kühne
3d93071591 configure: don't enable goom on OS X by default 2009-08-20 17:36:20 +02:00
Jean-Baptiste Kempf
e9c773e631 NEWS: Removal of modules 2009-08-20 17:34:43 +02:00