summaryrefslogtreecommitdiffstats
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* typoRamiro Polla2008-04-141-1/+1
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-141-0/+12
* Support biCompression I420Ramiro Polla2008-04-141-0/+2
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-141-8/+4
* Simplify more errors by using gotoRamiro Polla2008-04-141-4/+5
* Simplify returning errors by using gotoRamiro Polla2008-04-141-18/+13
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-081-1/+1
* VFW capture supportRamiro Polla2008-03-081-0/+460
OpenPOWER on IntegriCloud