1. 26 Oct, 2016 1 commit
  2. 15 Oct, 2016 1 commit
  3. 06 Oct, 2016 5 commits
  4. 29 Jul, 2016 1 commit
  5. 24 Jul, 2016 1 commit
  6. 29 Jun, 2016 1 commit
  7. 22 Jun, 2016 1 commit
  8. 03 Jun, 2016 1 commit
  9. 03 Apr, 2016 1 commit
  10. 03 Mar, 2016 1 commit
  11. 02 Mar, 2016 1 commit
  12. 23 Feb, 2016 1 commit
    • Stefano Sabatini's avatar
      lavc/lavf: transmit stream_id information for mpegts KLV data packets · 14f7a3d5
      Stefano Sabatini authored
      This allows to copy information related to the stream ID from the demuxer
      to the muxer, thus allowing for example to retain information related to
      synchronous and asynchronous KLV data packets. This information is used
      in the muxer when remuxing to distinguish the two kind of packets (if the
      information is lacking, data packets are considered synchronous).
      
      The fate reference changes are due to the use of
      av_packet_merge_side_data(), which increases the size of the output
      packet size, since side data is merged into the packet data.
      14f7a3d5
  13. 24 Nov, 2015 1 commit
  14. 10 Nov, 2015 1 commit
  15. 05 Aug, 2015 1 commit
  16. 16 Jul, 2015 1 commit
  17. 11 Jul, 2015 1 commit
  18. 28 Jun, 2015 1 commit
    • Alexandra Hájková's avatar
      lavf: Replace the ASF demuxer · b08569a2
      Alexandra Hájková authored
      The old one is the result of the reverse engineering and guesswork.
      The new one has been written following the now-available specification.
      
      This work is part of Outreach Program for Women Summer 2014 activities
      for the Libav project.
      
      The fate references had to be changed because the old demuxer truncates
      the last frame in some cases, the new one handles it properly.
      The seek-test reference is changed because seeking works differently
      in the new demuxer. When seeking, the packet is not read from the stream
      directly, but it is rather constructed by the demuxer. That is why
      position is -1 now in the reference.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      b08569a2
  19. 22 May, 2015 1 commit
  20. 10 May, 2015 1 commit
  21. 23 Apr, 2015 1 commit
  22. 22 Apr, 2015 1 commit
  23. 13 Apr, 2015 1 commit
  24. 23 Mar, 2015 1 commit
  25. 19 Mar, 2015 1 commit
  26. 10 Feb, 2015 1 commit
  27. 27 Jan, 2015 1 commit
    • Anton Khirnov's avatar
      nutenc: do not use has_b_frames · 80a11de7
      Anton Khirnov authored
      It is unreliable, especially when the stream codec context is not the
      encoding context. Use the codec descriptor properties instead.
      80a11de7
  28. 10 Jan, 2015 1 commit
  29. 02 Dec, 2014 1 commit
  30. 28 Nov, 2014 1 commit
  31. 23 Sep, 2014 1 commit
  32. 12 Sep, 2014 1 commit
  33. 06 Jul, 2014 1 commit
  34. 19 Jun, 2014 1 commit
    • Christophe Gisquet's avatar
      huffyuv: change statistics initialization · e7fc5d53
      Christophe Gisquet authored
      Normally, a Laplace distribution is more typical of the residuals
      encoded, but for noisy input, it's both better and simpler to be
      safe and use a 1/d^2 distribution. Second hunk could use some
      renormalization but it has effectively little impact.
      
      Output size of ffvhuff on various 4:2:0 sequences:
      context=0,1/d:    851974   27226   1137281
      context=0,1/d²:   619081   25069   1051500
      context=0,1/d³:   501983   30454   1290561
      context=0,lapl:   500650   31754   1304082
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      e7fc5d53
  35. 18 Jun, 2014 1 commit
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  36. 06 Jun, 2014 1 commit