Skip to content
Snippets Groups Projects
  1. Jun 21, 2017
  2. Jun 12, 2017
  3. May 29, 2017
  4. May 06, 2017
  5. May 04, 2017
  6. May 03, 2017
  7. May 01, 2017
  8. Apr 30, 2017
  9. Apr 27, 2017
  10. Apr 25, 2017
  11. Apr 24, 2017
  12. Apr 19, 2017
  13. Apr 14, 2017
  14. Mar 29, 2017
  15. Feb 24, 2017
  16. Jan 31, 2017
  17. Jan 29, 2017
  18. Dec 24, 2016
  19. Dec 07, 2016
  20. Dec 05, 2016
  21. Nov 30, 2016
  22. Nov 24, 2016
  23. Nov 11, 2016
  24. Oct 25, 2016
  25. Oct 09, 2016
  26. Sep 25, 2016
  27. Aug 26, 2016
  28. Aug 22, 2016
  29. Jul 17, 2016
  30. May 17, 2016
  31. May 13, 2016
  32. Mar 28, 2016
  33. Jan 06, 2016
    • Derek Buitenhuis's avatar
      avcodec: Remove libstagefright · 72673ad7
      Derek Buitenhuis authored
      It serves absolutely no purpose other than to confuse potentional
      Android developers about how to use hardware acceleration properly
      on the the platform. The stagefright "API" is not public, and the
      MediaCodec API is the proper way to do this.
      
      Furthermore, stagefright support in avcodec needs a series of
      magic incantations and version-specific stuff, such that
      using it actually provides downsides compared just using the actual
      Android frameworks properly, in that it is a lot more work and confusion
      to get it even running. It also leads to a lot of misinformation, like
      these sorts of comments (in [1]) that are absolutely incorrect.
      
      [1] http://stackoverflow.com/a/29362353/3115956
      
      
      
      Signed-off-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
      72673ad7
  34. Dec 25, 2015
  35. Nov 22, 2015
Loading