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-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov
2011-06-02v4l2: add a framerate private option.Anton Khirnov
2011-05-30v4l2: rewrite code iterating the supported standardsStefano Sabatini
2011-05-30v4l2: perform minor style fixesStefano Sabatini
2011-05-30v4l2: replace memset() with explicit struct initializationStefano Sabatini
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-29v4l2: don't leak video standard string on error.Anton Khirnov
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28v4l2: create file @doxy from text in the copyright headerStefano Sabatini
2011-05-28v4l2: remove pointless empty linesStefano Sabatini
2011-05-28v4l2: set default standard to NULLStefano Sabatini
2011-05-28v4l2: use OFFSET macro when setting optionsStefano Sabatini
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-28v4l2: add a pixel_format private option.Anton Khirnov
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-27v4l2: add video_size private option.Anton Khirnov
2011-05-27v4l2: factorize returning error codes.Anton Khirnov
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25v4l2: reindent.Anton Khirnov
2011-05-25v4l2: add a private option for channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25v4l2: add a private option for video standard.Anton Khirnov
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ò
2011-01-05Factorize common code in v4l2_set_parameters().Stefano Sabatini
2011-01-05In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini
2011-01-04In the video4linux2 output device, log an error description in case ofStefano Sabatini
2010-09-23Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves
2010-09-12Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini
2010-09-11Cosmetics: apply minor style fixes.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-11Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-05-01Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini
2010-04-28Check the return value of device_try_init() immediately after calling such aLuca Abeni
2010-04-28Fix weird brace placement.Stefano Sabatini
2010-04-28Reduce the verbosity of the v4l2 input deviceLuca Abeni
2010-04-28Simplify some output messages in the v4l2 input deviceLuca Abeni
2010-04-27Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini
2010-04-26Return meaningful error codes, rather than always -1.Stefano Sabatini
2010-04-25Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini