summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* vfwcap: Unbreak building after c201069faMartin Storsjö2015-04-11
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-09
* vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun2014-08-25
* vfwcap: Drop fallback VfW definesDiego Biurrun2014-08-19
* vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun2014-08-15
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-23
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* vfwcap: add a framerate private option.Anton Khirnov2011-06-02
* 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
* 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
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-30
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-30
* vfwcap: Update error message:Ramiro Polla2009-07-30
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* mingw: update w32api to 3.13Ramiro Polla2008-12-07
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* typoRamiro Polla2008-04-14