OSDN Git Service

win32: include the correct header in cmdutils.c
[coroid/libav_saccubus.git] / libavdevice /
2011-04-21 Martin Storsjölibavdevice: Define _XOPEN_SOURCE for usleep
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-03-30 Bradsndio bug fix
2011-03-28 Stefano Sabatiniframebuffer device demuxer
2011-03-27 Bradsndio support for playback and record
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-05 Stefano SabatiniFactorize common code in v4l2_set_parameters().
2011-01-05 Stefano SabatiniIn video4linux2, in the case the timebase value in...
2011-01-04 Stefano SabatiniIn the video4linux2 output device, log an error descrip...
2010-11-07 Jason Garrett-GlaserMake x11grab cursor drawing suck less
2010-10-23 Ramiro Pollavfwcap: add option to print list of supported drivers
2010-09-23 José Miguel GonçalvesAllow to set the frame rate in v4l2 devices
2010-09-12 Stefano SabatiniCosmetics: simplify layout of fmt_conversion_table...
2010-09-11 Stefano SabatiniCosmetics: apply minor style fixes.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-17 Stefano SabatiniDefine macro AV_NE() and use it in libavdevice.
2010-08-11 Pete EberleinAdd a mapping for the V4L2_PIX_FMT_NV12 format to PIX_F...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
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
next