summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* shortening dependancy chain in chroma mc2Michael Niedermayer2007-02-23
| | | | Originally committed as revision 8095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now wrong commentMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron ↵Michael Niedermayer2007-02-23
| | | | | | | | | | 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
* synchronize to latest ffm changesAlex Beregszaszi2007-02-23
| | | | Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-23
| | | | Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont check buffer size if the decode function wont be called at allMichael Niedermayer2007-02-23
| | | | Originally committed as revision 8090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_realloc_static() is an internal function and therefore should use the ff_ ↵Panagiotis Issaris2007-02-23
| | | | | | prefix instead of av_. Originally committed as revision 8089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_fast_realloc() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_free_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_mallocz_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_realloc_static() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_bits_per_sample() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the av_get_pict_type_char() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the comments for the avpicture_free() function.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the Doxygen function documentation unaltered from libavcodec/utils.c toPanagiotis Issaris2007-02-22
| | | | | | libavcodec/avcodec.h. Originally committed as revision 8079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more Doxygen documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn that under windows, bash <3.1 may fail on configureAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l, clean up feed1.ffm after finishing the server testAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the server regression test (it produced for me identical results in more ↵Alex Beregszaszi2007-02-22
| | | | | | runs, really). Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is ↵Alex Beregszaszi2007-02-22
| | | | | | deprecated, while AF_INET is referred by the POSIX standards Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* if feeder is disconnected, clear the feed registration, thus a new feeder ↵Alex Beregszaszi2007-02-22
| | | | | | can connect Originally committed as revision 8072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The memsetting of the end of buffer is not needed for audio.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change write/read to send/recv on socket operationsAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi2007-02-22
| | | | Originally committed as revision 8068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-22
| | | | Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stray comment, probably copy & pasted from audio_encode_example().Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge bfin add_ldflags lines.Diego Biurrun2007-02-22
| | | | Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 ↵Limin Wang2007-02-22
| | | | | | | | | | | 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
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun2007-02-22
| | | | Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-22
| | | | Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-22
| | | | Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bfin cpu specific build options, patch by Marc Hoffman % mmh P ↵Marc Hoffman2007-02-22
| | | | | | | | | | 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
* gcc 2.95 fixMichael Niedermayer2007-02-22
| | | | Originally committed as revision 8059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct typo.Panagiotis Issaris2007-02-21
| | | | Originally committed as revision 8058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify release_buffer using FFSWAPAurelien Jacobs2007-02-21
| | | | Originally committed as revision 8057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify i386 object handlingDiego Biurrun2007-02-21
| | | | Originally committed as revision 8056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output delayed framesMichael Niedermayer2007-02-21
| | | | | | | | | 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
* cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-21
| | | | Originally committed as revision 8053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove gettime_ms and use av_gettime instead of itAlex Beregszaszi2007-02-21
| | | | Originally committed as revision 8052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_random instead random/srandomAlex Beregszaszi2007-02-21
| | | | Originally committed as revision 8051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW extralibs setting into MinGW section.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify FAQ, section "ffmpeg does not work".Benoit Fouet2007-02-21
| | | | | | Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk