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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-29sndio: allow any endianness when recordingReimar Döffinger
2011-03-29Simplify: Use FFMIN.Reimar Döffinger
2011-03-29Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-29sndio: prefer "FFmpeg" over "Libav" in the license headerStefano Sabatini
2011-03-28framebuffer device demuxerStefano Sabatini
2011-03-28Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-27sndio support for playback and recordBrad
2011-03-26ALSA: implement channel layout for playback.Nicolas George
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-13fbdev: fix check on nanosleep return valeStefano Sabatini
2011-03-08framebuffer device demuxerStefano Sabatini
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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ö