Diego Biurrun
b06da1725a
Add missing stdint.h #include to fix 'make checkheaders'.
...
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
6c2a778d38
Remove unused global variable.
...
Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
9276b8f0cc
Calculate gradient from parameter instead of using a global variable.
...
Originally committed as revision 19482 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
04e257fa84
Revert unintended portion of last commit. (Setting the default coder to
...
twoloop.)
Originally committed as revision 19481 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
a62d6cfeff
Be sure to increment our position in the coefficient array when skipping a zero
...
band in the twoloop scalefactor search.
Originally committed as revision 19480 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
804db4466d
Remove unused variables.
...
Originally committed as revision 29435 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
62a0525d3b
x11grab: remove unnecessary #includes and senseless #define
...
Originally committed as revision 19479 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
07874f2298
Due to a typo in videogen.c, the regression test videos were not as
...
complex as originally planned.
Typo fixed (the background moves less linear now) and regression test
results updated.
Originally committed as revision 19478 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
baf91bb9a3
Make E-AC-3 decoder depend on the AC-3 decoder.
...
It is impossible to build E-AC-3 without AC-3.
Originally committed as revision 19477 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
b31ac3c8dd
Register some additional AMF types in libavformat/flv.h
...
Originally committed as revision 19476 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
0a8958c849
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
...
Originally committed as revision 19475 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
ce742de22c
ARM: check for VFP register arguments
...
Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
5cf20d07ad
Remove an unused field from the BandCodingPath struct.
...
Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
0193992252
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
...
Originally committed as revision 19472 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
89f2932baf
configure: make --extra-cflags cumulative again
...
Originally committed as revision 19471 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
932e6a5a4c
Fix an integer overflow in the AAC encoder.
...
Originally committed as revision 19470 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
87a844316c
Merge AMR and OpenCORE documentation sections.
...
Originally committed as revision 19469 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e82dc4c91e
Make VP6A/VP6F decoders depend on the VP6 decoder.
...
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
16 years ago
Diego Biurrun
6410134000
Remove two more lines related to the WMV3 decoder.
...
They are now enabled by the VC-1 decoder.
Originally committed as revision 19467 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
015f8ee009
Make WMV3 decoders depend on their VC-1 counterparts.
...
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 years ago
Måns Rullgård
6fec122af7
Support building with TI TMS470 compiler
...
Originally committed as revision 19465 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5e567aae48
Consistently lowercase all HTML tags.
...
Originally committed as revision 19464 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
63d72fdaf2
If any input/output devices are enabled then indevs/outdevs should
...
get enabled, not demuxers/muxers.
Originally committed as revision 19463 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
58ad770f92
Use globally consistent include guard names.
...
Originally committed as revision 19462 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
8beb41783a
Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I
...
missed them in r19293. Re-enable version check on w32api.h if the
vfwcap input device has been selected.
Originally committed as revision 19461 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
0e57fe17eb
Allow enabling alsa and jack devices.
...
Originally committed as revision 19460 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
3d51be014c
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
...
Originally committed as revision 19459 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4e67aedd6a
Make sure that tests/seek_test.o gets deleted on 'make clean'.
...
Closes issue 1273.
Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
c369e83608
Dead code removal in the AAC encoder.
...
Originally committed as revision 19457 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
24524f36a1
configure: improve detection of out-of-tree builds
...
Originally committed as revision 19456 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
980a75c5a5
configure: remove some useless comments
...
Originally committed as revision 19455 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
36904c4c9f
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
...
Originally committed as revision 19454 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
e7ea5e3d8d
Check for __attribute__((packed)) support
...
Not all compilers claiming to be gcc support this attribute.
Originally committed as revision 19453 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
df5cdc24b9
configure: handle --cpu before running compiler
...
It is possible that the compiler requires flags set by the --cpu
option, so we should not attempt to run it before those flags have
been added.
Originally committed as revision 19452 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a915980acd
configure: simplify --cpu handling slightly
...
Originally committed as revision 19451 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
87d718aefc
cosmetics: reindent after last commit
...
Originally committed as revision 19450 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
aa5a99ae0c
Add SHA-2 hashing
...
Originally committed as revision 19449 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
6bb17c5155
Add iirfilter to the TESTPROGS variable (and target)
...
Originally committed as revision 19448 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Lou Logan
64cd805071
Rename invalid option name "gop" to "g" in opt_target(), so that
...
-target *-dvd works correctly.
Patch by Lou Logan <$firstname@fakeoutdoorsman com>.
Originally committed as revision 19447 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b0f0c43051
Use CPPFLAGS when building tests
...
Originally committed as revision 19446 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
88ec6ac9e4
configure: do not warn about mismatching altivec/cpu selection
...
We do not issue similar warnings for other architectures, and we
generally assume users know what they want.
Originally committed as revision 19445 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
a5762c9b59
When calculating AAC quantized band cost, don't leave garbage in the bit count
...
for the 0 codebook.
Originally committed as revision 19444 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
ca0f1e5092
IIR filter test program.
...
Originally committed as revision 19443 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
359a9979ad
cosmetics: Move some code blocks to reduce the number of #ifdefs.
...
Originally committed as revision 19442 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
1eb0811e8d
Update project URL for OpenCORE AMR.
...
patch by Martin Storsjö, martin martin st
Originally committed as revision 19441 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
2b2c2a8179
Fix check_func_headers. The reference to the function under test was being
...
optimized out by gcc when the headers lied about the function existing,
rendering the test useless in that situation.
This new test throws a warning in mingw-w64, but that should not be a problem.
Patch by Martin Storsjö <martin at martin dot st>
Originally committed as revision 19440 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
973859f523
Disable gcc auto-vectorisation
...
The auto-vectoriser in gcc is enabled by default at -O3 since version
4.3. However, it provides no speed benefit, but does produce incorrect
code on many targets. Disabling it for gcc should give more reliable
builds.
If the adventurous want it back, they can edit the makefile themselves.
Originally committed as revision 19439 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
89e053f83d
Require aligned memory for everything that needs it
...
Altivec, NEON, and SSE require more alignment than standard malloc()
guarantees, whereas MMX does not. Update checks to reflect this.
Originally committed as revision 19438 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
bd20afc401
Skip the check for SSE aligned memory allocators when SSE is disabled.
...
Fixes issue 1269.
Originally committed as revision 19437 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Art Clarke
ebb82604b0
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in
...
(wherein av_open_input_file assumes memory ownership).
Patch by Art Clarke a<surname> xuggle com
Originally committed as revision 19436 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago