- 19 Jun, 2009 19 commits
-
-
Derk-Jan Hartman authored
-
Jean-Baptiste Kempf authored
This simplifies a bit the code, should solve the issue reported over and over by the users.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
That way, when you right-click on the not-selected item, you can delete it.
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
stop the playlist just after removing the playing item (so that's ok to stop the PL even when it's empty). (cherry picked from commit be1f4305f1203ccf5acc402fd2cc80dde3f5b1cd) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 18 Jun, 2009 21 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It seems that (a lot of?) flv files does not correctly set PTS, so ignore them, with luck the decoder (avcodec) will recreate them. It might break some valid files, so report any regression. (It needs the AVCodecContext::ticks_per_frame change).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It fixes a regression with interpolated timestamps for some mpeg-I/II and for h264.
-
Laurent Aimar authored
-
JP Dinger authored
-
JP Dinger authored
Force new not to throw. Also drop a separate declaration of a static function that's called exactly once, and mark it inline instead.
-
Laurent Aimar authored
-
Laurent Aimar authored
It is needed to ensure valid buffer alignment.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Christophe Mutricy authored
And don't ignore errors
-
Rémi Duraffort authored
-
Christophe Mutricy authored
You need a compiler.
-
Christophe Mutricy authored
Also use autoreconf where possible And no need to reun automake after autoreconf
-
JP Dinger authored
-
Rémi Duraffort authored
This reverts commit f001a156. This is usually a good practice. Moreover compare to locking and unlocking the potential overhead is really small.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-