- 23 Feb, 2010 5 commits
-
-
Kostya Shishkov authored
Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This fixes some issues with the first few timestamps. Originally committed as revision 21976 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
in read frame. Originally committed as revision 21975 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2010 22 commits
-
-
Reimar Döffinger authored
Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes issue1696 Originally committed as revision 21972 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This fixes a minor memory leak Originally committed as revision 21970 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 21969 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
to rtsp.h, and make the functions non-static Originally committed as revision 21968 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 21966 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
and setting up the internal RTSPStream data structures when using the RTSP code in muxer mode. Originally committed as revision 21965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 21964 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Indeo 5, so make them global and move their initialization to the common place as well. And fix static VLC initialization, as ff_ivi_create_huff_from_desc() used old way to do so. Originally committed as revision 21962 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
This prevents crashes during decoding grayscale Bink files like samples from Impossible Creatures game demo. Originally committed as revision 21961 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
supplied is not recognized. Originally committed as revision 21960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
This fixes issue 1764. Originally committed as revision 21959 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Patch by Kostya, minor fixes by me. Originally committed as revision 21958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Also make sure we dont waste time in this case with collecting timestamps. Originally committed as revision 21957 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This reverts r21884. Apparently people want those warnings. Originally committed as revision 21954 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This avoids unnecessary masking otherwise added by the compilers. Originally committed as revision 21953 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2010 13 commits
-
-
Måns Rullgård authored
The limit for get/show_bits_long() to use get/show_bits() directly should be MIN_CACHE_BITS, not 17. Originally committed as revision 21951 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob Originally committed as revision 21949 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
avcoder authored
Patch by avcoder, ffmpeg gmail Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
the probed multimedia resource. Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Should fix compilation on FreeBSD. Originally committed as revision 21942 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
libavcodec/h264.h:816: warning: unused variable `mb_xy' Originally committed as revision 21941 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
A shift by a negative amount has undefined behaviour. Even though the result of this shift is never used, the shift itself could cause an exception of some kind. Originally committed as revision 21939 to svn://svn.ffmpeg.org/ffmpeg/trunk
-