| Commit message (Expand) | Author | Age | Files | Lines |
* | oss,sndio: simplify by using FFMIN. | Reimar Döffinger | 2011-06-09 | 2 | -6/+2 |
* | v4l2: do not force NTSC as standard | Luca Barbato | 2011-06-05 | 1 | -1/+1 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 6 | -15/+0 |
* | x11grab: add framerate private option. | Anton Khirnov | 2011-06-04 | 1 | -10/+14 |
* | fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base. | Anton Khirnov | 2011-06-04 | 2 | -3/+3 |
* | bktr: don't error when AVFormatParameters.time_base isn't set. | Anton Khirnov | 2011-06-04 | 1 | -5/+0 |
* | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+1 |
* | bktr: get default framerate from video standard. | Anton Khirnov | 2011-06-03 | 1 | -11/+23 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 2 | -6/+1 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -6/+2 |
* | v4l2: remove one forgotten use of AVFormatParameters.pix_fmt. | Anton Khirnov | 2011-06-02 | 1 | -1/+1 |
* | vfwcap: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -6/+10 |
* | v4l2: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -12/+20 |
* | libdc1394: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -9/+18 |
* | fbdev: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -12/+36 |
* | bktr: add a framerate private option. | Anton Khirnov | 2011-06-02 | 1 | -11/+13 |
* | v4l2: don't leak video standard string on error. | Anton Khirnov | 2011-05-29 | 1 | -1/+1 |
* | v4l2: add a pixel_format private option. | Anton Khirnov | 2011-05-27 | 1 | -3/+15 |
* | libdc1394: add a pixel_format private option. | Anton Khirnov | 2011-05-27 | 1 | -1/+13 |
* | 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 |