1. 26 Jun, 2017 1 commit
  2. 31 Jan, 2017 1 commit
  3. 07 Aug, 2016 2 commits
  4. 21 Jan, 2016 1 commit
  5. 18 Dec, 2015 1 commit
  6. 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
  7. 24 Sep, 2015 1 commit
  8. 22 Aug, 2015 1 commit
  9. 20 Jul, 2015 1 commit
  10. 01 May, 2015 1 commit
  11. 22 Apr, 2015 1 commit
  12. 13 Mar, 2014 1 commit
  13. 10 Mar, 2014 1 commit
  14. 10 Dec, 2013 1 commit
  15. 08 Dec, 2013 1 commit
  16. 16 Nov, 2013 1 commit
  17. 09 Sep, 2013 1 commit
  18. 20 Aug, 2013 1 commit
  19. 11 May, 2013 2 commits
  20. 27 Apr, 2013 1 commit
  21. 08 Mar, 2013 1 commit
  22. 21 Oct, 2012 1 commit
  23. 20 Oct, 2012 3 commits