| Commit message (Expand) | Author | Age | Files | Lines |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | Diego Biurrun | 2008-08-14 | 1 | -1/+1 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 3 | -0/+3 |
* | Implement avdevice_version(). | Stefano Sabatini | 2008-08-08 | 2 | -1/+12 |
* | Cosmetics: make a v4l2 error message consistent with r14647. | Stefano Sabatini | 2008-08-08 | 1 | -1/+1 |
* | Change OSS long names. | Benoit Fouet | 2008-08-08 | 1 | -2/+2 |
* | Remove useless 'channels' assignment. | Benoit Fouet | 2008-08-07 | 1 | -2/+0 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -3/+6 |
* | Distinguish the error reporting for the cases of wrong size and wrong | Stefano Sabatini | 2008-08-06 | 1 | -4/+6 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
* | Make v4l2_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -4/+0 |
* | Make v4l_read_header() don't free a stream in case of failure when | Stefano Sabatini | 2008-07-15 | 1 | -1/+0 |
* | One-bit bitfields should probably be unsigned. Unfortunately, it is left | Erik Hovland | 2008-07-08 | 1 | -1/+1 |
* | Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. | Stefano Sabatini | 2008-06-17 | 1 | -2/+2 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 8 | -10/+10 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 10 | -14/+16 |
* | #include required headers directly. | Diego Biurrun | 2008-05-08 | 1 | -1/+7 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-05-08 | 1 | -6/+6 |
* | Remove unused avdevice.h header file; add config.h which is used. | Diego Biurrun | 2008-04-27 | 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 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -2/+2 |
* | Fix building with C++ objects, variable names were inconsistent. | François Revol | 2008-03-27 | 1 | -2/+2 |
* | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 4 | -8/+0 |
* | Remove unneeded sys/mman.h #include. | Diego Biurrun | 2008-03-24 | 2 | -6/+0 |
* | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. | Diego Biurrun | 2008-03-20 | 6 | -0/+18 |
* | cosmetics: #include config.h before all other FFmpeg headers. | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | Correctly handle case where buffer is 100% full | Ramiro Polla | 2008-03-08 | 1 | -1/+1 |
* | VFW capture support | Ramiro Polla | 2008-03-08 | 3 | -0/+462 |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -2/+1 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -5/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -3/+9 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+4 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | More verbose error log message. | Benoit Fouet | 2008-01-18 | 1 | -1/+1 |
* | Clarify the error message when video width, height, or framerate are not | Michel Bardiaux | 2008-01-17 | 1 | -1/+1 |
* | Link to libraries in dependency order. | Víctor Paesa | 2008-01-12 | 1 | -2/+2 |
* | Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp... | Alessandro Sappia | 2008-01-11 | 1 | -0/+4 |
* | Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ... | Alessandro Sappia | 2008-01-11 | 1 | -19/+184 |
* | * fixing a bug preventing default values to be set correctly | Roman Shaposhnik | 2008-01-08 | 1 | -4/+14 |
* | Make v4l.c's video_formats constant and static. | Diego Pettenò | 2008-01-07 | 1 | -1/+1 |
* | Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and | Michael Niedermayer | 2007-12-28 | 1 | -499/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Link libavdevice against libavutil, libavcodec, and libavformat | Luca Abeni | 2007-11-23 | 1 | -0/+4 |