1. 24 May, 2011 2 commits
    • 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 16 commits
  6. 19 May, 2011 1 commit
    • Diego Biurrun's avatar
      Rename costablegen.c ---> cos_tablegen.c. · 4887f824
      Diego Biurrun authored
      This is consistent with how all other table generation programs are named.
      Moreover this ensures that the cos table generation program is correctly
      deleted when cleaning the tree.
      4887f824