- 26 Feb, 2010 17 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3347
-
Jean-Baptiste Kempf authored
Close #3348
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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 1 commit
-
-
Gildas Bazin authored
-