Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-09move cavs parser in it's own fileAurelien Jacobs
2007-05-09move defines and enums out of cavsdata.hAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs
2007-05-05avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-11-12rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-29some MMX optimizations for the CAVS decoderStefan Gehrer
2006-07-14avoid double copying of left border in luma predictionStefan Gehrer
2006-07-14replace run by run+1 in VLC tablesStefan Gehrer
2006-07-14change partition flags SYM -> FWD|SYMStefan Gehrer
2006-07-14set mvP2 also in PSKIP macroblockStefan Gehrer
2006-07-14avoid overflows of qp and pic_typeStefan Gehrer
2006-07-10simplifyMichael Niedermayer
2006-07-09avoid redundant local variablesMichael Niedermayer
2006-07-09simplifyMichael Niedermayer
2006-07-06hopefully better for platforms not supporting misaligned readStefan Gehrer
2006-07-06make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer
2006-07-05even more cbp safetyStefan Gehrer
2006-07-05missed removing this line in my last commitStefan Gehrer
2006-07-04return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer
2006-07-04simplify intra prediction mode decodingMichael Niedermayer
2006-07-04check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer
2006-07-04minor simplificationnMichael Niedermayer
2006-07-03cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer
2006-07-03cosmetic patch:Stefan Gehrer
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer
2006-07-02remove unneeded castsMåns Rullgård
2006-07-02get rid of veccpy(), replace with simple assignmentMåns Rullgård
2006-07-02new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer