| Commit message (Expand) | Author | Age | Files | Lines |
* | Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case | Stefano Sabatini | 2010-05-01 | 1 | -4/+4 |
* | vfwcap: flip RGB rawvideo. | Ramiro Polla | 2010-04-29 | 1 | -1/+7 |
* | Check the return value of device_try_init() immediately after calling such a | Luca Abeni | 2010-04-28 | 1 | -3/+2 |
* | Fix weird brace placement. | Stefano Sabatini | 2010-04-27 | 1 | -2/+1 |
* | Reduce the verbosity of the v4l2 input device | Luca Abeni | 2010-04-27 | 1 | -3/+3 |
* | Simplify some output messages in the v4l2 input device | Luca Abeni | 2010-04-27 | 1 | -3/+2 |
* | Implement v4l2 input size autodetection in v4l2_read_header(). | Stefano Sabatini | 2010-04-26 | 1 | -8/+18 |
* | Return meaningful error codes, rather than always -1. | Stefano Sabatini | 2010-04-26 | 1 | -17/+17 |
* | Remove unnecessary width and height variables from v4l2_read_header(). | Stefano Sabatini | 2010-04-25 | 1 | -10/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 5 | -5/+5 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_ | Martin Storsjö | 2010-04-02 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 9 | -9/+9 |
* | Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = | Stefano Sabatini | 2010-03-25 | 1 | -1/+1 |
* | x11grab: AVFormatParameters are always passed from av_open_input_stream(), | Ramiro Polla | 2010-03-23 | 1 | -1/+1 |
* | Revert removal of _NETBSD_SOURCE definition. | Diego Biurrun | 2010-03-21 | 1 | -0/+1 |
* | vfwcap: Free remaining packets on vfw_read_close(). | Ramiro Polla | 2010-03-17 | 1 | -0/+9 |
* | Do not store a copy of AVFormatContext *s in vfw_ctx. | Ramiro Polla | 2010-03-17 | 1 | -10/+9 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 2 | -6/+6 |
* | Replace BSD-specific integer types by their POSIX equivalents. | Diego Biurrun | 2010-03-12 | 1 | -6/+7 |
* | Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. | Diego Biurrun | 2010-03-12 | 1 | -1/+0 |
* | vfwcap: Add support for UYVY pixel format. | Ramiro Polla | 2010-03-10 | 1 | -0/+2 |
* | Add some missing #includes | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Add _NETBSD_SOURCE definition to fix compilation on NetBSD. | Jorge Acereda | 2010-03-03 | 1 | -0/+2 |
* | vfwcap: support MJPG compressed streams. | Nash Tsai | 2010-02-23 | 1 | -0/+3 |
* | Indent. | Ramiro Polla | 2010-02-21 | 1 | -1/+1 |
* | Satisfy style nits. | Stefano Sabatini | 2010-02-05 | 1 | -2/+2 |
* | Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. | Jai Menon | 2010-01-28 | 2 | -5/+5 |
* | vfwcap: Include windows.h before vfw.h since the latter requires defines | kemuri | 2010-01-23 | 1 | -1/+1 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Define device_try_init() as static in libavdevice/v4l2.c. | Reinhard Tartler | 2010-01-03 | 1 | -5/+5 |
* | Define _XOPEN_SOURCE as 600 before including a XSI extension header. | Carl Eugen Hoyos | 2009-12-14 | 1 | -0/+2 |
* | Use enum PixelFormat as type for input_pixfmt to avoid one icc warning. | Carl Eugen Hoyos | 2009-12-14 | 1 | -1/+1 |
* | Support compressed formats in the V4L2 input device. | Luca Abeni | 2009-12-14 | 1 | -27/+61 |
* | Add support for V4L2 compressed formats in the table used for converting | Luca Abeni | 2009-12-14 | 1 | -0/+23 |
* | Use the correct type for the V4L2 format. | Luca Abeni | 2009-12-14 | 1 | -2/+2 |
* | Return pkt->size in v4l2_read_packet(). | Luca Abeni | 2009-12-14 | 1 | -1/+1 |
* | Include alsa headers before the internal FFmpeg headers. | Matthieu Castet | 2009-11-29 | 3 | -3/+3 |
* | consistency with other files: av_cold static ---> static av_cold | Ivo van Poorten | 2009-11-29 | 2 | -2/+2 |
* | Add nomouse option to not record the mouse cursor. | Michael Niedermayer | 2009-11-27 | 1 | -1/+3 |
* | Remove unused stuff. | Michael Niedermayer | 2009-11-27 | 1 | -29/+0 |
* | Real cursor support in x11grab. | Roxis | 2009-11-27 | 1 | -87/+29 |
* | Do not invent error codes but pass the error code on. | Michael Niedermayer | 2009-11-27 | 1 | -2/+2 |
* | Replace very odd and completely broken oss read_packet() by the obvious way to | Michael Niedermayer | 2009-11-27 | 1 | -24/+5 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Split avdevice.c off from alldevices.c. | Diego Biurrun | 2009-11-18 | 3 | -7/+25 |
* | Add missing #includes for avutil.h, required for the AV_VERSION* macros. | Diego Biurrun | 2009-11-16 | 1 | -0/+2 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2009-10-18 | 1 | -2/+4 |
* | Fix compilation of beosaudio.cpp, not tested if it actually works though. | Reimar Döffinger | 2009-09-30 | 1 | -3/+5 |