1. 05 Dec, 2013 1 commit
    • Anton Khirnov's avatar
      ljpegenc: deMpegEncContextize · 24abd806
      Anton Khirnov authored
      The encoder uses almost none of the mpegvideo infrastructure, only some
      fields from MpegEncContext.
      
      The FATE results change because now an all-zero quant matrix is written
      into the file. Since it is not used for anything for ljpeg, this should
      not be a problem.
      24abd806
  2. 23 Aug, 2013 1 commit
  3. 08 Mar, 2013 1 commit
  4. 26 Jan, 2013 1 commit
  5. 21 Jan, 2013 1 commit
    • Ronald S. Bultje's avatar
      wmv2: move IDCT to its own DSP context. · e6bc38fd
      Ronald S. Bultje authored
      This allows us to remove FF_IDCT_WMV2, which serves no practical purpose
      other than to be able to select the WMV2 IDCT for MPEG (or vice versa)
      and get corrupt output.
      
      Fate tests for all wmv2-related tests change, because (for some obscure
      reason) they forced use of the MPEG IDCT. You would get the same changes
      previously by not using -idct simple in the fate test (or replacing it
      with -idct auto).
      e6bc38fd
  6. 06 Jan, 2013 1 commit
  7. 02 Dec, 2012 1 commit