summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* 10lMichael Niedermayer2006-12-17
| | | | Originally committed as revision 7328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small optimizationAurelien Jacobs2006-12-17
| | | | Originally committed as revision 7327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if the selected diamond size is larger then the motion estimation ↵Michael Niedermayer2006-12-17
| | | | | | score cache size Originally committed as revision 7326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-17
| | | | | | slight psnr/bitrate gain for most but not all files if me_range is used Originally committed as revision 7325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-17
| | | | | | Fixes out-of-bound access for http://samples.mplayerhq.hu/V-codecs/WMV9/nokia_n90.wmv Originally committed as revision 7324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-16
| | | | | | fix compilation of matroska demuxer with --disable-muxers --disable-protocols Originally committed as revision 7323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix libavutil.pcMåns Rullgård2006-12-16
| | | | Originally committed as revision 7322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use non-standard sed -i optionMåns Rullgård2006-12-15
| | | | Originally committed as revision 7321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-15
| | | | | | to the x11grab device. Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk