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