Diego Biurrun
eb526fa6dd
Remove unused file.
...
Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
e244ea4310
This is no longer necessary for BeOS now that we don't play nasty tricks with error codes.
...
Originally committed as revision 7972 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ac7030a437
combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parser
...
Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
dd9bfb4666
simplify ever so slightly
...
Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
2b4c361536
add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option
...
to --enable-powerpc-perf
Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
35f9736988
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
...
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e274504676
rename some --enable options for external libs
...
Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1367cffd66
Ogg is not Vorbis.
...
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
8fa36ae09d
This fixes error handling for BeOS, removing the need for some ifdefs.
...
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
bcdf0d2697
Change some dprintf to av_log
...
Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
034ef0e8c3
Move base64.[ch] to libavutil.
...
patch by Carl Eugen Hoyos, cehoyos ag.or at
Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
674678b04a
Intensity compensation for B-frames in AP was missing
...
Originally committed as revision 7962 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6d29fba950
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
...
Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1d7d9935b2
always use audio spread (instead of "video no spread" for audio ...)
...
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dc02fc6a68
consistency renaming: yuv422 --> yuyv422
...
Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9ac529a5ba
consistency renaming: uyvy411 --> uyyvyy411
...
Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3cf5b6bed7
consistency renaming: rgba32 --> rgb32
...
Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5a4f1328ef
oops forgot this one (increase preroll time to min of my asfs)
...
Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a98d3e829a
increaseing preroll time to the minimum of the asf files i have
...
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d9076fe7c3
remove md5 check for wma as there are rounding differences between cpus
...
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0786943a00
disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed
...
Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0d9f863340
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?
...
Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
5600b6e19e
Regression changes after addition of fact chunk to non-PCM wav
...
Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
d794d388a6
Add FACT chunk for non-PCM wav formats
...
Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7c758d336a
minor help output formatting fix
...
Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9b0dfb27ab
slightly improve *_TIMER
...
Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivan Kalvachev
67053c3093
-s option have different defaults for ffmpeg and ffserver cases.
...
Originally committed as revision 7947 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
c7238c72cb
Pass a proper context to av_log()
...
Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7bc5f2a8a4
Restore the possibility to link liba52 instead of dlopening.
...
Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b5ea085b52
fix --enable-*threads
...
Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
ea65a753eb
Remove unused ENODATA define
...
Originally committed as revision 7943 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9825212536
10l to Diego for breaking A52 decoder
...
Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
520cc7f1da
simplify --enable/disable-* option handling
...
Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
12b61a74ad
clean up amr option handling
...
Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f4ca507980
Rename ac3 decoder to liba52 to prepare for native decoder.
...
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
51e8750a9c
add armv6 to TARGET_LIST
...
Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fb2ce7d936
move pkg_requires setting to end
...
Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5af4e0cca5
rename some variables to match corresponding --enable-* options
...
Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
57d7b036ea
make key parameter const
...
Originally committed as revision 7935 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ecfc4f4436
rename HAVE_GPROF to CONFIG_GPROF
...
Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0900a85fe8
Remove internal liba52; external lib still works, native decoder coming up.
...
Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f70f03f623
finish feature calculations before printing result and creating files
...
Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f6f69c304e
handle network dependency on protocols with check_deps()
...
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
799c9e9bcb
recursive feature dependency checking
...
Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fa859b4d8a
let check_deps handle ffplay
...
Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a2830dca2b
tidy up ffserver deps
...
Originally committed as revision 7928 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4b62f9f965
consistency cosmetics for the option handling routine
...
Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e484407c47
Force liba52 to yes if liba52bin is set.
...
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
80a289b9bf
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
...
Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
c964c2c745
add key field to AVFormatContext for de/encryption support, patch by Reimar
...
Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago