1. 31 Dec, 2018 1 commit
  2. 22 Jun, 2018 1 commit
  3. 30 Apr, 2018 1 commit
  4. 23 Apr, 2018 1 commit
  5. 10 Mar, 2018 1 commit
  6. 09 Mar, 2018 1 commit
  7. 15 Feb, 2018 1 commit
  8. 06 Feb, 2018 1 commit
  9. 02 Feb, 2018 1 commit
  10. 12 Jan, 2018 1 commit
  11. 06 Nov, 2017 1 commit
  12. 27 Jun, 2017 2 commits
  13. 26 Jun, 2017 1 commit
  14. 31 Jan, 2017 2 commits
  15. 09 Dec, 2016 2 commits
  16. 20 Nov, 2016 1 commit
  17. 17 Nov, 2016 1 commit
  18. 25 Oct, 2016 1 commit
  19. 17 Aug, 2016 1 commit
  20. 16 Aug, 2016 3 commits
  21. 07 Aug, 2016 2 commits
  22. 06 Aug, 2016 1 commit
  23. 29 Jun, 2016 1 commit
  24. 17 Jun, 2016 1 commit
  25. 04 May, 2016 1 commit
  26. 27 Jan, 2016 1 commit
  27. 21 Jan, 2016 1 commit
  28. 11 Jan, 2016 1 commit
  29. 01 Jan, 2016 1 commit
  30. 19 Dec, 2015 1 commit
  31. 18 Dec, 2015 1 commit
  32. 07 Dec, 2015 1 commit
  33. 04 Dec, 2015 1 commit
  34. 16 Nov, 2015 1 commit
    • Vittorio Giovara's avatar
      ffv1: Explicitly name the coder type · 4bb1070c
      Vittorio Giovara authored
      FFv1 uses two types of coders, golomb and range with two different
      tables. This is exposed this in a rather convoluted way, for example
      mentioning to set coder type 1 while initializing the variable 'ac' to 2,
      because encoder does not use range coder with default table.
      
      Appropriate internal coder type values have been added and used in any
      check rather than using raw numbers.
      
      Initialization of avctx.coder_type in ffv1dec is removed because this
      field is encoder only. An unneeded validation check in the encoder
      is dropped too.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      4bb1070c