- 26 Feb, 2008 9 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
fix that flv muxing issue, and doesn't seem to cause regression. fixes #1285. Please notify if you notice something broken after this.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
src/playlist: Fix a rare memleak that could happen when the interaction is created earlier than expected. (Fix vlc_object mem leak that happen when no module is loaded).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
Rémi Duraffort authored
-
- 25 Feb, 2008 31 commits
-
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Faustino Osuna authored
cmake: Code clean up, set up options before we start including custom macros, add CONTRIB_INCLDE to CMAKE_REQUIRED_INCLUDES if ENABLE_CONTRIB is set, and correctly discover postproc/postprocess.h header by temporarily adding FFmpeg_CFLAGS to CMAKE_REQUIRED_FLAGS before checking for the header.
-
Faustino Osuna authored
-
Faustino Osuna authored
-
Jean-Baptiste Kempf authored
XvMC: remove warnings. The compilation problems lies in a confustion between subpicture_data_t from spudec.h and subpicture_sys_t. No idea how to fix.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around...
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Fix ActiveX.
-
Rémi Denis-Courmont authored
Lets wait for 0.9.1 to sort this out.
-
Rémi Denis-Courmont authored
- Remove useless system_VLCPath
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This can cause needless I/O, and consistutes a trivial local privilege esclation.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-