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-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-22Remove stray semicolon.Carl Eugen Hoyos
2010-06-10Remove broken BeOS audio interface.Diego Biurrun
2010-05-01Make device_open() store the VIDIOC_QUERYCAP ioctl errno, and in caseStefano Sabatini
2010-04-29vfwcap: flip RGB rawvideo.Ramiro Polla
2010-04-28Check the return value of device_try_init() immediately after calling such aLuca Abeni
2010-04-28Fix weird brace placement.Stefano Sabatini
2010-04-28Reduce the verbosity of the v4l2 input deviceLuca Abeni
2010-04-28Simplify some output messages in the v4l2 input deviceLuca Abeni
2010-04-27Implement v4l2 input size autodetection in v4l2_read_header().Stefano Sabatini
2010-04-26Return meaningful error codes, rather than always -1.Stefano Sabatini
2010-04-25Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-02Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_Martin Storsjö
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini
2010-03-24x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla
2010-03-21Revert removal of _NETBSD_SOURCE definition.Diego Biurrun
2010-03-17vfwcap: Free remaining packets on vfw_read_close().Ramiro Polla
2010-03-17Do not store a copy of AVFormatContext *s in vfw_ctx.Ramiro Polla
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2010-03-12Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun
2010-03-12Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun
2010-03-10vfwcap: Add support for UYVY pixel format.Ramiro Polla
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