Måns Rullgård
f8d7b072fe
feature tests for functions requiring one or more headers
...
Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fcfcde1769
revert last change, it breaks on brain damaged distros
...
Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a2e25446e7
simplify check_lib
...
Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
0ac47d632f
fix comment, get/show_bits(0) does not work
...
Originally committed as revision 8029 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bc15573283
link fix by Dujardin Bernard, dujardin.iut numericable fr
...
Originally committed as revision 8028 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
78104b5d76
Remove some old disabled debugging output
...
Originally committed as revision 8027 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
4672503d8c
simplify in fill_caches
...
Originally committed as revision 8026 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
9b2bb40341
Remove a non-C dependency (being M_PI) from the libavcodec example.
...
Originally committed as revision 8025 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
a40de11209
Use a more correct value for Pi.
...
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
0564528eff
Clairyfication of the gain tool struct.
...
Originally committed as revision 8023 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
459022f504
fix for x86-64
...
Originally committed as revision 8022 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
dd462087fd
Don't use byte swaps and use the more portable way
...
of declaring aligned buffers.
Originally committed as revision 8021 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d1b1363ee1
TARGET_OS in config.mak is unused
...
Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
40671fee0a
remove --enable-mingw32 option, --target-os=mingw32 should be used
...
Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4a5444db0e
case insensitive OS name
...
Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fda51641b1
factorize more calls to fill_rectangle()
...
Originally committed as revision 8017 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d19f5acb36
factorize fill_rectangle() calls
...
Originally committed as revision 8016 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
492d0e4c12
display line number when printing error
...
Originally committed as revision 8015 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
89cf4098aa
spit an error message in case of invalid chunk
...
Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
c9639c394c
libswscale is needed in Cygwin vhooks
...
patch by Víctor Paesa wzrlpy arsystel com
Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b21e0b6dfc
rewrite H264_CHROMA_MC4_TMPL (20% faster)
...
Originally committed as revision 8012 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
aeb292227e
10l: I thought I'd tested all changes...
...
Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0a622b984d
rearrange --help text slightly
...
Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
abcd6d608c
mention --target-os in --help
...
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
270739bb90
move arch processing after command line loop
...
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4ec9ec8122
put mingw section together with other OS specifics
...
Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c597172e43
add --target-os option, and move OS specific settings after command line
...
processing
Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
20da77449d
negative stride and h_size-=8 fix
...
Originally committed as revision 22247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
bc2ce35b31
remove imgresample and convert with the next version bump
...
Originally committed as revision 8005 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
e4cc43625f
Use AVRandom
...
Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
eeb40eb367
10l: forgot break statement
...
Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
18064f5cf3
BGR/RGB4 byte formats as input
...
fixing isRGB/BGR() for the byte formats
Originally committed as revision 22244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
49c8132b17
not checking error return, resulting double free
...
returning uninitalized pointers
Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c861e7da74
restore lost --enable-amr-if2 option
...
Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8d6947bc7d
factorize fill_rectangle()
...
remove more silly ref_count checks
use list_count where appropriate
Originally committed as revision 8000 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3425501d3b
replace list<2 checks by list<list_count
...
remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value
Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
187696fa72
fix 2nd ref_count check
...
add list_count
Originally committed as revision 7998 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0565c64834
fix ref_count check
...
Originally committed as revision 7997 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
65a0f3fd47
factorize mv_cache and mvd_cache init
...
Originally committed as revision 7996 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
43ff071456
simplify
...
Originally committed as revision 7995 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2a115873af
add a few asserts to ensure alignment
...
Originally committed as revision 7994 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
00e210ddbb
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
...
Originally committed as revision 7993 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
410bf2731d
av_noinline
...
Originally committed as revision 7992 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e28630fc70
pal8 input
...
this is not optimized or anything (that is easy to add just use the existing unscaled converters if possible ...)
Originally committed as revision 22236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
François Revol
457b101e42
Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l
...
Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
36c07acd59
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
...
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
5286d11fcd
Spelling fix
...
Originally committed as revision 7989 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
1d726a5958
Spelling fix
...
Originally committed as revision 7988 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
...
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
befa3397c5
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
...
Originally committed as revision 7986 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago