summaryrefslogtreecommitdiff
path: root/output_example.c
Commit message (Collapse)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
| | | | Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a more correct value for Pi.Panagiotis Issaris2007-02-18
| | | | Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_malloc instead of plain malloc where appropriateRamiro Polla2006-08-29
| | | | | | | | | 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
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-03
| | | | Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memleak, based upon a patch by Wolfram GlogerMichael Niedermayer2006-02-06
| | | | Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
| | | | Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (!= vs. >)Michael Niedermayer2005-07-23
| | | | Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing output_example to work with current CVS libavcodec/libavformat patch ↵Andreas Öman2005-07-08
| | | | | | by ("Andreas U. Trottmann": andreas trottmann, werft22 com) Originally committed as revision 4424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | 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
* ooopsMichael Niedermayer2004-05-22
| | | | Originally committed as revision 3149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 overflowing dc coeff fixMichael Niedermayer2004-01-06
| | | | Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure when writing mov filesMichael Niedermayer2004-01-06
| | | | Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* example using video encoder latencyFabrice Bellard2003-09-10
| | | | Originally committed as revision 2257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge ↵Michael Niedermayer2003-08-28
| | | | | | <bill at rfa dot org>) Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added get_audio_frame()Fabrice Bellard2003-08-08
| | | | Originally committed as revision 2116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed memory leaks - added image conversion support if the codec does ↵Fabrice Bellard2003-07-22
| | | | | | 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
* removed unnecessary codecFabrice Bellard2003-07-22
| | | | Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long awaited simple libavformat output API exampleFabrice Bellard2003-07-22
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk