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-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 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
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-05move relevant declarations to mpeg12data.hAurelien Jacobs
Originally committed as revision 12320 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-05add proper ff_ prefix to new extern symbolsAurelien Jacobs
Originally committed as revision 9479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs
Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add multiple inclusion guards to headersMåns Rullgård
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13make more tables staticMåns Rullgård
Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-27fix some signedness warningsMåns Rullgård
Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun
Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-02staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ↵Stefan Gehrer
by (Stefan Gehrer stefan.gehrer gmx de) Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-02adding a few constMichael Niedermayer
Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-3010000lMichael Niedermayer
Originally committed as revision 3094 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-27simplifyMichael Niedermayer
Originally committed as revision 3085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-02add vlc for cbp=0 that is valid in 422,444Ivan Kalvachev
Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-26AVCodec.supported_frameratesMichael Niedermayer
Originally committed as revision 2821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-04SVCD scan offset stuffMichael Niedermayer
Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-04rv20 (h263) b frame decoding supportMichael Niedermayer
Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-21AVRationalMichael Niedermayer
sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-12100l (mpeg2 decoding fixed)Michael Niedermayer
Originally committed as revision 1756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer
instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer
sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-06per file doxyMichael Niedermayer
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-01fixing inaccurate frame_rateMichael Niedermayer
Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-06mpeg1&2 aspect decodingMichael Niedermayer
Originally committed as revision 1318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-11adding ff prefix to avoid global name conficts with xvid (patch by Marko ↵Marko Kreen
Kreen <marko at l-t.ee>) Originally committed as revision 739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-06-18dc scale simplification/optimizationMichael Niedermayer
Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-02-13optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer
Originally committed as revision 298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-02-13optimize mpeg1_encode_block()Michael Niedermayer
(makeing some constant arrays global, merging put_bits(), ...) Originally committed as revision 297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-14win32 fixesFabrice Bellard
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-08updated scansFabrice Bellard
Originally committed as revision 50 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-06types fixFabrice Bellard
Originally committed as revision 36 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-03MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi
Gives average 13-20% mpeg decoding speedup on x86 systems. Originally committed as revision 30 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-07-22Initial revisionFabrice Bellard
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk