- 18 Jun, 2009 37 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
-
Konstantin Pavlov authored
-
Sergey Puzanov authored
Signed-off-by: JP Dinger <jpd@videolan.org>
-
JP Dinger 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
-
Barry Wardell authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Francois Cartegnie authored
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
reset the current status item. (cherry picked from commit 6d28f6deddc7596b7d0a6c0236e7ef81f4cacc07) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
- 17 Jun, 2009 3 commits
-
-
Derk-Jan Hartman authored
It seems that avformat does not recover from a byteseek when it does not know a duration for the file. It continiously spits out data with pts values of AV_NOPTS_VALUE after the seek. Tested with mxf_original_NOB_format.mxf
-
Derk-Jan Hartman authored
When we set the video track, we probably be wanting to change video-es vars instead of audio-es
-
Felix Paul Kühne authored
contribs: Use GCC 4.2 instead of LLVM-GCC 4.2 to compile the 32bit contribs on Darwin like we already do for the 64bit ones LLVM introduced to many runtime bugs for now. Updated bin package for x86_64 is already available, PPC and i386 will follow within the hour.
-