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 (Collapse)Author
2013-11-22doc: delete git-howto.txtTimothy Gu
This is already available in Texinfo version. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2011-11-24githowto: git is generally available as package in most distros.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-21git-howto: update git url.Michael Niedermayer
git.videolan.org is confusing to some users as videolan is a seperate project from ffmpeg. the new name points to git.videolan.org but avoids the confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: tls: Use ERR_get_error() in do_tls_poll indeo3: Fix a fencepost error. mxfdec: Fix comparison of unsigned expression < 0. mpegts: set stream id on just created stream, not an unrelated variable ra288: return error if input buffer is too small ra288: utilize DSPContext.vector_fmul() ra288: use memcpy() to copy decoded samples to output mace: only calculate output buffer size once Remove redundant filename self-references inside files. indeo3data: add missing config.h #include for HAVE_BIGENDIAN x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory avplay: reset rdft when closing stream. doc/git-howto: expand format-patch and send-email notes. lavf: expand doxy for some AVFormatContext fields. Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-08doc/git-howto: expand format-patch and send-email notes.Anton Khirnov
2011-04-10fix typoCompn
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-03-23fix typoCompn
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-01-19Revert "Update git-howto with ffmpeg.org URLs"Michael Niedermayer
This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195. Reason is that this has been commited by mistake as discussed.
2011-01-18Update git-howto with ffmpeg.org URLsMans Rullgard
2011-01-17Explain how to set up user name/email correctly for git.Reimar Döffinger
2011-01-17Add instructions how to check out a specific svn revision with gitJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-17rewrite git-howto for the no merge policyJanne Grunau
Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-16Fix two typos in git howto.Alex Converse
Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-16fix typo in git howto section headingJanne Grunau
spotted by ubitux on irc Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-16Add section how to find a svn changeset with git commandsJanne Grunau
Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-16Add git-howto.Anton Khirnov
mostly written by Luca. Originally committed as revision 26389 to svn://svn.ffmpeg.org/ffmpeg/trunk