1. 30 6月, 2006 2 次提交
  2. 29 6月, 2006 2 次提交
  3. 27 6月, 2006 4 次提交
  4. 11 3月, 2006 1 次提交
  5. 31 1月, 2006 1 次提交
  6. 13 1月, 2006 1 次提交
  7. 18 12月, 2005 1 次提交
  8. 22 9月, 2005 1 次提交
  9. 03 7月, 2005 1 次提交
  10. 17 5月, 2005 1 次提交
  11. 16 5月, 2005 1 次提交
  12. 12 5月, 2005 1 次提交
  13. 01 5月, 2005 1 次提交
  14. 25 4月, 2005 1 次提交
  15. 24 2月, 2005 1 次提交
  16. 04 2月, 2005 1 次提交
    • A
      - samples from mplayer ftp in the "adv" profile seem to have profile=2, · 7cc84d24
      anonymous 提交于
      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
  17. 01 2月, 2005 2 次提交
  18. 31 1月, 2005 3 次提交
    • M
      100000l (typos in the #define for selecting the NORM6 method -> wasnt... · 9da235c8
      Michael Niedermayer 提交于
      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
    • A
      - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in · 5e424311
      anonymous 提交于
      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
    • A
      In that patch: · 0d33db8a
      anonymous 提交于
      - 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
  19. 26 1月, 2005 1 次提交
  20. 25 1月, 2005 3 次提交
  21. 24 1月, 2005 5 次提交
  22. 23 1月, 2005 1 次提交