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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-11-10prefer image2 over imageMichael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-05-13segfault fixMichael Niedermayer
2004-04-1210lMichael Niedermayer
2003-10-14recommit ofMichael Niedermayer
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-09-09removed os_support.hFabrice Bellard
2003-08-25suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard
2003-08-08update duration and start_timeFabrice Bellard
2003-03-12* moved os_support.h into libavcodecZdenek Kabelac
2003-03-12Cleaner support for usleep()François Revol
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-07Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-11os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko
2003-01-11jpeg detection fix - fixed imagepipe outputFabrice Bellard
2003-01-11added still image supportFabrice Bellard
2002-12-21redid usleep() fix for BeOS, more consistant with the MINGW32 one. removed a ...François Revol
2002-12-20mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge
2002-12-20Hey, not everyone has usleep() ! (temporary fix, we should check for this in ...François Revol
2002-12-11* Add code to allow the img reader to read files at the nominal frame rate.Philip Gladstone
2002-11-25renamed libav to libavformatFabrice Bellard