summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-23
| | | | Originally committed as revision 25160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-23
| | | | | | Patch by José Miguel Gonçalves (jose DOT goncalves AT inov DOT pt) Originally committed as revision 25159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-23
| | | | | | | | | ff_asf_extended_content_header. Fixes issue 690. Patch by Richard Buteau, rbuteau rgbnetworks com Originally committed as revision 25158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo (instruciton -> instruction).Ronald S. Bultje2010-09-22
| | | | Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-21
| | | | | | | but it used to do it only for h264 codec. Allow it for other codecs, as mpeg2 and mpeg4 also set this flag. Originally committed as revision 25156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun2010-09-21
| | | | Originally committed as revision 25155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-21
| | | | | | | | On windows, a connection failure doesn't trigger wfds as it does on unix. This fixes issue 2237, based on code by yeyingxian. Originally committed as revision 25154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-21
| | | | | | This fixes crashes with ICC 10.1. Originally committed as revision 25153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable ALIGNED_STACK with icc 10 or prior on x86_32Måns Rullgård2010-09-21
| | | | Originally committed as revision 25152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HAVE_ALIGNED_STACK config settingMåns Rullgård2010-09-21
| | | | | | | This is set to 1 if the stack is guaranteed to be suitably aligned for the strictest access mode of the machine. Originally committed as revision 25151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-20
| | | | | | | Apparently Apple platforms do not handle movw/movt relocations properly, leading to runtime crashes in code using them. Originally committed as revision 25150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
| | | | Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
| | | | Originally committed as revision 25148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-20
| | | | | | | This fixes building on FreeBSD in some configurations, if the IPv6 multicast structs are available, but IPPROTO_IPV6 isn't defined. Originally committed as revision 25147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-18
| | | | Originally committed as revision 25146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Request 16-byte aligned stack with icc on x86_32Måns Rullgård2010-09-18
| | | | Originally committed as revision 25145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: error in last commit. use decoder channels not encoder channels.Justin Ruggles2010-09-18
| | | | Originally committed as revision 25144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles2010-09-18
| | | | | | do_audio_out(). Originally committed as revision 25143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove legacy x264 presetsLou Logan2010-09-17
| | | | | | | | | Since we now have the official x264 presets in ffmpeg, there's no reason to keep around the old ones. Patch by Lou Logan <lou AT fakeoutdoorsman DOT com>. Originally committed as revision 25142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless semicolonVitor Sessak2010-09-17
| | | | Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-17
| | | | Originally committed as revision 25140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: print minimum lame version number required after revision 25128James Darnley2010-09-17
| | | | | | Patch by James Darnley <james dot darnley at gmail dot com>. Originally committed as revision 25139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-17
| | | | | | on configurations using --disable-yasm. Originally committed as revision 25138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-17
| | | | | | which will hopefully solve the Win64/FATE failures caused by these functions. Originally committed as revision 25137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
| | | | | | Win64/FATE issues. Originally committed as revision 25136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: detect Open64 compilerMåns Rullgård2010-09-16
| | | | Originally committed as revision 25135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale-test: cosmetic alignmentRamiro Polla2010-09-16
| | | | Originally committed as revision 32265 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: fix weird align.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use <> for system headers inclusion.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-16
| | | | Originally committed as revision 25131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
| | | | | | the rest of FFmpeg docs. Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless comment.Carl Eugen Hoyos2010-09-16
| | | | Originally committed as revision 25129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: remove useless temporary variableRamiro Polla2010-09-16
| | | | Originally committed as revision 32258 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-16
| | | | Originally committed as revision 32257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-16
| | | | Originally committed as revision 32256 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow float values for libmp3lame quality.James Darnley2010-09-15
| | | | | | Patch by James Darnley, james D darnley A gmail Originally committed as revision 25128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow audiogen to take commandline parameters for sample rate and number ofJustin Ruggles2010-09-15
| | | | | | channels. Originally committed as revision 25127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-15
| | | | Originally committed as revision 25126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
| | | | Originally committed as revision 25125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15
| | | | | | | | | | have been accepted before). Also do not fail if they are invalid but instead override them to 0. This allows decoding e.g. MPEG video when only the container values are corrupted. For encoding a value of 0,0 of course makes no sense, but was allowed through before and will be caught by an extra check in the encode function. Originally committed as revision 25124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-14
| | | | Originally committed as revision 25123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update pathscale compiler detectionMåns Rullgård2010-09-14
| | | | Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-14
| | | | Originally committed as revision 25121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
| | | | Originally committed as revision 25120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
| | | | | | | | | | | | | h264dsp_mmx.c to h264_idct.asm (as yasm code). Because the loops are now coded in asm instead of C, this is (depending on the function) up to 50% faster for cases where gcc didn't do a great job at looping. Since h264_idct_add8() is now faster than the manual loop setup in h264.c, in-asm idct calling can now be enabled for chroma as well (see r16207). For MMX, this is 5% faster. For SSE2 (which isn't done for chroma if h264.c does the looping), this makes it up to 50% faster. Speed gain overall is ~0.5-1.0%. Originally committed as revision 25119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
| | | | Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
| | | | | | Introduce and use COMPILE_TEMPLATE_* instead. Originally committed as revision 32241 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-14
| | | | | | lots of mess. Originally committed as revision 25117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r25115.Carl Eugen Hoyos2010-09-13
| | | | Originally committed as revision 25116 to svn://svn.ffmpeg.org/ffmpeg/trunk