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
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-01-25v4l: fix compilationMichael Niedermayer
2012-01-24lavd: remove deprecated v4l grab device.Anton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-10-30lavd: add v4l and v4l2 aliases.Clément Bœsch
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26v4l: include avdevice.hAnton Khirnov
2011-05-26lavdevice: mark v4l for removal on next major bump.Anton Khirnov
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25v4l: add a private option for video standard.Anton Khirnov
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-28Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini
2008-12-27Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini
2008-12-27Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini
2008-12-26Check that the device is a capture device immediately after openingStefano Sabatini
2008-12-26Remove unnecessary temporary variable "frame_size" fromStefano Sabatini
2008-12-26Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini
2008-12-26Cosmetics: put a space after each comma, improve consistency andStefano Sabatini
2008-12-18Implement size autodetection if one of the width and heightStefano Sabatini
2008-12-18Replace the width and height fields in VideoData with a structStefano Sabatini
2008-12-18Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini
2008-12-08Remove unnecessary ret variable.Stefano Sabatini
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-08-20Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer