summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* Add support for pcm_f32* to alsa.Carl Eugen Hoyos2011-04-05
* Support s32 output via alsa audio device.Carl Eugen Hoyos2011-04-05
* Template alsa reordering functions.Carl Eugen Hoyos2011-04-05
* ALSA: fix a stupid bad use of av_freep.Nicolas George2011-03-31
* Remove a memory allocation and the associated memcpy.Sven C. Dack2011-03-30
* Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.Carl Eugen Hoyos2011-03-30
* sndio: allow any endianness when recordingReimar Döffinger2011-03-29
* Simplify: Use FFMIN.Reimar Döffinger2011-03-29
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-29
|\
| * framebuffer device demuxerStefano Sabatini2011-03-28
* | sndio: prefer "FFmpeg" over "Libav" in the license headerStefano Sabatini2011-03-28
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-28
|\|
| * sndio support for playback and recordBrad2011-03-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | ALSA: implement channel layout for playback.Nicolas George2011-03-26
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | fbdev: fix check on nanosleep return valeStefano Sabatini2011-03-13
* | framebuffer device demuxerStefano Sabatini2011-03-08
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-05
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-05
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-04
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-07
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-23
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-23
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-12
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-11
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-11
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove stray semicolon.Carl Eugen Hoyos2010-06-21
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-01
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-29
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-28
* Fix weird brace placement.Stefano Sabatini2010-04-27
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-27
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-27