1. 24 Nov, 2015 1 commit
  2. 10 Nov, 2015 1 commit
  3. 05 Aug, 2015 1 commit
  4. 16 Jul, 2015 1 commit
  5. 11 Jul, 2015 1 commit
  6. 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
  7. 22 May, 2015 1 commit
  8. 10 May, 2015 1 commit
  9. 23 Apr, 2015 1 commit
  10. 22 Apr, 2015 1 commit
  11. 13 Apr, 2015 1 commit
  12. 23 Mar, 2015 1 commit
  13. 19 Mar, 2015 1 commit
  14. 10 Feb, 2015 1 commit
  15. 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
  16. 10 Jan, 2015 1 commit
  17. 02 Dec, 2014 1 commit
  18. 28 Nov, 2014 1 commit
  19. 23 Sep, 2014 1 commit
  20. 12 Sep, 2014 1 commit
  21. 06 Jul, 2014 1 commit
  22. 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
  23. 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
  24. 06 Jun, 2014 3 commits
  25. 05 Jun, 2014 1 commit
  26. 30 May, 2014 1 commit
  27. 29 May, 2014 3 commits
  28. 18 May, 2014 2 commits
  29. 01 May, 2014 2 commits
  30. 30 Apr, 2014 1 commit
    • Daniel Verkamp's avatar
      ff_put_wav_header: add flag to force WAVEFORMATEX · 5e7d21c7
      Daniel Verkamp authored
      Partially undoes commit 2c4e08d8:
      
          riff: always generate a proper WAVEFORMATEX structure in
          ff_put_wav_header
      
      A new flag, FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX, is added to force the
      use of WAVEFORMATEX rather than PCMWAVEFORMAT even for PCM codecs.
      
      This flag is used in the Matroska muxer (the cause of the original
      change) and in the ASF muxer, because the specifications for
      these formats indicate explicitly that WAVEFORMATEX should be used.
      
      Muxers for other formats will return to the original behavior of writing
      PCMWAVEFORMAT when writing a header for raw PCM.
      
      In particular, this causes raw PCM in WAV to generate the canonical
      44-byte header expected by some tools.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      5e7d21c7
  31. 15 Apr, 2014 1 commit
  32. 14 Apr, 2014 1 commit
  33. 10 Apr, 2014 1 commit
  34. 30 Mar, 2014 1 commit