1. 27 Mar, 2012 1 commit
  2. 25 Mar, 2012 1 commit
  3. 10 Mar, 2012 1 commit
  4. 07 Mar, 2012 1 commit
  5. 15 Feb, 2012 1 commit
  6. 12 Oct, 2011 1 commit
  7. 10 Oct, 2011 1 commit
  8. 15 Jul, 2011 1 commit
  9. 19 Mar, 2011 1 commit
  10. 20 Apr, 2010 1 commit
  11. 01 Feb, 2009 1 commit
  12. 25 Jun, 2008 1 commit
  13. 30 Apr, 2008 1 commit
  14. 09 May, 2007 1 commit
  15. 06 May, 2007 3 commits
  16. 05 Feb, 2007 1 commit
  17. 12 Nov, 2006 1 commit
  18. 07 Oct, 2006 1 commit
  19. 10 Sep, 2006 1 commit
  20. 09 Sep, 2006 1 commit
  21. 24 Jul, 2006 1 commit
  22. 27 Jun, 2006 2 commits
  23. 17 Dec, 2005 1 commit
  24. 04 Feb, 2005 1 commit
    • anonymous's avatar
      - samples from mplayer ftp in the "adv" profile seem to have profile=2, · 7cc84d24
      anonymous authored
      which isn't the advanced one; and indeed, using adv. profile parser fails.
      Using normal parser works, and that's what is done
      - attempt at taking care of stride for NORM2 bitplane decoding
      - duplication of much code from msmpeg4.c; this code isn't yet used, but
      goes down as far as the block layer (mainly Transform Type stuff, the
      remains are wild editing without checking). Unusable yet, and lacks the AC
      decoding (but a step further in bitstream parsing)
      patch by anonymous
      
      Originally committed as revision 3931 to svn://svn.ffmpeg.org/ffmpeg/trunk
      7cc84d24
  25. 01 Feb, 2005 1 commit
  26. 30 Jan, 2005 3 commits
    • Michael Niedermayer's avatar
      100000l (typos in the #define for selecting the NORM6 method -> wasnt... · 9da235c8
      Michael Niedermayer authored
      100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
      
      Originally committed as revision 3907 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9da235c8
    • anonymous's avatar
      - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in · 5e424311
      anonymous authored
      vc9data.h to select the behaviour
      - modified decode_b_picture_primary_header so that
      decode_bi_picture_header is no more required
      
      Fixes:
      - modifications for some more using of MpegEncContext
      - fixed a bit frame type decoding
      - switch from pointers to index for AC tables
      - corrected P CBPCY decoding (p_cbpcy += 4)
      
      patch by anonymous
      
      Originally committed as revision 3906 to svn://svn.ffmpeg.org/ffmpeg/trunk
      5e424311
    • anonymous's avatar
      In that patch: · 0d33db8a
      anonymous authored
      - avctx and gb elements were removed from VC9Context, hence a larger diff
      - some code was added to h263dec.c regarding CODEC_ID_WMV3 (should apply to CODEC_ID_VC9 too)
      - VLC tables and other related tables were made global whenever this seemed necessary; appropriate changes were therefore made to other parts of the code using those tables
      - the change for the bitplane management to a struct (some of them should eventually be mapped to MpegEncContext arrays) wasn't associated with the proper frees; should be fixed now
      patch by anonymous
      
      better names for globalized tables by me
      
      Originally committed as revision 3905 to svn://svn.ffmpeg.org/ffmpeg/trunk
      0d33db8a
  27. 26 Jan, 2005 1 commit
  28. 24 Jan, 2005 2 commits
  29. 23 Jan, 2005 2 commits
  30. 22 Jan, 2005 1 commit