Måns Rullgård
9d99cc5a8a
add fork to HAVE_LIST
...
Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
742c94cbb4
10l: The ppm video hook depends on fork().
...
This dependency was apparently accidentally lost while making
the vhook build process non-recursive.
Originally committed as revision 9562 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7ed8ccb50e
ISO8859-1 --> UTF-8
...
Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
941125ef5f
ISO8859-1 --> UTF-8
...
Originally committed as revision 9561 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
Aurelien Jacobs
e16c0fc30e
duration must not be scaled
...
Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
463d5bcc29
properly set AVStream.language according to Matroska track header
...
Originally committed as revision 9557 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
Måns Rullgård
3b26ee4719
fix build after breakage in r9544
...
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
84662c01c9
undef forbidden names before we #define them in case they are macros in libc
...
Originally committed as revision 9545 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ed5614eb56
Make vhook build non-recursive.
...
Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
34174abf64
avoid uninitialised variable warning and clarify code
...
Originally committed as revision 9543 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b474d1f3fa
update SectionCallback and PESCallback typedefs to match functions
...
Originally committed as revision 9542 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3f8cd151a0
remove redundant declaration of mpegts_muxer
...
Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ea7599ba8b
kill uninitialised variable warning in mp3_read_probe()
...
Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4f9e995a96
kill harmless 64-bit pointer cast warning
...
Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fae3a361be
bethsoftvid: use correct type for size passed to av_fast_realloc()
...
Originally committed as revision 9538 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
Diego Biurrun
4021300cd5
grammar error noticed by Mark Cox
...
Originally committed as revision 9534 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
Måns Rullgård
b3633dee58
remove deprecated codec_get_{bmp,wav}_{id,tag}()
...
Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
6927c84c82
ogm: don't use deprecated codec_get_{bmp,wav}_id()
...
Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
99a452342c
nutdec: don't use deprecated codec_get_{bmp,wav}_id()
...
Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7ea18c8c1e
remove redundant codec_get_bmp_tag() call in avi_write_header()
...
it is incorrect and av_write_header() already does the right thing
Originally committed as revision 9527 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
78c3c1881f
use bytestream_get_* and AV_RLxx
...
Originally committed as revision 9525 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
Måns Rullgård
f015e411d7
kill uninitialised variable warning in amr_read_packet()
...
Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8c222bb405
kill uninitialised variable warning in ac3_probe()
...
Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
14d194d5d8
remove unused functions
...
Originally committed as revision 9520 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