summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
* Remove unused variable.Ronald S. Bultje2010-09-24
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Update docs regarding writing optimizations:Ronald S. Bultje2010-09-24
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
* Update doc/APIchanges after the last API changes.Stefano Sabatini2010-09-24
* Make ffplay -h show the settable AVOptions.Stefano Sabatini2010-09-24
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Add a G.722 encoderMartin Storsjö2010-09-23
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-23
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* fate: print commands being executed with V=1Måns Rullgård2010-09-23
* 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