1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
82f0bbdcc3 Dummy amd64 warnings 2008-07-05 21:38:08 +03:00
Rémi Denis-Courmont
e00e13dbbe V4L2: error handling
confere posix_memalign documentation
2008-07-05 21:37:49 +03:00
Rémi Denis-Courmont
00b9584826 modules: use vlc_object_alive() 2008-07-05 14:55:16 +03:00
Rémi Denis-Courmont
3ccefd743a Format string fixes 2008-07-03 20:47:02 +03: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
Antoine Cellerier
3587742733 Fix help string. 2008-06-04 15:32:12 +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
5e15258c9e A lot of missing const in options lists 2008-05-27 22:16:52 +03:00
Antoine Cellerier
407ea4021f Add UYVY to the list of chromas tried by default in the v4l2 module
(that's one of the isight's chromas)
2008-05-25 19:19:57 +02: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
Richard Hosking
0f79e202ee i_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines fail. 2008-04-17 16:33:14 +01:00
Pierre d'Herbemont
f94a2f9c4a access: Rename access2 to access as access is no longer existing. 2008-04-14 02:02:24 +02: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
Sam Hocevar
5122c9d9e9 Various spelling fixes. 2008-03-21 21:25:49 +00:00
Richard Hosking
24657112e5 Cosmetic - changed negative test. 2008-03-15 17:01:07 +00:00
Richard Hosking
7d3cc85d1b Fix very minor memory leak when using OSS for audio. 2008-03-15 14:50:27 +00: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
4ab0073951 Use standard memory management functions 2008-01-24 21:17:00 +00: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
Rémi Denis-Courmont
4f02842805 Revert the so-called whitelisting commits that are actually blacklisting 2008-01-16 17:51:21 +00:00
Rafaël Carré
806cf51658 input options whitelisting, step 2 (refs #1371) 2008-01-16 17:36:14 +00:00
Antoine Cellerier
22d8f2eccd Move the v4l2 access to its own subdirectory. 2008-01-14 21:30:44 +00:00