]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoconditional compilation of ratecontrol.c
Aurelien Jacobs [Wed, 11 Jul 2007 09:07:23 +0000 (09:07 +0000)]
conditional compilation of ratecontrol.c

Originally committed as revision 9589 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoconditional compilation of motion_est.c
Aurelien Jacobs [Wed, 11 Jul 2007 08:59:52 +0000 (08:59 +0000)]
conditional compilation of motion_est.c

Originally committed as revision 9588 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove OS/2 support
Måns Rullgård [Tue, 10 Jul 2007 22:57:52 +0000 (22:57 +0000)]
remove OS/2 support

Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove OS/2 support
Ramiro Polla [Tue, 10 Jul 2007 21:52:04 +0000 (21:52 +0000)]
Remove OS/2 support

Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l: fix av_str[i]start()
Måns Rullgård [Tue, 10 Jul 2007 21:43:35 +0000 (21:43 +0000)]
10l: fix av_str[i]start()

Originally committed as revision 9585 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoset locale to C in seek test
Måns Rullgård [Tue, 10 Jul 2007 20:49:05 +0000 (20:49 +0000)]
set locale to C in seek test

Originally committed as revision 9584 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomakes compilation of h263.o and mpegvideo_enc.o conditional
Aurelien Jacobs [Tue, 10 Jul 2007 20:28:56 +0000 (20:28 +0000)]
makes compilation of h263.o and mpegvideo_enc.o conditional

Originally committed as revision 9583 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocosmetics: indentation
Aurelien Jacobs [Tue, 10 Jul 2007 20:27:50 +0000 (20:27 +0000)]
cosmetics: indentation

Originally committed as revision 9582 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAvoid linking with h263.c functions when the relevant codecs
Aurelien Jacobs [Tue, 10 Jul 2007 20:23:08 +0000 (20:23 +0000)]
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

17 years agoUse proper bytestream functions
Vitor Sessak [Tue, 10 Jul 2007 17:50:44 +0000 (17:50 +0000)]
Use proper bytestream functions

Originally committed as revision 9580 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoBetter place to disable some mpeg4 code and ensure that
Aurelien Jacobs [Tue, 10 Jul 2007 17:31:17 +0000 (17:31 +0000)]
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

17 years agomove init_vlc_rl from h263.c to mpegvideo.c
Aurelien Jacobs [Tue, 10 Jul 2007 17:17:42 +0000 (17:17 +0000)]
move init_vlc_rl from h263.c to mpegvideo.c

Originally committed as revision 9578 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSplit ff_set_mpeg4_time() and move the non mpeg4 specific part
Aurelien Jacobs [Tue, 10 Jul 2007 14:37:33 +0000 (14:37 +0000)]
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

17 years agoPrepare to remove more duplicated code
Vitor Sessak [Tue, 10 Jul 2007 14:30:57 +0000 (14:30 +0000)]
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

17 years agoRemove some duplicated code
Vitor Sessak [Tue, 10 Jul 2007 13:32:22 +0000 (13:32 +0000)]
Remove some duplicated code

