- 03 Jun, 2010 4 commits
-
-
Stefano Sabatini authored
Originally committed as revision 23442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
unsigned int, as the corresponding variable set in AVCodecContext.codec_tag is unsigned int. Originally committed as revision 23441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 23440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Fixes issue 1882. Originally committed as revision 23439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jun, 2010 19 commits
-
-
Måns Rullgård authored
Originally committed as revision 23438 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 23437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The offsets differ depending on configuration, so only check them when they will actually be used. Presently, this is when NEON is enabled. Originally committed as revision 23436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23435 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
defined. Originally committed as revision 23434 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
tag is defined, rather than return -1. Originally committed as revision 23433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
error. Originally committed as revision 23432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVFormatContext * in input rather than a NUTContext *, which allows to log messages with av_log(). Originally committed as revision 23431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Bump libx264 version requirement accordingly. Originally committed as revision 23430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The test for .align syntax was apparently unreliable with some compilers. Using the .p2align directive instead avoids the need for this test. Originally committed as revision 23428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 23427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Frank Barchard authored
end of a file. Patch by Frank Barchard, fbarchard google Originally committed as revision 23426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 23425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23424 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
informative. Originally committed as revision 23423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
-
- 01 Jun, 2010 17 commits
-
-
David Conrad authored
Originally committed as revision 23418 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
if vaapi is disabled is at best pointless. Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reinhard Tartler authored
Originally committed as revision 23415 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
from 2 to 1, which is the actual value used in the spec. Fixes issue1978. Path by John Wimer <john at god dot vtic dot net>. Originally committed as revision 23414 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 23413 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reinhard Tartler authored
additionallym deprecate palette8torgb16 and its bgr variant without replacement. These functions are not meant to be used by applications. Discussed at: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109340 Originally committed as revision 31301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Måns Rullgård authored
Originally committed as revision 23412 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sebastian Vater authored
unsupported and causes crashes when libavfilter is enabled. Patch by Sebastian Vater <cdgs basty googlemail com>. Originally committed as revision 23411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
corresponding man page section. Originally committed as revision 23410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
command on its own line, and create a corresponding "TIPS" man page section. Note that such section is not displayed, as currently only sections with pre-defined names are rendered. Originally committed as revision 23409 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
or texinfo command for specifying how to generate @item marks, and make it use by default the mark symbol "*". This is consistent with texinfo docs: "If you don't specify a mark command, the default is `@bullet'." Originally committed as revision 23408 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
section, and make the whole rendered in the man output. Simplify layout, and make it more consistent with that of the other man pages. Also I cannot see a good reason for keeping split the two sections. Originally committed as revision 23407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
sws_setColorspaceDetails() to ff_yuv2rgb_c_init_tables(). Allow to factorize duplicated code. Originally committed as revision 31300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 23405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Make me and Diego happy. Originally committed as revision 23404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
const_name -> const_names const_value -> const_values func[12]_name -> func[12]_names func[12] -> funcs[12] All these parameters contain a list of values, using plural names for them help understanding a little. Originally committed as revision 23403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-