summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-231-0/+16
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-231-0/+27
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-121-75/+16
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-111-14/+14
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-073-3/+3
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-172-10/+2
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-111-0/+5
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-064-4/+6
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-2/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-303-11/+11
* Remove stray semicolon.Carl Eugen Hoyos2010-06-211-1/+1
* Remove broken BeOS audio interface.Diego Biurrun2010-06-103-471/+0
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-011-4/+4
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-291-1/+7
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-281-3/+2
* Fix weird brace placement.Stefano Sabatini2010-04-271-2/+1
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-271-3/+3
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-271-3/+2
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-261-8/+18
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-261-17/+17
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-251-10/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-205-5/+5
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_Martin Storsjö2010-04-021-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-309-9/+9
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-251-1/+1
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-231-1/+1
* Revert removal of _NETBSD_SOURCE definition.Diego Biurrun2010-03-211-0/+1
* vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla2010-03-171-0/+9
* Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla2010-03-171-10/+9
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-132-6/+6
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-121-6/+7
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-121-1/+0
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-101-0/+2
* Add some missing #includesMåns Rullgård2010-03-061-0/+1
* Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda2010-03-031-0/+2
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-231-0/+3
* Indent.Ramiro Polla2010-02-211-1/+1
* Satisfy style nits.Stefano Sabatini2010-02-051-2/+2
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-282-5/+5
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-231-1/+1
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+4
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-031-5/+5
* Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos2009-12-141-0/+2
* Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos2009-12-141-1/+1
* Support compressed formats in the V4L2 input device.Luca Abeni2009-12-141-27/+61
* Add support for V4L2 compressed formats in the table used for convertingLuca Abeni2009-12-141-0/+23
* Use the correct type for the V4L2 format.Luca Abeni2009-12-141-2/+2
* Return pkt->size in v4l2_read_packet().Luca Abeni2009-12-141-1/+1
OpenPOWER on IntegriCloud