- 05 Aug, 2009 4 commits
-
-
Diego Biurrun authored
Originally committed as revision 19597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
H.263 encoder in configure. Originally committed as revision 19594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Aug, 2009 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 19579 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Colin McQuillan authored
qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not specific to qcelp. It can be kept with its fixed-point version ff_acelp_lsp2lpc in lpc.c. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Aug, 2009 1 commit
-
-
Diego Biurrun authored
It makes no sense to enable the former without the latter. Originally committed as revision 19565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 19511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19510 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jul, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 19507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jul, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 19494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Practically all the code is shared. Originally committed as revision 19491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jul, 2009 1 commit
-
-
Diego Biurrun authored
It is impossible to build E-AC-3 without AC-3. Originally committed as revision 19477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2009 1 commit
-
-
Diego Biurrun authored
They share so much code that enabling one without the other is pointless. Originally committed as revision 19468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2009 2 commits
-
-
Diego Biurrun authored
They are now enabled by the VC-1 decoder. Originally committed as revision 19467 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
They share so much code that enabling one without the other is pointless. Originally committed as revision 19466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jul, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 19448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2009 1 commit
-
-
Diego Biurrun authored
The VAAPI/VDPAU variants of foo require almost all of the code of foo. Thus it makes little sense to enable just the accelerated variant. This allows refactoring some object dependencies in the Makefiles. Originally committed as revision 19403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2009 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 19367 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
CONFIG_LIBFOO in the external libraries section. This is more consistent with the rest of the Makefiles, it makes clearer what is actually implemented and should be advantageous if we implement an external library encoder where we previously just had the decoder and vice versa. Originally committed as revision 19366 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jun, 2009 1 commit
-
-
Reimar Döffinger authored
Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me. Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2009 1 commit
-
-
Peter Ross authored
Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2009 1 commit
-
-
Jimmy Christensen authored
patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2009 2 commits
-
-
Diego Biurrun authored
Even after the split into shared and decoder-specific code, WMV3 continues to have the same dependencies as VC-1. Originally committed as revision 19153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
shared between decoder and parser in vc1.c. Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jun, 2009 1 commit
-
-
Diego Biurrun authored
As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2009 2 commits
-
-
Diego Biurrun authored
in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19138 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 19080 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2009 4 commits
-
-
David Conrad authored
Originally committed as revision 18949 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled. Originally committed as revision 18945 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 18943 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 18936 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 May, 2009 2 commits
-
-
David Conrad authored
Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
MLP DSP functions x86-optimized. 12.59% overall speedup in x86_32 9.98% overall speedup in x86_64 compared to gcc 4.3.3 It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which is not wanted for labels. Originally committed as revision 18904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-