- 25 Aug, 2012 1 commit
-
-
Philip Langdale authored
While not explicitly stated in the specs, the original author has stated that S_TEXT/UTF-8 is expected to be text using Subrip markup, but without Subrip in-band timing. So, now that we have a decoder that conforms to this expectation, let's use it. Note that this change will impact tools that use libavformat. If they expect srt subtitles to have CODEC_ID_TEXT, they must be adjusted to expect CODEC_ID_SUBRIP. The actual content is, obviously, unchanged. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 20 Aug, 2012 2 commits
-
-
Clément Bœsch authored
-
Jan Ekström authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Aug, 2012 1 commit
-
-
Nicolas George authored
-
- 18 Aug, 2012 2 commits
-
-
Stefano Sabatini authored
This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.
-
Anton Khirnov authored
-
- 16 Aug, 2012 2 commits
-
-
Clément Bœsch authored
-
Philip Langdale authored
Unsurprisingly, if a timing-less subrip decoder is desireable, an encoder is as well. With this in place, we can move on to remove the use of the old encoder/decoder with embedded timing and move all timing handling the (de)muxer where they belong. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 14 Aug, 2012 1 commit
-
-
Michael Bradshaw authored
Signed-off-by:
Michael Bradshaw <mbradshaw@sorensonmedia.com> Reviewed-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Aug, 2012 1 commit
-
-
Jérémy Tran authored
This is a port of the MPlayer hue filter (libmpcodecs/vf_hue.c) by Michael Niedermayer. Signed-off-by:
Jérémy Tran <tran.jeremy.av@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 08 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
Based on an idea by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
-
- 07 Aug, 2012 2 commits
-
-
Paul B Mahol authored
Patch readapted by Stefano Sabatini, color values proposed by Tim Nicholson <nichot20@yahoo.com>. Address trac ticket #1462. See thread: Subject: [FFmpeg-devel] [PATCH] smptebars filter Date: Wed, 20 Jun 2012 01:54:58 +0000 Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 05 Aug, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 04 Aug, 2012 2 commits
-
-
Nicolas George authored
With this feature, it becomes possible to perform commonly requested tasks, such as hardcoding bitmap subtitles. This will be reverted once libavfilter has proper support for subtitles. All the changes have the string "sub2video" in them, it makes it easy to spot the parts.
-
Philip Langdale authored
This change introduces a basic encoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to write styling information, and just writes the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Note that an additional change is required to the mov/mp4 muxer to write empty subtitle packets to indicate subtitle duration. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 02 Aug, 2012 2 commits
-
-
Derek Buitenhuis authored
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 28 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 26 Jul, 2012 2 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jul, 2012 3 commits
-
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Nicolas George authored
-
- 22 Jul, 2012 2 commits
-
-
Steven Robertson authored
These filters are designed for storing and transmitting video sequences with alpha using higher-efficiency codecs such as x264 which don't natively support an alpha channel. 'alphaextract' takes an input stream with an alpha channel and returns a video containing just the alpha component as a grayscale value; 'alphamerge' takes an RGB or YUV stream and adds an alpha channel recovered from a second grayscale stream. Signed-off-by:
Steven Robertson <steven@strobe.cc> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Mohamed Naufal Basheer authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 21 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
-
- 19 Jul, 2012 1 commit
-
-
Nicolas George authored
Allows to disable interaction from standard input. Useful, for example, if ffmpeg is in the background process group. Roughly the same result can be achieved with "ffmpeg ... < /dev/null" but it requires a shell.
-
- 17 Jul, 2012 3 commits
-
-
Michael Bradshaw authored
Based on FFmpeg version from commit 713a7854Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jul, 2012 2 commits
-
-
Philip Langdale authored
This change introduces a basic decoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to parse styling information, and just reads the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
Nicolas George authored
It allows to send program-friendly (easy to parse) progress information to a file or an URL.
-
- 13 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 12 Jul, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Jul, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 10 Jul, 2012 1 commit
-
-
Jordi Ortiz authored
This makes the RTSP demuxer act as a server, listening for an incoming connection. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Jul, 2012 1 commit
-
-
Nicolas George authored
-