summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Properly check for all required bktr headers.Diego Biurrun2006-12-24
| | | | | | inspired by a patch from Tatu Kilappa, trilkk iki fi Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace fail test with the die function.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant variable setting.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly shorten libvorbis check.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable Win32 threads by default.Diego Biurrun2006-12-24
| | | | Originally committed as revision 7370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMR directories for out-of-tree builds.Diego Biurrun2006-12-23
| | | | | | based on a patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: Properly escape a $ sign.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to libnut, nom->numOded Shimon2006-12-23
| | | | Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register x11grab only when it has been enabled.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiprdMichael Niedermayer2006-12-23
| | | | Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-23
| | | | Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create libpostproc pkgconfig files only if libpostproc is enabled.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support files >2GB on MinGWRamiro Polla2006-12-22
| | | | | | patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 7362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
| | | | | | slight PSNR/bitrate increase Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly more consistency for the Darwin linker optionsDiego Biurrun2006-12-22
| | | | Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-22
| | | | Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Opss... My last commit was wrong; sorry!Luca Abeni2006-12-22
| | | | | | This one moves the GPL check in the right place Originally committed as revision 7359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale is not LGPLed, sorryLuca Abeni2006-12-22
| | | | Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-22
| | | | Originally committed as revision 21728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-22
| | | | Originally committed as revision 7357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-22
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate line.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking on Intel Mac due to local relocation entries inTom Harper2006-12-22
| | | | | | | non-writable sections. patch by Tom Harper d.thomas.harper gmail com Originally committed as revision 7354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-22
| | | | Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more simplificationAurelien Jacobs2006-12-21
| | | | Originally committed as revision 7352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< instead of explicit names.Diego Biurrun2006-12-21
| | | | Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-21
| | | | Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate improvement for adaptive quant Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-21
| | | | Originally committed as revision 7344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is ↵Michael Niedermayer2006-12-21
| | | | | | skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
| | | | | | | | some PSNR/bitrate gain if adaptive quant is used initalize qscale_table correctly (it was pretty much random since the qp->lambda change) this probably has not much effect as the table isnt used currently IIRC Originally committed as revision 7342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
| | | | | | some PSNR/bitrate gain for b frames with adaptive quant or QPRD Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-21
| | | | Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless #include.Diego Biurrun2006-12-21
| | | | Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-21
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libswscale can now be compiled under LGPL tooLuca Abeni2006-12-21
| | | | Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer2006-12-20
| | | | Originally committed as revision 7336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
| | | | | | patch by elupus _at_ ecce.se Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
| | | | Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation of non-MMX code with gcc 2.95Luca Abeni2006-12-20
| | | | Originally committed as revision 21702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
| | | | | | | Since mplayer always define CONFIG_GPL, this commit should not change anything for mplayer. Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ↵Michael Niedermayer2006-12-20
| | | | | | to 0.14, most are <=0.04 though) Originally committed as revision 7333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
| | | | Originally committed as revision 7332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor doc fixMichael Niedermayer2006-12-18
| | | | Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-18
| | | | Originally committed as revision 7330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
| | | | Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk