]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - output_example.c
Add a context to av_log() calls.
[frescor/ffmpeg.git] / output_example.c
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2008-07-23 lucabeReindent after last commit
2008-07-23 lucabeDo not rescale AV_NOPTS_VALUE in output_example.c
2008-05-09 diegoRemove redundant #undef statements that were mistakenly...
2008-05-09 diegoUse full path for #includes from another directory.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-06-12 diegomisc spelling fixes
2007-06-10 diegoMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-02-21 diegocosmetics: Fix a common typo, sepErate --> sepArate.
2007-02-18 takisUse a more correct value for Pi.
2006-08-29 gpoirierUse av_malloc instead of plain malloc where appropriate
2006-08-03 lucabeMove output_example.c and ffplay.c to the swscale interface
2006-02-06 michaelfix memleak, based upon a patch by Wolfram Gloger
2006-01-30 mruadd static keyword to some functions
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-21 michaeltime_base description by Rich Felker | dalias, aerifal cx
2005-07-23 michael10l (!= vs. >)
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-08 michaelfixing output_example to work with current CVS libavcod...
2005-04-30 michaelswitch to native time bases
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-22 michaelooops
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-01-06 michaelmpeg1 overflowing dc coeff fix
2004-01-06 michaelfix assertion failure when writing mov files
2003-09-10 bellardexample using video encoder latency
2003-08-28 michaelniM_PI diff for output_example (handles undefined M_PI...
2003-08-08 bellardadded get_audio_frame()
2003-07-22 bellardsuppressed memory leaks - added image conversion suppor...
2003-07-22 bellardremoved unnecessary codec
2003-07-22 bellardlong awaited simple libavformat output API example