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-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-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
2012-12-06lavd/lavfi: fix float.h include.Clément Bœsch
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini
2012-11-30lavu/opt: change the way default pixel and sample format value is setStefano Sabatini
2012-11-16dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusionsAlexander Strasser
2012-11-13Update iec61883 to handle multiple devices, and allowGeorg Lippitsch
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-05oss: warn when non block mode cannot be enabled.Michael Niedermayer
2012-11-02dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer
2012-11-02dv1394: fix order of AVOption fieldsMichael Niedermayer
2012-10-30x11grab: fix mixed declaration and codeMichael Niedermayer
2012-10-25lavd/lavfi: fix leak in case of failureStefano Sabatini
2012-10-24lavd/lavfi: add graph_file optionStefano Sabatini