1. 30 Aug, 2015 1 commit
  2. 23 Aug, 2015 1 commit
  3. 22 Aug, 2015 1 commit
  4. 20 Aug, 2015 1 commit
  5. 27 Jul, 2015 1 commit
  6. 22 May, 2015 1 commit
  7. 16 May, 2015 1 commit
  8. 06 May, 2015 1 commit
  9. 05 May, 2015 1 commit
  10. 20 Apr, 2015 1 commit
  11. 19 Apr, 2015 1 commit
  12. 10 Feb, 2015 1 commit
  13. 31 Jan, 2015 1 commit
  14. 29 Dec, 2014 1 commit
  15. 19 Dec, 2014 1 commit
  16. 20 Nov, 2014 1 commit
  17. 17 Nov, 2014 1 commit
  18. 07 Nov, 2014 2 commits
  19. 06 Nov, 2014 1 commit
  20. 22 Oct, 2014 1 commit
  21. 15 Oct, 2014 1 commit
  22. 10 Oct, 2014 1 commit
  23. 05 Oct, 2014 1 commit
  24. 14 Aug, 2014 1 commit
    • Anton Khirnov's avatar
      lavf: eliminate ff_get_audio_frame_size() · d92550d1
      Anton Khirnov authored
      It is basically a wrapper around av_get_audio_frame_duration(), with a
      fallback to AVCodecContext.frame_size. However, that field is set only
      when the stream codec context is actually used for encoding or decoding,
      which is discouraged.
      
      For muxing, it is generally the responsibility of the caller to set the
      packet duration.
      For demuxing, if the duration is not stored at the container level, it
      should be set by the parser.
      
      Therefore, removing the frame_size fallback should not break any
      important case.
      (cherry picked from commit 30e50c50)
      
      Conflicts:
      
      	libavformat/utils.c
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      d92550d1
  25. 03 Aug, 2014 1 commit
  26. 30 Jul, 2014 1 commit
  27. 25 Jul, 2014 1 commit
  28. 24 Jul, 2014 2 commits
  29. 17 Jul, 2014 1 commit
  30. 28 Jun, 2014 1 commit
  31. 18 Jun, 2014 2 commits
  32. 02 Jun, 2014 2 commits
  33. 20 May, 2014 1 commit
  34. 19 May, 2014 2 commits
  35. 15 May, 2014 1 commit