7971 Commits (e2158da8cc3981718efc8e3fd85d6f47f97a620c)
 

Author SHA1 Message Date
  Michael Niedermayer 6268538afa do not base frame rate guess on just one duration 19 years ago
  Allan Hsu 148c9bdbb8 Patch for the FLV muxer to supply more complete metadata 19 years ago
  Kostya Shishkov e311363245 Enable forward seek in Musepack demuxer 19 years ago
  Mike Frysinger d037d797a4 fall back mmap() call using MAP_PRIVATE for working on no-mmu systems 19 years ago
  Patrice Bensoussan 62ade082bb Decode genre on asf/wma files. 19 years ago
  Dominik Mierzejewski 20c516c616 Remove redundant Requires: in libswscale.pc, approved by Diego. 19 years ago
  Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 19 years ago
  Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 19 years ago
  Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 19 years ago
  Måns Rullgård a4da50e17f make version.h depend on .svn/entries 19 years ago
  Michael Niedermayer 2606f38a67 skiprd doxygen comment from avcodec.h -> AVOption comment 19 years ago
  Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 19 years ago
  Luca Abeni 7d19628b14 Add some explicit casts to avoid some warnings 19 years ago
  Luca Abeni 9effd94abc Remove some void pointers arithmetic 19 years ago
  Kostya Shishkov 185c7b6b26 Musepack SV7 decoding support 19 years ago
  Diego Biurrun f8aa696f9f Properly check for all required bktr headers. 19 years ago
  Diego Biurrun 6cf161d21e Replace fail test with the die function. 19 years ago
  Diego Biurrun 5931bfc383 Remove redundant variable setting. 19 years ago
  Diego Biurrun b8bd34305e Slightly shorten libvorbis check. 19 years ago
  Diego Biurrun eb11380499 Disable Win32 threads by default. 19 years ago
  Diego Biurrun 3918dc4f8d Add AMR directories for out-of-tree builds. 19 years ago
  Diego Biurrun b6f9a42147 typo: Properly escape a $ sign. 19 years ago
  Oded Shimon d7d3efae82 sync to libnut, nom->num 19 years ago
  Diego Biurrun 3a1018d4d8 Register x11grab only when it has been enabled. 19 years ago
  Michael Niedermayer c52f5d66a2 skiprd 19 years ago
  Diego Biurrun 919cb8731e Fix regression tests with out-of-tree builds. 19 years ago
  Diego Biurrun 2e3bcd38d0 Create libpostproc pkgconfig files only if libpostproc is enabled. 19 years ago
  Ramiro Polla acb3b537f3 support files >2GB on MinGW 19 years ago
  Michael Niedermayer d951bb9a5c test DIRECT{0,0} too if flag mv0 is used 19 years ago
  Diego Biurrun 79cc11b3ec slightly more consistency for the Darwin linker options 19 years ago
  Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 19 years ago
  Luca Abeni 11c6f4a11c Opss... My last commit was wrong; sorry! 19 years ago
  Luca Abeni 0872a0a6d9 libswscale is not LGPLed, sorry 19 years ago
  Luca Abeni 19a6be3463 Remove useless include (not needed now that libswscale uses libavutil) 19 years ago
  Baptiste Coudurier a45bc5922f bt 0 is invalid, setting min to 1 19 years ago
  Ramiro Polla 8fbec4f4d0 Install generated .lib files in shlibdir on MinGW. 19 years ago
  Diego Biurrun 754e97fa49 Remove duplicate line. 19 years ago
  Tom Harper 5e49e7628f Fix linking on Intel Mac due to local relocation entries in 19 years ago
  Diego Biurrun 56a059ac86 Make the X11 frame grabber disabled by default. 19 years ago
  Aurelien Jacobs df32bc1213 more simplification 19 years ago
  Michael Niedermayer acff54d831 10l 19 years ago
  Diego Biurrun 5d078bdb47 Use $< instead of explicit names. 19 years ago
  Baptiste Coudurier 49f1ac5a3d change mpeg2 intra vlc test to advanced one, add qprd trell and b frames 19 years ago
  Michael Niedermayer 5970845f1f FIXME has already been fixed ages ago 19 years ago
  Michael Niedermayer 66884a2946 simplify 19 years ago
  Michael Niedermayer d6975eb82b use qscale_table in adaptive quant 19 years ago
  Michael Niedermayer 2175b80bed simplify 19 years ago
  Michael Niedermayer 3b9cf3bdb3 i think this if() is useless lets abuse our users to test this ;) 19 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) 19 years ago
  Michael Niedermayer 59743d16c7 dont randomly disallow intr4v in adaptive quant 19 years ago