]> git.sesse.net Git - ffmpeg/history - libavdevice
FFmpeg : Close input file and free any related memory if
[ffmpeg] / libavdevice /
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-21 Carl Eugen HoyosRemove stray semicolon.
2010-06-10 Diego BiurrunRemove broken BeOS audio interface.
2010-05-01 Stefano SabatiniMake device_open() store the VIDIOC_QUERYCAP ioctl...
2010-04-29 Ramiro Pollavfwcap: flip RGB rawvideo.
2010-04-28 Luca AbeniCheck the return value of device_try_init() immediately...
2010-04-27 Stefano SabatiniFix weird brace placement.
2010-04-27 Luca AbeniReduce the verbosity of the v4l2 input device
2010-04-27 Luca AbeniSimplify some output messages in the v4l2 input device
2010-04-26 Stefano SabatiniImplement v4l2 input size autodetection in v4l2_read_he...
2010-04-26 Stefano SabatiniReturn meaningful error codes, rather than always -1.
2010-04-25 Stefano SabatiniRemove unnecessary width and height variables from...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-02 Martin StorsjöReplace the last occurrance of CODEC_TYPE_ with AVMEDIA...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Stefano SabatiniMake audio_read_packet() return AVERROR_EOF rather...
2010-03-23 Ramiro Pollax11grab: AVFormatParameters are always passed from...
2010-03-21 Diego BiurrunRevert removal of _NETBSD_SOURCE definition.
2010-03-17 Ramiro Pollavfwcap: Free remaining packets on vfw_read_close().
2010-03-17 Ramiro PollaDo not store a copy of AVFormatContext *s in vfw_ctx.
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-12 Diego BiurrunReplace BSD-specific integer types by their POSIX equiv...
2010-03-12 Diego BiurrunAdd _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
2010-03-10 Ramiro Pollavfwcap: Add support for UYVY pixel format.
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-03 Jorge AceredaAdd _NETBSD_SOURCE definition to fix compilation on...
2010-02-23 Nash Tsaivfwcap: support MJPG compressed streams.
2010-02-21 Ramiro PollaIndent.
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...
next