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
2015-03-02v4l2: Add support for h264Luca Barbato
2015-03-02v4l2: Use the codec descriptor facilityLuca Barbato
2014-11-11v4l2: Unify one instance of reading/storing errnoMartin Storsjö
2014-11-09v4l2: Preserve errno valuesLuca Barbato
2014-11-09v4l2: Use av_strerrorTristan Matthews
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-13v4l2: do not assert on a value received from outside of LibavAnton Khirnov
2013-01-13v4l2: set the average framerate instead of codec timebase.Anton Khirnov
2013-01-13v4l2: avoid pointless indirection.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-10v4l2: use C99 struct initializerLuca Barbato
2012-01-10v4l2: poll the file descriptorLuca Barbato
2012-01-10v4l2: support compressed formatsLuca Barbato
2012-01-05v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau
2012-01-04v4l2: list available formatsLuca Barbato
2012-01-04v4l2: set the proper codec_tagLuca Barbato
2012-01-04v4l2: refactor device_openLuca Barbato
2012-01-04v4l2: simplify away io_methodLuca Barbato
2012-01-04v4l2: cosmeticsLuca Barbato
2012-01-04v4l2: uniform and format optionsLuca Barbato
2012-01-04v4l2: do not force interlaced modeLuca Barbato
2011-12-27v4l2: remove unneded linux specific asm/types.h includeJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-23lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini
2011-06-23v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini
2011-06-05v4l2: do not force NTSC as standardLuca Barbato
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov
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-29v4l2: don't leak video standard string on error.Anton Khirnov
2011-05-28v4l2: add a pixel_format private option.Anton Khirnov
2011-05-27v4l2: add video_size private option.Anton Khirnov
2011-05-27v4l2: factorize returning error codes.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25v4l2: reindent.Anton Khirnov