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

19 Commits

Author SHA1 Message Date
Joseph Tulou
950a8cc261 test if access dc1394 is right earlier in the probing process to avoid side effect (irrelevant errors) for others.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
2008-12-31 13:53:48 +01:00
Rémi Duraffort
f6d9ebe618 Use calloc instead of malloc+memset. 2008-12-12 23:51:23 +01:00
Rémi Denis-Courmont
0549228196 Remove most stray semi-colons in module descriptions
Those multi-lines are still to be done (it's going to be fun...)
See also 5af4cc854b.
2008-10-29 22:14:26 +02:00
Rémi Duraffort
b674dab81c Remove unneeded msg_Error about memory failure.
Fix a double malloc.
Fix potential segfault.
2008-06-22 21:41:15 +02:00
Rémi Denis-Courmont
3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 2008-05-31 22:10:30 +03:00
Rémi Denis-Courmont
13ae40b0ef Use gettext_noop() consistently 2008-05-21 20:19:25 +03:00
Rémi Denis-Courmont
27d483e9ef Include vlc_plugin.h as needed 2008-05-08 19:20:21 +03:00
Rémi Denis-Courmont
d1d3dc1d10 Remove I64C as well 2008-05-01 22:11:47 +03:00
Pierre d'Herbemont
449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
2008-04-14 02:02:22 +02:00
Rémi Duraffort
9630c00c6b Another time "Remove useless test before a free". 2008-03-12 12:07:42 +01:00
Rémi Denis-Courmont
99fab9089e Don't include config.h from the headers - refs #297.
Missing some cases that I could not test.
Also ffmpeg/chroma.c is locked, so I can but leave it broken.
Fix is for the remaining modules is obvious and the issue is easy to detect.
2008-01-23 21:50:58 +00:00
Pierre d'Herbemont
bae7c730d1 input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...). 2008-01-04 02:36:00 +00:00
Dennis van Amerongen
cfddc73aae * modules/access/v4l.c and dc1394.c: typo openened -> opened 2007-12-16 23:34:49 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Rémi Denis-Courmont
9e595c955f Remove stdio while we're at it.
Finally rid of the strcasestr warning
2007-08-20 19:23:10 +00:00
Rémi Denis-Courmont
e40d134c69 Remove _GNU_SOURCE and string.h too 2007-08-20 19:10:23 +00:00
Rémi Denis-Courmont
81c5ac29fa Remove stdlib.h 2007-08-20 19:08:22 +00:00
Jean-Baptiste Kempf
3103bc6257 Include repairing for dc1394 2006-12-15 23:50:28 +00:00
Jean-Paul Saman
97b3335a04 Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2. 2006-11-27 09:01:09 +00:00