1. 22 1月, 2011 2 次提交
  2. 21 1月, 2011 1 次提交
  3. 19 1月, 2011 7 次提交
  4. 18 1月, 2011 1 次提交
  5. 05 1月, 2011 1 次提交
  6. 04 1月, 2011 2 次提交
  7. 03 1月, 2011 2 次提交
  8. 28 12月, 2010 1 次提交
  9. 24 12月, 2010 1 次提交
  10. 22 12月, 2010 1 次提交
  11. 18 12月, 2010 1 次提交
  12. 16 12月, 2010 1 次提交
    • M
      configure: Avoid warnings if av_always_inline is disabled · 4f7d2fe2
      Martin Storsjö 提交于
      This macro is disabled if --enable-small or --disable-optimizations are set.
      Currently, this leads to warnings about functions being defined but not used,
      for functions in header files.
      
      By defining av_always_inline as inline or as av_unused, we avoid these
      warnings.
      
      This doesn't make a normal build with --enable-small any larger,
      since the compiler probably chooses not to inline these functions even
      if they're marked as inline.
      
      Originally committed as revision 26032 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4f7d2fe2
  13. 14 12月, 2010 1 次提交
  14. 07 12月, 2010 1 次提交
  15. 04 12月, 2010 1 次提交
  16. 01 12月, 2010 1 次提交
  17. 04 11月, 2010 1 次提交
  18. 02 11月, 2010 1 次提交
  19. 27 10月, 2010 1 次提交
  20. 21 10月, 2010 1 次提交
  21. 19 10月, 2010 1 次提交
  22. 13 10月, 2010 1 次提交
  23. 12 10月, 2010 1 次提交
  24. 09 10月, 2010 2 次提交
  25. 08 10月, 2010 1 次提交
  26. 07 10月, 2010 1 次提交
    • R
      libmp3lame: don't check unused function in detection · 9b9d3868
      Rafaël Carré 提交于
      hip_decode_init() isn't used by the wrapper, and can be absent from the
      library if lame was configured with --disable-decoder (like it is done
      for windows builds of VLC)
      
      Unfortunately this also removes the way to detect a libmp3lame more recent
      than the buggy 3.98.2
      
      Patch by Rafaël Carré, rafael carre at gmail
      
      Originally committed as revision 25391 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9b9d3868
  27. 06 10月, 2010 4 次提交