1. 03 Jun, 2017 1 commit
  2. 27 May, 2017 1 commit
  3. 22 May, 2017 1 commit
  4. 19 May, 2017 1 commit
  5. 18 May, 2017 1 commit
  6. 16 May, 2017 1 commit
  7. 13 May, 2017 2 commits
  8. 06 May, 2017 1 commit
  9. 02 May, 2017 1 commit
  10. 27 Apr, 2017 1 commit
    • Vittorio Giovara's avatar
      mlp_parser: Drop in-parser downmix functionality · 970c76f3
      Vittorio Giovara authored
      request_channel_layout is a decoder option and it makes no sense
      to have it in a parser.
      
      This feature was needed in the past when the decoder was allowed
      to reuse the avctx from the demuxer. Nowadays the decoder receives
      only the parameters from it, already containing the real channel
      layout (and the correct request_channel_layout option).
      
      After initialization the decoder overwrites the channel layout
      with the downmixed one that is actually output, so there is no need
      to preserve this functionality in the parser.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      970c76f3
  11. 26 Apr, 2017 2 commits
  12. 07 Feb, 2017 1 commit
  13. 19 Dec, 2016 1 commit
  14. 29 Sep, 2015 1 commit
  15. 19 Sep, 2015 1 commit
  16. 28 Aug, 2015 1 commit
  17. 27 Jul, 2015 1 commit
  18. 11 Mar, 2015 2 commits
  19. 13 Nov, 2014 1 commit
  20. 03 Oct, 2014 2 commits
  21. 21 Sep, 2014 2 commits
  22. 25 May, 2014 1 commit
  23. 26 Mar, 2014 5 commits
  24. 19 Mar, 2014 1 commit
    • Ben Avison's avatar
      truehd: tune VLC decoding for ARM. · e555e1bc
      Ben Avison authored
      Profiling on a Raspberry Pi revealed the best performance to correspond
      with VLC_BITS = 5. Results for overall audio decode and the get_vlc2 function
      in particular are as follows:
      
                    Before          After
                    Mean   StdDev   Mean   StdDev  Confidence  Change
      6:2 total     348.8  20.1     339.6  15.1    88.8%       +2.7%  (insignificant)
      6:2 function  38.1   8.1      26.4   4.1     100.0%      +44.5%
      8:2 total     339.1  15.4     324.5  15.5    99.4%       +4.5%
      8:2 function  33.8   7.0      27.3   5.6     99.7%       +23.6%
      6:6 total     604.6  20.8     572.8  20.6    100.0%      +5.6%
      6:6 function  95.8   8.4      68.9   8.2     100.0%      +39.1%
      8:8 total     766.4  17.6     741.5  21.2    100.0%      +3.4%
      8:8 function  106.0  11.4     86.1   9.9     100.0%      +23.1%
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      e555e1bc
  25. 08 Feb, 2014 3 commits
  26. 05 Jan, 2014 2 commits
  27. 16 Dec, 2013 1 commit
  28. 03 Oct, 2013 1 commit