Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21alsa: add missing headerAnton Khirnov
2011-09-19Fix compilation with --disable-everything --enable-outdev=alsa.Carl Eugen Hoyos
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-10alsa: limit buffer_size to 32768 frames.Justin Ruggles
2011-07-10alsa: fallback to buffer_size/4 for period_size.Justin Ruggles
2011-07-02ALSA demuxer: use av_gettime and a timefilter.Nicolas George
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Support u8, s8, alaw and mulaw channel reordering in alsa.Anton Khirnov
2011-06-23ALSA: implement channel layout for playback.Nicolas George
2011-06-23alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos
2011-06-23alsa: add support for more formats.Carl Eugen Hoyos
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-04-15Allow to print wider unsupported channel layouts.Carl Eugen Hoyos
2011-04-14AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.Carl Eugen Hoyos
2011-04-14Cosmetics: Fix indentation and move one line.Carl Eugen Hoyos
2011-04-14Support alsa channel reordering for float.Carl Eugen Hoyos
2011-04-14Add forgotten line to silence a warning for int32.Carl Eugen Hoyos
2011-04-14Also support alsa channel reordering for u16 and u32 formats.Carl Eugen Hoyos
2011-04-14Rename the s16 and s32 alsa reorder functions as int16 and int32.Carl Eugen Hoyos
2011-04-14Support unsigned variants of already supported signed formats in alsa.Carl Eugen Hoyos
2011-04-14Support a-law and mu-law output in alsa.Carl Eugen Hoyos
2011-04-12Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.Carl Eugen Hoyos
2011-04-12Support CODEC_ID_PCM_F64* output via alsa (stereo only).Carl Eugen Hoyos
2011-04-12Support CODEC_ID_PCM_S24* output via alsa (stereo only).Carl Eugen Hoyos
2011-04-05Add support for pcm_f32* to alsa.Carl Eugen Hoyos
2011-04-05Support s32 output via alsa audio device.Carl Eugen Hoyos
2011-04-05Template alsa reordering functions.Carl Eugen Hoyos
2011-03-31ALSA: fix a stupid bad use of av_freep.Nicolas George
2011-03-30Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.Carl Eugen Hoyos
2011-03-26ALSA: implement channel layout for playback.Nicolas George
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2009-11-30Include alsa headers before the internal FFmpeg headers.Matthieu Castet
2009-04-15Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos
2009-03-07Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Add ALSA support in libavdevice.Nicolas George