summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-282-9/+4
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-271-1/+1
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-271-1/+4
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-262-2/+2
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-261-8/+8
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-261-4/+3
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-261-1/+4
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-261-5/+5
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-171-4/+8
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-171-24/+15
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-171-13/+8
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-131-8/+8
* Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger2008-12-131-0/+1
* Remove unnecessary ret variable.Stefano Sabatini2008-12-071-6/+4
* mingw: update w32api to 3.13Ramiro Polla2008-12-071-12/+0
* Use OBJS variable for all object filesMåns Rullgård2008-10-251-2/+2
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-213-5/+5
* The v4l2 driver can silently change the pixel format in theJens Rosenboom2008-10-211-0/+5
* Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.Alexis Ballier2008-10-201-0/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+1
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-261-36/+0
* V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad2008-09-211-0/+4
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-091-1/+1
* Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare2008-09-051-3/+1
* Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare2008-09-051-0/+8
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-312-6/+6
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-192-0/+2
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-141-1/+1
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-133-0/+3
* Implement avdevice_version().Stefano Sabatini2008-08-082-1/+12
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-081-1/+1
* Change OSS long names.Benoit Fouet2008-08-081-2/+2
* Remove useless 'channels' assignment.Benoit Fouet2008-08-071-2/+0
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-061-3/+6
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-061-4/+6
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-2/+2
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-151-4/+0
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-151-1/+0
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-081-1/+1
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-171-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-038-10/+10
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-0910-14/+16
* #include required headers directly.Diego Biurrun2008-05-081-1/+7
* prettyprinting cosmeticsDiego Biurrun2008-05-081-6/+6
* Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun2008-04-271-1/+1
* typoRamiro Polla2008-04-141-1/+1
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-141-0/+12
* Support biCompression I420Ramiro Polla2008-04-141-0/+2
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-141-8/+4
OpenPOWER on IntegriCloud