summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-27timefilter: Handle memory allocation failureDerek Buitenhuis4-0/+16
2013-09-17lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika1-0/+4
2013-09-08lavd/v4l2: Improve debug messageGiorgio Vazzana1-5/+5
2013-09-01Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos1-0/+3
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-05-22v4l2: make possible to disable libv4l2 at runtime.Clément Bœsch3-15/+49
2013-05-19lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch4-120/+170
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer13-19/+20
2013-05-03silly typo fixesDiego Biurrun14-20/+21
2013-04-01lavd/v4l2: fully init an ioctl argument.Nicolas George1-2/+1
2013-03-28lavd/v4l2: fix printing of list_formats tableGiorgio Vazzana1-4/+2
2013-03-28lavd/v4l2: replace ioctl() with v4l2_ioctl()Giorgio Vazzana1-2/+2
2013-03-23lavd/v4l2: honor previously selected input channelGiorgio Vazzana2-9/+20
2013-03-16lavd/v4l2: silence libv4l2 loggingGiorgio Vazzana1-0/+6
2013-03-12lavd/v4l2: fix bug in init_convert_timestamp()Giorgio Vazzana1-2/+2
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer6-0/+6
2013-03-09lavd/v4l2: simplify codeGiorgio Vazzana1-5/+2
2013-03-09lavd/v4l2: correctly handle error conditions in mmap_read_frame()Giorgio Vazzana1-5/+11
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2013-03-02v4l2: fix regression that caused ffmpeg to occasionally get stuckMichael Niedermayer1-0/+1
2013-03-01lavd/v4l2: copy frames into normally allocated packets whenever there is just...Giorgio Vazzana1-23/+64
2013-02-17v4l2: try to fix build on BSDMichael Niedermayer1-0/+2
2013-02-17Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos1-0/+3
2013-02-17Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos1-0/+1
2013-02-10lavd/v4l2: fix error logic when enumerating standardsStefano Sabatini1-2/+5
2013-02-10lavd/v4l2: implement consistent error handlingStefano Sabatini1-86/+68
2013-01-31lavd/v4l2: read the correct time per frame from devices that support a standardGiorgio Vazzana1-44/+72
2013-01-31lavd/v4l2: add list_standards optionGiorgio Vazzana3-1/+36
2013-01-27lavd/v4l2: use avcodec_find_decoder in list_formatsStephan Hilb1-1/+1
2013-01-27lavd/v4l2: select input immediately after opening the deviceGiorgio Vazzana1-17/+20
2013-01-27lavd/v4l2: sanitize logic of device_try_init(), so that it properly signal er...Stefano Sabatini1-30/+39
2013-01-16lavd/v4l2: init return value.Nicolas George1-1/+1
2013-01-16lavd/v4l2: update broken link to v4l2 video capture exampleStephan Hilb1-1/+1
2013-01-16lavd/v4l2: improve debug messageStephan Hilb1-1/+2
2013-01-15lavd/v4l2: apply grammar/consistency fixes to options help fieldsStefano Sabatini1-15/+18
2013-01-15lavd/v4l2: return meaningful error code from device_init()Stefano Sabatini1-2/+3
2013-01-15lavd/v4l2: fix misc messagesStefano Sabatini1-4/+4
2013-01-15lavd/v4l2: extend error/debug feedback in case of invalid codec/pix_fmtStefano Sabatini1-1/+7
2013-01-14Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1'Michael Niedermayer2-9/+16
2013-01-14Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33'Michael Niedermayer7-22/+345
2013-01-13v4l2: do not assert on a value received from outside of LibavAnton Khirnov1-1/+6
2013-01-13v4l2: set the average framerate instead of codec timebase.Anton Khirnov1-4/+4
2013-01-13v4l2: avoid pointless indirection.Anton Khirnov1-22/+13
2012-12-21Support H264 over video4linux2.Carl Eugen Hoyos1-0/+3
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
[next]