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-09-05Give better filenames to bktr and v4l grabbersRamiro Polla
Originally committed as revision 10412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-05Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla
Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-07-17typo fixesDiego Biurrun
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun
Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje
reference thread: Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1) Date: Thu, 07 Jun 2007 09:01:44 -0400 Originally committed as revision 9236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-04extending video4linux support to handle the additional formats UYVY, YUYV ↵Marc Hoffman
and RGB565 Originally committed as revision 9203 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-04convert if then else video palette to pix_fmt construct to simpiler table ↵Marc Hoffman
based lookup. Originally committed as revision 9202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun
Originally committed as revision 9033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-04There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaringDiego Biurrun
the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14implement new grabbing interface, as described here:Ramiro Polla
ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 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
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18omg, major typo (fails if card supports rgb24)Alex Beregszaszi
Originally committed as revision 7580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-28fall back mmap() call using MAP_PRIVATE for working on no-mmu systemsMike Frysinger
patch by Mike Frysinger vapier.adi _at_ gmail.com Originally committed as revision 7380 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
Originally committed as revision 6992 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-15Add support for 8-bit grayscale to V4L grabberMichael Benjamin
patch by Michael Benjamin % neuroptik AH gmail.com % Original thread: Date: Aug 24, 2006 5:40 PM Subject: [Ffmpeg-devel] V4L grab.c patch for Grayscale Originally committed as revision 6259 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-28Properly set the image depthLuca Abeni
Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-04Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte
Patch by Flavio Pimentel Duarte Originally committed as revision 5343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-13Tell the user why video capture is failingLuca Abeni
Originally committed as revision 5160 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-02-01video4linux2 input supportLuca Abeni
patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 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-12-05Unify include paths, -I.. is in CFLAGS.Diego Biurrun
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-13lame bit_rate calculationAlex Beregszaszi
Originally committed as revision 4632 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-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 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
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-27fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni
Originally committed as revision 3084 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-25ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer
Originally committed as revision 3067 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-09-09kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot ↵Michael Niedermayer
bitfreak dot net>) Originally committed as revision 2241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-25tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi
Originally committed as revision 1987 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-23grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard
Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-23dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky
Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk