İ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
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
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
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
6ffa87d325
Proper check for mkstemp().
...
Originally committed as revision 9596 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
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
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
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
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
Aurelien Jacobs
3a763f0f0b
split rawvideo encoder and decoder in their own files
...
Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0d336e44db
compile rangecoder.o only when needed
...
Originally committed as revision 9559 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
93f4823935
bring back h264 build
...
Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
640b73e17d
use correct type for palette
...
Originally committed as revision 9554 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d8e76049d6
indent
...
Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5ffcb1be1f
set sample rate in more logical place, kill warning
...
Originally committed as revision 9552 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
6785cae35c
trivial warning fixes
...
Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4a64abdc63
kill warnings
...
Originally committed as revision 9550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8d15910aff
fix warning
...
Originally committed as revision 9549 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a00177a952
make arguments to ssd_int8_vs_int16() const
...
Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bad700e346
trivial warning fixes
...
Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Christophe Gisquet
ccef714035
Pass modes as parameters instead of calculating them inplace.
...
Patch by by Christophe GISQUET ( echo $name| awk '//{sub(" ",".");print tolower($0) "@free.fr";}')
Thread: [PATCH] Clean up in C VC-1 DSP functions
Originally committed as revision 9537 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Christophe Gisquet
803b090449
Replace function declarations with macro
...
Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/.*/&@free.fr/ )
Thread: [PATCH] Clean up in C VC-1 DSP functions
Originally committed as revision 9536 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Christophe Gisquet
e95c953b55
Drop ff_ prefix for static functions
...
Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/$/@free.fr/ )
Thread: [PATCH] Clean up in C VC-1 DSP functions
Originally committed as revision 9535 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
844d9012a6
split decoder-specific parts into their own file
...
Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago