summaryrefslogtreecommitdiffstats
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-12/+12
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-6/+6
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-2/+2
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-9/+8
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* | vfwcap: actually use framerate optionRamiro Polla2011-09-061-0/+5
* | Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger2011-09-011-17/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-11/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-11/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\ \ | |/
| * vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-231-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-3/+0
|\ \ | |/
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-9/+11
|\ \ | |/
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+1
| * vfwcap: add a framerate private option.Anton Khirnov2011-06-021-6/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-8/+38
|\ \ | |/
| * vfwcap: add video_size private option.Anton Khirnov2011-05-271-8/+38
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | DirectShow capture supportRamiro Polla2011-05-211-2/+0
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-231-0/+16
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-291-1/+7
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla2010-03-171-0/+9
* Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla2010-03-171-10/+9
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-3/+3
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-101-0/+2
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-231-0/+3
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-231-1/+1
* Indent.Ramiro Polla2009-09-041-9/+9
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-041-2/+2
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-021-18/+16
* vfwcap: Indent.Ramiro Polla2009-07-301-9/+8
* vfwcap: Support compressed streams.Ramiro Polla2009-07-301-0/+15
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-301-6/+5
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-301-2/+2
OpenPOWER on IntegriCloud