- 24 Sep, 2010 15 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25178 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25177 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 25173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
inlines scan8[] and removes loop setup. 15% faster, 0.4% overall. See "[PATCH] unroll loop in h264_idct_add8_sse2()" thread on ML. Originally committed as revision 25172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
code directly also and remove loop setup. 20% faster in function, 0.8% overall. See "[PATCH] unroll loop in h264_idct_add8_sse2()" thread on ML. Originally committed as revision 25171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
- mention clobber-marking of xmm registers, - some notes on external vs. inline asm, including tips on which to use for what situation and to not rewrite+improve in the same patch (as with C code) - some more best-practice guidelines See "[PATCH] update doc/optimization.txt" thread on ML. Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
which allows to specify only a subset of all the options to show. Originally committed as revision 25166 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2010 7 commits
-
-
Martin Storsjö authored
Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
be used, place palette buffer in the context to simplify this. Originally committed as revision 25163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
it returns the number of samples not frames (for video sample=frame) Originally committed as revision 25162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 25160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
José Miguel Gonçalves authored
Patch by José Miguel Gonçalves (jose DOT goncalves AT inov DOT pt) Originally committed as revision 25159 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Richard Buteau authored
ff_asf_extended_content_header. Fixes issue 690. Patch by Richard Buteau, rbuteau rgbnetworks com Originally committed as revision 25158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Sep, 2010 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Sep, 2010 6 commits
-
-
Ivan Kalvachev authored
but it used to do it only for h264 codec. Allow it for other codecs, as mpeg2 and mpeg4 also set this flag. Originally committed as revision 25156 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 25155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
On windows, a connection failure doesn't trigger wfds as it does on unix. This fixes issue 2237, based on code by yeyingxian. Originally committed as revision 25154 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This fixes crashes with ICC 10.1. Originally committed as revision 25153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This is set to 1 if the stack is guaranteed to be suitably aligned for the strictest access mode of the machine. Originally committed as revision 25151 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Sep, 2010 4 commits
-
-
Måns Rullgård authored
Apparently Apple platforms do not handle movw/movt relocations properly, leading to runtime crashes in code using them. Originally committed as revision 25150 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benjamin Larsson authored
Originally committed as revision 25148 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This fixes building on FreeBSD in some configurations, if the IPv6 multicast structs are available, but IPPROTO_IPV6 isn't defined. Originally committed as revision 25147 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Sep, 2010 4 commits
-
-
Måns Rullgård authored
Originally committed as revision 25146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 25144 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
do_audio_out(). Originally committed as revision 25143 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Sep, 2010 3 commits
-
-
Lou Logan authored
Since we now have the official x264 presets in ffmpeg, there's no reason to keep around the old ones. Patch by Lou Logan <lou AT fakeoutdoorsman DOT com>. Originally committed as revision 25142 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 25140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-