- 04 Aug, 2014 1 commit
-
-
Bernd Kuhls authored
After the removal of all Blackfin architecture optimizations in http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b55d3bbeed375f7b74442c4dd274d116a3e3d2e1 some includes were left behind leading to a compile error: CC libavformat/adtsenc.o In file included from ./libavcodec/get_bits.h:35, from ./libavcodec/ac3_parser.h:27, from libavformat/ac3dec.c:23: ./libavcodec/mathops.h:43:29: error: bfin/mathops.h: No such file or directory This compile error was found by buildroot autobuild system: http://autobuild.buildroot.net/results/ae0/ae056f267e907091d09d2a1546d6f1ae02fa23b9/Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 04 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
This helps in disentangling lavf and lavc too.
-
- 18 Sep, 2013 1 commit
-
-
Justin Ruggles authored
-
- 05 Aug, 2013 1 commit
-
-
Ben Avison authored
The common case of the pointer having increased by one packet (which results in no change to the modulus) can be detected with a 64-bit subtraction, which is far cheaper than a division on many platforms. Before After Mean StdDev Mean StdDev Change Divisions 248.3 8.8 51.5 7.4 +381.7% Overall 2773.2 25.6 2372.5 43.1 +16.9% Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
It is only used in that library.
-
- 11 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This macro is only used in two places, both in libavcodec, so this is a more sensible place for it. Two small tweaks to the macro are made: - removing the trailing semicolon - dropping unnecessary 'volatile' from the x86 asm Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 13 Oct, 2011 1 commit
-
-
Mans Rullgard authored
This function intentionally overflows the signed range on the left shift. Using this type-punning avoids errors from the overflow checker without disabling this test globally. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
This fixes 'make checkheaders'.
-
- 16 May, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2010 2 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 23721 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
at once using a single 32-bit store. Originally committed as revision 23715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 May, 2010 1 commit
-
-
Michael Niedermayer authored
This fixes compilation of probetest Originally committed as revision 23116 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2010 1 commit
-
-
Måns Rullgård authored
This function/macro returns the high half of the unsigned 64-bit product of two unsigned 32-bit operands. Originally committed as revision 21463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2010 1 commit
-
-
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
-
- 17 Aug, 2009 1 commit
-
-
Måns Rullgård authored
44% faster MP3 decoding Originally committed as revision 19667 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 May, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 18886 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 17738 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2009 1 commit
-
-
Loren Merritt authored
Originally committed as revision 17058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2008 1 commit
-
-
Diego Biurrun authored
It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2008 1 commit
-
-
Måns Rullgård authored
This replaces use of FRAC_BITS in the MULL() definition with a third argument specifying the shift amount. All uses of this macro are updated to pass FRAC_BITS as third argument. Originally committed as revision 15921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2008 1 commit
-
-
Måns Rullgård authored
MAC64: 64 += 32 x 32 (bits) MLS64: 64 -= 32 x 32 MLS16: 32 -= 16 x 16 Originally committed as revision 14198 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-