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