March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
December 28, 2008
View 5d91e92

Use avcodec_check_dimensions() for checking the frame size validity. The v4l.c check is moved after the eventual automatic size detection, so the check in that case is performed on the new set values.

Stefano Sabatini authored on 2008/12/28 23:41:19
December 27, 2008
View df77a6d

Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.

Stefano Sabatini authored on 2008/12/27 20:44:56
View faf6732

Add missing check on the return value of the VIDIOCSWIN ioctl.

Stefano Sabatini authored on 2008/12/27 20:40:07
December 26, 2008
View df2a3f2

Use more descriptive long_names for Video4Linux input devices.

Stefano Sabatini authored on 2008/12/26 20:23:50
View 7274a48

Check that the device is a capture device immediately after opening the device.

Stefano Sabatini authored on 2008/12/26 19:12:57
View f233d34

Remove unnecessary temporary variable "frame_size" from grab_read_header().

Stefano Sabatini authored on 2008/12/26 18:31:21
View fd867ff

Add missing check on the result of a VIDIOCCAPTURE ioctl.

Stefano Sabatini authored on 2008/12/26 18:12:12
View c40432d

Cosmetics: put a space after each comma, improve consistency and readability.

Stefano Sabatini authored on 2008/12/26 18:07:51
December 18, 2008
View 7bbacf9

Implement size autodetection if one of the width and height AVFormatParameters for grab_read_header() is non-positive.

Stefano Sabatini authored on 2008/12/18 08:58:28
View 406c580

Replace the width and height fields in VideoData with a struct video_window video_win field.

Stefano Sabatini authored on 2008/12/18 08:51:19
View 9580ba2

Replace frame_rate and frame_rate_base fields in VideoData with an AVRational time_base field.

Stefano Sabatini authored on 2008/12/18 08:43:56
December 8, 2008
View b9f382c

Remove unnecessary ret variable.

Stefano Sabatini authored on 2008/12/08 07:52:32
October 22, 2008
View 37d3e06

uses FF_ARRAY_ELEMS() where appropriate

Aurelien Jacobs authored on 2008/10/22 06:40:24