]> git.sesse.net Git - ffmpeg/history - libavcodec/cavs.c
Add a bounds check on AVProbeData input.
[ffmpeg] / libavcodec / cavs.c
2007-05-09 Aurelien Jacobsmove cavs parser in it's own file
2007-05-08 Aurelien Jacobsmove defines and enums out of cavsdata.h
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 Aurelien Jacobsavoid a clash between two definitions of SEQ_START_CODE
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-12 Stefan Gehrerrename ff_cavs_flush to cavs_flush and make it static
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-14 Stefan Gehreravoid double copying of left border in luma prediction
2006-07-14 Stefan Gehrerreplace run by run+1 in VLC tables
2006-07-14 Stefan Gehrerchange partition flags SYM -> FWD|SYM
2006-07-14 Stefan Gehrerset mvP2 also in PSKIP macroblock
2006-07-14 Stefan Gehreravoid overflows of qp and pic_type
2006-07-09 Michael Niedermayersimplify
2006-07-09 Michael Niedermayeravoid redundant local variables
2006-07-09 Michael Niedermayersimplify
2006-07-06 Stefan Gehrerhopefully better for platforms not supporting misaligne...
2006-07-06 Stefan Gehrermake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-05 Stefan Gehrereven more cbp safety
2006-07-05 Stefan Gehrermissed removing this line in my last commit
2006-07-04 Michael Niedermayerreturn -1 on bitstream errors instead of continuing...
2006-07-04 Michael Niedermayersimplify intra prediction mode decoding
2006-07-04 Michael Niedermayercheck cbp for validity, avoids possible out of array...
2006-07-04 Michael Niedermayerminor simplificationn
2006-07-03 Stefan Gehrercleanup macroblock layer: merged decode of skipped MBs
2006-07-03 Stefan Gehrercosmetic patch:
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-02 Måns Rullgårdremove unneeded casts
2006-07-02 Måns Rullgårdget rid of veccpy(), replace with simple assignment
2006-07-01 Michael Niedermayernew files for the CAVS decoder by (Stefan Gehrer <stefa...