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-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-11restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail...Slavik Gnatenko
2003-03-09simplifiedAlex Beregszaszi
2003-03-07Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky
2003-03-05extended option for h263+ patch by (fixounet at free dot fr) with some minor ...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-13fix for legacy audioFrançois Revol
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-02-08fix for using ffplay without specifying the audio deviceFrançois Revol
2003-02-08mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer
2003-01-28Audio support for DV1394 by Max KrasnyanskyFabrice Bellard
2003-01-24use av_strdup()Fabrice Bellard
2003-01-24use av_realloc()Fabrice Bellard
2003-01-23dv1394 channel selection by Max Krasnyansky - modified channel number to be i...Fabrice Bellard
2003-01-23grab device is in AVFormatParameter (at least better than global variable) - ...Fabrice Bellard
2003-01-23dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky
2003-01-19PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau
2003-01-17When doing -vstats and also changing the frame rate, then don't count (andPhilip Gladstone
2003-01-17AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer
2003-01-11os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko
2003-01-11still image support - increase audio buffer size - do hex dump even if packet...Fabrice Bellard
2003-01-071000l, but for whom? (zero ME sucks and caused the many I frames in the regre...Michael Niedermayer
2002-12-27huffyuv 4cc & -strictMichael Niedermayer
2002-12-25This fixes the jerky video from vob files. However, I am convinced that thisPhilip Gladstone
2002-12-24fix segfault with -vcodec copyMichael Niedermayer
2002-12-2010lMichael Niedermayer
2002-12-18mb qp limitsMichael Niedermayer
2002-12-17more debug outputMichael Niedermayer
2002-12-11Add the -em_rate option to make the img reader run at the nominal frame rate.Philip Gladstone
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-05crop optmization patch by (Dieter Shirley <dieters at schemasoft dot com>)Dieter
2002-12-05infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer
2002-12-05new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-12-03* two functions to handle allocation of static data more simpleZdenek Kabelac
2002-12-02Fixed problem with frame rate reduction when capturing from a sourcePhilip Gladstone
2002-11-20* Add frame rate conversion when there is no audio channel. This makesPhilip Gladstone
2002-11-19'-' can be used for standard inputFabrice Bellard
2002-11-08fixes the frame number counter for -vcodec copy patch by (mru at users dot so...Måns Rullgård
2002-11-08cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer
2002-11-05* use larger buffer - the size should be calculcated from the bitstreamZdenek Kabelac
2002-11-05* fix leak with output file closingZdenek Kabelac
2002-11-05BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol
2002-11-02added BeOS net_server support (R5 network stack), basically the sameFrançois Revol
2002-10-30-vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...MÃ¥ns RullgÃ¥rd
2002-10-26fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ...Kareila
2002-10-21use new PTS api - corrected AV sync for transcoding - factorized print_report...Fabrice Bellard
2002-10-15fixing unused variables & adding missing optionsMichael Niedermayer