OSDN Git Service

Stop reading input file when -t option value is reached.
[coroid/ffmpeg_saccubus.git] / libavdevice /
2010-02-05 Stefano SabatiniSatisfy style nits.
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2010-01-23 kemurivfwcap: Include windows.h before vfw.h since the latter...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-03 Reinhard TartlerDefine device_try_init() as static in libavdevice/v4l2.c.
2009-12-14 Carl Eugen HoyosDefine _XOPEN_SOURCE as 600 before including a XSI...
2009-12-14 Carl Eugen HoyosUse enum PixelFormat as type for input_pixfmt to avoid...
2009-12-14 Luca AbeniSupport compressed formats in the V4L2 input device.
2009-12-14 Luca AbeniAdd support for V4L2 compressed formats in the table...
2009-12-14 Luca AbeniUse the correct type for the V4L2 format.
2009-12-14 Luca AbeniReturn pkt->size in v4l2_read_packet().
2009-11-29 Matthieu CastetInclude alsa headers before the internal FFmpeg headers.
2009-11-29 Ivo van Poortenconsistency with other files: av_cold static ---> stati...
2009-11-27 Michael NiedermayerAdd nomouse option to not record the mouse cursor.
2009-11-27 Michael NiedermayerRemove unused stuff.
2009-11-27 RoxisReal cursor support in x11grab.
2009-11-27 Michael NiedermayerDo not invent error codes but pass the error code on.
2009-11-27 Michael NiedermayerReplace very odd and completely broken oss read_packet...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-18 Diego BiurrunSplit avdevice.c off from alldevices.c.
2009-11-16 Diego BiurrunAdd missing #includes for avutil.h, required for the...
2009-10-18 Diego Biurruncosmetics: Break overly long lines.
2009-09-30 Reimar DöffingerFix compilation of beosaudio.cpp, not tested if it...
2009-09-22 Diego BiurrunFix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith...
2009-09-19 Reimar DöffingerAdd missing strings.h include needed for strcasecmp.
2009-09-12 Vitor SessakDo not do free AVStream in case of error, this is not...
2009-09-04 Ramiro PollaIndent.
2009-09-04 Ramiro PollaUse if(0){} instead of #if 0 to prevent debug code...
2009-08-23 Måns RullgårdSkip headers requiring external libs not present in...
2009-08-02 Diego Biurrunvfwcap: Move vfw_read_close to avoid forward declaration.
2009-07-30 Ramiro Pollavfwcap: Indent.
2009-07-30 Ramiro Pollavfwcap: Support compressed streams.
2009-07-30 Ramiro Pollavfwcap: Reorder some code to simplify next patch.
2009-07-30 Ramiro Pollavfwcap: Return PIX_FMT_NONE instead of -1 on error.
2009-07-30 Ramiro Pollavfwcap: Update error message:
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-21 Måns Rullgårdx11grab: remove unnecessary #includes and senseless...
2009-06-29 Stefano SabatiniMake the configure script select the input/output devic...
2009-05-06 Daniel VerkampChange codec_id type to enum CodecID, fix warning.
2009-04-14 Carl Eugen HoyosCosmetics: Split long line.
2009-04-14 Carl Eugen HoyosFix two icc warnings #188: enumerated type mixed with...
2009-04-14 Carl Eugen HoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-14 Carl Eugen HoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-02 Olivier GuilyardiImplement JACK input device.
2009-03-07 Luca AbeniFix AVFMT_FLAG_NONBLOCK in alsa
2009-02-15 Luca AbeniCast a __u64 variable to uint64_t so that it can be...
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-02-02 Diego BiurrunAdd necessary #includes to pass 'make checkheaders'.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Luca AbeniIf AVPacket->data == NULL, the packet does not contain...
2009-01-26 Nicolas GeorgeAdd ALSA support in libavdevice.
2009-01-21 Benoit FouetRename audio.c to oss_audio.c in libavdevice.
2009-01-20 Benoit FouetUse avf context in av_log, instead of NULL.
2009-01-20 Benoit FouetPass avf context to audio_open().
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Luca AbeniRemove the frame rate from struct video_data, and allow...
2008-12-28 Stefano SabatiniUse avcodec_check_dimensions() for checking the frame...
2008-12-27 Stefano SabatiniMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 Stefano SabatiniAdd missing check on the return value of the VIDIOCSWIN...
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-12-26 Stefano SabatiniCheck that the device is a capture device immediately...
2008-12-26 Stefano SabatiniRemove unnecessary temporary variable "frame_size"...
2008-12-26 Stefano SabatiniAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 Stefano SabatiniCosmetics: put a space after each comma, improve consis...
2008-12-17 Stefano SabatiniImplement size autodetection if one of the width and...
2008-12-17 Stefano SabatiniReplace the width and height fields in VideoData with...
2008-12-17 Stefano SabatiniReplace frame_rate and frame_rate_base fields in VideoD...
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-12-13 Reimar DöffingerDefine _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs...
2008-12-07 Stefano SabatiniRemove unnecessary ret variable.
2008-12-07 Ramiro Pollamingw: update w32api to 3.13
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.
next