summaryrefslogtreecommitdiff
path: root/output_example.c
Commit message (Collapse)AuthorAge
* 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