Skip to content
Snippets Groups Projects
  1. May 27, 2013
  2. May 07, 2013
    • 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
  3. May 03, 2013
  4. Apr 30, 2013
  5. Apr 11, 2013
  6. Mar 28, 2013
  7. Mar 15, 2013
  8. Mar 08, 2013
  9. Mar 07, 2013
  10. Feb 28, 2013
  11. Feb 23, 2013
  12. Jan 15, 2013
  13. Dec 19, 2012
  14. Dec 18, 2012
  15. Nov 25, 2012
  16. Nov 11, 2012
  17. Oct 31, 2012
  18. Oct 23, 2012
  19. Oct 16, 2012
  20. Oct 12, 2012
  21. Oct 10, 2012
  22. Oct 09, 2012
    • 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
  23. Oct 08, 2012
  24. Oct 01, 2012
  25. Aug 30, 2012
  26. Aug 25, 2012
  27. Aug 19, 2012
Loading