summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
...
* 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
* Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia2008-01-11
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia2008-01-11
* * fixing a bug preventing default values to be set correctlyRoman Shaposhnik2008-01-08
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-07
* Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer2007-12-28
* spellingVitor Sessak2007-12-01
* Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni2007-11-23
* Fix the creation of alldevices.c (create it without any rename).Luca Abeni2007-11-23
* Introduce libavdeviceLuca Abeni2007-11-22