1. 05 Dec, 2011 1 commit
  2. 03 Dec, 2011 1 commit
  3. 02 Dec, 2011 1 commit
  4. 01 Dec, 2011 1 commit
  5. 23 Nov, 2011 3 commits
  6. 22 Nov, 2011 1 commit
  7. 18 Nov, 2011 1 commit
  8. 02 Nov, 2011 1 commit
  9. 26 Oct, 2011 2 commits
  10. 22 Oct, 2011 1 commit
  11. 21 Oct, 2011 2 commits
  12. 20 Oct, 2011 1 commit
    • Justin Ruggles's avatar
      shorten: fix end-of-stream decoding. · 1baa25c7
      Justin Ruggles authored
      enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
      
      Stop decoding when the FN_QUIT command is found so that a trailing seek table
      isn't decoded as a normal frame.
      
      decode all channels in the same call to avcodec_decode_audio3() so that
      decoding will not stop after the first channel of the last frame.
      
      Updated FATE reference. More valid audio is now decoded.
      1baa25c7
  13. 18 Oct, 2011 2 commits
  14. 15 Oct, 2011 2 commits
  15. 14 Oct, 2011 5 commits
  16. 13 Oct, 2011 1 commit
  17. 12 Oct, 2011 1 commit
  18. 07 Oct, 2011 2 commits
  19. 28 Sep, 2011 1 commit
  20. 27 Sep, 2011 1 commit
    • Anton Khirnov's avatar
      avconv: use different variables for decoded and filtered frame. · d3c1d37a
      Anton Khirnov authored
      Makes the code less obfuscated and fixes encoding one video stream to
      several outputs.
      
      Also use avcodec_alloc_frame() instead of allocating AVFrame on stack.
      
      Breaks me_threshold in avconv, as motion vectors aren't passed through
      lavfi. They could be copied manually, but I don't think this misfeature
      is useful enough to justify ugly hacks.
      d3c1d37a
  21. 24 Sep, 2011 2 commits
  22. 23 Sep, 2011 1 commit
  23. 22 Sep, 2011 1 commit
  24. 19 Sep, 2011 2 commits
  25. 17 Sep, 2011 1 commit
  26. 14 Sep, 2011 1 commit
  27. 07 Sep, 2011 1 commit