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
2014-10-28lavd: fix building x11grab after a6674d2Anton Khirnov
2014-10-26xcbgrab: XCB-based screen captureLuca Barbato
2014-07-19oss_audio: Split muxer and demuxerNidhi Makhijani
2014-05-13build: handle library dependencies in configureJanne Grunau
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-08-10libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-01-24lavd: remove deprecated v4l grab device.Anton Khirnov
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-10-27pulse: introduce pulseaudio inputLuca Barbato
2011-10-21Move timefilter code from lavf to lavd.Anton Khirnov
2011-09-17lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-03-28framebuffer device demuxerStefano Sabatini
2011-03-27sndio support for playback and recordBrad
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-10Remove broken BeOS audio interface.Diego Biurrun
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-01-26Add ALSA support in libavdevice.Nicolas George
2009-01-21Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet
2008-10-25Use OBJS variable for all object filesMåns Rullgård
2008-05-08prettyprinting cosmeticsDiego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-27Fix building with C++ objects, variable names were inconsistent.François Revol
2008-03-09VFW capture supportRamiro Polla
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-01-12Link to libraries in dependency order.Víctor Paesa
2007-11-23Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni
2007-11-22Introduce libavdeviceLuca Abeni