]> git.sesse.net Git - ffmpeg/history - libavcodec/vc9.c
out of array read fix
[ffmpeg] / libavcodec / vc9.c
2006-03-10 Michael Niedermayercleanup picture / debug output code
2006-01-30 Dieteradd static keyword to some functions
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-21 Aurelien Jacobsfix unused variable warnings
2005-07-02 Alex Beregszasziprint 'not working' message
2005-05-16 Ivan Kalvachevparse and save hrd_fullness and range_map
2005-05-16 Ivan Kalvachevwhitespace cosmetics
2005-05-12 Ivan Kalvachevfew bistream fixes and verbosity tweaks
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-02-23 anonymous- renaming the AC coding set variable names to more...
2005-02-04 anonymous- samples from mplayer ftp in the "adv" profile seem...
2005-02-01 anonymous- a lot less overflows when decoding frames
2005-02-01 anonymousDocumentation patch by anonymous
2005-01-30 Michael Niedermayer100000l (typos in the #define for selecting the NORM6...
2005-01-30 anonymous- add another way to decode norm6 VLC; modify VLC_NORM6...
2005-01-30 anonymousIn that patch:
2005-01-26 anonymoususe dc tables from msmpeg4 instead of duplicating them...
2005-01-25 Michael Niedermayerdont duplicate decode012()
2005-01-25 Michael Niedermayercheck norm6 vlc validity as there are some bit sequence...
2005-01-24 anonymousFixes:
2005-01-24 Michael Niedermayermore 10l typos
2005-01-24 Michael Niedermayernorm-6 / diff-6 support (untested, parts of it just...
2005-01-24 Michael Niedermayerfixing many bugs in bitplane_decoding()
2005-01-23 Michael Niedermayerdont use several 100 mb memory for a tiny 120 element...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-22 Alex Beregszaszipreliminary vc9 bitstream decoder, committing to make...