- 15 Sep, 2008 9 commits
-
-
Laurent Aimar authored
I removed: i_x/i_y: redondant with region i_x/i_y. Now a subpicture always represent the whole video. i_flags: unused anywhere in the core. I may have broken a few video filters (osdmenu mainly). I will fix it if you report the problem and the way to reproduce it.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Fix unitialized pointer usages (possibly exploitable).
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
There is no functional changes.
-
- 14 Sep, 2008 28 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Conflicts: NEWS
-
Felix Paul Kühne authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fortunately, var_DelCallback does the job properly already.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
libvlc kills the interfaces when it dies anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It merely wrappeded the SAP object.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 77cc89e3d9349f3d5a2de947f9be478dd28436dd) (cherry picked from commit 6d4830b864af38d7126aee103a6bcfe76bc80e89) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Mierswa authored
when --enable-v4l2 was passed to configure, alsa was searched and linked against if found (only do that when alsa wasn't disabled) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Daniel Mierswa authored
when --enable-freetype was passed to configure, fontconfig was searched and linked against if found (provide --enable-fontconfig which is default) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sveinung Kvilhaugsvik authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Sep, 2008 3 commits
-
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
macosx: added an option to the crash reporter to disable the submission of the default email address
-
Antoine Cellerier authored
Now that we have a one instance mode with DBus under linux, also make it possible to use the "one-instance-when-started-from-file" and "started-from-file" options. Consider using --started-from-file in the file association scripts, like what we do in the win32 NSIS script, so that all files opened through the GUI are enqueued/played in the same instance.
-