summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-05
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-05
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-04
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-07
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-23
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-23
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-12
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-11
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-11
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove stray semicolon.Carl Eugen Hoyos2010-06-21
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-01
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-29
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-28
* Fix weird brace placement.Stefano Sabatini2010-04-27
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-27
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-27
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-26
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-26
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_Martin Storsjö2010-04-02
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-25
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-23
* Revert removal of _NETBSD_SOURCE definition.Diego Biurrun2010-03-21
* vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla2010-03-17
* Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla2010-03-17
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-12
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-12
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-10
* Add some missing #includesMåns Rullgård2010-03-06
* Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda2010-03-03
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-23
* Indent.Ramiro Polla2010-02-21
* Satisfy style nits.Stefano Sabatini2010-02-05
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-23
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler2010-01-03
* Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos2009-12-14
* Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos2009-12-14