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
Ramiro Polla
6ffa87d325
Proper check for mkstemp().
...
Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7c9dcd4bba
Remove unnecessary MINGW ifdef.
...
These were added for MSVC++, which is no longer supported.
Originally committed as revision 9595 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
36564c514c
Remove MinGW lrint hack.
...
It has been in mingw-runtime at least since version 2.4
Originally committed as revision 9594 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
979c091056
add support for ASS like subtitles in Matroska
...
Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
66fc495a10
comment explaining that text subtitle need to be UTF-8 for now
...
Originally committed as revision 9592 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f7e97aaf87
add support for Matroska subtitle tracks
...
Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
45da8124a0
Move public API functions av_codec_get_tag() and av_codec_get_id()
...
into a file which is compiled un-conditionally (utils.c).
Originally committed as revision 9590 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
a9fb241c3f
conditional compilation of ratecontrol.c
...
Originally committed as revision 9589 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
bdf5df0865
conditional compilation of motion_est.c
...
Originally committed as revision 9588 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4bb01c1e74
remove OS/2 support
...
Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7c37e504f0
Remove OS/2 support
...
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
059eeabf35
10l: fix av_str[i]start()
...
Originally committed as revision 9585 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
1e56c151bc
set locale to C in seek test
...
Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
df8e34603b
makes compilation of h263.o and mpegvideo_enc.o conditional
...
Originally committed as revision 9583 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
674eeb5f57
cosmetics: indentation
...
Originally committed as revision 9582 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
eb75a69818
Avoid linking with h263.c functions when the relevant codecs
...
are not compiled in.
Originally committed as revision 9581 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
f79488d426
Use proper bytestream functions
...
Originally committed as revision 9580 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
99439cb72c
Better place to disable some mpeg4 code and ensure that
...
ff_write_quant_matrix() won't be used when mpeg4 encoder is disabled.
Originally committed as revision 9579 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
898d5d5daa
move init_vlc_rl from h263.c to mpegvideo.c
...
Originally committed as revision 9578 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7da31a80b7
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
...
into mpegvideo_enc.c.
Originally committed as revision 9577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
153696a663
Prepare to remove more duplicated code
...
Based on a patch by Matthieu Castet
Originally committed as revision 9576 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
a562e2e651
Remove some duplicated code
...
Originally committed as revision 9575 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
0d79efeba9
Resurrect yuv2rgb_init.c, to add a proper license (and some comments about
...
its origin) in it.
Originally committed as revision 23759 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
3e2503ba6a
Clarify public domain statement similar to qt-faststart.c.
...
Originally committed as revision 9574 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ef4d08ac6d
Add standard licensing header to files that lack it.
...
Originally committed as revision 9573 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f082badc21
cosmetics: typo
...
Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
196b8b4ecc
don't compile some mpeg4 encoder code when encoders are disabled
...
Originally committed as revision 9571 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
5b154bd5cd
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
...
Originally committed as revision 9570 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a9fd2b1921
avoid deprecation warnings for AVFrac from avformat.h
...
Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4f13e73392
avoid deprecation warnings for ImgReSampleContext from avcodec.h
...
Originally committed as revision 9568 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b776e3d11b
move ff_set_qscale from h263.c to mpegvideo.c
...
Originally committed as revision 9567 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7d6ac9a319
prettify conditional targets
...
Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
cbefadbd25
whitespace cosmetics
...
Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
dd9f3d9791
clean up vhook variables
...
Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago