1. 25 Apr, 2013 3 commits
  2. 24 Apr, 2013 2 commits
  3. 22 Apr, 2013 4 commits
  4. 19 Apr, 2013 9 commits
  5. 17 Apr, 2013 3 commits
    • Clément Bœsch's avatar
      fate: hot fix for gif failure. · 32cc7ba8
      Clément Bœsch authored
      32cc7ba8
    • Clément Bœsch's avatar
      Cleanse GIF muxer and encoder. · 635389cc
      Clément Bœsch authored
      This commit removes the badly duplicated code between the encoder and
      the muxer. That may sound surprising, but the encoder is now responsible
      from the encoding of the picture when muxing to a .gif file. It also
      does not require anymore a manual user intervention such as a -pix_fmt
      rgb24 to work properly. To summarize, output gif are now easier to
      generate, code is saner and simpler, and files are smaller (thanks to
      the lzw encoding which was unused so far with the default .gif output).
      We can certainly make things even better, but this is the first step.
      
      FATE is updated because of the output being produced by the encoder and
      not the muxer (no lzw in the muxer), and in the seek test only the size
      mismatches.
      
      Fixes Ticket #2262
      635389cc
    • Clément Bœsch's avatar
      lavfi/lut: add direct path. · 3db3b278
      Clément Bœsch authored
      3db3b278
  6. 16 Apr, 2013 1 commit
  7. 15 Apr, 2013 3 commits
  8. 12 Apr, 2013 1 commit
  9. 11 Apr, 2013 5 commits
  10. 10 Apr, 2013 1 commit
  11. 09 Apr, 2013 1 commit
  12. 07 Apr, 2013 1 commit
    • Nicolas George's avatar
      lavc: fix recoded subtitles end. · 0884d04d
      Nicolas George authored
      Text subtitles packets are not 0-terminated (and if they are,
      it is handled by the recoding process since 0 is a valid
      Unicode code point). The terminating 0 would overwrite the
      last payload octet.
      
      OTOH, packets must be 0-padded.
      
      Fix a problem reported in trac ticket #2431.
      0884d04d
  13. 06 Apr, 2013 2 commits
  14. 05 Apr, 2013 1 commit
  15. 03 Apr, 2013 1 commit
  16. 02 Apr, 2013 1 commit
  17. 31 Mar, 2013 1 commit