]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavdevice
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavdevice /
2009-11-25 Michal SojkaRemoved static omkization
2009-05-25 Martin MolnarAdded autogenerated Makefiles
2009-05-14 Pavel PisaMakefile.omk sucks in config generated by config4omk. omkize
2009-05-14 Pavel PisaThe FFMpeg can be made to build by OMK hackish way.
2009-05-14 Pavel PisaThe first step in omkization.
2009-05-14 Pavel PisaAdded copies of makefiles for OMK build.
2009-05-06 stefanoChange codec_id type to enum CodecID, fix warning.
2009-04-14 cehoyosCosmetics: Split long line.
2009-04-14 cehoyosFix two icc warnings #188: enumerated type mixed with...
2009-04-14 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-14 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-02 stefanoImplement JACK input device.
2009-03-07 lucabeFix AVFMT_FLAG_NONBLOCK in alsa
2009-02-15 lucabeCast a __u64 variable to uint64_t so that it can be...
2009-02-09 diegoRemove file name from file headers.
2009-02-02 diegoAdd necessary #includes to pass 'make checkheaders'.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 lucabeIf AVPacket->data == NULL, the packet does not contain...
2009-01-26 benoitAdd ALSA support in libavdevice.
2009-01-21 benoitRename audio.c to oss_audio.c in libavdevice.
2009-01-20 benoitUse avf context in av_log, instead of NULL.
2009-01-20 benoitPass avf context to audio_open().
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 lucabeRemove the frame rate from struct video_data, and allow...
2008-12-28 stefanoUse avcodec_check_dimensions() for checking the frame...
2008-12-27 stefanoMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 stefanoAdd missing check on the return value of the VIDIOCSWIN...
2008-12-26 stefanoUse more descriptive long_names for Video4Linux input...
2008-12-26 stefanoCheck that the device is a capture device immediately...
2008-12-26 stefanoRemove unnecessary temporary variable "frame_size"...
2008-12-26 stefanoAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 stefanoCosmetics: put a space after each comma, improve consis...
2008-12-17 stefanoImplement size autodetection if one of the width and...
2008-12-17 stefanoReokace the width and height fields in VideoData with...
2008-12-17 stefanoReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-13 diegoDo not invade _t POSIX namespace.
2008-12-13 reimarDefine _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs...
2008-12-07 stefanoRemove unnecessary ret variable.
2008-12-07 ramiromingw: update w32api to 3.13
2008-10-25 mruUse OBJS variable for all object files
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-21 lucabeThe v4l2 driver can silently change the pixel format...
2008-10-20 diegoAdd missing sys/select.h #include, fixes compilation...
2008-10-02 benoitUse enum typers instead of int.
2008-09-26 bcouduriersync to latest mingw api, remove no more needed struct...
2008-09-21 diegoV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-09 bcoudurierset bits_per_coded_sample according to new lavc api
2008-09-05 lucabeADD support for the RGB32 pixel format in video4linux2...
2008-09-05 lucabeAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 michaelWorkaround bug in types.h that has typedef __u64 under...
2008-08-14 diegoUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-08 stefanoImplement avdevice_version().
2008-08-08 stefanoCosmetics: make a v4l2 error message consistent with...
2008-08-08 benoitChange OSS long names.
2008-08-07 benoitRemove useless 'channels' assignment.
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-07-15 stefanoMake v4l2_read_header() don't free a stream in case...
2008-07-15 stefanoMake v4l_read_header() don't free a stream in case...
2008-07-08 takisOne bit fields should probably be unsigned. Unfortunate...
2008-06-17 stefanoAdd missing SMALL_IF_CONFIG_SMALL macros for beosaudio...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 diego#include required headers directly.
2008-05-08 diegoprettyprinting cosmetics
2008-04-27 diegoRemove unused avdevice.h header file; add config.h...
2008-04-14 ramirotypo
2008-04-14 ramiroAdd #if 0 code to test for yet unsupported compressions
2008-04-14 ramiroSupport biCompression I420
2008-04-14 ramiroCosmetics: remove {}s over one-lined ifs.
2008-04-14 ramiroSimplify more errors by using goto
2008-04-14 ramiroSimplify returning errors by using goto
2008-04-07 mrunon-recursive makefiles
2008-03-27 mmu_manFix building with C++ objects, variable names were...
2008-03-24 diegoRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-24 diegoRemove unneeded sys/mman.h #include.
2008-03-20 diegoOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-03-15 diegocosmetics: #include config.h before all other FFmpeg...
2008-03-15 diegotypo fixes
2008-03-08 ramiroCorrectly handle case where buffer is 100% full
2008-03-08 ramiroVFW capture support
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 mrusimplify library version handling
2008-03-06 mruconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-02-26 mruless preprocessor magic in version number macros
2008-02-19 mruClean up lib* version definitions
2008-02-13 diegotypo fix: inited --> initialized
2008-01-18 benoitMore verbose error log message.
2008-01-17 lucabeClarify the error message when video width, height...
2008-01-12 victorLink to libraries in dependency order.
2008-01-11 romanshEnabling higher frame rates for dc1394, patch by Alessa...
2008-01-11 romanshAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-08 romansh * fixing a bug preventing default values to be set...
2008-01-07 benoitMake v4l.c's video_formats constant and static.
next