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-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-21libavdevice: Define _XOPEN_SOURCE for usleepMartin Storsjö
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-03-30sndio bug fixBrad
2011-03-28framebuffer device demuxerStefano Sabatini
2011-03-27sndio support for playback and recordBrad
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-27Prefix 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