1. 07 Feb, 2005 2 commits
  2. 06 Feb, 2005 3 commits
  3. 04 Feb, 2005 7 commits
  4. 03 Feb, 2005 1 commit
  5. 02 Feb, 2005 5 commits
  6. 01 Feb, 2005 13 commits
  7. 31 Jan, 2005 6 commits
  8. 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