| Commit message (Expand) | Author | Age | Files | Lines |
* | x11: fix memleak | Carl Eugen Hoyos | 2011-04-10 | 1 | -0/+1 |
* | Add support for pcm_f32* to alsa. | Carl Eugen Hoyos | 2011-04-05 | 1 | -0/+2 |
* | Support s32 output via alsa audio device. | Carl Eugen Hoyos | 2011-04-05 | 1 | -0/+10 |
* | Template alsa reordering functions. | Carl Eugen Hoyos | 2011-04-05 | 1 | -32/+37 |
* | ALSA: fix a stupid bad use of av_freep. | Nicolas George | 2011-03-31 | 1 | -1/+1 |
* | Remove a memory allocation and the associated memcpy. | Sven C. Dack | 2011-03-30 | 1 | -7/+3 |
* | Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1. | Carl Eugen Hoyos | 2011-03-30 | 1 | -1/+1 |
* | sndio: allow any endianness when recording | Reimar Döffinger | 2011-03-29 | 1 | -1/+1 |
* | Simplify: Use FFMIN. | Reimar Döffinger | 2011-03-29 | 2 | -6/+2 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-29 | 2 | -3/+2 |
|\ |
|
| * | framebuffer device demuxer | Stefano Sabatini | 2011-03-28 | 4 | -1/+253 |
* | | sndio: prefer "FFmpeg" over "Libav" in the license header | Stefano Sabatini | 2011-03-28 | 4 | -16/+16 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-28 | 6 | -0/+373 |
|\| |
|
| * | 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 |
* | | ALSA: implement channel layout for playback. | Nicolas George | 2011-03-26 | 3 | -1/+106 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -2/+2 |
|\| |
|
| * | 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 |
* | | fbdev: fix check on nanosleep return vale | Stefano Sabatini | 2011-03-13 | 1 | -1/+1 |
* | | framebuffer device demuxer | Stefano Sabatini | 2011-03-08 | 4 | -2/+256 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 3 | -3/+3 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 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 |