65 Commits (2014b51caee15069ae50cf4151f694ffadb4b7ba)

Author SHA1 Message Date
  Ramiro Polla bc4b722143 mingw: update w32api to 3.13 16 years ago
  Måns Rullgård c87348a922 Use OBJS variable for all object files 16 years ago
  Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
  Jens Rosenboom 3d0d9a5e3b The v4l2 driver can silently change the pixel format in the 16 years ago
  Alexis Ballier d84b1cb3da Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. 16 years ago
  Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
  Baptiste Coudurier a3250d073d sync to latest mingw api, remove unneeded struct definitions 16 years ago
  Brad 1b6e8b734c V4L2 support for OpenBSD, patch by Brad, brad comstyle com 16 years ago
  Baptiste Coudurier 00adc1e5dc set bits_per_coded_sample according to new lavc api 16 years ago
  Jean Delvare 92d04e765e Add support for the RGB32 pixel format in video4linux2 devices 17 years ago
  Jean Delvare 97a290efcb Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in 17 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 17 years ago
  Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 17 years ago
  Diego Biurrun 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 17 years ago
  Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 17 years ago
  Stefano Sabatini b3b990b659 Implement avdevice_version(). 17 years ago
  Stefano Sabatini 3241ec1d6f Cosmetics: make a v4l2 error message consistent with r14647. 17 years ago
  Benoit Fouet c57c489753 Change OSS long names. 17 years ago
  Benoit Fouet 0f680571fa Remove useless 'channels' assignment. 17 years ago
  Stefano Sabatini 99423fa0ee Distinguish the error reporting for the cases of wrong size and wrong 17 years ago
  Stefano Sabatini e78d651f06 Distinguish the error reporting for the cases of wrong size and wrong 17 years ago
  Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
  Stefano Sabatini deaab5fc32 Make v4l2_read_header() don't free a stream in case of failure when 17 years ago
  Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when 17 years ago
  Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 17 years ago
  Stefano Sabatini 44555f098c Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. 17 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Diego Biurrun 4f78608632 #include required headers directly. 17 years ago
  Diego Biurrun 9aed96128f prettyprinting cosmetics 17 years ago
  Diego Biurrun 1f9449234e Remove unused avdevice.h header file; add config.h which is used. 17 years ago
  Ramiro Polla 4b1131a075 typo 17 years ago
  Ramiro Polla cada03275e Add #if 0 code to test for yet unsupported compressions 17 years ago
  Ramiro Polla 23ef6da836 Support biCompression I420 17 years ago
  Ramiro Polla e4d286f1c7 Cosmetics: remove {}s over one-lined ifs. 17 years ago
  Ramiro Polla e110f48608 Simplify more errors by using goto 17 years ago
  Ramiro Polla 76c2662b48 Simplify returning errors by using goto 17 years ago
  Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
  François Revol 0d14ab27a8 Fix building with C++ objects, variable names were inconsistent. 17 years ago
  Diego Biurrun 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. 17 years ago
  Diego Biurrun 362b3bf757 Remove unneeded sys/mman.h #include. 17 years ago
  Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 17 years ago
  Diego Biurrun 63d026b1bf cosmetics: #include config.h before all other FFmpeg headers. 17 years ago
  Diego Biurrun bd10713636 typo fixes 17 years ago
  Ramiro Polla d76c3e077e Correctly handle case where buffer is 100% full 17 years ago
  Ramiro Polla c234520736 VFW capture support 17 years ago
  Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
  Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
  Måns Rullgård 5671fc14f6 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 17 years ago