summaryrefslogtreecommitdiffstats
path: root/output_example.c
Commit message (Expand)AuthorAgeFilesLines
* 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