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-07-20v4l2: remove call to v4l2_fd_open.Nicolas George
2012-07-08v4l2: use av_assertMichael Niedermayer
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-05-20v4l2: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-04-04v4l2: allow to convert monotonic timestamps.Nicolas George
2012-02-05Support YV12 from video4linux2 devices.Carl Eugen Hoyos
2012-02-01Add some missing v4l2 pix_fmt mappings.Carl Eugen Hoyos
2012-02-01Fix v4l pix_fmt mapping for rgb32: There is no transparency information.Carl Eugen Hoyos
2012-02-01Fix pix_fmt mapping for v4l2 rgb5x5.Carl Eugen Hoyos
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-11Revert "v4l2: poll the file descriptor"Michael Niedermayer
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-12-16libavdevice: Fix v4l2 compilation under FreeBSDTom Evans
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-21Fix various if parenthesis misplacements.Clément Bœsch
2011-11-08v4l2: fix uninitialized variableMichael Niedermayer
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05v4l2: add libv4l2 support.Clément Bœsch
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
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-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07v4l2: set default standard to NULLStefano Sabatini
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05v4l2: do not force NTSC as standardLuca Barbato