- 02 Mar, 2008 7 commits
-
-
Rémi Denis-Courmont authored
Pointed-out-by: Drew Yao Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Drew Yao Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
- 01 Mar, 2008 9 commits
-
-
Rémi Denis-Courmont authored
The previous commit "accidentally" worked around Drew Yao's first integer overflow.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.
-
Rémi Denis-Courmont authored
(Hint: sizeof(char) is ONE per the definition of sizeof) (Hint: size is the SECOND parameter of calloc, not the FIRST one) (Hint: calloc() calls bzero(), waste of time if memory is set anyway)
-
Rémi Denis-Courmont authored
(unfortunately, it will not be shareable since it contains relocations)
-
Rémi Denis-Courmont authored
-
Mark Moriarty authored
-
- 29 Feb, 2008 20 commits
-
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
-
Faustino Osuna authored
Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.
-
Faustino Osuna authored
-
Faustino Osuna authored
-
- 28 Feb, 2008 4 commits
-
-
Faustino Osuna authored
Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/.
-
Faustino Osuna authored
-
Faustino Osuna authored
Update references to ffmpeg header files to match new directory structure. All ffmpeg headers should now be accessed through: * <libpostprocess/postprocess.h> * <libswscale/swscale.h> * <libavutil/avutil.h> * <libavcodec/avcodec.h> * <libavformat/avformat.h>
-
Christophe Mutricy authored
-