OSDN Git Service

Offer an option (disabled by default) to enable the copy of the frames before
[coroid/ffmpeg_saccubus.git] / output_example.c
2008-07-23 Luca AbeniReindent after last commit
2008-07-23 Luca AbeniDo not rescale AV_NOPTS_VALUE in output_example.c
2008-05-09 Diego BiurrunRemove redundant #undef statements that were mistakenly...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-02-21 Diego Biurruncosmetics: Fix a common typo, sepErate --> sepArate.
2007-02-18 Panagiotis IssarisUse a more correct value for Pi.
2006-08-29 Ramiro PollaUse av_malloc instead of plain malloc where appropriate
2006-08-03 Luca AbeniMove output_example.c and ffplay.c to the swscale interface
2006-02-06 Michael Niedermayerfix memleak, based upon a patch by Wolfram Gloger
2006-01-30 Dieteradd static keyword to some functions
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-21 Michael Niedermayertime_base description by Rich Felker | dalias, aerifal cx
2005-07-23 Michael Niedermayer10l (!= vs. >)
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-08 Andreas Ömanfixing output_example to work with current CVS libavcod...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-22 Michael Niedermayerooops
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-01-06 Michael Niedermayermpeg1 overflowing dc coeff fix
2004-01-06 Michael Niedermayerfix assertion failure when writing mov files
2003-09-10 Fabrice Bellardexample using video encoder latency
2003-08-28 Michael NiedermayerM_PI diff for output_example (handles undefined M_PI...
2003-08-08 Fabrice Bellardadded get_audio_frame()
2003-07-22 Fabrice Bellardsuppressed memory leaks - added image conversion suppor...
2003-07-22 Fabrice Bellardremoved unnecessary codec
2003-07-22 Fabrice Bellardlong awaited simple libavformat output API example