1. 24 May, 2011 4 commits
    • Stefano Sabatini's avatar
      vsrc_buffer: tweak error message in init() · f7053dc4
      Stefano Sabatini authored
      Change:
      Expected 7 arguments, but only %d found in '%s'\n
      to:
      Expected 7 arguments, but %d found in '%s'\n
      
      as the user may provide more than 7 arguments, in that case the error
      is not misleading.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      f7053dc4
    • 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 7 commits
  3. 22 May, 2011 4 commits
  4. 21 May, 2011 10 commits
  5. 20 May, 2011 15 commits