summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-293-3/+3
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-292-2/+2
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-271-1/+3
* Remove unused stuff.Michael Niedermayer2009-11-271-29/+0
* Real cursor support in x11grab.Roxis2009-11-271-87/+29
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-271-2/+2
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-271-24/+5
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-183-7/+25
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-161-0/+2
* cosmetics: Break overly long lines.Diego Biurrun2009-10-181-2/+4
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-301-3/+5
* Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun2009-09-221-1/+1
* Add missing strings.h include needed for strcasecmp.Reimar Döffinger2009-09-191-0/+1
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-121-1/+0
* Indent.Ramiro Polla2009-09-041-9/+9
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-041-2/+2
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-231-0/+2
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-021-18/+16
* vfwcap: Indent.Ramiro Polla2009-07-301-9/+8
* vfwcap: Support compressed streams.Ramiro Polla2009-07-301-0/+15
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-301-6/+5