platform/upstream/libav.git
17 years agoreorder a few more paddws to reduce dependancy chains
Michael Niedermayer [Fri, 23 Feb 2007 15:44:56 +0000 (15:44 +0000)]
reorder a few more paddws to reduce dependancy chains
chroma mc4 put 2480 -> 2460 dezicyles on duron

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

17 years agoreorder paddws to reduce dependancy chain
Michael Niedermayer [Fri, 23 Feb 2007 15:28:35 +0000 (15:28 +0000)]
reorder paddws to reduce dependancy chain
put_h264_chroma_mc2_mmx2() 927 -> 902 dezicyles on duron

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

17 years agoadd CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
Benoit Fouet [Fri, 23 Feb 2007 15:19:29 +0000 (15:19 +0000)]
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
Patch by Benoit Fouet % benoit P fouet A purplelabs P com %

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

17 years agoshortening dependancy chain in chroma mc2
Michael Niedermayer [Fri, 23 Feb 2007 15:03:30 +0000 (15:03 +0000)]
shortening dependancy chain in chroma mc2

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

17 years agoremove now wrong comment
Michael Niedermayer [Fri, 23 Feb 2007 14:29:59 +0000 (14:29 +0000)]
remove now wrong comment

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

17 years agofix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
Michael Niedermayer [Fri, 23 Feb 2007 14:29:13 +0000 (14:29 +0000)]
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
and does slow the mc2 chroma put down, avg interrestingly seems unaffected speedwise on duron
this of course should be rather done in a way which doesnt slow it down but its better a few %
slower but correct then incorrect

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

17 years agosynchronize to latest ffm changes
Alex Beregszaszi [Fri, 23 Feb 2007 11:26:16 +0000 (11:26 +0000)]
synchronize to latest ffm changes

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

17 years agouse av_noinline instead of __attribute((noinline))
Aurelien Jacobs [Fri, 23 Feb 2007 10:23:45 +0000 (10:23 +0000)]
use av_noinline instead of __attribute((noinline))

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

17 years agodont check buffer size if the decode function wont be called at all
Michael Niedermayer [Fri, 23 Feb 2007 00:47:21 +0000 (00:47 +0000)]
dont check buffer size if the decode function wont be called at all

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

17 years agoav_realloc_static() is an internal function and therefore should use the ff_ prefix...
Panagiotis Issaris [Fri, 23 Feb 2007 00:20:39 +0000 (00:20 +0000)]
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.

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

17 years agoMove the av_realloc_static() declaration out of avcodec.h into bitstream.c.
Panagiotis Issaris [Thu, 22 Feb 2007 20:21:33 +0000 (20:21 +0000)]
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.

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

17 years agoDoxygenize the existing amr.c documentation.
Panagiotis Issaris [Thu, 22 Feb 2007 19:16:31 +0000 (19:16 +0000)]
Doxygenize the existing amr.c documentation.

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

17 years agoDoxygenize the comments for the av_fast_realloc() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:14:07 +0000 (19:14 +0000)]
Doxygenize the comments for the av_fast_realloc() function.

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

17 years agoDoxygenize the comments for the av_free_static() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:12:40 +0000 (19:12 +0000)]
Doxygenize the comments for the av_free_static() function.

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

17 years agoDoxygenize the comments for the av_mallocz_static() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:11:33 +0000 (19:11 +0000)]
Doxygenize the comments for the av_mallocz_static() function.

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

17 years agoDoxygenize the comments for the av_realloc_static() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:10:55 +0000 (19:10 +0000)]
Doxygenize the comments for the av_realloc_static() function.

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

17 years agoDoxygenize the comments for the av_get_bits_per_sample() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:09:35 +0000 (19:09 +0000)]
Doxygenize the comments for the av_get_bits_per_sample() function.

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

17 years agoDoxygenize the comments for the av_get_pict_type_char() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:08:39 +0000 (19:08 +0000)]
Doxygenize the comments for the av_get_pict_type_char() function.

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

17 years agoDoxygenize the comments for the avpicture_free() function.
Panagiotis Issaris [Thu, 22 Feb 2007 19:06:28 +0000 (19:06 +0000)]
Doxygenize the comments for the avpicture_free() function.

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

17 years agoMove the Doxygen function documentation unaltered from libavcodec/utils.c to
Panagiotis Issaris [Thu, 22 Feb 2007 19:05:44 +0000 (19:05 +0000)]
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
libavcodec/avcodec.h.

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

