- 13 Dec, 2011 2 commits
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 12 Dec, 2011 1 commit
-
-
Anton Khirnov authored
It sets the supplied AVFormatContext pointer to NULL after freeing it, which is safer and its name is consistent with other lavf functions. Also deprecate av_close_input_file().
-
- 10 Dec, 2011 5 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
Also remove mentions of it from other avtools' manuals.
-
Luca Barbato authored
-
Luca Barbato authored
Some entries should be still amended.
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Dec, 2011 7 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Cleanup tags usage and update commandline examples.
-
Luca Barbato authored
-
Luca Barbato authored
Move the platform-specific information in its own file.
-
Luca Barbato authored
-
Luca Barbato authored
Add "note" or "important" class to the generated div.
-
Luca Barbato authored
Summarize the information provided in the wiki and the one provided in fate.txt
-
- 08 Dec, 2011 3 commits
-
-
Luca Barbato authored
-
Paul B Mahol authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 07 Dec, 2011 1 commit
-
-
Diego Biurrun authored
based on a patch by Victor Vasiliev, vasilvv gmail com
-
- 04 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 03 Dec, 2011 3 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Introduce variables "E", "PHI", "PI", "main_w"/"W", "main_h"/"H", "text_w"/"w", "text_h"/"h", "x", "y", "n" and "t" in line with vf_overlay and refactor the code accordingly.
-
Janne Grunau authored
-
- 02 Dec, 2011 4 commits
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
Justin Ruggles authored
Add AV_NUM_DATA_POINTERS to simplify the bump transition. This will allow for supporting more planar audio channels without having to allocate separate pointer arrays.
-
Victor Vasiliev authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 01 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Nov, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Nov, 2011 1 commit
-
-
Luca Barbato authored
Use the @command{} tag when needed and cleanup the examples.
-
- 26 Nov, 2011 1 commit
-
-
Justin Ruggles authored
-
- 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
-