| Commit message (Expand) | Author | Age | Files | Lines |
* | sndio bug fix | Brad | 2011-03-29 | 1 | -1/+1 |
* | framebuffer device demuxer | Stefano Sabatini | 2011-03-28 | 4 | -1/+253 |
* | sndio support for playback and record | Brad | 2011-03-27 | 7 | -2/+375 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 17 | -69/+69 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 3 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 12 | -17/+17 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -8/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+8 |
* | Factorize common code in v4l2_set_parameters(). | Stefano Sabatini | 2011-01-05 | 1 | -14/+7 |
* | In video4linux2, in the case the timebase value in ap is 0/0, read the | Stefano Sabatini | 2011-01-05 | 2 | -1/+14 |
* | In the video4linux2 output device, log an error description in case of | Stefano Sabatini | 2011-01-04 | 1 | -1/+1 |
* | Make x11grab cursor drawing suck less | Jason Garrett-Glaser | 2010-11-07 | 1 | -9/+26 |
* | vfwcap: add option to print list of supported drivers | Ramiro Polla | 2010-10-23 | 1 | -0/+16 |
* | Allow to set the frame rate in v4l2 devices | José Miguel Gonçalves | 2010-09-23 | 1 | -0/+27 |
* | Cosmetics: simplify layout of fmt_conversion_table, make it shorter | Stefano Sabatini | 2010-09-12 | 1 | -75/+16 |
* | Cosmetics: apply minor style fixes. | Stefano Sabatini | 2010-09-11 | 1 | -14/+14 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 3 | -3/+3 |
* | Define macro AV_NE() and use it in libavdevice. | Stefano Sabatini | 2010-08-17 | 2 | -10/+2 |
* | Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 for | Pete Eberlein | 2010-08-11 | 1 | -0/+5 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 4 | -4/+6 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+0 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 3 | -11/+11 |
* | Remove stray semicolon. | Carl Eugen Hoyos | 2010-06-21 | 1 | -1/+1 |
* | Remove broken BeOS audio interface. | Diego Biurrun | 2010-06-10 | 3 | -471/+0 |
* | 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 |