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* static,const,compiler warning cleanupZdenek Kabelac
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
2002-11-20aspect ratio cleanupMichael Niedermayer
2002-11-12* fixing some minor const warningsZdenek Kabelac
2002-11-06cleanupMichael Niedermayer
2002-08-22faster ff_sqrt()Michael Niedermayer
2002-07-11dont trash table in GET_VLCMichael Niedermayer
2002-07-10get_vlc() optimizationMichael Niedermayer
2002-07-09* declare av_freeZdenek Kabelac
2002-07-09new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer
2002-06-17use #ifdefFabrice Bellard
2002-06-02fixing get_bits_count at the endMichael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-05-04move put_string() to common.{c,h}Michael Niedermayer
2002-04-17fixed mpeg4 time stuff on encodingMichael Niedermayer
2002-03-22new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer
2002-03-13support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer
2002-02-15optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer
2002-01-26(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>Arpi
2002-01-12aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer
2002-01-10another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer
2001-11-03- Bug fix on inter MCBPC table for inter+q.Juanjo
2001-08-14win32 fixesFabrice Bellard
2001-08-06added MJPEG decoder + commentsFabrice Bellard
2001-08-04inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi
2001-07-30Sync with mplayer's stuffNick Kurshev
2001-07-22Initial revisionFabrice Bellard