summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
Commit message (Collapse)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw: update w32api to 3.13Ramiro Polla2008-12-07
| | | | Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
| | | | Originally committed as revision 15423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
| | | | 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-03
| | | | | | | 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-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoRamiro Polla2008-04-14
| | | | Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-14
| | | | | | from user-supplied verbose information. Originally committed as revision 12822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support biCompression I420Ramiro Polla2008-04-14
| | | | Originally committed as revision 12821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-14
| | | | Originally committed as revision 12820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify more errors by using gotoRamiro Polla2008-04-14
| | | | Originally committed as revision 12819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify returning errors by using gotoRamiro Polla2008-04-14
| | | | Originally committed as revision 12818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-08
| | | | Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VFW capture supportRamiro Polla2008-03-08
Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk