186 Commits (4839c192de7782605e1b7c9cc84aaf692cf67284)

Author SHA1 Message Date
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Stefano Sabatini 5d3d238f82 Factorize common code in v4l2_set_parameters(). 14 years ago
Stefano Sabatini 8621a37d9f In video4linux2, in the case the timebase value in ap is 0/0, read the 14 years ago
Stefano Sabatini bd7d9e45a4 In the video4linux2 output device, log an error description in case of 14 years ago
Jason Garrett-Glaser 8ce803db51 Make x11grab cursor drawing suck less 14 years ago
Ramiro Polla 1973e1018e vfwcap: add option to print list of supported drivers 14 years ago
José Miguel Gonçalves 70f77361d8 Allow to set the frame rate in v4l2 devices 14 years ago
Stefano Sabatini 0105889358 Cosmetics: simplify layout of fmt_conversion_table, make it shorter 14 years ago
Stefano Sabatini 680861ca73 Cosmetics: apply minor style fixes. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 4f2d2e4ed9 Define macro AV_NE() and use it in libavdevice. 14 years ago
Pete Eberlein b4f81b7429 Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Carl Eugen Hoyos 33e7febdbe Remove stray semicolon. 14 years ago
Diego Biurrun c1b85795cb Remove broken BeOS audio interface. 14 years ago
Stefano Sabatini 50f852186f Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in case 15 years ago
Ramiro Polla faa2989e0f vfwcap: flip RGB rawvideo. 15 years ago
Luca Abeni b01dba14f3 Check the return value of device_try_init() immediately after calling such a 15 years ago
Stefano Sabatini 6e25b78001 Fix weird brace placement. 15 years ago
Luca Abeni 1ace15f58c Reduce the verbosity of the v4l2 input device 15 years ago
Luca Abeni 4f54d924bc Simplify some output messages in the v4l2 input device 15 years ago
Stefano Sabatini 932d775fa2 Implement v4l2 input size autodetection in v4l2_read_header(). 15 years ago
Stefano Sabatini c57a8fefd9 Return meaningful error codes, rather than always -1. 15 years ago
Stefano Sabatini 18225025ff Remove unnecessary width and height variables from v4l2_read_header(). 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Martin Storsjö fea9bb2f31 Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_ 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini bd01c39330 Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = 15 years ago
Ramiro Polla 85f273c7ca x11grab: AVFormatParameters are always passed from av_open_input_stream(), 15 years ago
Diego Biurrun e547328b18 Revert removal of _NETBSD_SOURCE definition. 15 years ago
Ramiro Polla ad8eede7b1 vfwcap: Free remaining packets on vfw_read_close(). 15 years ago
Ramiro Polla ce03ed4df1 Do not store a copy of AVFormatContext *s in vfw_ctx. 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
Diego Biurrun 4f4e40085f Replace BSD-specific integer types by their POSIX equivalents. 15 years ago
Diego Biurrun 2138dc99fc Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. 15 years ago
Ramiro Polla e24080f00e vfwcap: Add support for UYVY pixel format. 15 years ago
Måns Rullgård c26e58e32c Add some missing #includes 15 years ago
Jorge Acereda d5963ee64a Add _NETBSD_SOURCE definition to fix compilation on NetBSD. 15 years ago
Nash Tsai d7a4961e53 vfwcap: support MJPG compressed streams. 15 years ago
Ramiro Polla 802da0b490 Indent. 15 years ago
Stefano Sabatini 1dc5c35809 Satisfy style nits. 15 years ago