1. 07 Feb, 2005 4 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 12 commits
  7. 31 Jan, 2005 5 commits
  8. 30 Jan, 2005 3 commits
    • michael's avatar
      100000l (typos in the #define for selecting the NORM6 method -> wasnt... · c8525425
      michael 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)
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3907 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      c8525425
    • michael's avatar
      - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in · 3fce957b
      michael 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
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3906 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      3fce957b
    • michael's avatar
      In that patch: · 8143f48d
      michael 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
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3905 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      8143f48d