summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2: use codec descriptors for mapping a codec name to idAnton Khirnov2016-12-191-4/+4
* v4l2: convert to stdatomicAnton Khirnov2016-10-021-9/+9
* lavd: Drop unneeded av_init_packet()sVittorio Giovara2016-07-131-1/+0
* Combine deprecation guards where appropriateDiego Biurrun2016-05-131-2/+2
* Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-9/+9
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-211-2/+2
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-12/+0
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* v4l2: Add support for h264Luca Barbato2015-03-021-1/+6
* v4l2: Use the codec descriptor facilityLuca Barbato2015-03-021-2/+2
* v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-111-3/+3
* v4l2: Preserve errno valuesLuca Barbato2014-11-091-16/+23
* v4l2: Use av_strerrorTristan Matthews2014-11-091-15/+34
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+1
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-23/+67
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-131-1/+6
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-131-4/+4
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-131-22/+13
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-25/+25
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-27/+27
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-3/+3
* v4l2: use C99 struct initializerLuca Barbato2012-01-101-33/+25
* v4l2: poll the file descriptorLuca Barbato2012-01-101-0/+15
* v4l2: support compressed formatsLuca Barbato2012-01-101-3/+8
* v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau2012-01-041-0/+2
* v4l2: list available formatsLuca Barbato2012-01-041-7/+92
* v4l2: set the proper codec_tagLuca Barbato2012-01-041-0/+3
* v4l2: refactor device_openLuca Barbato2012-01-041-36/+36
* v4l2: simplify away io_methodLuca Barbato2012-01-041-40/+5
* v4l2: cosmeticsLuca Barbato2012-01-041-45/+94
* v4l2: uniform and format optionsLuca Barbato2012-01-041-5/+5
* v4l2: do not force interlaced modeLuca Barbato2012-01-041-2/+8
* v4l2: remove unneded linux specific asm/types.h includeJanne Grunau2011-12-271-1/+0
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-2/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-5/+5
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-21/+0
* lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-231-2/+2
* v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-231-11/+11
* v4l2: do not force NTSC as standardLuca Barbato2011-06-051-1/+1
OpenPOWER on IntegriCloud