]> git.sesse.net Git - ffmpeg/history - libavdevice/v4l2.c
Deprecate avctx.coded_frame
[ffmpeg] / libavdevice / v4l2.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-03-02 Luca Barbatov4l2: Add support for h264
2015-03-02 Luca Barbatov4l2: Use the codec descriptor facility
2014-11-11 Martin Storsjöv4l2: Unify one instance of reading/storing errno
2014-11-09 Luca Barbatov4l2: Preserve errno values
2014-11-09 Tristan Matthewsv4l2: Use av_strerror
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-08-07 Rémi Denis-Courmontlibavdevice: use avpriv_open()
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-05-03 Diego Biurrunsilly typo fixes
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-13 Anton Khirnovv4l2: do not assert on a value received from outside...
2013-01-13 Anton Khirnovv4l2: set the average framerate instead of codec timebase.
2013-01-13 Anton Khirnovv4l2: avoid pointless indirection.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-10 Luca Barbatov4l2: use C99 struct initializer
2012-01-10 Luca Barbatov4l2: poll the file descriptor
2012-01-10 Luca Barbatov4l2: support compressed formats
2012-01-04 Janne Grunauv4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined
2012-01-04 Luca Barbatov4l2: list available formats
2012-01-04 Luca Barbatov4l2: set the proper codec_tag
2012-01-04 Luca Barbatov4l2: refactor device_open
2012-01-04 Luca Barbatov4l2: simplify away io_method
2012-01-04 Luca Barbatov4l2: cosmetics
2012-01-04 Luca Barbatov4l2: uniform and format options
2012-01-04 Luca Barbatov4l2: do not force interlaced mode
2011-12-27 Janne Grunauv4l2: remove unneded linux specific asm/types.h include
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-06-23 Stefano Sabatinilavdev: improve feedback in case of invalid frame rate...
2011-06-23 Stefano Sabatiniv4l2: prefer "framerate_q" over "fps" in v4l2_set_param...
2011-06-05 Luca Barbatov4l2: do not force NTSC as standard
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovfbdev,v4l2: remove some forgotten uses of AVFormatParam...
2011-06-02 Anton Khirnovv4l2: remove one forgotten use of AVFormatParameters...
2011-06-02 Anton Khirnovv4l2: add a framerate private option.
2011-05-29 Anton Khirnovv4l2: don't leak video standard string on error.
2011-05-27 Anton Khirnovv4l2: add a pixel_format private option.
2011-05-27 Anton Khirnovv4l2: add video_size private option.
2011-05-27 Anton Khirnovv4l2: factorize returning error codes.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovv4l2: reindent.
2011-05-25 Anton Khirnovv4l2: add a private option for channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovv4l2: add a private option for video standard.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-05 Stefano SabatiniFactorize common code in v4l2_set_parameters().
2011-01-05 Stefano SabatiniIn video4linux2, in the case the timebase value in...
2011-01-04 Stefano SabatiniIn the video4linux2 output device, log an error descrip...
2010-09-23 José Miguel GonçalvesAllow to set the frame rate in v4l2 devices
2010-09-12 Stefano SabatiniCosmetics: simplify layout of fmt_conversion_table...
2010-09-11 Stefano SabatiniCosmetics: apply minor style fixes.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-11 Pete EberleinAdd a mapping for the V4L2_PIX_FMT_NV12 format to PIX_F...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-05-01 Stefano SabatiniMake device_open() store the VIDIOC_QUERYCAP ioctl...
2010-04-28 Luca AbeniCheck the return value of device_try_init() immediately...
2010-04-27 Stefano SabatiniFix weird brace placement.
2010-04-27 Luca AbeniReduce the verbosity of the v4l2 input device
2010-04-27 Luca AbeniSimplify some output messages in the v4l2 input device
2010-04-26 Stefano SabatiniImplement v4l2 input size autodetection in v4l2_read_he...
2010-04-26 Stefano SabatiniReturn meaningful error codes, rather than always -1.
2010-04-25 Stefano SabatiniRemove unnecessary width and height variables from...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2010-01-03 Reinhard TartlerDefine device_try_init() as static in libavdevice/v4l2.c.
2009-12-14 Luca AbeniSupport compressed formats in the V4L2 input device.
2009-12-14 Luca AbeniAdd support for V4L2 compressed formats in the table...
2009-12-14 Luca AbeniUse the correct type for the V4L2 format.
2009-12-14 Luca AbeniReturn pkt->size in v4l2_read_packet().
2009-02-15 Luca AbeniCast a __u64 variable to uint64_t so that it can be...
2009-01-30 Luca AbeniIf AVPacket->data == NULL, the packet does not contain...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Luca AbeniRemove the frame rate from struct video_data, and allow...
2008-12-28 Stefano SabatiniUse avcodec_check_dimensions() for checking the frame...
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Jens RosenboomThe v4l2 driver can silently change the pixel format...
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-05 Jean DelvareAdd support for the RGB32 pixel format in video4linux2...
2008-09-05 Jean DelvareAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-08 Stefano SabatiniCosmetics: make a v4l2 error message consistent with...
2008-08-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-07-15 Stefano SabatiniMake v4l2_read_header() don't free a stream in case...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
next