summaryrefslogtreecommitdiff
path: root/output_example.c
Commit message (Collapse)AuthorAge
* Make output_example use av_interleaved_write_frame() instead of ↵Art Clarke2009-02-18
| | | | | | | | av_write_frame(). Patch by Art Clarke (standard login name) xuggle com Originally committed as revision 17428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set global header flag for every container that requires it.Art Clarke2009-02-18
| | | | | | Patch by Art Clarke a$(name) xuggle com Originally committed as revision 17425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_write_trailer() must be done before closing codecs.Art Clarke2009-02-18
| | | | | | Patch by aclarke a xuggle d com Originally committed as revision 17422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2008-07-23
| | | | Originally committed as revision 14346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not rescale AV_NOPTS_VALUE in output_example.cLuca Abeni2008-07-23
| | | | Originally committed as revision 14345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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