1. 28 Dec, 2010 1 commit
  2. 23 Dec, 2010 1 commit
  3. 22 Dec, 2010 1 commit
  4. 18 Dec, 2010 1 commit
  5. 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
  6. 14 Dec, 2010 1 commit
  7. 07 Dec, 2010 1 commit
  8. 04 Dec, 2010 1 commit
  9. 30 Nov, 2010 1 commit
  10. 04 Nov, 2010 1 commit
  11. 02 Nov, 2010 1 commit
  12. 26 Oct, 2010 1 commit
  13. 21 Oct, 2010 1 commit
  14. 19 Oct, 2010 1 commit
  15. 13 Oct, 2010 1 commit
  16. 12 Oct, 2010 1 commit
  17. 09 Oct, 2010 1 commit
  18. 08 Oct, 2010 2 commits
  19. 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
  20. 06 Oct, 2010 3 commits
  21. 05 Oct, 2010 2 commits
  22. 03 Oct, 2010 1 commit
  23. 28 Sep, 2010 1 commit
  24. 27 Sep, 2010 1 commit
  25. 26 Sep, 2010 2 commits
  26. 25 Sep, 2010 2 commits
  27. 24 Sep, 2010 1 commit
  28. 21 Sep, 2010 2 commits
  29. 18 Sep, 2010 1 commit
  30. 17 Sep, 2010 1 commit
  31. 16 Sep, 2010 1 commit
  32. 15 Sep, 2010 1 commit
  33. 14 Sep, 2010 1 commit