1. 05 Jan, 2011 1 commit
  2. 04 Jan, 2011 2 commits
  3. 03 Jan, 2011 1 commit
  4. 02 Jan, 2011 1 commit
  5. 28 Dec, 2010 1 commit
  6. 23 Dec, 2010 1 commit
  7. 22 Dec, 2010 1 commit
  8. 18 Dec, 2010 1 commit
  9. 16 Dec, 2010 1 commit
    • Martin Storsjö's avatar
      configure: Avoid warnings if av_always_inline is disabled · 4f7d2fe2
      Martin Storsjö authored
      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
  10. 14 Dec, 2010 1 commit
  11. 07 Dec, 2010 1 commit
  12. 04 Dec, 2010 1 commit
  13. 30 Nov, 2010 1 commit
  14. 04 Nov, 2010 1 commit
  15. 02 Nov, 2010 1 commit
  16. 26 Oct, 2010 1 commit
  17. 21 Oct, 2010 1 commit
  18. 19 Oct, 2010 1 commit
  19. 13 Oct, 2010 1 commit
  20. 12 Oct, 2010 1 commit
  21. 09 Oct, 2010 1 commit
  22. 08 Oct, 2010 2 commits
  23. 07 Oct, 2010 1 commit
    • Rafaël Carré's avatar
      libmp3lame: don't check unused function in detection · 9b9d3868
      Rafaël Carré authored
      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
  24. 06 Oct, 2010 3 commits
  25. 05 Oct, 2010 2 commits
  26. 03 Oct, 2010 1 commit
  27. 28 Sep, 2010 1 commit
  28. 27 Sep, 2010 1 commit
  29. 26 Sep, 2010 2 commits
  30. 25 Sep, 2010 2 commits
  31. 24 Sep, 2010 1 commit
  32. 21 Sep, 2010 2 commits