summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-312-6/+6
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-192-0/+2
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-141-1/+1
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-133-0/+3
* Implement avdevice_version().Stefano Sabatini2008-08-082-1/+12
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-081-1/+1
* Change OSS long names.Benoit Fouet2008-08-081-2/+2
* Remove useless 'channels' assignment.Benoit Fouet2008-08-071-2/+0
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-061-3/+6
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-061-4/+6
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-2/+2
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-151-4/+0
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-151-1/+0
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-081-1/+1
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-171-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-038-10/+10
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-0910-14/+16
* #include required headers directly.Diego Biurrun2008-05-081-1/+7
* prettyprinting cosmeticsDiego Biurrun2008-05-081-6/+6
* Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun2008-04-271-1/+1
* typoRamiro Polla2008-04-141-1/+1
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-141-0/+12
* Support biCompression I420Ramiro Polla2008-04-141-0/+2
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-141-8/+4
* Simplify more errors by using gotoRamiro Polla2008-04-141-4/+5
* Simplify returning errors by using gotoRamiro Polla2008-04-141-18/+13
* non-recursive makefilesMåns Rullgård2008-04-071-2/+2
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-271-2/+2
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-244-8/+0
* Remove unneeded sys/mman.h #include.Diego Biurrun2008-03-242-6/+0
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-206-0/+18
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-151-1/+1
* typo fixesDiego Biurrun2008-03-151-1/+1
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-081-1/+1
* VFW capture supportRamiro Polla2008-03-083-0/+462
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-5/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-3/+9
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* More verbose error log message.Benoit Fouet2008-01-181-1/+1
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-171-1/+1
* Link to libraries in dependency order.Víctor Paesa2008-01-121-2/+2
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia2008-01-111-0/+4
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia2008-01-111-19/+184
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-081-4/+14
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-071-1/+1
* Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer2007-12-281-499/+1
OpenPOWER on IntegriCloud