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
2003-02-10* still unfinished code for OptionsZdenek Kabelac
2003-01-28win32: added vsnprintfFabrice Bellard
2003-01-27optimizing av_log2Michael Niedermayer
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-11os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko
2003-01-08generic M_PI defineFabrice Bellard
2002-11-26Add some rudimentary support for sparc64Philip Gladstone
2002-11-20aspect ratio cleanupMichael Niedermayer
2002-11-14* minor warning fixZdenek Kabelac
2002-11-12* fixing some minor const warningsZdenek Kabelac
2002-11-10reversing header gameMichael Niedermayer
2002-11-06cleanupMichael Niedermayer
2002-11-01put MIN/MAX under ifndef MAX/MINMichael Niedermayer
2002-10-16complete mpeg4 GMC decoding supportMichael Niedermayer
2002-09-30indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-27ff_get_fourcc() & XVIX supportMichael Niedermayer
2002-08-22faster ff_sqrt()Michael Niedermayer
2002-07-23this include isn;t longer need and now generate a lot of warnings patch by Bo...Bohdan Horst
2002-07-20BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer
2002-07-13Force inlining on get_vlc2.Falk Hüffner
2002-07-13rl vlc decoding optimizationsMichael Niedermayer
2002-07-11dont trash table in GET_VLCMichael Niedermayer
2002-07-11Remove some cruft.Falk Hüffner
2002-07-11get_vlc() optimizationsMichael Niedermayer
2002-07-10get_vlc() optimizationMichael Niedermayer
2002-07-09c std doesnt like negative shifts -> use asmMichael Niedermayer
2002-07-09gcc3 bug workaroundMichael Niedermayer
2002-07-09new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer
2002-07-04* Move "restrict" fallback to common.hFalk Hüffner
2002-07-02Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner
2002-06-14reverted to inttypes.h since it gives problems on some unixesFabrice Bellard
2002-06-11do not export internal functions - use stdint.hFabrice Bellard
2002-06-02sqrtMichael Niedermayer
2002-05-27* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H checkZdenek Kabelac
2002-05-26fixed mangle issueFabrice Bellard
2002-05-26better logic for bswapFabrice Bellard
2002-05-24Add an av_abort macro that aborts, but also prints out the location of the ab...Philip Gladstone
2002-05-22* restored previous non '..' versionZdenek Kabelac
2002-05-21* using ../ for bswap.hZdenek Kabelac
2002-05-21* avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac
2002-05-20better av_freep()Fabrice Bellard
2002-05-19added proper memory handling functions - fixed include pathsFabrice Bellard
2002-05-07clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi
2002-05-04move ABS() to common.hMichael Niedermayer
2002-05-04move put_string() to common.{c,h}Michael Niedermayer
2002-04-27fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer
2002-04-19much better ME for b frames (a bit slow though)Michael Niedermayer
2002-04-17fixed mpeg4 time stuff on encodingMichael Niedermayer