17 years agoAdd more Doxygen documentation.
Panagiotis Issaris [Thu, 22 Feb 2007 18:59:05 +0000 (18:59 +0000)]
Add more Doxygen documentation.

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

17 years agoFix spelling.
Panagiotis Issaris [Thu, 22 Feb 2007 14:56:54 +0000 (14:56 +0000)]
Fix spelling.

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

17 years agowarn that under windows, bash <3.1 may fail on configure
Alex Beregszaszi [Thu, 22 Feb 2007 14:45:53 +0000 (14:45 +0000)]
warn that under windows, bash <3.1 may fail on configure

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

17 years ago1l, clean up feed1.ffm after finishing the server test
Alex Beregszaszi [Thu, 22 Feb 2007 14:32:35 +0000 (14:32 +0000)]
1l, clean up feed1.ffm after finishing the server test

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

17 years agofix the server regression test (it produced for me identical results in more runs...
Alex Beregszaszi [Thu, 22 Feb 2007 14:30:31 +0000 (14:30 +0000)]
fix the server regression test (it produced for me identical results in more runs, really).

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

17 years agochange PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecate...
Alex Beregszaszi [Thu, 22 Feb 2007 13:34:36 +0000 (13:34 +0000)]
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards

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

17 years agoif feeder is disconnected, clear the feed registration, thus a new feeder can connect
Alex Beregszaszi [Thu, 22 Feb 2007 13:27:39 +0000 (13:27 +0000)]
if feeder is disconnected, clear the feed registration, thus a new feeder can connect

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

17 years agocodec_tag settable via VideoTag, and transmit codec_tag in ffm
Alex Beregszaszi [Thu, 22 Feb 2007 13:23:38 +0000 (13:23 +0000)]
codec_tag settable via VideoTag, and transmit codec_tag in ffm

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

17 years agoThe memsetting of the end of buffer is not needed for audio.
Panagiotis Issaris [Thu, 22 Feb 2007 12:56:31 +0000 (12:56 +0000)]
The memsetting of the end of buffer is not needed for audio.

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

17 years agochange write/read to send/recv on socket operations
Alex Beregszaszi [Thu, 22 Feb 2007 12:38:37 +0000 (12:38 +0000)]
change write/read to send/recv on socket operations

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

17 years agochange close() to closesocket() on sockets (compatible with libavformat)
Alex Beregszaszi [Thu, 22 Feb 2007 12:17:25 +0000 (12:17 +0000)]
change close() to closesocket() on sockets (compatible with libavformat)

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

17 years agoFix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
Marc Hoffman [Thu, 22 Feb 2007 08:40:33 +0000 (08:40 +0000)]
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.

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

17 years agoStray comment, probably copy & pasted from audio_encode_example().
Panagiotis Issaris [Thu, 22 Feb 2007 02:12:54 +0000 (02:12 +0000)]
Stray comment, probably copy & pasted from audio_encode_example().

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

17 years agoFix typo.
Panagiotis Issaris [Thu, 22 Feb 2007 00:46:36 +0000 (00:46 +0000)]
Fix typo.

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

17 years agoMerge bfin add_ldflags lines.
Diego Biurrun [Thu, 22 Feb 2007 00:40:23 +0000 (00:40 +0000)]
Merge bfin add_ldflags lines.

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

17 years agoadd support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.)
Limin Wang [Thu, 22 Feb 2007 00:33:09 +0000 (00:33 +0000)]
add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.)
patch by Limin Wang %lance P lmwang A gmail P com%
Original thread:
date: Feb 14, 2007 12:13 PM
subject: [Ffmpeg-devel] [PATCH] let ffplay can play more pixel format

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

17 years agocosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Diego Biurrun [Thu, 22 Feb 2007 00:18:10 +0000 (00:18 +0000)]
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well

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

17 years agocosmetics: aswell --> as well typo fix
Diego Biurrun [Thu, 22 Feb 2007 00:14:54 +0000 (00:14 +0000)]
cosmetics: aswell --> as well typo fix

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

17 years agocosmetics: fix usefuLL --> usefuL typo
Diego Biurrun [Thu, 22 Feb 2007 00:07:42 +0000 (00:07 +0000)]
cosmetics: fix usefuLL --> usefuL typo

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

17 years agoadd bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
Marc Hoffman [Thu, 22 Feb 2007 00:04:50 +0000 (00:04 +0000)]
add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
original thread:
date: Feb 21, 2007 1:32 PM
subject: [Ffmpeg-devel] bfin cpu specific build options

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

