Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-12-28avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-03-04lavd: add categories to device implementationsLukasz Marek
2013-08-08Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'Michael Niedermayer
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont
2012-11-02dv1394: Swap the min and max values of the 'standard' optionMichael Niedermayer
2012-11-02dv1394: fix order of AVOption fieldsMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
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-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavf: use avpriv_ prefix for some dv functions.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-05-27lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25dv1394: add a private option for channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25dv1394: add a private option for video standard.Anton Khirnov
2011-05-02Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2008-08-14Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Diego Biurrun
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
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