aboutsummaryrefslogtreecommitdiffstats
path: root/output_example.c
Commit message (Collapse)AuthorAgeFilesLines
* example using video encoder latencyFabrice Bellard2003-09-101-20/+39
| | | | 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-281-0/+4
| | | | | | <bill at rfa dot org>) Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added get_audio_frame()Fabrice Bellard2003-08-081-8/+20
| | | | 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-221-68/+183
| | | | | | 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-221-6/+0
| | | | Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long awaited simple libavformat output API exampleFabrice Bellard2003-07-221-0/+350
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk