summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Properly check for all required bktr headers.Diego Biurrun2006-12-24
* Replace fail test with the die function.Diego Biurrun2006-12-24
* Remove redundant variable setting.Diego Biurrun2006-12-24
* Slightly shorten libvorbis check.Diego Biurrun2006-12-24
* Disable Win32 threads by default.Diego Biurrun2006-12-24
* Add AMR directories for out-of-tree builds.Diego Biurrun2006-12-23
* typo: Properly escape a $ sign.Diego Biurrun2006-12-23
* sync to libnut, nom->numOded Shimon2006-12-23
* Register x11grab only when it has been enabled.Diego Biurrun2006-12-23
* skiprdMichael Niedermayer2006-12-23
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-23
* Create libpostproc pkgconfig files only if libpostproc is enabled.Diego Biurrun2006-12-22
* support files >2GB on MinGWRamiro Polla2006-12-22
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
* slightly more consistency for the Darwin linker optionsDiego Biurrun2006-12-22
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-22
* Opss... My last commit was wrong; sorry!Luca Abeni2006-12-22
* libswscale is not LGPLed, sorryLuca Abeni2006-12-22
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-22
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-22
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-22
* Remove duplicate line.Diego Biurrun2006-12-22
* Fix linking on Intel Mac due to local relocation entries inTom Harper2006-12-22
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-22
* more simplificationAurelien Jacobs2006-12-21
* 10lMichael Niedermayer2006-12-21
* Use $< instead of explicit names.Diego Biurrun2006-12-21
* change mpeg2 intra vlc test to advanced one, add qprd trell and b framesBaptiste Coudurier2006-12-21
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-21
* simplifyMichael Niedermayer2006-12-21
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
* simplifyMichael Niedermayer2006-12-21
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-21
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-21
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
* QPRD & adaptive quantization regression testsMichael Niedermayer2006-12-21
* Remove useless #include.Diego Biurrun2006-12-21
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-21
* libswscale can now be compiled under LGPL tooLuca Abeni2006-12-21
* try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer2006-12-20
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-20
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
* Fix compilation of non-MMX code with gcc 2.95Luca Abeni2006-12-20
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer2006-12-20
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* minor doc fixMichael Niedermayer2006-12-18
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-18
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17