summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-03avdevice/vfwcap: make constant arrays staticMichael Niedermayer1-1/+1
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-05Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch10-13/+12
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
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-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-09-06vfwcap: actually use framerate optionRamiro Polla1-0/+5
2011-09-01Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger1-17/+15
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-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini1-4/+4
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-75/+440
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov10-21/+9
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer70-897/+1031
2011-06-02Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun12-32/+11
2011-06-02vfwcap: add a framerate private option.Anton Khirnov1-6/+10
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-189/+374
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini20-21/+19
2011-05-27vfwcap: add video_size private option.Anton Khirnov1-8/+38
2011-05-21DirectShow capture supportRamiro Polla11-2/+1820
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
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-10-23vfwcap: add option to print list of supported driversRamiro Polla1-0/+16
2010-04-29vfwcap: flip RGB rawvideo.Ramiro Polla1-1/+7
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini17-29/+29
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-17vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla1-0/+9
2010-03-17Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla1-10/+9
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini7-15/+15
2010-03-10vfwcap: Add support for UYVY pixel format.Ramiro Polla1-0/+2
2010-02-23vfwcap: support MJPG compressed streams.Nash Tsai1-0/+3
2010-01-23vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri1-1/+1
2009-09-04Indent.Ramiro Polla1-9/+9
2009-09-04Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla1-2/+2
2009-08-02vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun1-18/+16
2009-07-30vfwcap: Indent.Ramiro Polla1-9/+8
2009-07-30vfwcap: Support compressed streams.Ramiro Polla1-0/+15
[next]