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
2008-04-27Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun
2008-04-14typoRamiro Polla
2008-04-14Add #if 0 code to test for yet unsupported compressionsRamiro Polla
2008-04-14Support biCompression I420Ramiro Polla
2008-04-14Cosmetics: remove {}s over one-lined ifs.Ramiro Polla
2008-04-14Simplify more errors by using gotoRamiro Polla
2008-04-14Simplify returning errors by using gotoRamiro Polla
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-27Fix building with C++ objects, variable names were inconsistent.François Revol
2008-03-24Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun
2008-03-24Remove unneeded sys/mman.h #include.Diego Biurrun
2008-03-20Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun
2008-03-15cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun
2008-03-15typo fixesDiego Biurrun
2008-03-09Correctly handle case where buffer is 100% fullRamiro Polla
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-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-01-18More verbose error log message.Benoit Fouet
2008-01-17Clarify the error message when video width, height, or framerate are notMichel Bardiaux
2008-01-12Link to libraries in dependency order.Víctor Paesa
2008-01-11Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sapp...Alessandro Sappia
2008-01-11Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...Alessandro Sappia
2008-01-08 * fixing a bug preventing default values to be set correctlyRoman Shaposhnik
2008-01-07Make v4l.c's video_formats constant and static.Diego Pettenò
2007-12-28Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() andMichael Niedermayer
2007-12-02spellingVitor Sessak
2007-11-23Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni
2007-11-23Fix the creation of alldevices.c (create it without any rename).Luca Abeni
2007-11-22Introduce libavdeviceLuca Abeni