aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vc9.c
Commit message (Expand)AuthorAgeFilesLines
* - renaming the AC coding set variable names to more meaningful onesanonymous2005-02-231-456/+204
* - samples from mplayer ftp in the "adv" profile seem to have profile=2,anonymous2005-02-041-229/+654
* - a lot less overflows when decoding framesanonymous2005-02-011-44/+66
* Documentation patch by anonymousanonymous2005-02-011-193/+420
* 100000l (typos in the #define for selecting the NORM6 method -> wasnt compile...Michael Niedermayer2005-01-301-1/+4
* - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define inanonymous2005-01-301-97/+126
* In that patch:anonymous2005-01-301-291/+448
* use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous2005-01-261-13/+16
* dont duplicate decode012()Michael Niedermayer2005-01-251-10/+0
* check norm6 vlc validity as there are some bit sequences which dont corespond...Michael Niedermayer2005-01-251-0/+4
* Fixes:anonymous2005-01-241-262/+497
* more 10l typosMichael Niedermayer2005-01-241-2/+2
* norm-6 / diff-6 support (untested, parts of it just guessed as the spec is un...Michael Niedermayer2005-01-241-7/+46
* fixing many bugs in bitplane_decoding()Michael Niedermayer2005-01-241-42/+56
* dont use several 100 mb memory for a tiny 120 element tableMichael Niedermayer2005-01-231-11/+9
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-2/+2
* preliminary vc9 bitstream decoder, committing to make syncing and team-work o...Alex Beregszaszi2005-01-221-0/+1723