1. 26 Nov, 2017 1 commit
  2. 03 Jul, 2017 2 commits
  3. 08 Jun, 2017 1 commit
  4. 23 Mar, 2017 1 commit
  5. 19 Oct, 2016 3 commits
  6. 12 Oct, 2016 2 commits
  7. 06 Oct, 2016 1 commit
  8. 15 Sep, 2016 1 commit
  9. 08 Jul, 2016 1 commit
  10. 23 Jun, 2016 4 commits
  11. 20 Jun, 2016 1 commit
  12. 15 Jun, 2016 1 commit
    • Matthieu Bouron's avatar
      lavc/mediacodec: refactor ff_AMediaCodecList_getCodecByType · e452abc5
      Matthieu Bouron authored
      Allows to select a codec (encoder or decoder) only if it supports a
      specific profile.
      
      Adds ff_AMediaCodecProfile_getProfileFromAVCodecContext to convert an
      AVCodecContext profile to a MediaCodec profile. It only supports H264
      for now.
      
      The codepath using MediaCodecList.findDecoderForFormat() (Android >= 5.0)
      has been dropped as this method does not allow to select a decoder
      compatible with a specific profile.
      e452abc5
  13. 07 Jun, 2016 2 commits
  14. 28 Mar, 2016 2 commits
  15. 15 Mar, 2016 2 commits
  16. 07 Mar, 2016 1 commit