1. 17 Nov, 2015 1 commit
  2. 15 Nov, 2015 1 commit
  3. 21 Oct, 2015 1 commit
  4. 02 Oct, 2015 1 commit
  5. 20 Sep, 2015 1 commit
  6. 19 Sep, 2015 1 commit
  7. 12 Sep, 2015 1 commit
    • wm4's avatar
      lavc: allow asynchronous decoders to return correct pkt_dts values · 87a051f9
      wm4 authored
      The generic code in utils.c sets the AVFrame.pkt_dts field from the
      packet it was supposedly decoded. This does not have to be true for a
      fully asynchronous decoder like mmaldec. It could be overwritten with an
      incorrect value. Even if the decoder doesn't determine the DTS (but sets
      it to AV_NOPTS_VALUE), it's impossible to determine a correct value in
      utils.c.
      
      Decoders can now be marked with FF_CODEC_CAP_SETS_PKT_DTS, in which case
      utils.c won't overwrite the field. The decoders are expected to set this
      field (even if they only set it to AV_NOPTS_VALUE).
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      87a051f9
  8. 05 Sep, 2015 1 commit
  9. 18 Aug, 2015 1 commit
  10. 04 Aug, 2015 1 commit
  11. 27 Jul, 2015 3 commits
  12. 22 Jul, 2015 1 commit
  13. 16 Jul, 2015 1 commit
  14. 02 Jul, 2015 1 commit
  15. 24 Apr, 2015 1 commit
  16. 20 Apr, 2015 1 commit
  17. 19 Apr, 2015 1 commit
  18. 05 Apr, 2015 1 commit
  19. 31 Mar, 2015 1 commit
  20. 14 Mar, 2015 1 commit
  21. 13 Mar, 2015 1 commit
    • Vittorio Giovara's avatar
      lavc: Introduce AVCodec internal capabilities · 117b4327
      Vittorio Giovara authored
      This field is designed for marking codec properties useful to lavc internals.
      Two internal capabilities are added:
       - FF_CODEC_CAP_INIT_THREADSAFE: codec can be opened without locks;
       - FF_CODEC_CAP_INIT_CLEANUP: codec frees memory if initialization fails.
      117b4327
  22. 18 Nov, 2014 1 commit
  23. 17 Nov, 2014 1 commit
  24. 20 Jun, 2014 1 commit
  25. 20 May, 2014 1 commit
  26. 19 May, 2014 1 commit
  27. 11 May, 2014 3 commits
  28. 24 Mar, 2014 1 commit
  29. 15 Mar, 2014 1 commit
  30. 10 Mar, 2014 1 commit
  31. 05 Jan, 2014 1 commit
  32. 09 Dec, 2013 1 commit
    • Anton Khirnov's avatar
      lavc: rework handling of refcounted_frames=0 · 37a74901
      Anton Khirnov authored
      Use only proper AVFrame API (no assigning of whole frames, since that
      hardcodes sizeof(AVFrame) into lavc).
      
      Make a copy of the side data, so the caller can use av_frame_unref/free
      on non-refcounted frames, eliminating the need for
      avcodec_get_frame_defaults()/avcodec_free_frame().
      37a74901
  33. 10 Nov, 2013 1 commit
  34. 04 Nov, 2013 2 commits
  35. 31 Oct, 2013 1 commit