1. 19 Oct, 2016 3 commits
  2. 12 Oct, 2016 2 commits
  3. 06 Oct, 2016 1 commit
  4. 15 Sep, 2016 1 commit
  5. 08 Jul, 2016 1 commit
  6. 23 Jun, 2016 4 commits
  7. 20 Jun, 2016 1 commit
  8. 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
  9. 07 Jun, 2016 2 commits
  10. 28 Mar, 2016 2 commits
  11. 15 Mar, 2016 2 commits
  12. 07 Mar, 2016 1 commit