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
Stefan Gehrer
1503063f83
prepare splitting decoder-only parts into own file:
...
make commonly used tables global
Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
c21f308e77
* Getting rid of the use of GCC language extensions
...
Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
58e28fd5c4
simplify ff_copy_bits() when compiled with config-small
...
Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3c3f7ce15a
whitespace cosmetics
...
Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a7b67850f4
add 64-bit bytestream read/write functions
...
Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
ceb48b46f8
prepare splitting decoder-only parts into own file:
...
make commonly used functions global
Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
218b3ae970
move dequantization into its own inline function
...
Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
ce7088b9a8
cosmetic: rename VLC tables to make clear they
...
are for decoding
Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
07caa46e99
setting special motion vectors in intra macroblocks
...
is now in its own inline function
Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
8a35c8e71a
setting intra prediction modes to default values
...
in inter macroblocks is now in its own inline
function
Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
25c899471d
move modification of intra prediction modes into
...
its own inline function
Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
e183b6d17c
move preparation of chroma intra prediction into its
...
own inline function
Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
b8524fd13f
move existing inline functions from cavs.c to cavs.h
...
Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
2a3cc9730f
move context structure definition from cavs.c to cavs.h
...
Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
ac83e7b235
make vector constants global
...
Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Janne Grunau
ab2cfc59a6
free thread context
...
patch by Janne Grunau: [janne-ffmpeg grunau be]
Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
5416616588
split SVQ1 decoder and encoder in their own files
...
Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
b54bb84c36
set thread_opaque to NULL when freeing it
...
Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
4691a77db4
Add support for streams with different chroma_qp_index_offset
...
for Cr and Cb
Patch by Andreas Öman % andreas A olebyn P nu %
Original thread:
Date: Jun 26, 2007 8:48 PM
subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources
Originally committed as revision 9505 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago