- 04 Sep, 2013 3 commits
-
-
Clément Bœsch authored
It uses at least sin()
-
Clément Bœsch authored
"into the doc/examples directory" vs "into doc/examples".
-
Clifford Wolf authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 03 Sep, 2013 3 commits
-
-
Clément Bœsch authored
-
Paul B Mahol authored
The filter was ported to a native libavfilter filter. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 02 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 01 Sep, 2013 4 commits
-
-
Marton Balint authored
Based on a patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html The original patch was rebased by Tudor SUCIU <tudor.suciu@gmail.com>. Lots of additional features and fixes are made by me. Fixes ticket #2086. Changes since last version: - change default page to all pages Signed-off-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: nevcairiel Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Should address trac ticket #2621.
-
Stefano Sabatini authored
It was broken since 2186a7e5.
-
- 31 Aug, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 30 Aug, 2013 3 commits
-
-
Thilo Borgmann authored
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 29 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2013 4 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
And drop a typo from the previous FLV entry.
-
- 27 Aug, 2013 1 commit
-
-
Luca Barbato authored
-
- 22 Aug, 2013 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Stefano Sabatini authored
Address trac ticket #2884.
-
- 21 Aug, 2013 4 commits
-
-
Stefano Sabatini authored
The example shows how to combine bsfs and select options.
-
Stefano Sabatini authored
-
Clément Bœsch authored
Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Fixes warnings Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Aug, 2013 1 commit
-
-
Justin Ruggles authored
This allows for dropping or duplication to match a particular start time.
-
- 19 Aug, 2013 1 commit
-
-
Stephen Hutchinson authored
This reverts commit 3aa2257d.
-
- 16 Aug, 2013 2 commits
-
-
Stefano Sabatini authored
This allows to apply different bitstream filters to different outputs, with no need to transcode.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 15 Aug, 2013 2 commits
-
-
Michael Niedermayer authored
With this all AVOptions from swscale can be set without each needing changes to vf_scale.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This allows specifying more dither algorithms without using up flags and without ambiguities. Also initialize the new field based on the flags and use it. Note, improving the logic of the checks is left to subsequent commits, this here only switches from flags to enum. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Aug, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 13 Aug, 2013 1 commit
-
-
Timothy Gu authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 12 Aug, 2013 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Thilo Borgmann authored
-
- 11 Aug, 2013 2 commits
-
-
Reimar Döffinger authored
Using VDPAU correctly means checking for preemption and possibly regenerating the context all the time. With the current API there is no context or other user-defined pointer and thus this in not possible during decoding unless using some hack like global variables. The need to reinitialize both surfaces and even function pointers makes handling preemption even more difficult. This patch introduces a new render2 function that gets both the AVCodecContext and AVFrame in addition, in both the user can store additional opaque data. This allows even advanced approaches like keeping a "generation counter" for the surfaces so they can be regenerated on the fly and efficiently. In addition, the function has a return value that will be passed through all the way instead of being silently ignored as for the current render function. Unfortunately the HWAccel API has no way of providing API/ABI compatibility, so a currently disallowed state (render pointer being NULL) is used to extend it. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-