summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* Allow to print wider unsupported channel layouts.Carl Eugen Hoyos2011-04-15
* AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.Carl Eugen Hoyos2011-04-14
* Cosmetics: Fix indentation and move one line.Carl Eugen Hoyos2011-04-14
* Support alsa channel reordering for float.Carl Eugen Hoyos2011-04-14
* Add forgotten line to silence a warning for int32.Carl Eugen Hoyos2011-04-14
* Also support alsa channel reordering for u16 and u32 formats.Carl Eugen Hoyos2011-04-14
* Rename the s16 and s32 alsa reorder functions as int16 and int32.Carl Eugen Hoyos2011-04-14
* Support unsigned variants of already supported signed formats in alsa.Carl Eugen Hoyos2011-04-14
* Support a-law and mu-law output in alsa.Carl Eugen Hoyos2011-04-14
* Cosmetics: Rename variable param as the more appropriate dpyname.Sven C. Dack2011-04-12
* Cosmetics: Fix white-space in av_log() message.Sven C. Dack2011-04-12
* Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.Carl Eugen Hoyos2011-04-12
* Support CODEC_ID_PCM_F64* output via alsa (stereo only).Carl Eugen Hoyos2011-04-12
* Support CODEC_ID_PCM_S24* output via alsa (stereo only).Carl Eugen Hoyos2011-04-12
* Revert "fbdev: simplify logic in fbdev_read_packet()"Michael Niedermayer2011-04-11
* fbdev: simplify logic in fbdev_read_packet()Stefano Sabatini2011-04-11
* x11: fix memleakCarl Eugen Hoyos2011-04-10
* 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