- 27 Jul, 2012 4 commits
-
-
Konstantin Pavlov authored
2. This fixed playback of TSC2 samples on http://streams.videolan.org/misc/tsc2/ .
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
- 26 Jul, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 27 Jul, 2012 1 commit
-
-
Felix Paul Kühne authored
-
- 26 Jul, 2012 11 commits
-
-
Jean-Baptiste Kempf authored
This is notably the case with Nikon-Camera generated movies
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Edward Wang authored
The issue here is that android-x86 doesn't guarantee an aligned stack, which means some of the inline asm functions will waste an extra register on realigning the stack. libavcodec does however have stuff in place in all entrypoints that realign the stack on all calls into the library. If you build with --extra-cflags='-mincoming-stack-boundary=4', gcc assumes that the stack actually is aligned already, which the entry points ensure, so this inline asm builds fine. Pointed-out-by: Martin Storsjö <martin@martin.st> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
This package needs exceptions. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
This package demands exceptions, but if it is enabled globally, it conflicts with other packages. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 25 Jul, 2012 22 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That plugin was written for Maemo 4. It barely worked with Maemo 5. Maemo 6 did not have Hildon. Hildon is unmaintained and unused.
-
David Fuhrmann authored
-
David Fuhrmann authored
especially: - don't show outdated items in sub menus - disable unusable sub menus close #6998
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids listing all video filters (not splitters!). However, the video splitters are still wrongly included in the --video-filter list.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That way, only sources show up in the list of sources and filters in the list of filters.
-
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
Unfortunately, some callers cannot be trusted not to leak their COM context, causing COM initialization to fail.
-
Rémi Denis-Courmont authored
-
Thierry Reding authored
Memory associated with a FcPattern is freed when the pattern is destroyed, so copying the font filename needs to be done before the call to FcPatternDestroy. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Modified-by: Rafaël Carré <funman@videolan.org> (simplify return) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit 5fc0ccda.
-
Edward Wang authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Headers normally present under normal Linux are missing in bionic. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Edward Wang authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 24 Jul, 2012 1 commit
-
-
Rémi Denis-Courmont authored
The library introduces noise in unclear circumstances. There does not seem to be any problem on VLC side though. I do not have time and expertise to troubleshoot this.
-