Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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