summaryrefslogtreecommitdiffstats
path: root/libavdevice/vfwcap.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
* vfwcap: add option to print list of supported driversRamiro Polla2010-10-231-0/+16
| | | | Originally committed as revision 25552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: flip RGB rawvideo.Ramiro Polla2010-04-291-1/+7
| | | | Originally committed as revision 22989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
| | | | | | | | | AVERROR(ENOMEM). AVERROR_NOMEM is deprecated and will be dropped at the next libavutil major bump. Originally committed as revision 22791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla2010-03-171-0/+9
| | | | Originally committed as revision 22575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla2010-03-171-10/+9
| | | | | | Save *s directly in SetWindowLongPtr instead. Originally committed as revision 22574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-3/+3
| | | | | | AVERROR_EIO for deletion at the next major bump. Originally committed as revision 22513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Add support for UYVY pixel format.Ramiro Polla2010-03-101-0/+2
| | | | Originally committed as revision 22424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-231-0/+3
| | | | | | Patch by Nash Tsai <nash dot tsai at gmail dot com> Originally committed as revision 22004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri2010-01-231-1/+1
| | | | | | | from the former. Patch by kemuri <kemuri9 at gmail dot com> Originally committed as revision 21411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2009-09-041-9/+9
| | | | Originally committed as revision 19757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-041-2/+2
| | | | Originally committed as revision 19756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun2009-08-021-18/+16
| | | | | | Patch by Diego. Originally committed as revision 19567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Indent.Ramiro Polla2009-07-301-9/+8
| | | | Originally committed as revision 19545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Support compressed streams.Ramiro Polla2009-07-301-0/+15
| | | | Originally committed as revision 19544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Reorder some code to simplify next patch.Ramiro Polla2009-07-301-6/+5
| | | | Originally committed as revision 19543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla2009-07-301-2/+2
| | | | Originally committed as revision 19542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: Update error message:Ramiro Polla2009-07-301-2/+2
| | | | | | | - Verbose debug information is at max -v 9 now; - Add an empty space for readability. Originally committed as revision 19541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw: update w32api to 3.13Ramiro Polla2008-12-071-12/+0
| | | | Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-261-36/+0
| | | | Originally committed as revision 15423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-091-1/+1
| | | | Originally committed as revision 15289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoRamiro Polla2008-04-141-1/+1
| | | | Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-141-0/+12
| | | | | | from user-supplied verbose information. Originally committed as revision 12822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support biCompression I420Ramiro Polla2008-04-141-0/+2
| | | | Originally committed as revision 12821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-141-8/+4
| | | | Originally committed as revision 12820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify more errors by using gotoRamiro Polla2008-04-141-4/+5
| | | | Originally committed as revision 12819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify returning errors by using gotoRamiro Polla2008-04-141-18/+13
| | | | Originally committed as revision 12818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-081-1/+1
| | | | Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW capture supportRamiro Polla2008-03-081-0/+460
Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud