- 13 Mar, 2011 2 commits
-
-
Johan Andersson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Luca Barbato authored
The documentation might be extended once/if a live/store override option will have to be provided for non-compliant segmenter.
-
- 06 Mar, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals.
-
- 17 Feb, 2011 2 commits
-
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 16 Feb, 2011 1 commit
-
-
James Zern authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 15 Feb, 2011 2 commits
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Feb, 2011 4 commits
-
-
Anssi Hannula authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Tilman Brock authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
In the FAQ section "How do I encode single pictures into movies?", use -s for generating symbolic links with the ln command. The script was generating hard links, which is not likely what it was supposed to do. Fix issue 2488. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 11 Feb, 2011 2 commits
-
-
Stefano Sabatini authored
Overlay documentation is still using the old unsupported syntax. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Peter Ross authored
Based on original patch by Kostya Shishkov Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 10 Feb, 2011 1 commit
-
-
Janne Grunau authored
-
- 09 Feb, 2011 5 commits
-
-
Ronald S. Bultje authored
-
Alexander Strange authored
As a side effect of the last commit, avcodec_open() now calls it automatically, so there is no longer any need for clients to call it. Instead they should set AVCodecContext.thread_count. avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the next MAJOR libavcodec bump. Rename the functions to ff_thread_init/free, since they are now internal. Wrappers are provided to maintain API compatibility. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
-
Alexander Strange authored
See doc/multithreading.txt for details on use in codecs. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
-
- 08 Feb, 2011 8 commits
-
-
Anssi Hannula authored
It is useful for applications that hand input data directly to lavf via a ByteIOContext. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Reinhard Tartler authored
This cleanup patch updates the developer documentation with respect to the migration to the git scm.
-
Janne Grunau authored
-
Stefano Sabatini authored
See thread: Subject: [PATCH] movie video source Date: 2010-12-31 15:35:30 GMT Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
The fixes were pointed out by Diego. Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 07 Feb, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 06 Feb, 2011 3 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Feb, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 03 Feb, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Feb, 2011 2 commits
-
-
Anton Khirnov authored
It's consistent with the -metadata option and easier to write. Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Anton Khirnov authored
The bumps are for adding version.h and avio_{get/put}_str functions in lavf and making av_dlog public in lavu. Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 31 Jan, 2011 2 commits
-
-
Georgi Chorbadzhiyski authored
Around 01/28/11 18:56, Ronald S. Bultje scribbled: > That patch is now merged, can you submit the update to muxers.texi? > Then we'll apply the whole thing. See attached. I hope the documentation is enough. -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ From c236024b8254f5c2c45934c30fff390cb0e55a5e Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski <gf@unixsol.org> Date: Tue, 25 Jan 2011 13:09:17 +0200 Subject: [PATCH] mpegts: Replace defines in with AVOptions This patch adds support for setting transport_stream_id, original_network_id, service_id, pmt_start_pid and start_pid in mpegts muxer. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Stefano Sabatini authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-