Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-07Add some missing #includesMåns Rullgård
2010-03-03Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda
2010-02-23vfwcap: support MJPG compressed streams.Nash Tsai
2010-02-21Indent.Ramiro Polla
2010-02-06Satisfy style nits.Stefano Sabatini
2010-01-28Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon
2010-01-23vfwcap: Include windows.h before vfw.h since the latter requires defineskemuri
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-03Define device_try_init() as static in libavdevice/v4l2.c.Reinhard Tartler
2009-12-15Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos
2009-12-14Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos
2009-12-14Support compressed formats in the V4L2 input device.Luca Abeni
2009-12-14Add support for V4L2 compressed formats in the table used for convertingLuca Abeni
2009-12-14Use the correct type for the V4L2 format.Luca Abeni
2009-12-14Return pkt->size in v4l2_read_packet().Luca Abeni
2009-11-30Include alsa headers before the internal FFmpeg headers.Matthieu Castet
2009-11-30consistency with other files: av_cold static ---> static av_coldIvo van Poorten
2009-11-27Add nomouse option to not record the mouse cursor.Michael Niedermayer
2009-11-27Remove unused stuff.Michael Niedermayer
2009-11-27Real cursor support in x11grab.Roxis
2009-11-27Do not invent error codes but pass the error code on.Michael Niedermayer
2009-11-27Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
2009-11-16Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-09-30Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger
2009-09-22Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun
2009-09-19Add missing strings.h include needed for strcasecmp.Reimar Döffinger
2009-09-12Do not do free AVStream in case of error, this is not supposed to beVitor Sessak
2009-09-04Indent.Ramiro Polla
2009-09-04Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
2009-08-02vfwcap: Move vfw_read_close to avoid forward declaration.Diego Biurrun
2009-07-30vfwcap: Indent.Ramiro Polla
2009-07-30vfwcap: Support compressed streams.Ramiro Polla
2009-07-30vfwcap: Reorder some code to simplify next patch.Ramiro Polla
2009-07-30vfwcap: Return PIX_FMT_NONE instead of -1 on error.Ramiro Polla
2009-07-30vfwcap: Update error message:Ramiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-21x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-05-07Change codec_id type to enum CodecID, fix warning.Daniel Verkamp
2009-04-15Cosmetics: Split long line.Carl Eugen Hoyos
2009-04-15Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos
2009-04-15Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos
2009-04-15Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-03-07Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni
2009-02-15Cast a __u64 variable to uint64_t so that it can be printed without warningsLuca Abeni