- 02 Feb, 2005 5 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3928 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3927 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3926 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
switch to integer antialias code as default as its faster now git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3925 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 01 Feb, 2005 12 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3924 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3923 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3922 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3921 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3920 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
Still doesn't work with our mov demuxer though... git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3919 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3918 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
With this patch, the streams CAWP5_TOSHIBA_E.264 and CVWP5_TOSHIBA_E.264 are completely decoded git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3917 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
fixes decoding of MR2_MW_A.264 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
- no more error with norm6 codes - almost skipped frames (~110 bits) are not overflowed However: - there are very few bits left in those frames, so I wonder if enough MB data is actually left - NORM6/DIFF6 (4/5) bitplanes are a lot more present, which I don't find obvious. patch by anonymous git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3915 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3914 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3913 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 31 Jan, 2005 5 commits
-
-
rtognimp authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3911 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3910 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3909 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3908 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 30 Jan, 2005 7 commits
-
-
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
-
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
-
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
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3903 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3902 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3901 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 29 Jan, 2005 3 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3899 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3898 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 28 Jan, 2005 5 commits
-
-
alex authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3897 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3896 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3895 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3894 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3893 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 27 Jan, 2005 3 commits
-
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3892 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3891 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3890 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-