1. 24 Feb, 2014 1 commit
  2. 03 Dec, 2013 1 commit
  3. 23 Nov, 2013 2 commits
  4. 22 Oct, 2013 1 commit
  5. 05 Aug, 2013 3 commits
  6. 31 Jul, 2013 2 commits
  7. 27 May, 2013 1 commit
  8. 07 May, 2013 1 commit
    • Anton Khirnov's avatar
      avconv: remove -deinterlace · 481575d2
      Anton Khirnov authored
      It is incompatible with refcounted frames and since it's been deprecated
      for a long time now, fixing it is not worth the effort.
      481575d2
  9. 03 May, 2013 1 commit
  10. 30 Apr, 2013 1 commit
  11. 11 Apr, 2013 2 commits
  12. 28 Mar, 2013 1 commit
  13. 15 Mar, 2013 1 commit
  14. 08 Mar, 2013 5 commits
  15. 07 Mar, 2013 1 commit
  16. 28 Feb, 2013 1 commit
  17. 23 Feb, 2013 1 commit
  18. 15 Jan, 2013 1 commit
  19. 19 Dec, 2012 1 commit
  20. 18 Dec, 2012 3 commits
  21. 25 Nov, 2012 1 commit
  22. 11 Nov, 2012 1 commit
  23. 31 Oct, 2012 1 commit
  24. 23 Oct, 2012 1 commit
  25. 16 Oct, 2012 1 commit
  26. 12 Oct, 2012 1 commit
  27. 10 Oct, 2012 1 commit
  28. 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
    • Janne Grunau's avatar
      avconv: simplify memory allocation in copy_chapters · 18ff4d20
      Janne Grunau authored
      Make just a single reallocation per call instead of one reallocation
      per copied chapters. This fixes possible memory leaks on realloc
      failures. Also correct the allocation since it needs multiples of
      sizeof(AVChapter*) and not sizeof(AVChapter).
      
      Fixes CID700633 and CID700719.
      18ff4d20