| Commit message (Expand) | Author | Age | Files | Lines |
* | x11grab: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -9/+39 |
* | x11grab: factorize returning error codes. | Anton Khirnov | 2011-05-27 | 1 | -9/+19 |
* | vfwcap: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -8/+38 |
* | v4l2: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+16 |
* | v4l2: factorize returning error codes. | Anton Khirnov | 2011-05-27 | 1 | -11/+17 |
* | libdc1394: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+18 |
* | libdc1394: return meaninful error codes. | Anton Khirnov | 2011-05-27 | 1 | -3/+6 |
* | bktr: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -3/+17 |
* | bktr: factorize returning error codes. | Anton Khirnov | 2011-05-27 | 1 | -7/+15 |
* | 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 | 3 | -0/+11 |
* | libdc1394: fix compilation. | Anton Khirnov | 2011-05-26 | 1 | -15/+16 |
* | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov | 2011-05-25 | 3 | -1/+5 |
* | libdc1394: add a private option for channel. | Anton Khirnov | 2011-05-25 | 1 | -4/+27 |
* | dv1394: add a private option for channel. | Anton Khirnov | 2011-05-25 | 1 | -2/+1 |
* | v4l2: reindent. | Anton Khirnov | 2011-05-25 | 1 | -14/+14 |
* | v4l2: add a private option for channel. | Anton Khirnov | 2011-05-25 | 1 | -5/+8 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 4 | -0/+8 |
* | v4l2: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -5/+28 |
* | v4l: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -7/+30 |
* | dv1394: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -5/+25 |
* | bktr: add a private option for video standard. | Anton Khirnov | 2011-05-25 | 1 | -5/+27 |
* | lavf: deprecate AVFormatParameters.{channels,sample_rate}. | Anton Khirnov | 2011-05-25 | 3 | -0/+6 |
* | ALSA: add channels and sample_rate private options. | Anton Khirnov | 2011-05-25 | 2 | -15/+26 |
* | oss: add channels and sample_rate private options. | Anton Khirnov | 2011-05-25 | 1 | -4/+20 |
* | sndio: add channels and sample_rate private options. | Anton Khirnov | 2011-05-25 | 2 | -5/+21 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 2 | -6/+0 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -8/+2 |
* | libavdevice: Define _XOPEN_SOURCE for usleep | Martin Storsjö | 2011-04-21 | 1 | -0/+1 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | 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 |