| Commit message (Expand) | Author | Age | Files | Lines |
* | v4l: include avdevice.h | Anton Khirnov | 2011-05-26 | 1 | -0/+2 |
* | lavdevice: mark v4l for removal on next major bump. | Anton Khirnov | 2011-05-26 | 1 | -0/+5 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | v4l: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -7/+30 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -8/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Use avcodec_check_dimensions() for checking the frame size validity. | Stefano Sabatini | 2008-12-28 | 1 | -5/+3 |
* | Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones. | Stefano Sabatini | 2008-12-27 | 1 | -1/+1 |
* | Add missing check on the return value of the VIDIOCSWIN ioctl. | Stefano Sabatini | 2008-12-27 | 1 | -1/+4 |
* | Use more descriptive long_names for Video4Linux input devices. | Stefano Sabatini | 2008-12-26 | 1 | -1/+1 |
* | Check that the device is a capture device immediately after opening | Stefano Sabatini | 2008-12-26 | 1 | -8/+8 |
* | Remove unnecessary temporary variable "frame_size" from | Stefano Sabatini | 2008-12-26 | 1 | -4/+3 |
* | Add missing check on the result of a VIDIOCCAPTURE ioctl. | Stefano Sabatini | 2008-12-26 | 1 | -1/+4 |
* | Cosmetics: put a space after each comma, improve consistency and | Stefano Sabatini | 2008-12-26 | 1 | -5/+5 |
* | Implement size autodetection if one of the width and height | Stefano Sabatini | 2008-12-17 | 1 | -4/+8 |
* | Replace the width and height fields in VideoData with a struct | Stefano Sabatini | 2008-12-17 | 1 | -24/+15 |
* | Replace frame_rate and frame_rate_base fields in VideoData with an | Stefano Sabatini | 2008-12-17 | 1 | -13/+8 |
* | Remove unnecessary ret variable. | Stefano Sabatini | 2008-12-07 | 1 | -6/+4 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. | Michael Niedermayer | 2008-08-19 | 1 | -0/+1 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -4/+6 |
* | Make v4l_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -1/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 1 | -2/+0 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 1 | -0/+4 |
* | Make v4l.c's video_formats constant and static. | Diego Pettenò | 2008-01-07 | 1 | -1/+1 |
* | Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and | Michael Niedermayer | 2007-12-28 | 1 | -499/+1 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -0/+852 |