summaryrefslogtreecommitdiff
path: root/output_example.c
Commit message (Expand)AuthorAge
* Make output_example use av_interleaved_write_frame() instead of av_write_fram...Art Clarke2009-02-18
* Set global header flag for every container that requires it.Art Clarke2009-02-18
* av_write_trailer() must be done before closing codecs.Art Clarke2009-02-18
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Reindent after last commitLuca Abeni2008-07-23
* Do not rescale AV_NOPTS_VALUE in output_example.cLuca Abeni2008-07-23
* Remove redundant #undef statements that were mistakenly committed.Diego Biurrun2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* misc spelling fixesDiego Biurrun2007-06-12
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
* Use a more correct value for Pi.Panagiotis Issaris2007-02-18
* Use av_malloc instead of plain malloc where appropriateRamiro Polla2006-08-29
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-03
* fix memleak, based upon a patch by Wolfram GlogerMichael Niedermayer2006-02-06
* add static keyword to some functionsDieter2006-01-30
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
* 10l (!= vs. >)Michael Niedermayer2005-07-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* fixing output_example to work with current CVS libavcodec/libavformat patch b...Andreas Öman2005-07-08
* switch to native time basesMichael Niedermayer2005-04-30
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* ooopsMichael Niedermayer2004-05-22
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* mpeg1 overflowing dc coeff fixMichael Niedermayer2004-01-06
* fix assertion failure when writing mov filesMichael Niedermayer2004-01-06
* example using video encoder latencyFabrice Bellard2003-09-10
* M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill...Michael Niedermayer2003-08-28
* added get_audio_frame()Fabrice Bellard2003-08-08
* suppressed memory leaks - added image conversion support if the codec does no...Fabrice Bellard2003-07-22
* removed unnecessary codecFabrice Bellard2003-07-22
* long awaited simple libavformat output API exampleFabrice Bellard2003-07-22