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 (Collapse)Author
2011-02-17Merge libavcore into libavutilReinhard Tartler
Done to keep ABI compatible. Otherwise this is just silly
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Remove broken BeOS audio interface.Diego Biurrun
Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Split avdevice.c off from alldevices.c.Diego Biurrun
alldevices.c is not a good place for avdevice_version(). Originally committed as revision 20546 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
--enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Implement JACK input device.Olivier Guilyardi
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26Add ALSA support in libavdevice.Nicolas George
Patch by Nicolas George: name surname normalesup org Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice Date: 12/09/2008 07:17 PM Originally committed as revision 16800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet
Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25Use OBJS variable for all object filesMåns Rullgård
There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-08prettyprinting cosmeticsDiego Biurrun
Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08non-recursive makefilesMåns Rullgård
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27Fix building with C++ objects, variable names were inconsistent.François Revol
Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-09VFW capture supportRamiro Polla
Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-07simplify library version handlingMåns Rullgård
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-12Link to libraries in dependency order.Víctor Paesa
Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-23Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni
(fix compilation for non-ELF targets). Originally committed as revision 11085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-22Introduce libavdeviceLuca Abeni
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk