summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAge
* Combine deprecation guards where appropriateDiego Biurrun2016-05-13
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* v4l2: Add support for h264Luca Barbato2015-03-02
* v4l2: Use the codec descriptor facilityLuca Barbato2015-03-02
* v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-11
* v4l2: Preserve errno valuesLuca Barbato2014-11-09
* v4l2: Use av_strerrorTristan Matthews2014-11-09
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* silly typo fixesDiego Biurrun2013-05-03
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-13
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-13
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-13
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* v4l2: use C99 struct initializerLuca Barbato2012-01-10
* v4l2: poll the file descriptorLuca Barbato2012-01-10
* v4l2: support compressed formatsLuca Barbato2012-01-10
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-04
* v4l2: list available formatsLuca Barbato2012-01-04
* v4l2: set the proper codec_tagLuca Barbato2012-01-04
* v4l2: refactor device_openLuca Barbato2012-01-04
* v4l2: simplify away io_methodLuca Barbato2012-01-04
* v4l2: cosmeticsLuca Barbato2012-01-04
* v4l2: uniform and format optionsLuca Barbato2012-01-04
* v4l2: do not force interlaced modeLuca Barbato2012-01-04
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-23
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-23
* v4l2: do not force NTSC as standardLuca Barbato2011-06-05
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov2011-06-04
* v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov2011-06-02