7750 Commits (b6f9a4214797d14a95af4aa022af96f58172e7f4)
 

Author SHA1 Message Date
Diego Biurrun b6f9a42147 typo: Properly escape a $ sign. 18 years ago
Oded Shimon d7d3efae82 sync to libnut, nom->num 18 years ago
Diego Biurrun 3a1018d4d8 Register x11grab only when it has been enabled. 18 years ago
Michael Niedermayer c52f5d66a2 skiprd 18 years ago
Diego Biurrun 919cb8731e Fix regression tests with out-of-tree builds. 18 years ago
Diego Biurrun 2e3bcd38d0 Create libpostproc pkgconfig files only if libpostproc is enabled. 18 years ago
Ramiro Polla acb3b537f3 support files >2GB on MinGW 18 years ago
Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 18 years ago
Diego Biurrun 79cc11b3ec slightly more consistency for the Darwin linker options 18 years ago
Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago
Luca Abeni 11c6f4a11c Opss... My last commit was wrong; sorry! 18 years ago
Luca Abeni 0872a0a6d9 libswscale is not LGPLed, sorry 18 years ago
Luca Abeni 19a6be3463 Remove useless include (not needed now that libswscale uses libavutil) 18 years ago
Baptiste Coudurier a45bc5922f bt 0 is invalid, setting min to 1 18 years ago
Ramiro Polla 8fbec4f4d0 Install generated .lib files in shlibdir on MinGW. 18 years ago
Diego Biurrun 754e97fa49 Remove duplicate line. 18 years ago
Tom Harper 5e49e7628f Fix linking on Intel Mac due to local relocation entries in 18 years ago
Diego Biurrun 56a059ac86 Make the X11 frame grabber disabled by default. 18 years ago
Aurelien Jacobs df32bc1213 more simplification 18 years ago
Michael Niedermayer acff54d831 10l 18 years ago
Diego Biurrun 5d078bdb47 Use $< instead of explicit names. 18 years ago
Baptiste Coudurier 49f1ac5a3d change mpeg2 intra vlc test to advanced one, add qprd trell and b frames 18 years ago
Michael Niedermayer 5970845f1f FIXME has already been fixed ages ago 18 years ago
Michael Niedermayer 66884a2946 simplify 18 years ago
Michael Niedermayer d6975eb82b use qscale_table in adaptive quant 18 years ago
Michael Niedermayer 2175b80bed simplify 18 years ago
Michael Niedermayer 3b9cf3bdb3 i think this if() is useless lets abuse our users to test this ;) 18 years ago
Michael Niedermayer 2f16af0667 skip motion estimation and encoding of non direct-0,0 MBs if the next MB is 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) 18 years ago
Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 18 years ago
Michael Niedermayer 51b1a6c939 dont randomly dissallow direct MBs 18 years ago
Michael Niedermayer 2d1e5071e2 QPRD & adaptive quantization regression tests 18 years ago
Diego Biurrun 4a49d9b2f8 Remove useless #include. 18 years ago
Ramiro Polla 2cb396eb8b Remove useless MinGW #ifdefs. 18 years ago
Luca Abeni 7c057f46e8 libswscale can now be compiled under LGPL too 18 years ago
Michael Niedermayer cb284d4b77 try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD 18 years ago
Joakim Plate e825b5009f Fix a crash when probing img2 format with a NULL filename. 18 years ago
Michael Niedermayer e4d0e2edb9 fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain) 18 years ago
Luca Abeni 0683a5c558 Fix compilation of non-MMX code with gcc 2.95 18 years ago
Luca Abeni 9bde778e73 Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
Michael Niedermayer ff8dc81b5b dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though) 18 years ago
Guillaume Poirier 5a5c770d5a Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection 18 years ago
Michael Niedermayer 832a7b631f minor doc fix 18 years ago
Baptiste Coudurier 7910d13474 always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR 18 years ago
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61. 18 years ago
Michael Niedermayer 95cefcb4ed 10l 18 years ago
Aurelien Jacobs c29ff23c2a small optimization 18 years ago
Michael Niedermayer af6a403a05 warn user if the selected diamond size is larger then the motion estimation score cache size 18 years ago
Michael Niedermayer a6daaf7cce limit x/ymin/max to me_range 18 years ago
Reimar Döffinger 6f3e4e1712 Check mb_pos is big enough before trying to access data left or above. 18 years ago
Aurelien Jacobs 3b61ab0b03 put_*() are not only useful to muxers and protocol 18 years ago