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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-10lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini
2013-02-10lavd/v4l2: implement consistent error handlingStefano Sabatini
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-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-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
2012-12-21Support H264 over video4linux2.Carl Eugen Hoyos
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1Michael Niedermayer
2012-08-31Add CPiA video decoderStephan Hilb
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-20v4l2: remove call to v4l2_fd_open.Nicolas George
2012-07-08v4l2: use av_assertMichael Niedermayer
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-05-20v4l2: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-04-04v4l2: allow to convert monotonic timestamps.Nicolas George
2012-02-05Support YV12 from video4linux2 devices.Carl Eugen Hoyos
2012-02-01Add some missing v4l2 pix_fmt mappings.Carl Eugen Hoyos
2012-02-01Fix v4l pix_fmt mapping for rgb32: There is no transparency information.Carl Eugen Hoyos
2012-02-01Fix pix_fmt mapping for v4l2 rgb5x5.Carl Eugen Hoyos
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-11Revert "v4l2: poll the file descriptor"Michael Niedermayer
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10v4l2: use C99 struct initializerLuca Barbato