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
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
2009-02-10fix multiple slices per frameStefan Gehrer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-07-30 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik
2007-07-25have less functions as inlineStefan Gehrer
2007-07-08split decoder-specific parts into their own fileStefan Gehrer
2007-07-08prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07prepare splitting decoder-only parts into own file:Stefan Gehrer
2007-07-07move dequantization into its own inline functionStefan Gehrer
2007-07-07cosmetic: rename VLC tables to make clear theyStefan Gehrer
2007-07-07setting special motion vectors in intra macroblocksStefan Gehrer
2007-07-07setting intra prediction modes to default valuesStefan Gehrer
2007-07-07move modification of intra prediction modes intoStefan Gehrer
2007-07-07move preparation of chroma intra prediction into itsStefan Gehrer
2007-07-07move existing inline functions from cavs.c to cavs.hStefan Gehrer
2007-07-07move context structure definition from cavs.c to cavs.hStefan Gehrer
2007-07-07make vector constants globalStefan Gehrer
2007-07-05license header consistency cosmeticsDiego Biurrun
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