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-10-25Use OBJS variable for all object filesMåns Rullgård
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-21The v4l2 driver can silently change the pixel format in theJens Rosenboom
2008-10-20Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.Alexis Ballier
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-26sync to latest mingw api, remove unneeded struct definitionsBaptiste Coudurier
2008-09-22V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad
2008-09-09set bits_per_coded_sample according to new lavc apiBaptiste Coudurier
2008-09-06Add support for the RGB32 pixel format in video4linux2 devicesJean Delvare
2008-09-06Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats inJean Delvare
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-08-08Implement avdevice_version().Stefano Sabatini
2008-08-08Cosmetics: make a v4l2 error message consistent with r14647.Stefano Sabatini
2008-08-08Change OSS long names.Benoit Fouet
2008-08-07Remove useless 'channels' assignment.Benoit Fouet
2008-08-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-08-06Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-07-16Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini
2008-07-16Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini
2008-07-09One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-17Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-08#include required headers directly.Diego Biurrun
2008-05-08prettyprinting cosmeticsDiego Biurrun
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