- 25 Mar, 2010 13 commits
-
-
Martin Storsjö authored
Still hardcoded to use Basic auth, without parsing the reply headers Originally committed as revision 22676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22675 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVERROR_PATCHWELCOME in case of invalid / unsupported number of channels specified, rather than return AVERROR_NOTSUPP. Originally committed as revision 22674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 22671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 22670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jai Menon authored
Originally committed as revision 22669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22668 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22667 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVERROR(-1) = 1. Originally committed as revision 22664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Mar, 2010 10 commits
-
-
Martin Storsjö authored
Originally committed as revision 22663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
libavformat/nutdec.c: In function ‘read_seek’: libavformat/nutdec.c:862: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’ libavformat/nutdec.c:871: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type ./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’ Originally committed as revision 22662 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 22661 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This prepares for adding support for more authentication methods Originally committed as revision 22660 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
libavformat/nut.c: In function ‘ff_nut_free_sp’: libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumerate’ from incompatible pointer type ./libavutil/tree.h:92: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘void (*)(void *, void *)’ Originally committed as revision 22659 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22657 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zhentan Feng authored
to share it with e.g. MMS. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 22656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
If these two functions aren't matched results may be unexpected. Originally committed as revision 22655 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 22654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomas Härdin authored
Patch by Tomas Härdin $(name).$(s/ä/a/ $(surname)) AT codemill DOT se Originally committed as revision 22653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Mar, 2010 15 commits
-
-
Justin Ruggles authored
duplicating code or adding a dependency on vorbiscomment.o. Originally committed as revision 22652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
there is no need to check for it. Originally committed as revision 22651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 30954 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Diego Biurrun authored
runtime cpudetection mode. Fixes compilation with '--enable-runtime-cpudetect --disable-altivec'. Originally committed as revision 30952 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Vitor Sessak authored
Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Pavel Pavlov authored
Patch by Pavel Pavlov, pavel summit-tech ca Originally committed as revision 22648 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
libavcodec/h264.c:1562: warning: unused variable `s' Originally committed as revision 22647 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Robert Krüger authored
Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomas Härdin authored
Patch by Tomas Härdin, tomas D hardin A codemill D se Originally committed as revision 22645 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This helps if the URL (erroneously?) contains question marks within the path. Originally committed as revision 22643 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Don't modify the user-specified s->filename at all, keep all modifications locally and in rt->control_uri. Originally committed as revision 22642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22641 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Also revert the related error concealment hotfix. Originally committed as revision 22640 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Mar, 2010 2 commits
-
-
Justin Ruggles authored
dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o. Originally committed as revision 22639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
in that code that could lead to broken files. AC coding is unaffected. Originally committed as revision 22638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-