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
2011-05-28libdc1394: add a pixel_format private option.Anton Khirnov
2011-05-27libdc1394: choose best video mode and rate based on camera capabilities.Martin Lambers
2011-05-27Remove support for libdc1394 < 2.0.Martin Lambers
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-27libdc1394: add video_size private option.Anton Khirnov
2011-05-27libdc1394: return meaninful error codes.Anton Khirnov
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26libdc1394: fix compilation.Anton Khirnov
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25libdc1394: add a private option for channel.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-15cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun
2008-01-11Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia
2008-01-11Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia
2008-01-08 * fixing a bug preventing default values to be set correctlyRoman Shaposhnik
2007-11-22Introduce libavdeviceLuca Abeni