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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux
2006-07-14add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-03-26fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
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