1. 13 Mar, 2013 4 commits
  2. 08 Mar, 2013 2 commits
  3. 07 Mar, 2013 1 commit
  4. 25 Feb, 2013 1 commit
  5. 23 Feb, 2013 1 commit
  6. 22 Feb, 2013 2 commits
  7. 12 Feb, 2013 1 commit
  8. 31 Jan, 2013 1 commit
  9. 27 Jan, 2013 2 commits
  10. 22 Jan, 2013 3 commits
  11. 17 Jan, 2013 1 commit
  12. 16 Jan, 2013 1 commit
  13. 10 Jan, 2013 1 commit
  14. 30 Dec, 2012 3 commits
  15. 12 Dec, 2012 1 commit
  16. 04 Dec, 2012 1 commit
  17. 26 Nov, 2012 3 commits
  18. 09 Nov, 2012 1 commit
  19. 31 Oct, 2012 1 commit
  20. 25 Oct, 2012 1 commit
  21. 23 Oct, 2012 1 commit
  22. 12 Oct, 2012 1 commit
  23. 09 Oct, 2012 1 commit
    • Diego Biurrun's avatar
      Restructure av_log_missing_feature message · f75f4194
      Diego Biurrun authored
      Some invocations include a verb in the log message, others do not.  Yet
      av_log_missing_feature expects callers to provide a verb.  Change the
      function to include a verb instead and update the callers accordingly.
      The result is a more natural function API and correct English in the
      function invocations.
      f75f4194
  24. 28 Sep, 2012 1 commit
  25. 15 Sep, 2012 1 commit
    • Akihiro Tsukada's avatar
      aacdec: add support for dual mono in Japanese DTV · c3c646a8
      Akihiro Tsukada authored
      Japanese DTV uses some non standard extensions in AAC audio.
      One example is 'dual mono', which combines two independent
      audio into one stereo stream, storing them in left and right channels
      respectively.  Historically, dual mono audio has been used for
      multi-lingual audio, one for local/native language, and another for english,
      and usually the "main" (local language) channel should be output without
      any user interactions.
      
      The frames of those dual mono audio are allowed to set
      ADTS channel_config field to 0, and just contain two SCE's *WITHOUT* PCE,
      which is a non standard extension by Japanese DTV standard.
      (ref. ARIB STD-B32 PartII 5.2.3)
      
      This patch adds an AVPacket side data, AV_PKT_DATA_JP_DUALMONO,
      which indicates that the AVPacket is likely to contain an audio frame
      with the above dual mono extension, and has the parameter to specify
      the desired channel selection in that case.
      It also makes aacdec to detect dual mono and output just the desired
      channel when this side data is attached.
      Signed-off-by: 's avatarAkihiro Tsukada <atsukada@users.sourceforge.net>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      c3c646a8
  26. 11 Sep, 2012 1 commit
  27. 09 Sep, 2012 1 commit
  28. 29 Aug, 2012 1 commit