| Commit message (Expand) | Author | Age | Files | Lines |
* | sdl: align option fields after last commit | Stefano Sabatini | 2011-06-05 | 1 | -2/+2 |
* | sdl: use the filename for defining the window title, if not specified | Stefano Sabatini | 2011-06-05 | 2 | -2/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-05 | 5 | -271/+204 |
|\ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 2 | -12/+24 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 6 | -242/+339 |
|\| |
|
| * | 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: rewrite code iterating the supported standards | Stefano Sabatini | 2011-05-30 | 1 | -9/+7 |
* | | v4l2: perform minor style fixes | Stefano Sabatini | 2011-05-30 | 1 | -3/+3 |
* | | v4l2: replace memset() with explicit struct initialization | Stefano Sabatini | 2011-05-30 | 1 | -16/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -1/+1 |
|\| |
|
| * | v4l2: don't leak video standard string on error. | Anton Khirnov | 2011-05-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 2 | -3/+28 |
|\| |
|
| * | 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 |
* | | v4l2: create file @doxy from text in the copyright header | Stefano Sabatini | 2011-05-28 | 1 | -8/+11 |
* | | v4l2: remove pointless empty lines | Stefano Sabatini | 2011-05-28 | 1 | -14/+0 |
* | | v4l2: set default standard to NULL | Stefano Sabatini | 2011-05-28 | 1 | -1/+1 |
* | | v4l2: use OFFSET macro when setting options | Stefano Sabatini | 2011-05-28 | 1 | -2/+3 |
* | | lavdev: add SDL output device | Stefano Sabatini | 2011-05-28 | 4 | -1/+231 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 5 | -49/+175 |
|\| |
|
| * | 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 |
* | | libdc1394: choose best video mode and rate based on camera capabilities. | Martin Lambers | 2011-05-27 | 1 | -80/+162 |
* | | Remove support for libdc1394 < 2.0. | Martin Lambers | 2011-05-27 | 1 | -145/+8 |
* | | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h | Stefano Sabatini | 2011-05-27 | 20 | -21/+19 |
* | | lavdev: include libavformat/avformat.h in avdevice.h | Stefano Sabatini | 2011-05-27 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 4 | -15/+29 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 10 | -67/+241 |
|\| |
|