Graham Booker
f4a02f6e9b
Use a faster way to compute 255-val: Instead of creating a vector of
...
all 255s, and then doing the subtraction, nor of the vector with itself: saves
one instruction and a register.
Patch by Graham Booker % gbooker A tamu P edu%
Originally committed as revision 9340 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a444671542
Missing libswscale part of TARGET_ -> HAVE_ change
...
Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Reimar Döffinger
6e6203fb1c
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
...
Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Måns Rullgård
b3e83c965d
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
...
need to #include "h261data.h"
Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
859cfdc0e6
correct type of qsort() comparison callback
...
Originally committed as revision 9338 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e336139f0c
correct type for h263_parse()
...
Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e1659f0cc7
fix indentation
...
Originally committed as revision 9336 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
dfdf9e78f3
replace endian detection hack with #ifdef WORDS_BIGENDIAN
...
Originally committed as revision 9335 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
706da4af32
fix some printf format specifiers
...
Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8657d5e549
correct type for {put,avg}_h264_chroma_mc2_mmx2
...
Originally committed as revision 9333 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bb5705b988
kill some "defined but not used" warnings
...
Originally committed as revision 9332 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
119e2c0056
kill a warning on 64-bit machines
...
Originally committed as revision 9331 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a1bee08046
move dsputil_init_foo() out from #ifdef
...
Originally committed as revision 9330 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1bebfde9e1
Typo
...
Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5c0e9479ef
test whether linker supports --warn-common
...
Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
a661ade713
Indentation for previous commit
...
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6100cb477a
Allow user to specify rgb.txt for imlib2 vhook
...
Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3d907e2207
merge print_config_enable() and print_config() as only the former is used
...
Originally committed as revision 9325 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3f5b56e58b
replace TARGET_* with HAVE_* simplifying lists in configure script
...
Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
48a14b9174
add x86 to ARCH_LIST simplifying config file generation
...
Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
18ca9a4a99
replace TARGET_ARCH_* to ARCH_* for consistency
...
Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
99a6d06fea
generate ENABLE_* defines also for ARCH_*
...
Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
4f74c5855b
use if() instead of #ifdef and ensure all possible optimisations are enabled
...
Originally committed as revision 9320 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f6de217b6c
generate ENABLE_* defines also for all the HAVE_* values
...
Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
629272d86f
Add support for track numbers when they are set via strings
...
patch by Patrice Bensoussan: patrice bensoussan free fr
Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
fbb578e90d
some samples aren't decoded correctly such as
...
( http://www.pennfans.net/files/videos/Penn&Teller.on.The.View.mp4 )
with current Altivec implementation of loopfilter, while others are fine.
Let's disable it until we iron this bug out.
Originally committed as revision 9317 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
91a2974ee9
Remove unneeded semicolon.
...
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
d111e41fd3
Correct signature of just_return().
...
Originally committed as revision 9315 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b997b67c63
use get_bits_long() where needed
...
patch by Aurelien Jacobs, aurel gnuage org
Originally committed as revision 9314 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1bdf0fe7c7
Vhooks require special cflags and ldflags for Windows builds
...
Copy them from Cygwin to MinGW
Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4f3da98526
Make ppm vhook depend on fork()
...
Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
b0268cc060
Print static vhook warning for Cygwin and MinGW
...
Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
770359898c
Print static vhook warning for Cygwin only when both are enabled
...
Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
233ed44543
Remove an unreferenced variable from qpeg_decode_inter().
...
Originally committed as revision 9309 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
71fd12253d
add and remove some parentheses
...
Originally committed as revision 9308 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Albert Lee
ad0f6c1fcd
Simplify init preprocessor statements.
...
patch by Albert Lee, trisk+xine acm.jhu edu
Originally committed as revision 9307 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
4931546e26
this file credits authors of non-trivial code, which I don't qualify for
...
Originally committed as revision 9306 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicolas George
6b0cdb6e04
More detailed documentation
...
patch by Nicolas George: [nicolas george normalesup org]
Originally committed as revision 9305 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
2ef7c6350b
List myself in CREDITS as I did have some of code committed,
...
Add myself to PPC/OSX maintainers as this what I've been doing
for several month already, and Romain isn't active that much
these days
Originally committed as revision 9304 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
86bdf3fd3d
misc spelling fixes
...
Originally committed as revision 23556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Marc Hoffman
57870214ab
removing underscores from block profiling renaming to xx_
...
Originally committed as revision 9303 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
f70c273902
Blackfin - read_time primitive
...
note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support
around DImode and asm.
Originally committed as revision 9302 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
c9823f0577
Improve understanding ofavcodec_find_decoder()
...
patch by Carl Eugen Hoyos: ! cehoyos ag or at !
Originally committed as revision 9301 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Lord
58d1dc0e9b
Workaround adjustments for DivX 6.1 and later
...
patch by Lord: [ Lord_veryrandomD8 yahoo com ]
Originally committed as revision 9300 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
48961970f1
remove decode_be32/64 and replace them by AV_RB32/64
...
patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net /
Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
da1fce3921
cosmetics
...
Originally committed as revision 9298 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6fe706df05
Remove unused declarations
...
Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sigbjorn Skjaeret
0aec30c58d
kill one vector constant value load by the right combination of vec_splatX/vec_sl
...
patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
Originally committed as revision 9296 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sigbjorn Skjaeret
525751c053
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
...
Originally committed as revision 9295 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
1a822d303f
integrating MPV_common_init_bfin into the build system and mpegvideo.c
...
Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago