- 28 Feb, 2008 16 commits
-
-
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
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Antoine Cellerier authored
Add a --marq-refresh option to specify the format string refresh period in ms. Core statistics are only refreshed every 1 sec (see src/input/input.c) so we'll need some changes to the core if we want sub-second updates of stats data.
-
Antoine Cellerier authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
Someone please double check that this is not bogus!
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet).
-
- 27 Feb, 2008 21 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
* coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
misc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an atomic refcount decrease and object removal from the object list bank.
-
Jean-Baptiste Kempf authored
-
Faustino Osuna authored
contribs/extras: Compensate for shortfalls in ffmpeg's svn repository. Will submit shortfalls as bugs + patch back to ffmpeg dev team.
-
Faustino Osuna authored
cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Pierre d'Herbemont authored
misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed.
-
- 26 Feb, 2008 3 commits
-
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Rémi Duraffort authored
-