- 26 Feb, 2010 10 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It is ugly to have this list of codec id (as it can become unsynchronized), but ffmpeg does not provide a way to retreive this information :(
-
Laurent Aimar authored
-
Laurent Aimar authored
picture_New() will now always return a picture having - pitches multiple of 16. - chroma pitches multiple of the luma one. - a bit of extra height (as it can helps some ASM functions).
-
Laurent Aimar authored
-
Rémi Duraffort authored
This reverts commit 46626b9d. Dead code.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Konstantin Pavlov authored
-
Antoine Cellerier authored
-
- 25 Feb, 2010 22 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They caused much confusion from bug reporters and support requestors. Feel free to add more explicit and specific errors after module_need() call sites in failure cases.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
And no the test is not broken. libvlc_media_get_tracks_info() is.
-
Pierre d'Herbemont authored
This reverts commit 9a2adcfd.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Oddly enough, this was correct in VLC 1.0.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
As for qt4, offering the possibility to deactivate automatic resizing is desirable. Reusing the qt parameter is not a problem for skins since qt4 is a prerequisite. TODO, rename this parameter with a more interface agnostic name since the need is for all interfaces.
-
Erwan Tulou authored
For a video control, default values are contradictory, in a sense that a video control is not resizable and autoresize is true. By default, this results in skins resizing to fit a new video, but the inner video not using this extra space. (see AirFlow for instance) This patch ensures that if autoresize is true, default behavior for a video control is to be resizeable.
-
- 24 Feb, 2010 8 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Christophe Mutricy authored
-
Erwan Tulou authored
On windows, - libxml2 spawns a 'watchdog' thread, when statically linked. - libqt4 spawns a 'watcher' thread. These threads clean up remaining ressources once their initiator thread has terminated. So, the associated dll must NOT be freed explicitly and blindly. Since there is no means to know when these 'cleanup' threads terminate, the safe approach is to not free the dlls and let freeing occur when vlc terminates.
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
Close #3333
-