summaryrefslogtreecommitdiffstats
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAgeFilesLines
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-2/+1
* Mark read-only tables as staticDiego Biurrun2016-05-051-1/+1
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-17/+18
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* vfwcap: Unbreak building after c201069faMartin Storsjö2015-04-111-3/+6
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-091-4/+7
* vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun2014-08-251-0/+5
* vfwcap: Drop fallback VfW definesDiego Biurrun2014-08-191-8/+0
* vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun2014-08-151-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-6/+6
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-11/+0
* vfwcap: prefer "framerate_q" over "fps" in vfw_read_header()Stefano Sabatini2011-06-231-4/+4
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-3/+0
* 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
* 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
* 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
* vfwcap: Update error message:Ramiro Polla2009-07-301-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* mingw: update w32api to 3.13Ramiro Polla2008-12-071-12/+0
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-261-36/+0
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-091-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
OpenPOWER on IntegriCloud