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
2013-08-10bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont
2013-03-24bktr: Add missing includes for av_gettime()Martin Storsjö
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
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_CONST in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-23lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini
2011-06-23bktr: prefer "framerate" over "fps" for grab_read_header()Stefano Sabatini
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04bktr: don't error when AVFormatParameters.time_base isn't set.Anton Khirnov
2011-06-03bktr: get default framerate from video standard.Anton Khirnov
2011-06-02bktr: add a framerate private option.Anton Khirnov
2011-05-27bktr: add video_size private option.Anton Khirnov
2011-05-27bktr: factorize returning error codes.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25bktr: add a private option for video standard.Anton Khirnov
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-21libavdevice: Define _XOPEN_SOURCE for usleepMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-21Revert removal of _NETBSD_SOURCE definition.Diego Biurrun
2010-03-12Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun
2010-03-12Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun
2010-03-03Add _NETBSD_SOURCE definition to fix compilation on NetBSD.Jorge Acereda
2009-09-22Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun
2009-09-19Add missing strings.h include needed for strcasecmp.Reimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-13Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-24Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.Diego Biurrun
2008-03-20Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun
2007-11-22Introduce libavdeviceLuca Abeni