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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
The _fast integer types provide no realworld benefits, but may introduce portability issues and are just plain ugly.
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-18fix intra prediction modes with inter-MB neighbors,Stefan Gehrer
the old sample clips are in violation of the 2006 spec Originally committed as revision 21883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer
with rm52j encoder, a marker_bit has been added in the I-Frame syntax Originally committed as revision 21836 to svn://svn.ffmpeg.org/ffmpeg/trunk
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