- 01 Jun, 2009 3 commits
-
-
Derk-Jan Hartman authored
Most of the time the module was still selected due to extension lookup. It is also reported that avformat still is unstable when seeking mkv's
-
Derk-Jan Hartman authored
-
Felix Paul Kühne authored
Updated binary packages are on the way.
-
- 31 May, 2009 14 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 3eeab0d3, reversing changes made to 7079b91c.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 8d812e0a.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
"Adjustment and Effects, Synchronisation, Subtitles/Video, Speed of the subtitles, minus sign is not clickable" Spotted by Trax.
-
Laurent Aimar authored
-
Laurent Aimar authored
It will allow hiding vout_thread_t fields.
-
- 30 May, 2009 13 commits
-
-
Laurent Aimar authored
It is prefered to use picture_NewFromFormat over picture_New (it may replace it latter).
-
Laurent Aimar authored
It is usefull to avoid reallocating pictures over and over. Becarefull, it is not yet thread safe as picture_t reference count is not. I will change it when more work has been done on the vout.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
JP Dinger authored
-
JP Dinger authored
-
Felix Paul Kühne authored
contribs: enforce usage of gcc-4.2 instead of llvm-gcc-4.2 for libx264 to ensure proper linking on both PPC and x86 based Macs Binary packages will need an update here.
-
JP Dinger authored
Cosmetics: Remove need to (char*)"..." by making the target const, and replace a call to var_Get(bool) with var_GetBool.
-
JP Dinger authored
-
JP Dinger authored
Cosmetics, and pull finding the playlist sorting function back to top level. The meta_* functions are still wildly inefficient, though.
-
Rémi Duraffort authored
-
- 29 May, 2009 10 commits
-
-
Derk-Jan Hartman authored
A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class. (cherry picked from commit 7157ad33673305f7947fe84ca78374bdba5e64f8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit ced7fc2dd8673d5b4eeb8c95f98f456928f6f39a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
Fixes a bug introduced on [795fa06c] Closes #2794 (cherry picked from commit fc9987fa29409be3cae9743dbae265959477747c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit e4bbb16bb183b2cad499e088ccd99313d386df62) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
* initmethods returning nil. checks moved outside init. * leaking module_config_get. Keep better track of those. * spurious strdup * leaked hotkeys NSMutableArray when resetting the preferences. (cherry picked from commit 27d841889c9116d46be643fa482f9ca562d233f3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 5cbb5848e90522556a838ccf04646727fed10cc9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
Introduced by [ca17039cd8dbaff98d0d4f08b94d3f3efa92af98] (cherry picked from commit c543a40de86224b961a089d0a17374867f835da4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
According to x264 code, if it fails, it return NULL. And with a first NULL parameter x264_encoder_headers() segfaults. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 77dea4efed8f1ce11edf551ac33b53ead9fb16a8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe Andre authored
Note that "avformat{mux=mjpeg}" is also valid. (cherry picked from commit f69af253a4fe0dbf4121c4a320d01adb1c6d0cab) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 7608496964e8ce6f3a740ccc4b41a76da096bd73) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-