1. 24 May, 2011 7 commits
    • Ronald S. Bultje's avatar
      e9735572
    • Stefano Sabatini's avatar
      tiff: set palette in the context when specified in TIFF_PAL tag · 7ca5338b
      Stefano Sabatini authored
      Since image initialization was moved after tag parsing, the
      palette needs to be specified in the context and then copied
      to the allocated image in init_image().
      
      Fixes a regression with TIFF images that have palette data,
      trac issue #230, file Test_Flate_8bpp.tif.
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      7ca5338b
    • Alexandre Colucci's avatar
      pgssubdec: fix incorrect colors. · d980d7b1
      Alexandre Colucci authored
      On Blu-ray colors are stored in the order YCrCb (and not YCbCr) as mentioned in the specifications:
      see System Description Blu-ray Disc Read-Only Format, 9.14.4.2.2.1 Palette Definition Segment
      
      When decoding a Blu-ray subtitle, the colors were incorrectly set.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      d980d7b1
    • Alexandre Colucci's avatar
      dvdsubdec: fix incorrect colors. · 676eaf84
      Alexandre Colucci authored
      On DVD and HD-DVD colors are stored in the order YCrCb (and not YCbCr) as mentioned in the specifications:
      see DVD Specifications for Read-Only Disc / Part 3, 4.3 Program Chain Information (7) PGC_SP_PLT
      see DVD Specifications for High Definition Disc, 5.2 Navigation for Standard Content (11) PGC_SDSP_PLT
      see DVD Specifications for High Definition Disc, 5.2 Navigation for Standard Content (12) PGC_HDSP_PLT
      see DVD Specifications for High Definition Disc, 5.5 Presentation Data (4) SET_COLOR2
      
      When decoding a DVD or HD-DVD subtitle, the colors were incorrectly set.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      676eaf84
    • Anton Khirnov's avatar
      msmpeg4: reindent. · b2893ee2
      Anton Khirnov authored
      b2893ee2
    • Anton Khirnov's avatar
      lavc: remove msmpeg4v1 encoder. · 57aa7659
      Anton Khirnov authored
      The encoder has never produced files that could be decoded
      with any software and there should be no reason to create
      such files anyway.
      57aa7659
    • Justin Ruggles's avatar
      ac3enc: add channel coupling support · 7f3a7b5c
      Justin Ruggles authored
      Channel coupling is an optional AC-3 feature that increases quality by
      combining high frequency information from multiple channels into a
      single channel. The per-channel high frequency information is sent with
      less accuracy in both the frequency and time domains. This allows more
      bits to be used for lower frequencies while preserving enough
      information to reconstruct the high frequencies.
      7f3a7b5c
  2. 23 May, 2011 3 commits
  3. 22 May, 2011 2 commits
  4. 21 May, 2011 5 commits
  5. 20 May, 2011 9 commits
  6. 19 May, 2011 13 commits
  7. 18 May, 2011 1 commit