- 01 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 74cf34e6.
-
- 30 Jun, 2008 5 commits
-
-
Rémi Denis-Courmont authored
There is enough sucking code.
-
Rémi Denis-Courmont authored
Why call vlc_thread_ready when the other side does not wait anyway...
-
Laurent Aimar authored
(The clean up path of vout is in a need of more cleaning).
-
Laurent Aimar authored
Correctly free spu and filter chain. Do not free 2x vout pictures. (At least, vlc -V x11 does not segfault any more on resize, it just does not work)
-
Laurent Aimar authored
-
- 29 Jun, 2008 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(Cosmetic, it will allow cleaning up a bit the vout thread).
-
Laurent Aimar authored
Could someone with good vout knowledge review this commit ?
-
- 28 Jun, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Jun, 2008 1 commit
-
-
dionoea authored
-
- 22 Jun, 2008 1 commit
-
-
dionoea authored
attached" on vlc_object_detach although the object was attached previously ... what could that be due to?
-
- 20 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2008 1 commit
-
-
ivoire authored
Fix two potential segfaults. Cosmetics.
-
- 18 Jun, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 15 Jun, 2008 1 commit
-
-
dionoea 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
- 02 Jun, 2008 2 commits
- 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 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 1 commit
-
-
Pierre d'Herbemont authored
This sanitize the circular dependency there is between playlist and input and allow a safe destruction.
-