OSDN Git Service

Flush SDP description
[coroid/libav_saccubus.git] / libavdevice /
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Jens RosenboomThe v4l2 driver can silently change the pixel format...
2008-10-20 Alexis BallierAdd missing sys/select.h #include, fixes compilation...
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-26 Baptiste Couduriersync to latest mingw api, remove unneeded struct defini...
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-09 Baptiste Coudurierset bits_per_coded_sample according to new lavc api
2008-09-05 Jean DelvareAdd support for the RGB32 pixel format in video4linux2...
2008-09-05 Jean DelvareAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
2008-08-14 Diego BiurrunUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-08 Stefano SabatiniImplement avdevice_version().
2008-08-08 Stefano SabatiniCosmetics: make a v4l2 error message consistent with...
2008-08-08 Benoit FouetChange OSS long names.
2008-08-07 Benoit FouetRemove useless 'channels' assignment.
2008-08-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-08-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-07-15 Stefano SabatiniMake v4l2_read_header() don't free a stream in case...
2008-07-15 Stefano SabatiniMake v4l_read_header() don't free a stream in case...
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-06-17 Stefano SabatiniAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Diego Biurrun#include required headers directly.
2008-05-08 Diego Biurrunprettyprinting cosmetics
2008-04-27 Diego BiurrunRemove unused avdevice.h header file; add config.h...
2008-04-14 Ramiro Pollatypo
2008-04-14 Ramiro PollaAdd #if 0 code to test for yet unsupported compressions
2008-04-14 Ramiro PollaSupport biCompression I420
2008-04-14 Ramiro PollaCosmetics: remove {}s over one-lined ifs.
2008-04-14 Ramiro PollaSimplify more errors by using goto
2008-04-14 Ramiro PollaSimplify returning errors by using goto
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-27 François RevolFix building with C++ objects, variable names were...
2008-03-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-24 Diego BiurrunRemove unneeded sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-03-15 Diego Biurruncosmetics: #include config.h before all other FFmpeg...
2008-03-15 Diego Biurruntypo fixes
2008-03-08 Ramiro PollaCorrectly handle case where buffer is 100% full
2008-03-08 Ramiro PollaVFW capture support
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-01-18 Benoit FouetMore verbose error log message.
2008-01-17 Michel BardiauxClarify the error message when video width, height...
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-11 Alessandro SappiaEnabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 Alessandro SappiaAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-08 Roman Shaposhnik * fixing a bug preventing default values to be set...
2008-01-07 Diego PettenòMake v4l.c's video_formats constant and static.
2007-12-28 Michael NiedermayerRemove AIW support code, it is unfit for ffmpeg svn...
2007-12-01 Vitor Sessakspelling
2007-11-23 Luca AbeniLink libavdevice against libavutil, libavcodec, and...
2007-11-23 Luca AbeniFix the creation of alldevices.c (create it without...
2007-11-22 Luca AbeniIntroduce libavdevice