- 31 Jan, 2005 4 commits
-
-
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 5 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
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3889 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3888 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 26 Jan, 2005 3 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mmu_man authored
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 25 Jan, 2005 2 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3884 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 24 Jan, 2005 4 commits
-
-
michael authored
- i/p/b_decode_mbs functions now checks the proper values (from bitplane). I didn't find it very clear, but it seems "raw" = "to read at the MB layer". I used a structure, but we could spare that indirection and add a flag in the VC9Context for each array. - Properly decode (or so I think) the CBPCY (as it is predicted) - many more things patch by anonymous git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3882 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3881 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3880 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
spliting row/colskip cases into their own functions as these will be needed for NORM/DIFF-6 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3879 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 23 Jan, 2005 7 commits
-
-
michael authored
remove redundant code related to av_free() typo fix git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rtognimp authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-