1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/modules
Jean-Baptiste Kempf 17e390747c Missing include.
2008-03-11 18:29:30 -07:00
..
access Change int to size_t when needed. Kills a warning. 2008-03-11 18:29:29 -07:00
access_filter Include fix for Win32 2008-03-11 18:29:30 -07:00
access_output Unused define 2008-02-28 18:16:29 +00:00
audio_filter audio_filter/: fix warnings 2008-01-28 17:41:34 +00:00
audio_mixer Don't include stddef without checking for it. 2008-02-03 20:12:50 +00:00
audio_output Remove useless test before a free() 2008-03-11 23:02:59 +01:00
codec Remove useless test before a free() 2008-03-11 23:02:59 +01:00
control Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity 2008-03-11 19:45:27 +01:00
demux Use VLC_ENOMEM instead of VLC_EGENERIC. 2008-03-11 23:12:56 +01:00
gui macosx: show an end-user visible warning in case that VLC was compiled without the update checker 2008-03-11 23:53:18 +01:00
meta_engine id3tag: use size_t to represent sizes 2008-01-29 13:43:53 +00:00
misc Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity 2008-03-11 19:45:27 +01:00
mux Remove useless error messages when allocation of structures failed. 2008-03-02 18:19:59 +01:00
packetizer Check malloc return values and small cleanup. 2008-03-04 15:35:01 +01:00
services_discovery Remove useless test before a free() 2008-03-11 23:02:59 +01:00
stream_out Kill a warning in mingww32 2008-03-11 18:29:30 -07:00
video_chroma video_chroma: fix warnings 2008-01-29 13:48:20 +00:00
video_filter Missing include. 2008-03-11 18:29:30 -07:00
video_output fix xvmc video_output compilation 2008-03-08 18:15:19 +01:00
visualization Another check for malloc. 2008-03-03 15:14:18 +01:00
.gitignore Initial .gitignore 2008-03-02 10:48:27 +02:00
genmf modules/genmf: Use printf instead of echo -n to prevent some weird shell/Makefile issues. (Fix make install on Mac OS X). 2008-02-01 17:50:15 +00:00
LIST Modules List update 2008-03-05 22:24:08 -08:00
list.sh Update modules list 2005-08-13 18:44:31 +00:00