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-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27libdc1394: choose best video mode and rate based on camera capabilities.Martin Lambers
2011-05-27Remove support for libdc1394 < 2.0.Martin Lambers
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-27lavdev: include libavformat/avformat.h in avdevice.hStefano Sabatini
2011-05-27x11grab: add video_size private option.Anton Khirnov
2011-05-27x11grab: factorize returning error codes.Anton Khirnov
2011-05-27vfwcap: add video_size private option.Anton Khirnov
2011-05-27v4l2: add video_size private option.Anton Khirnov
2011-05-27v4l2: factorize returning error codes.Anton Khirnov
2011-05-27libdc1394: add video_size private option.Anton Khirnov
2011-05-27libdc1394: return meaninful error codes.Anton Khirnov
2011-05-27bktr: add video_size private option.Anton Khirnov
2011-05-27bktr: factorize returning error codes.Anton Khirnov
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26v4l: include avdevice.hAnton Khirnov
2011-05-26lavdevice: mark v4l for removal on next major bump.Anton Khirnov
2011-05-26libdc1394: fix compilation.Anton Khirnov
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25libdc1394: add a private option for channel.Anton Khirnov
2011-05-25dv1394: add a private option for channel.Anton Khirnov
2011-05-25v4l2: reindent.Anton Khirnov
2011-05-25v4l2: add a private option for channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25v4l2: add a private option for video standard.Anton Khirnov
2011-05-25v4l: add a private option for video standard.Anton Khirnov
2011-05-25dv1394: add a private option for video standard.Anton Khirnov
2011-05-25bktr: add a private option for video standard.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25ALSA: add channels and sample_rate private options.Anton Khirnov
2011-05-25oss: add channels and sample_rate private options.Anton Khirnov
2011-05-25sndio: add channels and sample_rate private options.Anton Khirnov
2011-05-21DirectShow capture: Fix buildRamiro Polla
2011-05-21DirectShow capture supportRamiro Polla
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-02Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21libavdevice: Define _XOPEN_SOURCE for usleepMartin Storsjö
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-18Bump major versions of all libraries.Anton Khirnov
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