summaryrefslogtreecommitdiff
path: root/doc/git-howto.txt
Commit message (Collapse)AuthorAge
* githowto: git is generally available as package in most distros.Michael Niedermayer2011-11-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* git-howto: update git url.Michael Niedermayer2011-11-20
| | | | | | | 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>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * doc/git-howto: expand format-patch and send-email notes.Anton Khirnov2011-11-08
| |
| * fix typoCompn2011-04-10
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | fix typoCompn2011-03-23
| |
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
| | | | | | | | | | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\| | | | | | | | | | | | | | | | | | | Conflicts: Changelog doc/APIchanges doc/optimization.txt libavformat/avio.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | | | | | unless it stands for ffmpeg the program or is historic
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | Revert "Update git-howto with ffmpeg.org URLs"Michael Niedermayer2011-01-19
|/ | | | | | This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195. Reason is that this has been commited by mistake as discussed.
* Update git-howto with ffmpeg.org URLsMans Rullgard2011-01-18
|
* Explain how to set up user name/email correctly for git.Reimar Döffinger2011-01-17
|
* Add instructions how to check out a specific svn revision with gitJanne Grunau2011-01-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* rewrite git-howto for the no merge policyJanne Grunau2011-01-17
| | | | Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two typos in git howto.Alex Converse2011-01-16
| | | | Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in git howto section headingJanne Grunau2011-01-16
| | | | | | spotted by ubitux on irc Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add section how to find a svn changeset with git commandsJanne Grunau2011-01-16
| | | | Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add git-howto.Anton Khirnov2011-01-16
mostly written by Luca. Originally committed as revision 26389 to svn://svn.ffmpeg.org/ffmpeg/trunk