- 02 Jun, 2009 5 commits
-
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This reverts commit 13b7d257. This is incorrect as it introduces locking the release when this should not be needed.
-
- 01 Jun, 2009 14 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
A memleak in the handling of NSAnimation
-
Felix Paul Kühne authored
Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
Patch by Kaloyan Kovachev
-
Felix Paul Kühne authored
This automagically updates 1.0-bugfix, too. No need to backport.
-
Derk-Jan Hartman authored
/me idiot.
-
Derk-Jan Hartman authored
misc/mtime.c:59:18: warning: extra tokens at end of #ifdef directive Grah, sorry about this, Apple parser doesn't see this as a problem, but other platforms do of course.
-
Laurent Aimar authored
I choosed to extract the decoded frame back to memory instead of developping a new specific vaapi vout. It was easier, allows transcoding and does not break our current OSD. Becarefull, you probably have to applied a pending patch on ffmpeg for h264 decoding. You still have to manually uncomment the HAVE_AVCODEC_VAAPI define in avcodec.h and to fix the build system to test it.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
Introduced in [5ead92ffd58088828ed802173d963b2571f0cd69], on PowerPC-based Macs this breaks the playback of a certain AVI and WMV files for reasons not fully understood. The commit was reverted for PPC macs in * [49f3721c5baa88feece1d8793f08f08b2ed86a4d] * [7786caa59f70d40794273cd741ea96f98d43621f] but these commits were never applied to the master branch.
-
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 7 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
-