- 23 Nov, 2011 2 commits
-
-
Justin Ruggles authored
Based on code by Stefano Sabatini.
-
Justin Ruggles authored
-
- 21 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Nov, 2011 1 commit
-
-
Justin Ruggles authored
A new field, AVCodecContext.internal is used to hold a new struct AVCodecInternal, which has private fields that are not codec-specific and are used by general libavcodec functions. Moved internal_buffer, internal_buffer_count, and is_copy.
-
- 18 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Nov, 2011 1 commit
-
-
Martin Storsjö authored
This is useful, since the normal timegm function isn't a standard function (requiring _BSD_SOURCE or _SVID_SOURCE on glibc to be visible, and not available on e.g. windows). The widely available function mktime uses the local time zone, which requires ugly workarounds to handle UTC time. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 14 Nov, 2011 1 commit
-
-
Janne Grunau authored
The navigation header for the web pages lives in a different repository. Read it during documentation regeneration to use the same navigation bar on all pages.
-
- 13 Nov, 2011 2 commits
-
-
Luca Barbato authored
Single-quoted strings are printed verbatim in perl.
-
Luca Barbato authored
make it use the website css and start structuring it so it is consistent
-
- 11 Nov, 2011 1 commit
-
-
Derek Buitenhuis authored
Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Nov, 2011 1 commit
-
-
Luca Barbato authored
Update the reference to the conversion tool to use avconv and make sure the example line works as supposed. Remove the paragraph pointing to the svn repo
-
- 09 Nov, 2011 1 commit
-
-
Martin Storsjö authored
This is useful if sending multicast data on a host with multiple interfaces. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 08 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Nov, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Nov, 2011 6 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Also document it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Reimar Döffinger authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Nov, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 Nov, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows attaching arbitrary files, e.g. fonts to Matroska files.
-
- 28 Oct, 2011 1 commit
-
-
Justin Ruggles authored
The documentation for CODEC_CAP_PARSE_ONLY and AVCodecContext.parse_only indicates that they are utilized through avcodec_parse_frame(), which was never actually implemented.
-
- 26 Oct, 2011 2 commits
-
-
Luca Barbato authored
Specify avoptions and how to use pactl to list devices. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Justin Ruggles authored
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
-
- 20 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-
- 19 Oct, 2011 5 commits
-
-
Janne Grunau authored
-
Anton Khirnov authored
It takes a codec parameter, thus enabling codec-specific defaults.
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The licence was changed from GPL to LGPL with explicit approval from the original author. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs Date: Mon, 11 Jul 2011 16:32:41 +0200 Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 18 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 17 Oct, 2011 6 commits
-
-
Alexandra Khirnova authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
The ported filter supports named option parsing and more YUV formats. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
This filter is a simple wrapper around the LUT filter. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 13 Oct, 2011 1 commit
-
-
Justin Ruggles authored
This will prevent seeking by bytes for formats that cannot handle this.
-