- 28 Jul, 2013 2 commits
-
-
Florent Tribouilloy authored
The option is used to sort the streams by program. Signed-off-by:
Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Fix XML schema validation, since elements must appear in the same order as specified in the schema.
-
- 27 Jul, 2013 2 commits
-
-
Stefano Sabatini authored
-
Diego Biurrun authored
-
- 25 Jul, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Jul, 2013 1 commit
-
-
Timothy Gu authored
Format is based on the thread: "[PATCH] doc/encoders: Add libopus encoder doc" (06-28-2013) http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/165368/ Also merge the two option sections (Mapping and Private options). Patch partially edited by Stefano Sabatini. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 23 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jul, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jul, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jul, 2013 4 commits
-
-
Lukasz Marek authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
wm4 authored
Adjust the code so that a working ffplay command is printed in the planar audio case.
-
wm4 authored
There is no reason why this should copy the audio data in a very complicated way. Also, strictly write the first plane, instead of writing the whole buffer. This is more helpful in context of the example. This way a user can clearly confirm that it works by playing the written data as raw audio.
-
wm4 authored
This assumes one audio packet is decoded one time. This is not true: packets can be partially decoded. Then you have to "adjust" the packet and pass the undecoded part of the packet to the decode function again.
-
- 17 Jul, 2013 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 14 Jul, 2013 3 commits
-
-
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>
-
Stefano Sabatini authored
-
- 13 Jul, 2013 1 commit
-
-
Jean Delvare authored
It is not completely obvious where delogo's parameter show=1 draws its rectangle. Document it so that the user can more easily tune the parameters. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Workarounds for rounding differences between platforms should not be needed any more. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 10 Jul, 2013 6 commits
-
-
Stefano Sabatini authored
Should address trac ticket #2224.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Replace the sections "API" and "Integrating libavcodec or libavformat" with updated / more accurate text. See thread: Subject: [FFmpeg-devel] [PATCH] doc/developer: merge and update sections about external development Date: Fri, 5 Jul 2013 11:07:07 +0200
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jul, 2013 4 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Also removes some irrelevant lines in documentation. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 08 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 06 Jul, 2013 3 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Stefano Sabatini authored
Allows to encode to output in case the destination sample format is different from AV_SAMPLE_FMT_S16.
-
Timothy Gu authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 05 Jul, 2013 2 commits
-
-
Jean Delvare authored
Options "show" and "band" are unrelated and should thus be independent. However, setting "show" to 1 currently resets "band" to its default value of 4. While this is documented, this still surprising and confusing IMHO. Change this behavior and make "show" and "band" independent from each other. Update the documentation accordingly. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Suggested-By:
Oliver Fromme <oliver@fromme.com>
-
- 04 Jul, 2013 1 commit
-
-
Stefano Sabatini authored
Prefer "non-negative" over "positive", the former is more accurate.
-
- 03 Jul, 2013 2 commits
-
-
Stefano Sabatini authored
Add function avfilter_graph_parse_ptr() and favor it in place of avfilter_graph_parse(), which will be restored with the old/Libav signature at the next bump. If HAVE_INCOMPATIBLE_LIBAV_API is enabled it will use the Libav-compatible signature for avfilter_graph_parse(). At the next major bump the current implementation of avfilter_graph_parse() should be dropped in favor of the Libav/old implementation. Should address trac ticket #2672.
-
Michael Niedermayer authored
This reverts commit 628ceac6. The commit broke out of tree builds
-