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
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-05Factorize common code in v4l2_set_parameters().Stefano Sabatini
2011-01-05In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini
2011-01-04In the video4linux2 output device, log an error description in case ofStefano Sabatini
2010-11-07Make x11grab cursor drawing suck lessJason Garrett-Glaser
2010-10-23vfwcap: add option to print list of supported driversRamiro Polla
2010-09-23Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves
2010-09-12Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini
2010-09-11Cosmetics: apply minor style fixes.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-08-11Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
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