Måns Rullgård
318049b8ed
move #include of system headers to top of file
...
Originally committed as revision 9646 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
6d7eee8418
The dv1394 demuxer depends on dv.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-demuxer=dv1394
Originally committed as revision 9645 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
8f3a44a2e5
All those demuxers don't depend on riff.o anymore.
...
Originally committed as revision 9644 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
2115c69f2c
All those demuxers use pcm_read_seek() and thus depend on raw.o.
...
Originally committed as revision 9643 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7f7fdbc842
The c93 demuxer depends on vocdec.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-demuxer=c93
Originally committed as revision 9642 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
2a68cd08cd
The mpegaudio parser depends on mpegaudiodata.o.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-parser=mpegaudio
Originally committed as revision 9641 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
00b5ec1578
Allow selecting only the vp6f decoder.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-decoder=vp6f
Originally committed as revision 9640 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
736090511c
Announce that vhook is deprecated, and its substitute.
...
Originally committed as revision 9639 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
e2525c6f78
The svq3 decoder depends on h264idct.o and also requires h264_parser.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-decoder=svq3
Originally committed as revision 9638 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b3fc092548
avoid division by zero in av_find_stream_info() when no time base is set
...
Originally committed as revision 9637 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
7eed4aef83
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs
...
Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
71e4199485
match doxygen comment with other parts of the file
...
Originally committed as revision 9635 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c07ed8c8a2
create and populate "tools" directory
...
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fdc1973e30
libavtest and seektest no longer need gpl
...
Originally committed as revision 9633 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
40b78d5326
GXF muxer is no longer GPLed.
...
Originally committed as revision 9632 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
71daa04c86
Smartjog granted permission to relicense as LGPL 2.1
...
Originally committed as revision 9631 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
51d2ff8044
round timestamps up, k2 broadcast server seems to need it
...
Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7495c3066d
Check for GetProcessTimes and use it in getutime
...
Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7829950cf2
Collapse getutime into one declaration
...
Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
66be5b4536
Check for getrusage
...
Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0f69ca7f14
Clarify license requirements for contributions.
...
Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
İsmail Dönmez
63e24954be
Replace non-existing @fixme doxygen tags with @todo .
...
patch by Ismail Dönmez, ismail pardus.org tr
Originally committed as revision 9625 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ef466de0a8
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also
...
Originally committed as revision 9623 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
8a54ad09fe
remove uneeded include as assert is never used
...
Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
51ce035e82
Remove broken assert. ebml_read_element_id can handle level_up set to NULL.
...
Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
af0f371246
10l to Benoit, poll.h is already included below, and this broke compilation on mingw
...
Originally committed as revision 9620 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
5b83843f43
fix compilation with assert
...
Originally committed as revision 9619 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d3ea5692b0
enable $ARCH_EXT_LIST before parsing command line
...
Originally committed as revision 9618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
e3be5693c3
Make "channels" variable mean the number of channels, not the number of
...
channels minus one
Originally committed as revision 9617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7c8b273bbe
indent
...
Originally committed as revision 9616 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ebccac06ff
remove useless LclDecContext.avctx field
...
Originally committed as revision 9615 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bff825528e
forgot to rm lcl.c
...
Originally committed as revision 9614 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
00eb27f111
split lcl.c into lcldec.c, lclenc.c, lcl.h
...
Originally committed as revision 9613 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
fcf43a9e4e
adding myself as rtsp.c maintainer
...
Originally committed as revision 9612 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
d02678eccc
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com
...
Originally committed as revision 9611 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5d3049559a
Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2.
...
Originally committed as revision 9610 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
768190afe5
Fix two cosmetic differences between our LGPL copy and the one from the FSF.
...
Plus replace one occurrence of "version 2 of the license" with "version 2.1
of the license", same as in the FSF version. This has always been LGPL 2.1.
Originally committed as revision 9609 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
10664f8c42
cosmetics: tabs --> spaces
...
Originally committed as revision 9608 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
3709f0d706
map warning levels between libx264 and libavutil
...
Originally committed as revision 9607 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3e582fbbc5
license header consistency: Remove redundant "all rights reserved" statement
...
that is rendered meaningless by subsequent grant of rights through the LGPL.
Originally committed as revision 9606 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivan Kalvachev
0ac9a875d4
revert commit 9603
...
Originally committed as revision 9605 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivan Kalvachev
58f46f2f27
remove file because of lincense issues
...
Originally committed as revision 9604 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivan Kalvachev
ddeaf723c5
Integrate reference mpeg IDCT into dsputil.
...
Originally committed as revision 9603 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c3d0c11bfb
simplify ff_h263_round_chroma()
...
Originally committed as revision 9602 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivan Kalvachev
efb6836fe3
Inport the original intiger IDCT from MPEG2 reference decoder.
...
It passes IEEE1180 requirements.
Originally committed as revision 9601 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
00f0564f44
move ff_h263_round_chroma() to mpegvideo.h as static inline
...
Originally committed as revision 9600 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
aa89fa07b0
Remove unused file (this time for real)
...
Originally committed as revision 23767 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ramiro Polla
76353b42fa
Remove underscores before fcntl flags
...
Originally committed as revision 9599 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4b54c6d084
Check for termios before conio
...
Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e16e49ac90
Proper check for interactive support (termios and conio).
...
Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago