summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier2008-09-26
* V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad2008-09-21
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare2008-09-05
* Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare2008-09-05
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-19
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun2008-08-14
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Implement avdevice_version().Stefano Sabatini2008-08-08
* Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini2008-08-08
* Change OSS long names.Benoit Fouet2008-08-08
* Remove useless 'channels' assignment.Benoit Fouet2008-08-07
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-06
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-08
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-17
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* #include required headers directly.Diego Biurrun2008-05-08
* prettyprinting cosmeticsDiego Biurrun2008-05-08
* Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun2008-04-27
* typoRamiro Polla2008-04-14
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-14
* Support biCompression I420Ramiro Polla2008-04-14
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-14
* Simplify more errors by using gotoRamiro Polla2008-04-14
* Simplify returning errors by using gotoRamiro Polla2008-04-14
* non-recursive makefilesMåns Rullgård2008-04-07
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-27
* Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun2008-03-24
* Remove unneeded sys/mman.h #include.Diego Biurrun2008-03-24
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
* typo fixesDiego Biurrun2008-03-15
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-08
* VFW capture supportRamiro Polla2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* More verbose error log message.Benoit Fouet2008-01-18
* Clarify the error message when video width, height, or framerate are notMichel Bardiaux2008-01-17
* Link to libraries in dependency order.Víctor Paesa2008-01-12