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 (Collapse)Author
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27remove empty write trailer functionsVitor Sessak
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-08Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.Colin Ward
patch by Colin Ward, hitman*at*codehq*dot*org Originally committed as revision 4962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-08Correctly set the interlaced_frame and top_field_first fields.Luca Abeni
patch by Luca Abeni, lucabe72 =at= email =dot= it Originally committed as revision 4961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-14kill a bunch of compiler warningsMåns Rullgård
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-27AVPacket.posMichael Niedermayer
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-26Adds read probe to y4m, and changes the extension to .y4m patch by (Roine ↵Roine Gustafsson
Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-26Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users ↵Roine Gustafsson
sourceforge net) Originally committed as revision 4163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-19add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine ↵Roine Gustafsson
users.sourceforge net>) Originally committed as revision 3846 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-04- Writes correct unknown aspectRoine Gustafsson
- Adds read and write support for yuv422p and yuv444p - New parser will read all well-formed YUV4MPEG2 stream headers patch by (Roine Gustafsson <roine users.sourceforge net>) Originally committed as revision 3800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-01do not call (av_)abort()Michael Niedermayer
Originally committed as revision 3544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-02yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz
Originally committed as revision 2944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-21AVRationalMichael Niedermayer
sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-20bottom_field_first -> top_field_firstMichael Niedermayer
Originally committed as revision 2402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-18 * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik
* fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set. Originally committed as revision 2396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
<bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-25yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz
Originally committed as revision 2301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-30stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates
* removes use of read_key and getchar when input is received on stdin (this was corrupting the packet reading) * terminates av_encode when a termination signal is received (use of ctrl-c issued a term_exit and subsequent uses of q failed) * specific correction to yuv4mpeg pipe reading - the defined header was too short to allow for extended yuv4mpeg flags [as used by smil2yuv and y4mscaler and accepted by mjpeg tools] Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-05yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias ↵D Richard Felker III
at aerifal dot cx>) Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17removed warningsFabrice Bellard
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer
sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-11extracted yuv4mpeg from img.c (untested)Fabrice Bellard
Originally committed as revision 1437 to svn://svn.ffmpeg.org/ffmpeg/trunk