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 (Collapse)Author
2009-02-11introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer
Originally committed as revision 17138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-10do not check for minimum slice start code, 0x00000100 is validStefan Gehrer
Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer
Originally committed as revision 16642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16rename vector_t to cavs_vectorStefan Gehrer
Originally committed as revision 16641 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-15Avoid POSIX-reserved _t in identifier names.Diego Biurrun
Originally committed as revision 16142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25have less functions as inlineStefan Gehrer
Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-09trivial warning fixesMåns Rullgård
Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08prepare splitting decoder-only parts into own file:Stefan Gehrer
make commonly used tables global Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07prepare splitting decoder-only parts into own file:Stefan Gehrer
make commonly used functions global Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07move dequantization into its own inline functionStefan Gehrer
Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07cosmetic: rename VLC tables to make clear theyStefan Gehrer
are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07setting special motion vectors in intra macroblocksStefan Gehrer
is now in its own inline function Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07setting intra prediction modes to default valuesStefan Gehrer
in inter macroblocks is now in its own inline function Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07move modification of intra prediction modes intoStefan Gehrer
its own inline function Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07move preparation of chroma intra prediction into itsStefan Gehrer
own inline function Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07move existing inline functions from cavs.c to cavs.hStefan Gehrer
Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-07move context structure definition from cavs.c to cavs.hStefan Gehrer
Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-09move defines and enums out of cavsdata.hAurelien Jacobs
Originally committed as revision 8944 to svn://svn.ffmpeg.org/ffmpeg/trunk