17 years agogcc 2.95 fix
Michael Niedermayer [Thu, 22 Feb 2007 00:04:36 +0000 (00:04 +0000)]
gcc 2.95 fix

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

17 years agoCorrect typo.
Panagiotis Issaris [Wed, 21 Feb 2007 23:48:20 +0000 (23:48 +0000)]
Correct typo.

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

17 years agosimplify release_buffer using FFSWAP
Aurelien Jacobs [Wed, 21 Feb 2007 23:46:25 +0000 (23:46 +0000)]
simplify release_buffer using FFSWAP

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

17 years agosimplify i386 object handling
Diego Biurrun [Wed, 21 Feb 2007 23:32:13 +0000 (23:32 +0000)]
simplify i386 object handling

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

17 years agooutput delayed frames
Michael Niedermayer [Wed, 21 Feb 2007 21:16:07 +0000 (21:16 +0000)]
output delayed frames
fixes:
CANL4_SVA_B.264
NL3_SVA_C.264
NL3_SVA_E.264

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

17 years agocosmetics: Fix another common typo, gurantee --> guArantee.
Diego Biurrun [Wed, 21 Feb 2007 19:19:46 +0000 (19:19 +0000)]
cosmetics: Fix another common typo, gurantee --> guArantee.

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

17 years ago100l: forgot to reset LS mode on new frame
Kostya Shishkov [Wed, 21 Feb 2007 18:10:25 +0000 (18:10 +0000)]
100l: forgot to reset LS mode on new frame

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

17 years agoremove gettime_ms and use av_gettime instead of it
Alex Beregszaszi [Wed, 21 Feb 2007 14:06:03 +0000 (14:06 +0000)]
remove gettime_ms and use av_gettime instead of it

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

17 years agouse av_random instead random/srandom
Alex Beregszaszi [Wed, 21 Feb 2007 13:50:32 +0000 (13:50 +0000)]
use av_random instead random/srandom

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

17 years agoRemove unused variable.
Diego Biurrun [Wed, 21 Feb 2007 12:54:49 +0000 (12:54 +0000)]
Remove unused variable.

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

17 years agoMove MinGW extralibs setting into MinGW section.
Diego Biurrun [Wed, 21 Feb 2007 12:54:15 +0000 (12:54 +0000)]
Move MinGW extralibs setting into MinGW section.

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

17 years agoClarify FAQ, section "ffmpeg does not work".
Benoit Fouet [Wed, 21 Feb 2007 12:03:59 +0000 (12:03 +0000)]
Clarify FAQ, section "ffmpeg does not work".
Patch by Benoit Fouet, benoit fouet % purplelabs com.

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

17 years agocosmetics: Fix a common typo, sepErate --> sepArate.
Diego Biurrun [Wed, 21 Feb 2007 10:15:08 +0000 (10:15 +0000)]
cosmetics: Fix a common typo, sepErate --> sepArate.

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

17 years agoAdd the stream_bitrate GUID to the asf parsing code, and set stream bitrate
Ryan Martell [Tue, 20 Feb 2007 23:44:11 +0000 (23:44 +0000)]
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
properties accordingly.
Patch by Ryan Martell, rdm4 % martellventures com.

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

17 years agolibgsm_ms codec depends on libgsm
Måns Rullgård [Tue, 20 Feb 2007 18:56:45 +0000 (18:56 +0000)]
libgsm_ms codec depends on libgsm

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

17 years agowarn if bps from user and what will be stored missmatches
Michael Niedermayer [Tue, 20 Feb 2007 16:20:08 +0000 (16:20 +0000)]
warn if bps from user and what will be stored missmatches

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

17 years agotry to fill in missing bits_per_sample
Michael Niedermayer [Tue, 20 Feb 2007 16:18:59 +0000 (16:18 +0000)]
try to fill in missing bits_per_sample

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

17 years agoRemove code duplicated between adpcm.c and riff.c
Michel Bardiaux [Tue, 20 Feb 2007 14:31:43 +0000 (14:31 +0000)]
Remove code duplicated between adpcm.c and riff.c

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

17 years agoAdd some more Doxygen documentation to libavcodec/utils.c.
Panagiotis Issaris [Tue, 20 Feb 2007 12:45:16 +0000 (12:45 +0000)]
Add some more Doxygen documentation to libavcodec/utils.c.

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

17 years agoAdds Doxygen docs for the av_log function.
Panagiotis Issaris [Tue, 20 Feb 2007 12:41:47 +0000 (12:41 +0000)]
Adds Doxygen docs for the av_log function.

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

17 years agoAdd support for MS-GSM codec
Michel Bardiaux [Tue, 20 Feb 2007 11:09:47 +0000 (11:09 +0000)]
Add support for MS-GSM codec

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

17 years agoProvide Doxygen documentation.
Panagiotis Issaris [Tue, 20 Feb 2007 10:34:01 +0000 (10:34 +0000)]
Provide Doxygen documentation.

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

17 years agoMove the aframes option from the video "subsection" to the
Benoit Fouet [Tue, 20 Feb 2007 10:07:56 +0000 (10:07 +0000)]
Move the aframes option from the video "subsection" to the
audio "subsection".
Patch by Benoit Fouet, benoit fouet % purplelabs com.

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

17 years agoThe --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding
Panagiotis Issaris [Tue, 20 Feb 2007 09:59:31 +0000 (09:59 +0000)]
The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding
this change.

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

17 years agoFAQ clarification concerning the configuration of FFmpeg for usage with liba52.
Dujardin Bernard [Tue, 20 Feb 2007 09:26:01 +0000 (09:26 +0000)]
FAQ clarification concerning the configuration of FFmpeg for usage with liba52.
Patch by Bernard Dujardin, dujardin iut % numericable fr.

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

17 years agoadd doxygen docs for avpicture_fill()
Guillaume Poirier [Tue, 20 Feb 2007 08:35:25 +0000 (08:35 +0000)]
add doxygen docs for avpicture_fill()
Patch  by Panagiotis Issaris % takis P issaris A uhasselt P be %

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

17 years agogeneric foo-config --cflags/libs test
Måns Rullgård [Mon, 19 Feb 2007 23:15:15 +0000 (23:15 +0000)]
generic foo-config --cflags/libs test

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

17 years agofeature tests for functions requiring one or more headers
Måns Rullgård [Mon, 19 Feb 2007 23:00:18 +0000 (23:00 +0000)]
feature tests for functions requiring one or more headers

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

17 years agorevert last change, it breaks on brain damaged distros
Måns Rullgård [Mon, 19 Feb 2007 21:53:09 +0000 (21:53 +0000)]
revert last change, it breaks on brain damaged distros

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

17 years agosimplify check_lib
Måns Rullgård [Mon, 19 Feb 2007 21:08:16 +0000 (21:08 +0000)]
simplify check_lib

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

17 years agofix comment, get/show_bits(0) does not work
Stefan Gehrer [Mon, 19 Feb 2007 20:59:40 +0000 (20:59 +0000)]
fix comment, get/show_bits(0) does not work

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

17 years agolink fix by Dujardin Bernard, dujardin.iut numericable fr
Diego Biurrun [Mon, 19 Feb 2007 12:14:28 +0000 (12:14 +0000)]
link fix by Dujardin Bernard, dujardin.iut numericable fr

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

17 years agoRemove some old disabled debugging output
Michel Bardiaux [Mon, 19 Feb 2007 11:00:38 +0000 (11:00 +0000)]
Remove some old disabled debugging output

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

17 years agosimplify in fill_caches
Loren Merritt [Mon, 19 Feb 2007 04:44:17 +0000 (04:44 +0000)]
simplify in fill_caches

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

17 years agoRemove a non-C dependency (being M_PI) from the libavcodec example.
Panagiotis Issaris [Sun, 18 Feb 2007 21:23:50 +0000 (21:23 +0000)]
Remove a non-C dependency (being M_PI) from the libavcodec example.

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

17 years agoUse a more correct value for Pi.
Panagiotis Issaris [Sun, 18 Feb 2007 21:20:01 +0000 (21:20 +0000)]
Use a more correct value for Pi.

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

17 years agoClairyfication of the gain tool struct.
Benjamin Larsson [Sun, 18 Feb 2007 20:35:22 +0000 (20:35 +0000)]
Clairyfication of the gain tool struct.

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

17 years agofix for x86-64
Måns Rullgård [Sun, 18 Feb 2007 20:00:05 +0000 (20:00 +0000)]
fix for x86-64

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

17 years agoDon't use byte swaps and use the more portable way
Benjamin Larsson [Sun, 18 Feb 2007 19:12:20 +0000 (19:12 +0000)]
Don't use byte swaps and use the more portable way
of declaring aligned buffers.

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

17 years agoTARGET_OS in config.mak is unused
Måns Rullgård [Sun, 18 Feb 2007 15:24:33 +0000 (15:24 +0000)]
TARGET_OS in config.mak is unused

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

17 years agoremove --enable-mingw32 option, --target-os=mingw32 should be used
Måns Rullgård [Sun, 18 Feb 2007 01:56:53 +0000 (01:56 +0000)]
remove --enable-mingw32 option, --target-os=mingw32 should be used

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

17 years agocase insensitive OS name
Måns Rullgård [Sun, 18 Feb 2007 01:39:07 +0000 (01:39 +0000)]
case insensitive OS name

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

17 years agofactorize more calls to fill_rectangle()
Michael Niedermayer [Sun, 18 Feb 2007 01:37:50 +0000 (01:37 +0000)]
factorize more calls to fill_rectangle()

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

17 years agofactorize fill_rectangle() calls
Michael Niedermayer [Sun, 18 Feb 2007 01:24:57 +0000 (01:24 +0000)]
factorize fill_rectangle() calls

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

17 years agodisplay line number when printing error
Alex Beregszaszi [Sun, 18 Feb 2007 01:02:34 +0000 (01:02 +0000)]
display line number when printing error

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

17 years agospit an error message in case of invalid chunk
Alex Beregszaszi [Sun, 18 Feb 2007 00:47:13 +0000 (00:47 +0000)]
spit an error message in case of invalid chunk

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

17 years agolibswscale is needed in Cygwin vhooks
Víctor Paesa [Sun, 18 Feb 2007 00:17:04 +0000 (00:17 +0000)]
libswscale is needed in Cygwin vhooks
patch by Víctor Paesa wzrlpy arsystel com

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

17 years agorewrite H264_CHROMA_MC4_TMPL (20% faster)
Michael Niedermayer [Sat, 17 Feb 2007 23:43:02 +0000 (23:43 +0000)]
rewrite H264_CHROMA_MC4_TMPL (20% faster)

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

17 years ago10l: I thought I'd tested all changes...
Måns Rullgård [Sat, 17 Feb 2007 21:42:39 +0000 (21:42 +0000)]
10l: I thought I'd tested all changes...

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

17 years agorearrange --help text slightly
Måns Rullgård [Sat, 17 Feb 2007 21:36:00 +0000 (21:36 +0000)]
rearrange --help text slightly

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

17 years agomention --target-os in --help
Måns Rullgård [Sat, 17 Feb 2007 21:10:14 +0000 (21:10 +0000)]
mention --target-os in --help

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

17 years agomove arch processing after command line loop
Måns Rullgård [Sat, 17 Feb 2007 18:45:00 +0000 (18:45 +0000)]
move arch processing after command line loop

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

17 years agoput mingw section together with other OS specifics
Måns Rullgård [Sat, 17 Feb 2007 18:35:35 +0000 (18:35 +0000)]
put mingw section together with other OS specifics

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

17 years agoadd --target-os option, and move OS specific settings after command line
Måns Rullgård [Sat, 17 Feb 2007 18:32:04 +0000 (18:32 +0000)]
add --target-os option, and move OS specific settings after command line
processing

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

17 years agonegative stride and h_size-=8 fix
Michael Niedermayer [Sat, 17 Feb 2007 13:28:44 +0000 (13:28 +0000)]
negative stride and h_size-=8 fix

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

17 years agoremove imgresample and convert with the next version bump
Michael Niedermayer [Sat, 17 Feb 2007 11:55:57 +0000 (11:55 +0000)]
remove imgresample and convert with the next version bump

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

17 years agoUse AVRandom
Kostya Shishkov [Sat, 17 Feb 2007 11:41:59 +0000 (11:41 +0000)]
Use AVRandom

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

17 years ago10l: forgot break statement
Kostya Shishkov [Sat, 17 Feb 2007 11:39:54 +0000 (11:39 +0000)]
10l: forgot break statement

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

17 years agoBGR/RGB4 byte formats as input
Michael Niedermayer [Sat, 17 Feb 2007 11:36:02 +0000 (11:36 +0000)]
BGR/RGB4 byte formats as input
fixing isRGB/BGR() for the byte formats

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

17 years agonot checking error return, resulting double free
Michael Niedermayer [Sat, 17 Feb 2007 02:46:47 +0000 (02:46 +0000)]
not checking error return, resulting double free
returning uninitalized pointers

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