summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* 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
* Support compressed formats in the V4L2 input device.Luca Abeni2009-12-14
* Add support for V4L2 compressed formats in the table used for convertingLuca Abeni2009-12-14
* Use the correct type for the V4L2 format.Luca Abeni2009-12-14
* Return pkt->size in v4l2_read_packet().Luca Abeni2009-12-14
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-29
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-29
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-27
* Remove unused stuff.Michael Niedermayer2009-11-27
* Real cursor support in x11grab.Roxis2009-11-27
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-27
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-27
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-30