summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
Commit message (Expand)AuthorAge
* 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
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-14
* Support biCompression I420Ramiro Polla2008-04-14
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-14
* Simplify more errors by using gotoRamiro Polla2008-04-14
* Simplify returning errors by using gotoRamiro Polla2008-04-14
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-08
* VFW capture supportRamiro Polla2008-03-08