1. 11 Jan, 2016 1 commit
  2. 28 Dec, 2015 1 commit
  3. 22 Dec, 2015 1 commit
    • Nicolas George's avatar
      lavfi: deprecate avfilter_link_set_closed(). · 39a09e99
      Nicolas George authored
      Applications are not supposed to mess with links,
      they should close the sinks.
      Furthermore, this function does not distinguish what end
      of the link caused the close and does not have a timestamp.
      39a09e99
  4. 12 Dec, 2015 1 commit
  5. 11 Dec, 2015 1 commit
  6. 06 Dec, 2015 4 commits
  7. 20 Nov, 2015 1 commit
    • Vittorio Giovara's avatar
      lavc: Deprecate avctx.rtp_callback field · 462a54e2
      Vittorio Giovara authored
      This function returns the encoded data of a frame, one slice at a time
      directly when that slice is encoded, instead of waiting for the full
      frame to be done. However this field has a debatable usefulness, since
      it looks like it is just a convoluted way to get data at lowest
      possible latency, or a somewhat hacky way to store h263 in RFC-2190
      rtp encapsulation.
      
      Moreover when multi-threading is enabled (which is by default) the order
      of returned slices is not deterministic at all, making the use of this
      function not reliable at all (or at the very least, more complicated
      than it should be).
      
      So, for the reasons stated above, and being used by only a single encoder
      family (mpegvideo), this field is deemed unnecessary, overcomplicated,
      and not really belonging to libavcodec. Libavformat features a complete
      implementation of RFC-2190, for any other case.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      462a54e2
  8. 18 Nov, 2015 3 commits
  9. 13 Nov, 2015 1 commit
  10. 09 Nov, 2015 1 commit
  11. 28 Oct, 2015 1 commit
  12. 26 Oct, 2015 3 commits
  13. 21 Oct, 2015 1 commit
  14. 19 Oct, 2015 1 commit
  15. 16 Oct, 2015 1 commit
  16. 14 Oct, 2015 1 commit
  17. 12 Oct, 2015 1 commit
  18. 11 Oct, 2015 1 commit
    • Ronald S. Bultje's avatar
      intmath: remove av_ctz. · 93866c2a
      Ronald S. Bultje authored
      It's a non-installed header and only used in one place (flacenc).
      Since ff_ctz is static inline, it's fine to use that instead.
      93866c2a
  19. 29 Sep, 2015 1 commit
  20. 17 Sep, 2015 1 commit
  21. 15 Sep, 2015 3 commits
  22. 07 Sep, 2015 3 commits
  23. 05 Sep, 2015 2 commits
  24. 28 Aug, 2015 1 commit
  25. 19 Aug, 2015 2 commits
  26. 31 Jul, 2015 2 commits