summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix indentation after r25158.Carl Eugen Hoyos2010-09-23
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-23
* Fix aspect ratio for files that have it stored inRichard Buteau2010-09-23
* Fix typo (instruciton -> instruction).Ronald S. Bultje2010-09-22
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-21
* cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun2010-09-21
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-21
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-21
* Disable ALIGNED_STACK with icc 10 or prior on x86_32Måns Rullgård2010-09-21
* Add HAVE_ALIGNED_STACK config settingMåns Rullgård2010-09-21
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-20
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-20
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-18
* Request 16-byte aligned stack with icc on x86_32Måns Rullgård2010-09-18
* 10l: error in last commit. use decoder channels not encoder channels.Justin Ruggles2010-09-18
* Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles2010-09-18
* Remove legacy x264 presetsLou Logan2010-09-17
* Remove pointless semicolonVitor Sessak2010-09-17
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-17
* configure: print minimum lame version number required after revision 25128James Darnley2010-09-17
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-17
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-17
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
* configure: detect Open64 compilerMåns Rullgård2010-09-16
* swscale-test: cosmetic alignmentRamiro Polla2010-09-16
* Cosmetics: fix weird align.Stefano Sabatini2010-09-16
* Use <> for system headers inclusion.Stefano Sabatini2010-09-16
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-16
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-16
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
* Remove useless comment.Carl Eugen Hoyos2010-09-16
* swscale: remove useless temporary variableRamiro Polla2010-09-16
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-16
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-16
* Allow float values for libmp3lame quality.James Darnley2010-09-15
* Allow audiogen to take commandline parameters for sample rate and number ofJustin Ruggles2010-09-15
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-15
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-14
* Update pathscale compiler detectionMåns Rullgård2010-09-14
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-14
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-14
* Reindent after r25115.Carl Eugen Hoyos2010-09-13