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-10-24lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika
2013-09-06Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer
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-16dshow: allow for more codec ID'srogerdpack
2013-01-16dshow: better error reportingrogerdpack
2013-01-16dshow: fix log messagerogerdpack
2013-01-16Merge remote-tracking branch 'origin/master' into combinedrogerdpack
2013-02-02lavd/alsa: simplify reordering functions definition.Nicolas George
2013-01-31lavd/v4l2: read the correct time per frame from devices that support a standardGiorgio Vazzana
2013-01-31lavd/v4l2: add list_standards optionGiorgio Vazzana
2013-01-28lavd/v4l2: use avcodec_find_decoder in list_formatsStephan Hilb
2013-01-27lavd/v4l2: select input immediately after opening the deviceGiorgio Vazzana
2013-01-27lavd/v4l2: sanitize logic of device_try_init(), so that it properly signal er...Stefano Sabatini
2013-01-18Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer
2013-01-18libcdio: support recent cdio-paranoiaLuca Barbato
2013-01-16lavd/v4l2: init return value.Nicolas George
2013-01-16lavd/v4l2: update broken link to v4l2 video capture exampleStephan Hilb
2013-01-16lavd/v4l2: improve debug messageStephan Hilb
2013-01-16hdyc colrogerdpack
2013-01-16dshow: use standardized raw pixel format lookuprogerdpack
2013-01-16lavd/v4l2: apply grammar/consistency fixes to options help fieldsStefano Sabatini
2013-01-16lavd/v4l2: return meaningful error code from device_init()Stefano Sabatini
2013-01-16lavd/v4l2: fix misc messagesStefano Sabatini
2013-01-16lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmtStefano Sabatini
2013-01-14Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1'Michael Niedermayer
2013-01-14Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33'Michael Niedermayer
2013-01-13v4l2: do not assert on a value received from outside of LibavAnton Khirnov
2013-01-13v4l2: set the average framerate instead of codec timebase.Anton Khirnov
2013-01-13v4l2: avoid pointless indirection.Anton Khirnov
2013-01-04Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8'Michael Niedermayer
2013-01-03build: Avoid detecting bogus components named 'x'Clément Bœsch
2012-12-30Merge back some registering macros in all*.c.Clément Bœsch
2012-12-29bktr: fix warning: missing braces around initializerMichael Niedermayer
2012-12-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-21Support H264 over video4linux2.Carl Eugen Hoyos
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-17dshow: call CoUninitialize() on dshow_read_close()Ramiro Polla
2012-12-17dshow: handle events in graphRamiro Polla
2012-12-15lavd/dshow: rename dshow class namerogerdpack
2012-12-09dshow: fix return code when opening deviceRamiro Polla