OSDN Git Service

Windows MinGW環境ビルドエラー対応(Windows7 Mingw32 gcc4.5.2)
[coroid/libav_saccubus.git] / libavdevice / vfwcap.c
2011-09-12 yukihaneMerge remote branch 'official/master'
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-06-23 Stefano Sabatinivfwcap: prefer "framerate_q" over "fps" in vfw_read_hea...
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Anton Khirnovvfwcap: add a framerate private option.
2011-05-27 Anton Khirnovvfwcap: add video_size private option.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-23 Ramiro Pollavfwcap: add option to print list of supported drivers
2010-04-29 Ramiro Pollavfwcap: flip RGB rawvideo.
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-17 Ramiro Pollavfwcap: Free remaining packets on vfw_read_close().
2010-03-17 Ramiro PollaDo not store a copy of AVFormatContext *s in vfw_ctx.
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-10 Ramiro Pollavfwcap: Add support for UYVY pixel format.
2010-02-23 Nash Tsaivfwcap: support MJPG compressed streams.
2010-01-23 kemurivfwcap: Include windows.h before vfw.h since the latter...
2009-09-04 Ramiro PollaIndent.
2009-09-04 Ramiro PollaUse if(0){} instead of #if 0 to prevent debug code...
2009-08-02 Diego Biurrunvfwcap: Move vfw_read_close to avoid forward declaration.
2009-07-30 Ramiro Pollavfwcap: Indent.
2009-07-30 Ramiro Pollavfwcap: Support compressed streams.
2009-07-30 Ramiro Pollavfwcap: Reorder some code to simplify next patch.
2009-07-30 Ramiro Pollavfwcap: Return PIX_FMT_NONE instead of -1 on error.
2009-07-30 Ramiro Pollavfwcap: Update error message:
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-07 Ramiro Pollamingw: update w32api to 3.13
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-26 Baptiste Couduriersync to latest mingw api, remove unneeded struct defini...
2008-09-09 Baptiste Coudurierset bits_per_coded_sample according to new lavc api
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-14 Ramiro Pollatypo
2008-04-14 Ramiro PollaAdd #if 0 code to test for yet unsupported compressions
2008-04-14 Ramiro PollaSupport biCompression I420
2008-04-14 Ramiro PollaCosmetics: remove {}s over one-lined ifs.
2008-04-14 Ramiro PollaSimplify more errors by using goto
2008-04-14 Ramiro PollaSimplify returning errors by using goto
2008-03-08 Ramiro PollaCorrectly handle case where buffer is 100% full
2008-03-08 Ramiro PollaVFW capture support