2009-03-07 |
Luca Abeni | Fix AVFMT_FLAG_NONBLOCK in alsa |
tree | commitdiff |
2009-02-15 |
Luca Abeni | Cast a __u64 variable to uint64_t so that it can be... |
tree | commitdiff |
2009-02-09 |
Diego Biurrun | Remove file name from file headers. |
tree | commitdiff |
2009-02-02 |
Diego Biurrun | Add necessary #includes to pass 'make checkheaders'. |
tree | commitdiff |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
tree | commitdiff |
2009-01-30 |
Luca Abeni | If AVPacket->data == NULL, the packet does not contain... |
tree | commitdiff |
2009-01-26 |
Nicolas George | Add ALSA support in libavdevice. |
tree | commitdiff |
2009-01-21 |
Benoit Fouet | Rename audio.c to oss_audio.c in libavdevice. |
tree | commitdiff |
2009-01-20 |
Benoit Fouet | Use avf context in av_log, instead of NULL. |
tree | commitdiff |
2009-01-20 |
Benoit Fouet | Pass avf context to audio_open(). |
tree | commitdiff |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
tree | commitdiff |
2009-01-14 |
Aurelien Jacobs | replace all occurrence of ENABLE_ by the corresponding... |
tree | commitdiff |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
tree | commitdiff |
2009-01-07 |
Luca Abeni | Remove the frame rate from struct video_data, and allow... |
tree | commitdiff |
2008-12-28 |
Stefano Sabatini | Use avcodec_check_dimensions() for checking the frame... |
tree | commitdiff |
2008-12-27 |
Stefano Sabatini | Make the VIDIOCMCAPTURE ioctl error message consistent... |
tree | commitdiff |
2008-12-27 |
Stefano Sabatini | Add missing check on the return value of the VIDIOCSWIN... |
tree | commitdiff |
2008-12-26 |
Stefano Sabatini | Use more descriptive long_names for Video4Linux input... |
tree | commitdiff |
2008-12-26 |
Stefano Sabatini | Check that the device is a capture device immediately... |
tree | commitdiff |
2008-12-26 |
Stefano Sabatini | Remove unnecessary temporary variable "frame_size"... |
tree | commitdiff |
2008-12-26 |
Stefano Sabatini | Add missing check on the result of a VIDIOCCAPTURE... |
tree | commitdiff |
2008-12-26 |
Stefano Sabatini | Cosmetics: put a space after each comma, improve consis... |
tree | commitdiff |
2008-12-17 |
Stefano Sabatini | Implement size autodetection if one of the width and... |
tree | commitdiff |
2008-12-17 |
Stefano Sabatini | Replace the width and height fields in VideoData with... |
tree | commitdiff |
2008-12-17 |
Stefano Sabatini | Replace frame_rate and frame_rate_base fields in VideoD... |
tree | commitdiff |
2008-12-13 |
Diego Biurrun | Do not invade _t POSIX namespace. |
tree | commitdiff |
2008-12-13 |
Reimar Döffinger | Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs... |
tree | commitdiff |
2008-12-07 |
Stefano Sabatini | Remove unnecessary ret variable. |
tree | commitdiff |
2008-12-07 |
Ramiro Polla | mingw: update w32api to 3.13 |
tree | commitdiff |
2008-10-25 |
Måns Rullgård | Use OBJS variable for all object files |
tree | commitdiff |
2008-10-21 |
Aurelien Jacobs | uses FF_ARRAY_ELEMS() where appropriate |
tree | commitdiff |
2008-10-21 |
Jens Rosenboom | The v4l2 driver can silently change the pixel format... |
tree | commitdiff |
2008-10-20 |
Alexis Ballier | Add missing sys/select.h #include, fixes compilation... |
tree | commitdiff |
2008-10-02 |
Diego Pettenò | Use enum typers instead of int. |
tree | commitdiff |
2008-09-26 |
Baptiste Coudurier | sync to latest mingw api, remove unneeded struct defini... |
tree | commitdiff |
2008-09-21 |
Brad | V4L2 support for OpenBSD, patch by Brad, brad comstyle com |
tree | commitdiff |
2008-09-09 |
Baptiste Coudurier | set bits_per_coded_sample according to new lavc api |
tree | commitdiff |
2008-09-05 |
Jean Delvare | Add support for the RGB32 pixel format in video4linux2... |
tree | commitdiff |
2008-09-05 |
Jean Delvare | Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565... |
tree | commitdiff |
2008-08-31 |
Stefano Sabatini | Globally rename the header inclusion guard names. |
tree | commitdiff |
2008-08-19 |
Michael Niedermayer | Workaround bug in types.h that has typedef __u64 under... |
tree | commitdiff |
2008-08-14 |
Diego Biurrun | Use '#include <poll.h>' instead of '#include <sys/poll... |
tree | commitdiff |
2008-08-13 |
Aurelien Jacobs | strcasecmp() requires #include <strings.h> |
tree | commitdiff |
2008-08-08 |
Stefano Sabatini | Implement avdevice_version(). |
tree | commitdiff |
2008-08-08 |
Stefano Sabatini | Cosmetics: make a v4l2 error message consistent with... |
tree | commitdiff |
2008-08-08 |
Benoit Fouet | Change OSS long names. |
tree | commitdiff |
2008-08-07 |
Benoit Fouet | Remove useless 'channels' assignment. |
tree | commitdiff |
2008-08-06 |
Stefano Sabatini | Distinguish the error reporting for the cases of wrong... |
tree | commitdiff |
2008-08-06 |
Stefano Sabatini | Distinguish the error reporting for the cases of wrong... |
tree | commitdiff |
2008-07-24 |
Diego Biurrun | cosmetics: Fix two common typos: wont --> will not... |
tree | commitdiff |
2008-07-15 |
Stefano Sabatini | Make v4l2_read_header() don't free a stream in case... |
tree | commitdiff |
2008-07-15 |
Stefano Sabatini | Make v4l_read_header() don't free a stream in case... |
tree | commitdiff |
2008-07-08 |
Erik Hovland | One-bit bitfields should probably be unsigned. Unfortun... |
tree | commitdiff |
2008-06-17 |
Stefano Sabatini | Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio... |
tree | commitdiff |
2008-06-03 |
Stefano Sabatini | Make long_names in lavf/lavdev optional depending on... |
tree | commitdiff |
2008-05-11 |
Carl Eugen Hoyos | Replace some occurrences of -1 with PIX_FMT_NONE. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
tree | commitdiff |
2008-05-08 |
Diego Biurrun | #include required headers directly. |
tree | commitdiff |
2008-05-08 |
Diego Biurrun | prettyprinting cosmetics |
tree | commitdiff |
2008-04-27 |
Diego Biurrun | Remove unused avdevice.h header file; add config.h... |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | typo |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | Add #if 0 code to test for yet unsupported compressions |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | Support biCompression I420 |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | Cosmetics: remove {}s over one-lined ifs. |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | Simplify more errors by using goto |
tree | commitdiff |
2008-04-14 |
Ramiro Polla | Simplify returning errors by using goto |
tree | commitdiff |
2008-04-07 |
Måns Rullgård | non-recursive makefiles |
tree | commitdiff |
2008-03-27 |
François Revol | Fix building with C++ objects, variable names were... |
tree | commitdiff |
2008-03-24 |
Diego Biurrun | Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. |
tree | commitdiff |
2008-03-24 |
Diego Biurrun | Remove unneeded sys/mman.h #include. |
tree | commitdiff |
2008-03-20 |
Diego Biurrun | Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. |
tree | commitdiff |
2008-03-15 |
Diego Biurrun | cosmetics: #include config.h before all other FFmpeg... |
tree | commitdiff |
2008-03-15 |
Diego Biurrun | typo fixes |
tree | commitdiff |
2008-03-08 |
Ramiro Polla | Correctly handle case where buffer is 100% full |
tree | commitdiff |
2008-03-08 |
Ramiro Polla | VFW capture support |
tree | commitdiff |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
tree | commitdiff |
2008-03-07 |
Måns Rullgård | simplify library version handling |
tree | commitdiff |
2008-03-06 |
Måns Rullgård | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment |
tree | commitdiff |
2008-02-26 |
Måns Rullgård | less preprocessor magic in version number macros |
tree | commitdiff |
2008-02-19 |
Måns Rullgård | Clean up lib* version definitions |
tree | commitdiff |
2008-02-13 |
Diego Biurrun | typo fix: inited --> initialized |
tree | commitdiff |
2008-01-18 |
Benoit Fouet | More verbose error log message. |
tree | commitdiff |
2008-01-17 |
Michel Bardiaux | Clarify the error message when video width, height... |
tree | commitdiff |
2008-01-12 |
Víctor Paesa | Link to libraries in dependency order. |
tree | commitdiff |
2008-01-11 |
Alessandro Sappia | Enabling higher frame rates for dc1394, patch by Alessa... |
tree | commitdiff |
2008-01-11 |
Alessandro Sappia | Adding support for libdc1394 v.2, patch by Alessandro... |
tree | commitdiff |
2008-01-08 |
Roman Shaposhnik | * fixing a bug preventing default values to be set... |
tree | commitdiff |
2008-01-07 |
Diego Pettenò | Make v4l.c's video_formats constant and static. |
tree | commitdiff |
2007-12-28 |
Michael Niedermayer | Remove AIW support code, it is unfit for ffmpeg svn... |
tree | commitdiff |
2007-12-01 |
Vitor Sessak | spelling |
tree | commitdiff |
2007-11-23 |
Luca Abeni | Link libavdevice against libavutil, libavcodec, and... |
tree | commitdiff |
2007-11-23 |
Luca Abeni | Fix the creation of alldevices.c (create it without... |
tree | commitdiff |
2007-11-22 |
Luca Abeni | Introduce libavdevice |
tree | commitdiff |
|