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
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-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-06-12misc typo fixesDiego Biurrun
Originally committed as revision 9291 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-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-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
Originally committed as revision 4898 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
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-10-12intra dc treshold != 0 decoding fixedMichael Niedermayer
Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-07warning fixAlex Beregszaszi
Originally committed as revision 2019 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-13rvlc decoding supportMichael Niedermayer
Originally committed as revision 1678 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-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-30correcter mpeg4 headersMichael Niedermayer
Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-09correct mpeg4 vo typeMichael Niedermayer
Originally committed as revision 1324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-10-13better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer
h263/mpeg4 out of order slice decoding Originally committed as revision 1030 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-09-13interlaced mpeg4 b frame decodingMichael Niedermayer
Originally committed as revision 936 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-06-02data partitioningMichael Niedermayer
Originally committed as revision 644 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-03- H263 PAR support by Alex Beregszaszi.Juanjo
- Typo fix in mpeg4data. Originally committed as revision 436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-04-22export delay infoMichael Niedermayer
fixed low_delay & vo_type on mpeg4 header writer & parser Originally committed as revision 415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-04-07mpeg4 mpeg quantizer supportMichael Niedermayer
Originally committed as revision 381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-04-05msmpeg4v2 decoding (no encoding yet)Michael Niedermayer
Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-03-13mpeg4 b-frames :)Michael Niedermayer
create slightly more correct headers & add "ffmpeg" user-data section Originally committed as revision 328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-03-07gmc bitstream decoding support (the real motion compensation isnt implemnted ↵Michael Niedermayer
yet) Originally committed as revision 318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-03-05parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer
Originally committed as revision 317 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-07-22Initial revisionFabrice Bellard
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk