Stefano Sabatini
2e5ff4d0e5
Group togheter filter dependency specifications.
...
Originally committed as revision 25245 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
483480b5ae
Fix out of tree builds with vf_yadif and mmx
...
Originally committed as revision 25237 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
13fabd7a8d
Port MPlayer blackframe filter.
...
See thread:
Subject: [FFmpeg-devel] [PATCH] Port MPlayer blackframe filter.
Date: Sun, 26 Sep 2010 01:10:40 +0200
Originally committed as revision 25214 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
b6c0689456
configure: detect nasm vs yasm and set flags correspondingly
...
Originally committed as revision 25213 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
2c1da681b8
Create libavfilter/$arch when building outside source tree
...
Originally committed as revision 25200 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Michael Niedermayer
acbac56789
yadif filter, based on stefanos port of my yadif from mplayer.
...
Compared to stefanos, 2 frame output works with ffplay.
Originally committed as revision 25196 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
47941088f9
Add frei0r filter.
...
See thread:
Subject: [FFmpeg-devel] [POC] frei0r wrapper
Date: Tue, 24 Aug 2010 21:37:32 +0200
Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
bdefad7366
Disable ALIGNED_STACK with icc 10 or prior on x86_32
...
Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
59782b828b
Add HAVE_ALIGNED_STACK config setting
...
This is set to 1 if the stack is guaranteed to be suitably aligned
for the strictest access mode of the machine.
Originally committed as revision 25151 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
217d3d8fe9
Request 16-byte aligned stack with icc on x86_32
...
Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
James Darnley
8328ad1370
configure: print minimum lame version number required after revision 25128
...
Patch by James Darnley <james dot darnley at gmail dot com>.
Originally committed as revision 25139 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
6de163e9bf
configure: detect Open64 compiler
...
Originally committed as revision 25135 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
James Darnley
efec9ac8a9
Allow float values for libmp3lame quality.
...
Patch by James Darnley, james D darnley A gmail
Originally committed as revision 25128 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
180ec37dff
Update pathscale compiler detection
...
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
6ebf0bfc17
Implement libopencv smooth filter.
...
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
55127e7b49
Create config.asm for use with yasm
...
Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
0e5a7b9161
configure: whitespace
...
Originally committed as revision 25038 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
72cfcf4156
configure: make print_config() more flexible
...
Originally committed as revision 25037 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
613a4e3f6d
Detect llvm-gcc and set appropriate flags
...
Originally committed as revision 25028 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
5c8ef670e7
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
...
Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
db7515fd1e
configure: move config.fate creation after OS section
...
The OS label can be changed, and we want this to be reflected.
Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
6f9ea29ec6
configure: write config.fate file as early as possible
...
Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
25432e8503
configure: improve error message for missing yasm
...
Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Alex Converse
9cca1e4096
x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.
...
Originally committed as revision 24950 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
e90aa6ed2d
Revert "Disable MMX for i686 and pentiumpro"
...
To avoid being burned at the stake by an angry mob, I am forced to
revert this commit.
Originally committed as revision 24949 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
0a6cf0afdc
Disable MMX for i686 and pentiumpro
...
Originally committed as revision 24946 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
bcafde6174
configure: select warning suppression syntax based on armcc version
...
Release 4.1 changed the flag used to pass options through the gcc
translation layer. Detect which version is used, and choose the
appropriate flag.
Originally committed as revision 24945 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Janne Grunau
66ac25e21f
configure: enable fast_cmov for 'atom'
...
Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
a7638957e0
configure: fix typo in test deps
...
Originally committed as revision 24907 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
c60a2d70d5
mmsh depends on http
...
Originally committed as revision 24867 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Anatoly Nenashev
1bf75aec8e
Fix configure .pc files generation and make install when
...
--build-suffix is used.
Patch by Anatoly Nenashev ${surname}_as@mail.ru .
Originally committed as revision 24821 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
a1e171dfee
Add hflip filter.
...
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
7d07d6f529
Only check for for libvpx decoder/encoder if libvpx is enabled.
...
Originally committed as revision 24744 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Ramiro Polla
f9c8cc4d19
fix configure when --enable-libvpx is not specified
...
Originally committed as revision 24743 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Frank Barchard
762e2601d7
Split libvpx check into decoder and encoder check.
...
This allows using a libvpx that has been configured as decoder/encoder only.
patch by Frank Barchard, fbarchard google com
Originally committed as revision 24742 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Jason Garrett-Glaser
4a384de5b8
Split h264dsp and h264pred in configure.
...
Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions
but not the weight/loopfilter functions.
This should reduce the size of builds with one of these derivatives but without
H.264 decoding itself.
Originally committed as revision 24741 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
3447f12d66
Add a CONFIG_ variable for generic Huffman routines.
...
Originally committed as revision 24715 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
23ba30a421
configure: remove redundant extralibs settings
...
Originally committed as revision 24705 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
440e3b2f7f
Add -Wno-parentheses to CFLAGS.
...
Without this flag -Wall generates warnings that nobody wants to see fixed or
worked around. Disabling those warnings is thus the best solution.
Originally committed as revision 24666 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
213a4cbb39
Add lavfi-pixfmts LE tests.
...
The corresponding lavfi-pixfmts BE tests are not yet added, as there
are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p)
which result in differences with the LE reference, and I cannot
visually check the generated files on BE.
Originally committed as revision 24657 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
9c261f8340
Implement set_ne_test_deps() and use if for the lavfi pixdesc test.
...
Originally committed as revision 24653 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
448f5b83a7
Fix suncc ident string (hopefully)
...
Originally committed as revision 24652 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
c2eae137e9
configure: set subarch for ARM
...
Originally committed as revision 24614 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Jean-Daniel Dupas
8fad266101
Make pkgconfig_generate() explicitly return 0 in instead of returning
...
without value when the target library is disabled.
If it does not explicitly return 0, when the last library is disabled
(swscale), the final "configure" exit value is 1, even if the
configure script is successfully executed. So it breaks scripts that
invoke configure and rely on 0 for success and 1 for failure.
Patch by Jean-Daniel Dupas reverse(<org.shadowlab@devlists>).
Originally committed as revision 24585 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
46eed2c886
Remove reference to the unexisting movie filter and the corresponding
...
useless --enable-avfilter-lavf option.
Originally committed as revision 24569 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
349d78fe62
Detect PathScale compiler
...
Originally committed as revision 24552 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
d72c981c30
configure: fix sh_quote function
...
Non-matching lists start with ! instead of the usual ^ in shell
patterns.
Originally committed as revision 24550 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefan Gehrer
de29597680
add Chinese AVS encoding via external library libxavs
...
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b82be63688
fate: create report files
...
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
bb5cecdc52
configure: extract detailed compiler identification
...
Originally committed as revision 24528 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago