Diego Biurrun
c6c4651138
Simplify test program build.
...
Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
885e691aaf
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf
...
Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9933dc7168
Fix imgresample-test compilation.
...
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6a07717908
Test programs depend on $(LIB).
...
Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
0ec92a15dd
imgresample-test depends on $(LIB).
...
Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
425139d55f
Simplify EXTRALIBS handling.
...
Originally committed as revision 6558 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0eb59ddba4
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
...
author, Peter Ross (pross xvid org).
Originally committed as revision 6557 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
777938e190
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
...
Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
7fd265a7a1
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
...
Originally committed as revision 6556 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3aba428998
Libraries are created in the build tree, not in the source tree.
...
Originally committed as revision 6555 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e976645087
MSys bash 2.04 is broken.
...
patch by Ramiro Polla, angustia (at) arrozcru no-ip org
Originally committed as revision 6554 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c55f606397
Remove cs_test and swscale-example on clean.
...
Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
69402a1073
Remove redundant EXTRALIBS declaration.
...
Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
7fe1cbd814
Simplify compilation call by using $(EXTRALIBS).
...
Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
632d873994
Fix warnings:
...
swscale-example.c:87: warning: implicit declaration of function 'sws_format_name'
swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init'
Originally committed as revision 20037 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
b2c4e3547b
Fix warnings:
...
cs_test.c:62: warning: return type defaults to 'int'
cs_test.c:64: warning: implicit declaration of function 'memalign'
Originally committed as revision 20036 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
db671614cc
Replace .. by $(SRC_PATH), otherwise there might be problems with
...
out-of-tree builds.
Originally committed as revision 6553 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
b95d44b6f4
remove useless casts
...
Originally committed as revision 6552 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
58f2a4b07f
change extradata type to uint8_t *
...
Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2bb7875987
mjpeg 4:2:2 encoding support
...
Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
938dd84693
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower.
...
Originally committed as revision 6549 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
e6e77eb6fa
simplify write_back_motion for skip mbs
...
Originally committed as revision 6548 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
a1b13cf590
10l in r6412
...
Originally committed as revision 6547 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a90ce38634
make some global var static (fix a build failure with shared lib on x86_64)
...
Originally committed as revision 20024 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
2bc5da7bf9
remove confusing divx note
...
Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0533322ea3
Move EXTRALIBS handling to common.mak.
...
Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5523d5f41e
fix r_frame_rate detection in mpeg4 streams with non integer fps
...
Originally committed as revision 6544 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7f778ed111
Slightly simplify apiexample compilation command line.
...
Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
93555ad500
Also remove cpuid_test on clean.
...
Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f901d78e01
Remove bogus dependency information.
...
Originally committed as revision 6541 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
220d2d82ef
make dep should also work.
...
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9d0199f450
depend and dep are really the same target.
...
Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4851f2ad92
1000000l for lu_zero (commiting untested? code)
...
Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36c32bdddf
Remove unused variables and the corresponding warnings along with them.
...
Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8d6112850
Fix unused variable warning when compiling with MMX disabled.
...
Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Barbato
c4e96ceef7
fix blackfin support, thaks to vapier for pointing out
...
Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
17ff55356a
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
...
Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e8b409b50f
rtp.o needs mpegts.o
...
Originally committed as revision 6533 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
902d3c6d33
Add codectest to test targets.
...
Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d568d0feb4
Merge identical targets.
...
Originally committed as revision 6531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c86ecbb7ce
fix audio for mog_op1a_prompeg_mpeg.mxf
...
Originally committed as revision 6530 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
995d9ec77d
Add replacement for libavcodec/fdctref.c to the list.
...
Originally committed as revision 6529 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
03da8726f6
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf
...
Originally committed as revision 6528 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
4109400295
more forgotten free's.
...
Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
419550990c
10l, wrong order in freeing
...
Originally committed as revision 6526 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
35af7a9b27
slightly saner indention
...
Originally committed as revision 6525 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
6ab6c7c3cc
make postproc use avutil
...
Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4bef236ba8
Fix quantiSer --> quantiZer typo.
...
Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
9ae711e125
Explain lmin, lmax, mblmin, mblmax options.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago