1. 07 Mar, 2018 1 commit
  2. 13 Dec, 2017 1 commit
  3. 23 Mar, 2017 1 commit
  4. 19 Dec, 2016 1 commit
  5. 14 Nov, 2016 1 commit
  6. 31 Oct, 2016 1 commit
  7. 04 May, 2016 1 commit
  8. 02 Sep, 2015 1 commit
  9. 12 Jul, 2015 1 commit
  10. 19 Apr, 2015 1 commit
  11. 18 Jan, 2015 2 commits
  12. 15 Oct, 2014 2 commits
  13. 25 Aug, 2014 1 commit
  14. 31 Oct, 2013 1 commit
  15. 03 May, 2013 1 commit
  16. 27 Mar, 2013 1 commit
  17. 26 Mar, 2013 1 commit
  18. 05 Dec, 2012 1 commit
  19. 02 Nov, 2012 1 commit
    • Heesuk Jung's avatar
      Fix bit_rate in MPEG1/2 Video · 25b7aa98
      Heesuk Jung authored
      In ISO/IEC 13818-2, bit rate is differently determined according to video type
      
      1) MPEG1 Video
       Bit_rate and vbv_delay are set to 3FFFF and FFFF respectively
       to indicate variable bitrate. Other values are for constant bitrate.
       VBV is only defined for constant bit rate operation.
       Ths STD supersedes the VBV model for vbr.
      
      2) MPEG2 Video
       Even if the bitrate is constant, the value of bit_rate may not be the actual bitrate
       since bit_rate need only be an upper bound to that actual bitrate.
       VBV is only defined for variable bit rate operation.
       Constant bit rate is viewed as a special case of vbr.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      25b7aa98
  20. 30 Oct, 2012 2 commits
  21. 18 Oct, 2012 1 commit
  22. 07 Aug, 2012 1 commit
  23. 16 Mar, 2012 1 commit
  24. 04 Mar, 2012 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate AVCodecContext.sub_id. · 02beb982
      Anton Khirnov authored
      In most places where it's used, it's as a pointless write-only field.
      
      Only rv10 decoder actually reads from it, but it stores some internal
      version info in it. There is no reason for it to be in a public field.
      02beb982
  25. 10 Feb, 2012 1 commit
  26. 02 Nov, 2011 1 commit
  27. 20 Oct, 2011 2 commits
  28. 18 Oct, 2011 1 commit
  29. 31 Aug, 2011 1 commit
  30. 02 Jun, 2011 1 commit
  31. 29 Apr, 2011 1 commit
  32. 19 Mar, 2011 1 commit
  33. 28 Jan, 2011 1 commit
  34. 26 Jan, 2011 1 commit
  35. 03 Feb, 2010 1 commit
    • Michael Niedermayer's avatar
      Revert · 299fd396
      Michael Niedermayer authored
      	r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines
      	Disable the split function. This should end the mpeg1/2 global header issues.
      The split function is essential for -ss to work
      Fixes issue1226
      If this breaks something please tell me, also if someoen remembers what problem
      this originally caused tell me too, i searched but couldnt find it.
      
      Originally committed as revision 21621 to svn://svn.ffmpeg.org/ffmpeg/trunk
      299fd396
  36. 14 Dec, 2009 1 commit