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
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer
2013-05-30lavd: add xv output deviceStefano Sabatini
2013-05-22v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch
2013-05-20lavd/v4l2enc: check write return value.Clément Bœsch
2013-05-20lavd: add v4l2 outdev.Clément Bœsch
2013-05-20lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-04-12avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer
2013-04-12buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer
2013-04-12abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer
2013-04-01lavd/v4l2: fully init an ioctl argument.Nicolas George
2013-03-28lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana
2013-03-28lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana
2013-03-26dshow_pin: dont return a value from a void functionMichael Niedermayer
2013-03-24sndio_dec: Add missing includes for av_gettime()Martin Storsjö
2013-03-24bktr: Add missing includes for av_gettime()Martin Storsjö
2013-03-23lavd/v4l2: honor previously selected input channelGiorgio Vazzana
2013-03-20lavd/dshow: fix style and typo recently introduced.Clément Bœsch
2013-03-18libavdevice sdl: added window_fullscreen option to switch SDL output into ful...dronus
2013-03-17sndio_dec: add missing #include for av_gettime()Paul B Mahol
2013-03-16lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana
2013-03-15lavd/lavfi: upgrade to AVFrame.Nicolas George
2013-03-14avdevice: bump majorMichael Niedermayer
2013-03-13bktr: add missing #include for av_gettime()Paul B Mahol
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
2013-03-12lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana
2013-03-12Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2013-03-09lavd/v4l2: simplify codeGiorgio Vazzana
2013-03-09lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-02v4l2: fix regression that caused ffmpeg to occasionally get stuckMichael Niedermayer
2013-03-02lavd/v4l2: copy frames into normally allocated packets whenever there is just...Giorgio Vazzana
2013-02-28avformat/lavfi: force probesize to cover at least 30 framesMichael Niedermayer
2013-02-18v4l2: try to fix build on BSDMichael Niedermayer
2013-02-17Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos
2013-02-17Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos
2013-02-15dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack
2013-02-10lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini
2013-02-10lavd/v4l2: implement consistent error handlingStefano Sabatini
2013-01-18libcdio: support recent cdio-paranoiaLuca Barbato
2013-01-16dshow: allow for more codec ID'srogerdpack
2013-01-16dshow: better error reportingrogerdpack
2013-01-16dshow: fix log messagerogerdpack