summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fix a stupid bad use of av_freep.Nicolas George2011-03-311-1/+1
* Remove a memory allocation and the associated memcpy.Sven C. Dack2011-03-301-7/+3
* Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.Carl Eugen Hoyos2011-03-301-1/+1
* sndio: allow any endianness when recordingReimar Döffinger2011-03-291-1/+1
* Simplify: Use FFMIN.Reimar Döffinger2011-03-292-6/+2
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-292-3/+2
|\
| * framebuffer device demuxerStefano Sabatini2011-03-284-1/+253
* | sndio: prefer "FFmpeg" over "Libav" in the license headerStefano Sabatini2011-03-284-16/+16
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-286-0/+373
|\ \ | |/
| * sndio support for playback and recordBrad2011-03-277-2/+375
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1917-69/+69
* | ALSA: implement channel layout for playback.Nicolas George2011-03-263-1/+106
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-2/+2
|\ \ | |/
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
| * Merge libavcore into libavutilReinhard Tartler2011-02-153-3/+3
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-2612-17/+17
* | fbdev: fix check on nanosleep return valeStefano Sabatini2011-03-131-1/+1
* | framebuffer device demuxerStefano Sabatini2011-03-084-2/+256
* | Merge libavcore into libavutilReinhard Tartler2011-02-163-3/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-2812-17/+17
|/
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-8/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+8
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-051-14/+7
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-052-1/+14
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-041-1/+1
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-071-9/+26
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-231-0/+16
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-231-0/+27
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-121-75/+16
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-111-14/+14
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-073-3/+3
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-172-10/+2
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-111-0/+5
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-064-4/+6
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-2/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-303-11/+11
* Remove stray semicolon.Carl Eugen Hoyos2010-06-211-1/+1
* Remove broken BeOS audio interface.Diego Biurrun2010-06-103-471/+0
* Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini2010-05-011-4/+4
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-291-1/+7
* Check the return value of device_try_init() immediately after calling such aLuca Abeni2010-04-281-3/+2
* Fix weird brace placement.Stefano Sabatini2010-04-271-2/+1
* Reduce the verbosity of the v4l2 input deviceLuca Abeni2010-04-271-3/+3
* Simplify some output messages in the v4l2 input deviceLuca Abeni2010-04-271-3/+2
* Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini2010-04-261-8/+18
* Return meaningful error codes, rather than always -1.Stefano Sabatini2010-04-261-17/+17
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-251-10/+6
OpenPOWER on IntegriCloud