summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-21avdevice/v4l: remove duplicate includeMichael Niedermayer1-1/+0
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer42-493/+494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-01-24v4l: fix compilationMichael Niedermayer1-3/+0
2012-01-24lavd: remove deprecated v4l grab device.Anton Khirnov5-376/+0
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-413/+821
2011-11-06Remove leftover includes of strings.hMartin Storsjö7-7/+0
2011-10-30lavd: add v4l and v4l2 aliases.Clément Bœsch2-2/+2
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov101-129/+129
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-3039/+3709
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov56-787/+798
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-472/+417
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun14-159/+133
2011-08-31Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun8-51/+29
2011-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer46-242/+94
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov16-177/+1
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini20-21/+19
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-130/+82
2011-05-26v4l: include avdevice.hAnton Khirnov1-0/+2
2011-05-26lavdevice: mark v4l for removal on next major bump.Anton Khirnov3-0/+11
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-241/+455
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov5-1/+9
2011-05-25v4l: add a private option for video standard.Anton Khirnov1-7/+30
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun11-80/+43
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini51-66/+66
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini46-54/+92
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-28Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2-9/+4
2008-12-27Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini1-1/+1
2008-12-27Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini1-1/+4
2008-12-26Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2-2/+2
2008-12-26Check that the device is a capture device immediately after openingStefano Sabatini1-8/+8
2008-12-26Remove unnecessary temporary variable "frame_size" fromStefano Sabatini1-4/+3
2008-12-26Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini1-1/+4
2008-12-26Cosmetics: put a space after each comma, improve consistency andStefano Sabatini1-5/+5
2008-12-17Implement size autodetection if one of the width and heightStefano Sabatini1-4/+8
2008-12-17Replace the width and height fields in VideoData with a structStefano Sabatini1-24/+15
2008-12-17Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini1-13/+8
[next]