| Commit message (Expand) | Author | Age | Files | Lines |
* | vfwcap: Include windows.h before vfw.h since the latter requires defines | kemuri | 2010-01-23 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2009-09-04 | 1 | -9/+9 |
* | Use if(0){} instead of #if 0 to prevent debug code to rot. | Ramiro Polla | 2009-09-04 | 1 | -2/+2 |
* | vfwcap: Move vfw_read_close to avoid forward declaration. | Diego Biurrun | 2009-08-02 | 1 | -18/+16 |
* | vfwcap: Indent. | Ramiro Polla | 2009-07-30 | 1 | -9/+8 |
* | vfwcap: Support compressed streams. | Ramiro Polla | 2009-07-30 | 1 | -0/+15 |
* | vfwcap: Reorder some code to simplify next patch. | Ramiro Polla | 2009-07-30 | 1 | -6/+5 |
* | vfwcap: Return PIX_FMT_NONE instead of -1 on error. | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | vfwcap: Update error message: | Ramiro Polla | 2009-07-30 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | mingw: update w32api to 3.13 | Ramiro Polla | 2008-12-07 | 1 | -12/+0 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | sync to latest mingw api, remove unneeded struct definitions | Baptiste Coudurier | 2008-09-26 | 1 | -36/+0 |
* | set bits_per_coded_sample according to new lavc api | Baptiste Coudurier | 2008-09-09 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | typo | Ramiro Polla | 2008-04-14 | 1 | -1/+1 |
* | Add #if 0 code to test for yet unsupported compressions | Ramiro Polla | 2008-04-14 | 1 | -0/+12 |
* | Support biCompression I420 | Ramiro Polla | 2008-04-14 | 1 | -0/+2 |
* | Cosmetics: remove {}s over one-lined ifs. | Ramiro Polla | 2008-04-14 | 1 | -8/+4 |
* | Simplify more errors by using goto | Ramiro Polla | 2008-04-14 | 1 | -4/+5 |
* | Simplify returning errors by using goto | Ramiro Polla | 2008-04-14 | 1 | -18/+13 |
* | Correctly handle case where buffer is 100% full | Ramiro Polla | 2008-03-08 | 1 | -1/+1 |
* | VFW capture support | Ramiro Polla | 2008-03-08 | 1 | -0/+460 |