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
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer
2012-10-12lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-01Remove some silly disabled code.Diego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-28x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-15Avoid C99 variable declarations within for statements.Diego Biurrun
2012-06-13jack: update to new latency range API as the old one has been deprecatedSean McGovern
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-17x11grab: fix a memory leak exposed by valgrindAntonio Ospite
2012-03-05libcdio: add a forgotten AVClass to the private context.Anton Khirnov
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-104xm, timefilter: K&R formatting cosmeticsYordan Makariev
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-24lavd: remove deprecated v4l grab device.Anton Khirnov
2012-01-10v4l2: use C99 struct initializerLuca Barbato
2012-01-10v4l2: poll the file descriptorLuca Barbato
2012-01-10v4l2: support compressed formatsLuca Barbato
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-05v4l2: use V4L2_FMT_FLAG_EMULATED only if it is definedJanne Grunau
2012-01-04v4l2: list available formatsLuca Barbato
2012-01-04v4l2: set the proper codec_tagLuca Barbato
2012-01-04v4l2: refactor device_openLuca Barbato
2012-01-04v4l2: simplify away io_methodLuca Barbato
2012-01-04v4l2: cosmeticsLuca Barbato
2012-01-04v4l2: uniform and format optionsLuca Barbato
2012-01-04v4l2: do not force interlaced modeLuca Barbato
2011-12-27v4l2: remove unneded linux specific asm/types.h includeJanne Grunau
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-12Add basic libavdevice documentation.Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov