- Nov 04, 2010
-
-
Stefano Sabatini authored
from ffmpeg.c and ffserver.c. Originally committed as revision 25679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 15, 2010
-
-
Aurelien Jacobs authored
Originally committed as revision 25495 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 26, 2010
-
-
Stefano Sabatini authored
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 08, 2010
-
-
Howard Chu authored
Originally committed as revision 24107 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Howard Chu authored
Originally committed as revision 24105 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 27, 2010
-
-
Måns Rullgård authored
ff_url_split() is retained as an alias, as it was used by ffserver, to avoid breaking ABI compatibility with it. Originally committed as revision 23822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 22, 2010
-
-
Martin Storsjö authored
Originally committed as revision 23692 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 16, 2010
-
-
Howard Chu authored
when reading a live feed, should retry regardless of whether any client has opened the stream. Originally committed as revision 23621 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 08, 2010
-
-
Howard Chu authored
Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 03, 2010
-
-
Martin Storsjö authored
This fixes cases where ist->start_time wasn't initialized. This also makes cur_pts calculated against the same origin for all streams. Originally committed as revision 23450 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 02, 2010
-
-
Martin Storsjö authored
This allows setting bit rates that aren't an exact multiple of 1000. Originally committed as revision 23419 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 25, 2010
-
-
Martin Storsjö authored
This is needed for QuickTime Player to be able to connect properly. Originally committed as revision 23325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 24, 2010
-
-
Martin Storsjö authored
This is probably what was originally intended; the codec pointers are all NULL. Fix by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Fix by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Howard Chu authored
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23293 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Fix by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23292 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Don't allocate st->codec, it will be overwritten by the memcpy a few lines further down. Fix by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Howard Chu authored
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23290 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 23, 2010
-
-
Martin Storsjö authored
Keep an old ff_ named function for binary compatibility until the next major bump. Originally committed as revision 23254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 21, 2010
-
-
Howard Chu authored
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 18, 2010
-
-
Martin Storsjö authored
Originally committed as revision 23156 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Howard Chu authored
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Howard Chu authored
Patch by Howard Chu, hyc at highlandsun dot com Originally committed as revision 23154 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 17, 2010
-
-
Martin Storsjö authored
Debugged by Howard Chu, hyc at highlandsun dot com. Originally committed as revision 23151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 25, 2010
-
-
Stefano Sabatini authored
in its place. av_metadata_set() is going to be dropped at the next major bump. Originally committed as revision 22961 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 24, 2010
-
-
Stefano Sabatini authored
error messages / updating the error count. Originally committed as revision 22960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 22959 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 19, 2010
-
-
Luca Barbato authored
Originally committed as revision 22907 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 07, 2010
-
-
Benjamin Larsson authored
Originally committed as revision 22815 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 31, 2010
-
-
Ronald S. Bultje authored
we'd memset() the codec context to zero, thereby setting audio input to U8 and video to YUV420P. For most video encoders, that actually works, but for most audio codecs, it doesn't. This patch changes defaults to those set by avcodec_context_get_defaults() and have ffmpeg figure out the optimal encoding format itself if not set explicitely (as it does for the non-ffserver-cases also). Originally committed as revision 22751 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jean-Daniel Dupas authored
Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 30, 2010
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 25, 2010
-
-
Martin Storsjö authored
Originally committed as revision 22677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 08, 2010
-
-
Måns Rullgård authored
This deprecated function is only used by ffserver, yet does not have a prototype visible there. In the long term, ffserver should be made IPv6-aware. In the meantime, this change removes cruft from lavf and fixes some warnings in ffserver. Originally committed as revision 22329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Since this function isn't in the public API, it should have an ff_ prefix. Originally committed as revision 22321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22303 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 07, 2010
-
-
Måns Rullgård authored
Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
intreadwrite.h is not part of the public API and should thus not be used by the ff* applications. Originally committed as revision 22293 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 06, 2010
-
-
Måns Rullgård authored
Originally committed as revision 22252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-