summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAge
* lavd: add categories to device implementationsLukasz Marek2014-03-03
* avdevice/vfwcap: make constant arrays staticMichael Niedermayer2013-08-03
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* | vfwcap: actually use framerate optionRamiro Polla2011-09-06
* | Do not free BITMAPINFOHEADER before we are done using it.Reimar Döffinger2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-06
|\|
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
| * vfwcap: add a framerate private option.Anton Khirnov2011-06-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * vfwcap: add video_size private option.Anton Khirnov2011-05-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | DirectShow capture supportRamiro Polla2011-05-21
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-23
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-29
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla2010-03-17
* Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla2010-03-17
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-10
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-23
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-23
* Indent.Ramiro Polla2009-09-04
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-04
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-02
* vfwcap: Indent.Ramiro Polla2009-07-30
* vfwcap: Support compressed streams.Ramiro Polla2009-07-30