An error occurred fetching the project authors.
- 20 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
Fix two potential segfaults. Cosmetics.
-
- 18 Jun, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 15 Jun, 2008 1 commit
-
-
Antoine Cellerier authored
resizing which is horrible. Upcomming commit will fix that.
-
- 14 Jun, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 07 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Unused video outputs are currently attached to libvlc, so there is no point in destroying them from the playlist (twice), then from libvlc. This should also fix #1593 (multiple vout free).
-
- 04 Jun, 2008 3 commits
-
-
Antoine Cellerier authored
for in english code)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 02 Jun, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 01 Jun, 2008 2 commits
-
-
Pierre d'Herbemont authored
libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout->playlist dependency.
-
Rafaël Carré authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 May, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 27 May, 2008 1 commit
-
-
Pierre d'Herbemont authored
We shouldn't look for the playlist from the vout too... but...
-
- 08 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 07 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 30 Mar, 2008 1 commit
-
-
Pierre d'Herbemont authored
Else there is a circular dependency between the vout that yield() the input, where the vout is also an input child. This should fix properly the media_instance() tests.
-
- 29 Mar, 2008 2 commits
-
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
-
- 26 Mar, 2008 2 commits
-
-
Pierre d'Herbemont authored
This sanitize the circular dependency there is between playlist and input and allow a safe destruction.
-
Pierre d'Herbemont authored
-
- 13 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
Revert some errors in 85943656 and 9630c00c
-
- 12 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 01 Mar, 2008 1 commit
-
-
Mark Moriarty authored
-
- 26 Feb, 2008 1 commit
-
-
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).
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 06 Jan, 2008 1 commit
-
-
Antoine Cellerier authored
-
- 20 Dec, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 21 Oct, 2007 1 commit
-
-
Rafaël Carré authored
-
- 02 Oct, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 22 Aug, 2007 1 commit
-
-
Rafaël Carré authored
Enforce access to input_item_t through input_item_{G,S}et*() Unlock mutexes before calling these functions Free strings returned by input_item_Get*() New functions added: char * input_item_GetURI( input_item_t * ) void input_item_SetURI( input_item_t * , char * ) mtime_t input_item_GetDuration( input_item_t * ) void input_item_SetDuration( input_item_t * , mtime_t ) to access input_item_t->psz_uri and input_item_t->i_duration
-
- 18 Aug, 2007 2 commits
-
-
Rafaël Carré authored
Fix [21193]
-
Damien Fouilleul authored
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-