1. 23 Oct, 2012 1 commit
  2. 16 Oct, 2012 1 commit
  3. 12 Oct, 2012 1 commit
  4. 10 Oct, 2012 1 commit
  5. 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
  6. 08 Oct, 2012 1 commit
  7. 01 Oct, 2012 1 commit
  8. 30 Aug, 2012 3 commits
  9. 25 Aug, 2012 1 commit
  10. 19 Aug, 2012 12 commits
  11. 18 Aug, 2012 1 commit
  12. 08 Aug, 2012 1 commit