aboutsummaryrefslogtreecommitdiff
path: root/output_example.c
AgeCommit message (Collapse)Author
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-30add 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-21time_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-17changing 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-04-30switch 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-06mpeg1 overflowing dc coeff fixMichael Niedermayer
Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-06fix assertion failure when writing mov filesMichael Niedermayer
Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10example using video encoder latencyFabrice Bellard
Originally committed as revision 2257 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-28M_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