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 (Collapse)Author
2007-02-21cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun
Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-19Use a more correct value for Pi.Panagiotis Issaris
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29Use av_malloc instead of plain malloc where appropriateRamiro Polla
Patch by Ramiro Polla % ramiro86 A hotmail.com % Original thread: Date: Aug 20, 2006 5:00 AM Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-03Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni
Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-06fix memleak, based upon a patch by Wolfram GlogerMichael Niedermayer
Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-31add static keyword to some functionsDieter
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-22time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-2310l (!= vs. >)Michael Niedermayer
Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-08fixing output_example to work with current CVS libavcodec/libavformat patch ↵Andreas Öman
by ("Andreas U. Trottmann": andreas trottmann, werft22 com) Originally committed as revision 4424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-22ooopsMichael Niedermayer
Originally committed as revision 3149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-07mpeg1 overflowing dc coeff fixMichael Niedermayer
Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-07fix assertion failure when writing mov filesMichael Niedermayer
Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-11example using video encoder latencyFabrice Bellard
Originally committed as revision 2257 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-29M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge ↵Michael Niedermayer
<bill at rfa dot org>) Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-08added get_audio_frame()Fabrice Bellard
Originally committed as revision 2116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22suppressed memory leaks - added image conversion support if the codec does ↵Fabrice Bellard
not support YUV420P - added raw output (any comments are welcome to simplify the API) Originally committed as revision 2072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22removed unnecessary codecFabrice Bellard
Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22long awaited simple libavformat output API exampleFabrice Bellard
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk