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-24use new string functionsMåns Rullgård
based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-08autodetect ptx filesIvo van Poorten
Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun
patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-21Fix a crash when probing img2 format with a NULL filename.Joakim Plate
patch by elupus _at_ ecce.se Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-04probe with some success image files not containing number pattern but having ↵Baptiste Coudurier
recognized image extension Originally committed as revision 7219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23Register .tga and .tiff image extensionsKostya Shishkov
Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22add gif supportBaptiste Coudurier
Originally committed as revision 6761 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-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux
mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-14add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa
patch by Víctor Paesa <wzrlpy at arsystel com> Originally committed as revision 5729 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-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-20Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun
based on a patch by Luca Abeni < lucabe72 #@# email #.# it > Originally committed as revision 4871 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-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-30BMP image decoderMåns Rullgård
Originally committed as revision 4711 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-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs
apps instead of URLProtocol) Originally committed as revision 4275 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-25PIX_FMT_NONE and related fixesMichael Niedermayer
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-13non 4:2:0 foobar.{Y,U,V} supportMichael Niedermayer
Originally committed as revision 4125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-08integer overflows, heap corruptionMichael Niedermayer
possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-04.{Y,U,V} image2 supportMichael Niedermayer
Originally committed as revision 3802 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-1910l (double free)Michael Niedermayer
Originally committed as revision 3764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-16loop hackMichael Niedermayer
Originally committed as revision 3687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13last packet size fixMichael Niedermayer
Originally committed as revision 3673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-11move p*m from image/lavf -> image2/lavcMichael Niedermayer
video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-10porting png support from -f image to -f image2Michael Niedermayer
Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-25image2pipe fixMichael Niedermayer
Originally committed as revision 3635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-2310lMichael Niedermayer
Originally committed as revision 3495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-16support single images, remove copy/paste junkMichael Niedermayer
Originally committed as revision 3320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-15image2 / image API cleanup phase-1Michael Niedermayer
with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk