- 20 Jan, 2010 17 commits
-
-
Måns Rullgård authored
Originally committed as revision 21350 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21349 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This option limits the CPU time used by ffmpeg to the number of seconds specified. After this time, the OS sends a SIGXCPU signal, which we handle and attempt to exit cleanly. If the process is stuck, the OS will deliver a SIGKILL one second later, forcibly terminating the process. This functionality is useful in automated setups where a runaway ffmpeg process would otherwise go undetected. Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This obscure macro is only used in motion_est.c so having it in lavc makes more sense. See discussion here: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-November/056561.html Originally committed as revision 21346 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
Originally committed as revision 21345 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 30380 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
Its faster but too rarely used to make a differnce. Originally committed as revision 21344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
loop filter. (a little faster for the common case where they are equal) Originally committed as revision 21342 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21341 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21340 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 21338 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
This fixes gcc failing to fit 6 memory locations into 7 registers on x86-32 Originally committed as revision 21337 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
supported both as input and as output, as the conversion performed is: yuva420p -> src -> dst -> yuva420p. Originally committed as revision 30379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
No real speed change. Originally committed as revision 21336 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2010 23 commits
-
-
Måns Rullgård authored
Originally committed as revision 21335 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Some broken versions of awk (mawk, apparently used in debian) do not handle character classes in regular expressions. Originally committed as revision 21334 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
all inlined, its small and horizontal & vertical versions are build out of them. no change as gcc already did this. Originally committed as revision 21333 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
overall 3.7% faster loop filtering (C version only) Originally committed as revision 21332 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 30378 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
John Van Sickle authored
Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>). Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
John Van Sickle authored
simple batch script to rename images to a numerical sequence. Patch by John Van Sickle printf("%s.%s@%s.com", john, vansickle, gmail). Originally committed as revision 21330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
are supported, avoid pointless loops. Originally committed as revision 30377 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Baptiste Coudurier authored
Originally committed as revision 21329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21328 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21327 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexis Ballier authored
Patch by Alexis Ballier gmailify($firstname, $familyname) Originally committed as revision 30374 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Måns Rullgård authored
Silly BSD systems need this despite POSIX requiring nothing of the kind. Any system with sys/socket.h should also have sys/types.h, so this is unlikely to break anything, and we already do this in another place. Originally committed as revision 21326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 30373 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Michael Niedermayer authored
references per LUT anyway. Originally committed as revision 21323 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 30371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Zuxy Meng authored
Originally committed as revision 30370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Måns Rullgård authored
Originally committed as revision 21322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This file contains a safe subset of the config.h settings. Only bigendian is included for now, more can be added as need arises. Originally committed as revision 21321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21320 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 21319 to svn://svn.ffmpeg.org/ffmpeg/trunk
-