Originally committed as revision 9575 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoResurrect yuv2rgb_init.c, to add a proper license (and some comments about
Luca Abeni [Tue, 10 Jul 2007 11:18:55 +0000 (11:18 +0000)]
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

17 years agoClarify public domain statement similar to qt-faststart.c.
Diego Biurrun [Tue, 10 Jul 2007 10:14:53 +0000 (10:14 +0000)]
Clarify public domain statement similar to qt-faststart.c.

Originally committed as revision 9574 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd standard licensing header to files that lack it.
Diego Biurrun [Tue, 10 Jul 2007 10:02:01 +0000 (10:02 +0000)]
Add standard licensing header to files that lack it.

Originally committed as revision 9573 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocosmetics: typo
Diego Biurrun [Tue, 10 Jul 2007 09:58:38 +0000 (09:58 +0000)]
cosmetics: typo

Originally committed as revision 9572 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodon't compile some mpeg4 encoder code when encoders are disabled
Aurelien Jacobs [Tue, 10 Jul 2007 08:40:00 +0000 (08:40 +0000)]
don't compile some mpeg4 encoder code when encoders are disabled

Originally committed as revision 9571 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoPort some useful comments from newest version of David Hammerton's decoder (from...
Vitor Sessak [Tue, 10 Jul 2007 03:40:37 +0000 (03:40 +0000)]
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

17 years agoavoid deprecation warnings for AVFrac from avformat.h
Måns Rullgård [Mon, 9 Jul 2007 22:15:11 +0000 (22:15 +0000)]
avoid deprecation warnings for AVFrac from avformat.h

Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoavoid deprecation warnings for ImgReSampleContext from avcodec.h
Måns Rullgård [Mon, 9 Jul 2007 22:15:07 +0000 (22:15 +0000)]
avoid deprecation warnings for ImgReSampleContext from avcodec.h

Originally committed as revision 9568 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove ff_set_qscale from h263.c to mpegvideo.c
Aurelien Jacobs [Mon, 9 Jul 2007 21:07:24 +0000 (21:07 +0000)]
move ff_set_qscale from h263.c to mpegvideo.c

Originally committed as revision 9567 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoprettify conditional targets
Måns Rullgård [Mon, 9 Jul 2007 20:42:00 +0000 (20:42 +0000)]
prettify conditional targets

Originally committed as revision 9566 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agowhitespace cosmetics
Måns Rullgård [Mon, 9 Jul 2007 20:41:58 +0000 (20:41 +0000)]
whitespace cosmetics

Originally committed as revision 9565 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoclean up vhook variables
Måns Rullgård [Mon, 9 Jul 2007 20:22:16 +0000 (20:22 +0000)]
clean up vhook variables

Originally committed as revision 9564 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd fork to HAVE_LIST
Måns Rullgård [Mon, 9 Jul 2007 20:22:14 +0000 (20:22 +0000)]
add fork to HAVE_LIST

Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l: The ppm video hook depends on fork().
Diego Biurrun [Mon, 9 Jul 2007 19:28:18 +0000 (19:28 +0000)]
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

17 years agoISO8859-1 --> UTF-8
Diego Biurrun [Mon, 9 Jul 2007 18:55:31 +0000 (18:55 +0000)]
ISO8859-1 --> UTF-8

Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoISO8859-1 --> UTF-8
Diego Biurrun [Mon, 9 Jul 2007 18:54:11 +0000 (18:54 +0000)]
ISO8859-1 --> UTF-8

Originally committed as revision 9561 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosplit rawvideo encoder and decoder in their own files
Aurelien Jacobs [Mon, 9 Jul 2007 16:26:11 +0000 (16:26 +0000)]
split rawvideo encoder and decoder in their own files

Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocompile rangecoder.o only when needed
Aurelien Jacobs [Mon, 9 Jul 2007 15:57:13 +0000 (15:57 +0000)]
compile rangecoder.o only when needed

Originally committed as revision 9559 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoduration must not be scaled
Aurelien Jacobs [Mon, 9 Jul 2007 13:51:06 +0000 (13:51 +0000)]
duration must not be scaled

Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoproperly set AVStream.language according to Matroska track header
Aurelien Jacobs [Mon, 9 Jul 2007 13:33:34 +0000 (13:33 +0000)]
properly set AVStream.language according to Matroska track header

Originally committed as revision 9557 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agobring back h264 build
Benoit Fouet [Mon, 9 Jul 2007 07:51:54 +0000 (07:51 +0000)]
bring back h264 build

Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agouse correct type for palette
Måns Rullgård [Mon, 9 Jul 2007 00:08:47 +0000 (00:08 +0000)]
use correct type for palette

Originally committed as revision 9554 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoindent
Måns Rullgård [Sun, 8 Jul 2007 23:15:12 +0000 (23:15 +0000)]
indent

Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoset sample rate in more logical place, kill warning
Måns Rullgård [Sun, 8 Jul 2007 23:15:10 +0000 (23:15 +0000)]
set sample rate in more logical place, kill warning

Originally committed as revision 9552 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agotrivial warning fixes
Måns Rullgård [Sun, 8 Jul 2007 23:15:08 +0000 (23:15 +0000)]
trivial warning fixes

Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agokill warnings
Måns Rullgård [Sun, 8 Jul 2007 23:15:04 +0000 (23:15 +0000)]
kill warnings

Originally committed as revision 9550 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix warning
Måns Rullgård [Sun, 8 Jul 2007 23:15:02 +0000 (23:15 +0000)]
fix warning

Originally committed as revision 9549 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomake arguments to ssd_int8_vs_int16() const
Måns Rullgård [Sun, 8 Jul 2007 23:15:00 +0000 (23:15 +0000)]
make arguments to ssd_int8_vs_int16() const

Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agotrivial warning fixes
Måns Rullgård [Sun, 8 Jul 2007 23:14:54 +0000 (23:14 +0000)]
trivial warning fixes

Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix build after breakage in r9544
Måns Rullgård [Sun, 8 Jul 2007 17:47:15 +0000 (17:47 +0000)]
fix build after breakage in r9544

Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoundef forbidden names before we #define them in case they are macros in libc
Måns Rullgård [Sun, 8 Jul 2007 15:56:31 +0000 (15:56 +0000)]
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

17 years agoMake vhook build non-recursive.
Diego Biurrun [Sun, 8 Jul 2007 15:16:25 +0000 (15:16 +0000)]
Make vhook build non-recursive.

Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoavoid uninitialised variable warning and clarify code
Måns Rullgård [Sun, 8 Jul 2007 13:42:52 +0000 (13:42 +0000)]
avoid uninitialised variable warning and clarify code

Originally committed as revision 9543 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoupdate SectionCallback and PESCallback typedefs to match functions
Måns Rullgård [Sun, 8 Jul 2007 13:42:51 +0000 (13:42 +0000)]
update SectionCallback and PESCallback typedefs to match functions

Originally committed as revision 9542 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove redundant declaration of mpegts_muxer
Måns Rullgård [Sun, 8 Jul 2007 13:42:48 +0000 (13:42 +0000)]
remove redundant declaration of mpegts_muxer

Originally committed as revision 9541 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agokill uninitialised variable warning in mp3_read_probe()
Måns Rullgård [Sun, 8 Jul 2007 13:42:46 +0000 (13:42 +0000)]
kill uninitialised variable warning in mp3_read_probe()

Originally committed as revision 9540 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agokill harmless 64-bit pointer cast warning
Måns Rullgård [Sun, 8 Jul 2007 13:42:44 +0000 (13:42 +0000)]
kill harmless 64-bit pointer cast warning

Originally committed as revision 9539 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agobethsoftvid: use correct type for size passed to av_fast_realloc()
Måns Rullgård [Sun, 8 Jul 2007 13:42:42 +0000 (13:42 +0000)]
bethsoftvid: use correct type for size passed to av_fast_realloc()

Originally committed as revision 9538 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoPass modes as parameters instead of calculating them inplace.
Christophe Gisquet [Sun, 8 Jul 2007 13:34:02 +0000 (13:34 +0000)]
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

17 years agoReplace function declarations with macro
Christophe Gisquet [Sun, 8 Jul 2007 13:26:13 +0000 (13:26 +0000)]
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

17 years agoDrop ff_ prefix for static functions
Christophe Gisquet [Sun, 8 Jul 2007 13:23:44 +0000 (13:23 +0000)]
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

17 years agogrammar error noticed by Mark Cox
Diego Biurrun [Sun, 8 Jul 2007 09:20:51 +0000 (09:20 +0000)]
grammar error noticed by Mark Cox

Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosplit decoder-specific parts into their own file
Stefan Gehrer [Sun, 8 Jul 2007 07:37:30 +0000 (07:37 +0000)]
split decoder-specific parts into their own file

Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoprepare splitting decoder-only parts into own file:
Stefan Gehrer [Sun, 8 Jul 2007 07:13:25 +0000 (07:13 +0000)]
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

17 years ago * Getting rid of the use of GCC language extensions
Roman Shaposhnik [Sun, 8 Jul 2007 03:16:59 +0000 (03:16 +0000)]
  * Getting rid of the use of GCC language extensions

Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove deprecated codec_get_{bmp,wav}_{id,tag}()
Måns Rullgård [Sun, 8 Jul 2007 01:49:24 +0000 (01:49 +0000)]
remove deprecated codec_get_{bmp,wav}_{id,tag}()

Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoogm: don't use deprecated codec_get_{bmp,wav}_id()
Måns Rullgård [Sun, 8 Jul 2007 01:41:09 +0000 (01:41 +0000)]
ogm: don't use deprecated codec_get_{bmp,wav}_id()

Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agonutdec: don't use deprecated codec_get_{bmp,wav}_id()
Måns Rullgård [Sun, 8 Jul 2007 01:41:07 +0000 (01:41 +0000)]
nutdec: don't use deprecated codec_get_{bmp,wav}_id()

Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove redundant codec_get_bmp_tag() call in avi_write_header()
Måns Rullgård [Sun, 8 Jul 2007 01:41:06 +0000 (01:41 +0000)]
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

17 years agosimplify ff_copy_bits() when compiled with config-small
Aurelien Jacobs [Sat, 7 Jul 2007 23:03:14 +0000 (23:03 +0000)]
simplify ff_copy_bits() when compiled with config-small

Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agouse bytestream_get_* and AV_RLxx
Måns Rullgård [Sat, 7 Jul 2007 20:50:31 +0000 (20:50 +0000)]
use bytestream_get_* and AV_RLxx

Originally committed as revision 9525 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agowhitespace cosmetics
Måns Rullgård [Sat, 7 Jul 2007 20:50:29 +0000 (20:50 +0000)]
whitespace cosmetics

Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd 64-bit bytestream read/write functions
Måns Rullgård [Sat, 7 Jul 2007 20:50:27 +0000 (20:50 +0000)]
add 64-bit bytestream read/write functions

Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agokill uninitialised variable warning in amr_read_packet()
Måns Rullgård [Sat, 7 Jul 2007 13:46:30 +0000 (13:46 +0000)]
kill uninitialised variable warning in amr_read_packet()

Originally committed as revision 9522 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agokill uninitialised variable warning in ac3_probe()
Måns Rullgård [Sat, 7 Jul 2007 13:46:28 +0000 (13:46 +0000)]
kill uninitialised variable warning in ac3_probe()

Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove unused functions
Måns Rullgård [Sat, 7 Jul 2007 13:46:25 +0000 (13:46 +0000)]
remove unused functions

Originally committed as revision 9520 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoprepare splitting decoder-only parts into own file:
Stefan Gehrer [Sat, 7 Jul 2007 07:35:18 +0000 (07:35 +0000)]
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

17 years agomove dequantization into its own inline function
Stefan Gehrer [Sat, 7 Jul 2007 07:14:58 +0000 (07:14 +0000)]
move dequantization into its own inline function

Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocosmetic: rename VLC tables to make clear they
Stefan Gehrer [Sat, 7 Jul 2007 06:49:20 +0000 (06:49 +0000)]
cosmetic: rename VLC tables to make clear they
are for decoding

Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosetting special motion vectors in intra macroblocks
Stefan Gehrer [Sat, 7 Jul 2007 06:34:30 +0000 (06:34 +0000)]
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

17 years agosetting intra prediction modes to default values
Stefan Gehrer [Sat, 7 Jul 2007 06:27:44 +0000 (06:27 +0000)]
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

17 years agomove modification of intra prediction modes into
Stefan Gehrer [Sat, 7 Jul 2007 06:15:05 +0000 (06:15 +0000)]
move modification of intra prediction modes into
its own inline function

Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove preparation of chroma intra prediction into its
Stefan Gehrer [Sat, 7 Jul 2007 05:27:59 +0000 (05:27 +0000)]
move preparation of chroma intra prediction into its
own inline function

Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove existing inline functions from cavs.c to cavs.h
Stefan Gehrer [Sat, 7 Jul 2007 05:03:22 +0000 (05:03 +0000)]
move existing inline functions from cavs.c to cavs.h

Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove context structure definition from cavs.c to cavs.h
Stefan Gehrer [Sat, 7 Jul 2007 04:58:54 +0000 (04:58 +0000)]
move context structure definition from cavs.c to cavs.h

Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomake vector constants global
Stefan Gehrer [Sat, 7 Jul 2007 04:54:05 +0000 (04:54 +0000)]
make vector constants global

Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agohandle --enable-small same way as other CONFIG_* options (almost)
Måns Rullgård [Fri, 6 Jul 2007 18:41:59 +0000 (18:41 +0000)]
handle --enable-small same way as other CONFIG_* options (almost)

Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofree thread context
Janne Grunau [Fri, 6 Jul 2007 15:24:08 +0000 (15:24 +0000)]
free thread context
patch by Janne Grunau: [janne-ffmpeg grunau be]

Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosplit SVQ1 decoder and encoder in their own files
Aurelien Jacobs [Fri, 6 Jul 2007 15:19:35 +0000 (15:19 +0000)]
split SVQ1 decoder and encoder in their own files

Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoset thread_opaque to NULL when freeing it
Benoit Fouet [Fri, 6 Jul 2007 15:17:52 +0000 (15:17 +0000)]
set thread_opaque to NULL when freeing it

Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd support for streams with different chroma_qp_index_offset
Andreas Öman [Fri, 6 Jul 2007 14:21:37 +0000 (14:21 +0000)]
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

17 years agosimplify ff_copy_bits: merge 2 test branches
Aurelien Jacobs [Fri, 6 Jul 2007 14:14:41 +0000 (14:14 +0000)]
simplify ff_copy_bits: merge 2 test branches

Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove ff_copy_bits to bitstream.c
Aurelien Jacobs [Fri, 6 Jul 2007 14:13:25 +0000 (14:13 +0000)]
move ff_copy_bits to bitstream.c

Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoDrop redundant assignment and variable
Kostya Shishkov [Fri, 6 Jul 2007 14:11:29 +0000 (14:11 +0000)]
Drop redundant assignment and variable

Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agome option implemented as an AVOption
Stefano Sabatini [Fri, 6 Jul 2007 11:47:02 +0000 (11:47 +0000)]
me option implemented as an AVOption
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
original thread:
[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption
date: 07/05/2007 03:12 PM

Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Diego Biurrun [Fri, 6 Jul 2007 10:45:53 +0000 (10:45 +0000)]
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.

Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse AV_RB* macros where appropriate.
Ronald S. Bultje [Fri, 6 Jul 2007 09:32:34 +0000 (09:32 +0000)]
Use AV_RB* macros where appropriate.
patch by Ronald S. Bultje, rsbultje gmail com
thread: Re: [FFmpeg-devel] remove int readers
date: Sat, 23 Jun 2007 09:32:12 -0400

Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoPrecompute a chroma_qp table with index offset for each pps,
Andreas Öman [Fri, 6 Jul 2007 07:58:08 +0000 (07:58 +0000)]
Precompute a chroma_qp table with index offset for each pps,
this saves speed for the upcoming secondqp fix.
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 9498 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoCompute the dequant coefficient table ptr outside the loop,
Andreas Öman [Fri, 6 Jul 2007 07:55:37 +0000 (07:55 +0000)]
Compute the dequant coefficient table ptr outside the loop,
this saves speed for the upcoming secondqp fix.
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 9497 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSupport for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c
Luca Abeni [Fri, 6 Jul 2007 07:18:25 +0000 (07:18 +0000)]
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c

Originally committed as revision 9496 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd support for non-blocking input formats
Luca Abeni [Fri, 6 Jul 2007 07:16:47 +0000 (07:16 +0000)]
Add support for non-blocking input formats

Originally committed as revision 9495 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoinclude snow encoder only if it is not disabled
Aurelien Jacobs [Thu, 5 Jul 2007 22:57:52 +0000 (22:57 +0000)]
include snow encoder only if it is not disabled

Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agospelling/grammar
Diego Biurrun [Thu, 5 Jul 2007 22:29:55 +0000 (22:29 +0000)]
spelling/grammar

Originally committed as revision 9493 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocheck udp_read_packet return value not to access uninitialized memory
Eric Paul [Thu, 5 Jul 2007 20:58:34 +0000 (20:58 +0000)]
check udp_read_packet return value not to access uninitialized memory
patch by Eric Paul: [eric paul gmail com]
original thread: [FFmpeg-devel] [PATCH] : libavformat segfault when a
RTSP reading is interrupted
date: 07/05/2007 03:13 PM

Originally committed as revision 9492 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix mem leak
Oliver Pfister [Thu, 5 Jul 2007 20:47:58 +0000 (20:47 +0000)]
fix mem leak
patch by Oliver Pfister: [oliver pfister gmx ch]

Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk