- 15 Sep, 2010 3 commits
-
-
Martin Storsjö authored
Originally committed as revision 25126 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
have been accepted before). Also do not fail if they are invalid but instead override them to 0. This allows decoding e.g. MPEG video when only the container values are corrupted. For encoding a value of 0,0 of course makes no sense, but was allowed through before and will be caught by an extra check in the encode function. Originally committed as revision 25124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Sep, 2010 8 commits
-
-
Michael Niedermayer authored
Originally committed as revision 25123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25121 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomas Härdin authored
Originally committed as revision 25120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
h264dsp_mmx.c to h264_idct.asm (as yasm code). Because the loops are now coded in asm instead of C, this is (depending on the function) up to 50% faster for cases where gcc didn't do a great job at looping. Since h264_idct_add8() is now faster than the manual loop setup in h264.c, in-asm idct calling can now be enabled for chroma as well (see r16207). For MMX, this is 5% faster. For SSE2 (which isn't done for chroma if h264.c does the looping), this makes it up to 50% faster. Speed gain overall is ~0.5-1.0%. Originally committed as revision 25119 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Introduce and use COMPILE_TEMPLATE_* instead. Originally committed as revision 32241 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
lots of mess. Originally committed as revision 25117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2010 6 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 25116 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zhou Zongyi authored
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 25114 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 32222 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32221 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Reinhard Tartler authored
Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Sep, 2010 11 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This fixes out of bounds accesses for big endian formats and should be a little faster. Originally committed as revision 25110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
definition for the val variable in av_read_image_line(). Simplify. Originally committed as revision 25109 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
and more readable. Originally committed as revision 25108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 32215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
If the CRC from the src->dst conversion matches a reference, it is not necessary to perform a dst->yuva420p conversion and check the SSD. Originally committed as revision 32213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
The source format parameters are kept in static variables and conversion from ref to source is only made when any parameter changes. Originally committed as revision 32211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 11 Sep, 2010 8 commits
-
-
Justin Ruggles authored
Originally committed as revision 25107 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25106 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Byron authored
Patch by David Byron, dbyron dbyron com Originally committed as revision 25105 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 32157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
yvu9ToYv12Wrapper() used to support yv12 with the chroma planes either in the uv order or the vu order. FFmpeg no longer has a pixel format in vu order. Originally committed as revision 32156 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 32155 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Martin Storsjö authored
Originally committed as revision 25104 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 25103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2010 4 commits
-
-
James Darnley authored
Patch by James Darnley, james D darnley A gmail Originally committed as revision 25102 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomás Touceda authored
Patch by Tomás Touceda, chiiph gentoo org Originally committed as revision 25101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Marcelo Galvăo Póvoa authored
the AMR-WB decoder. Patch by Marcelo Galvăo Póvoa. Originally committed as revision 25100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 25099 to svn://svn.ffmpeg.org/ffmpeg/trunk
-