1. 22 Nov, 2012 1 commit
  2. 18 Nov, 2012 1 commit
  3. 17 Nov, 2012 1 commit
  4. 15 Nov, 2012 1 commit
    • Mans Rullgard's avatar
      avserver: remove daemon mode · ada51a33
      Mans Rullgard authored
      This code spews a multitude of warnings with glibc (unchecked
      return values), some of them possibly warranted.  Furthermore,
      the deamonisation is not suitable for use with typical startup
      scripts as it does not provide the PID of the daemon in any way.
      Users wishing to run avserver as a daemon can still do so using
      start-stop-daemon or equivalent tools.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
      ada51a33
  5. 11 Nov, 2012 1 commit
  6. 08 Nov, 2012 1 commit
  7. 05 Nov, 2012 2 commits
  8. 31 Oct, 2012 1 commit
    • Stefano Sabatini's avatar
      lavfi: add field filter · 3c4aa506
      Stefano Sabatini authored
      The filter is a port of libmpcodecs/vf_field.c, since there is no common
      code I relicensed it as LGPL, while keeping the original author
      copyright.
      3c4aa506
  9. 29 Oct, 2012 1 commit
  10. 26 Oct, 2012 1 commit
  11. 25 Oct, 2012 1 commit
  12. 22 Oct, 2012 1 commit
  13. 18 Oct, 2012 2 commits
  14. 16 Oct, 2012 1 commit
  15. 15 Oct, 2012 1 commit
  16. 11 Oct, 2012 1 commit
  17. 09 Oct, 2012 2 commits
    • Anton Khirnov's avatar
      avconv: remove -same_quant · fb722a90
      Anton Khirnov authored
      It has not worked for anything other than fringe codecs (asv1/2, mdec,
      mjpeg[b]) since about 2003 and nobody ever noticed or complained. This
      sufficiently proves that there are no users of this option who have a
      clue of what they are doing, so it is completely useless.
      fb722a90
    • Paul B Mahol's avatar
      DTS-HD demuxer · 238e904d
      Paul B Mahol authored
      Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
      238e904d
  18. 08 Oct, 2012 1 commit
  19. 06 Oct, 2012 1 commit
  20. 05 Oct, 2012 2 commits
  21. 01 Oct, 2012 2 commits
  22. 30 Sep, 2012 2 commits
  23. 28 Sep, 2012 1 commit
  24. 27 Sep, 2012 2 commits
  25. 23 Sep, 2012 2 commits
  26. 22 Sep, 2012 1 commit
  27. 21 Sep, 2012 1 commit
  28. 12 Sep, 2012 1 commit
    • Martin Storsjö's avatar
      Add a smooth streaming segmenter muxer · 62c9ae11
      Martin Storsjö authored
      This muxer splits the output from the ismv muxer into individual
      files, in realtime.
      
      The same can also be done by the standalone tool ismindex, but this
      muxer is needed for doing it in realtime (especially for live
      streams that need extra handling for updating the lookahead fields
      in the fragment headers).
      
      Using this muxer, one can deliver live smooth streaming from a
      normal static file web server. (Using ismindex, one can deliver
      premade smooth streaming files from a static file web server,
      or prepare files for serving with IIS.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      62c9ae11
  29. 09 Sep, 2012 1 commit
  30. 31 Aug, 2012 2 commits
  31. 30 Aug, 2012 1 commit