1. 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
  2. 03 Aug, 2014 1 commit
  3. 30 Jul, 2014 1 commit
  4. 25 Jul, 2014 1 commit
  5. 24 Jul, 2014 2 commits
  6. 17 Jul, 2014 1 commit
  7. 28 Jun, 2014 1 commit
  8. 18 Jun, 2014 2 commits
  9. 02 Jun, 2014 2 commits
  10. 20 May, 2014 1 commit
  11. 19 May, 2014 2 commits
  12. 15 May, 2014 2 commits
    • Anton Khirnov's avatar
      lavf: drop the zero-sized packets hack · c9281a01
      Anton Khirnov authored
      There should not be any valid reason anymore for passing completely
      empty packets to lavf.
      OTOH side data-only packets can be useful.
      c9281a01
    • Anton Khirnov's avatar
      lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
      Anton Khirnov authored
      Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
      codec context.
      
      Using codec options inside lavf is fragile and can easily break when the
      muxing codec context is not the encoding context.
      0c1959b0
  13. 04 May, 2014 1 commit
  14. 02 May, 2014 1 commit
  15. 23 Apr, 2014 1 commit
  16. 22 Apr, 2014 1 commit
  17. 22 Feb, 2014 1 commit
  18. 20 Feb, 2014 1 commit
  19. 11 Feb, 2014 1 commit
  20. 10 Feb, 2014 1 commit
  21. 04 Feb, 2014 3 commits
  22. 02 Feb, 2014 1 commit
  23. 01 Jan, 2014 1 commit
  24. 15 Dec, 2013 1 commit
  25. 06 Dec, 2013 1 commit
  26. 16 Sep, 2013 1 commit
  27. 02 Aug, 2013 1 commit
  28. 26 Jun, 2013 1 commit
  29. 24 Jun, 2013 1 commit
  30. 16 Jun, 2013 1 commit
  31. 17 May, 2013 1 commit
  32. 15 May, 2013 1 commit
  33. 30 Apr, 2013 1 commit