- 24 Sep, 2011 33 commits
-
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Vladimir Voroshilov authored
-
Michael Niedermayer authored
This reverts commit a2077b85.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
It prevents leaving the state only half initialized. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Laurent Aimar authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
(Very) slighly improve readability.
-
Stefano Sabatini authored
In particular: * lexically sort strings freeing commands * logically group freeing instructions * prefer NULL over 0 when setting dtext->glyphs
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
Address trac issue #378.
-
Stefano Sabatini authored
Or in other word, do not go to the next line when the text cannot be rendered within the frame. The rationale is that wrapping is hard to manage, as it depends on the position of the text, thus making hard/impossible to compute the size occupied by the rendered text, and makes the filter behavior unpredictible with moving text (implemented in a pending patch). Also the current wrapping code is very limited (for example it splits words in the middle), and correctly handling wrapping requires much more complexity (alignment, gravity, word parsing etc.), while drawtext is meant to be only a thin wrapper around libfreetype, so such advanced features don't belong here.
-
Stefano Sabatini authored
-
Jean First authored
-
Michael Niedermayer authored
Fixes Ticket149 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Sep, 2011 7 commits
-
-
Michael Niedermayer authored
forgot git add ... Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Yuriy Kaminskiy authored
libpostproc/postprocess_template.c: In function 'dering_MMX2': libpostproc/postprocess_template.c:1045:5: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' libpostproc/postprocess_template.c:1045:5: error: 'asm' operand has impossible constraints
-
Michael Niedermayer authored
* qatar/master: rtp: factorize dynamic payload type fallback flvdec: Ignore the index if it's from a creator known to be different cmdutils: move grow_array out of #if CONFIG_AVFILTER avconv: actually set InputFile.rate_emu ratecontrol: update last_qscale_for sooner Fix unnecessary shift with 9/10bit vertical scaling prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() prores: return more meaningful error values prores: improve error message wording prores: cosmetics: prettyprinting, drop useless parentheses prores: lowercase AVCodec name entry Conflicts: cmdutils.c libavcodec/proresdec_lgpl.c tests/ref/lavfi/pixfmts_scale Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Jean First authored
-
Jean First authored
-
Michael Niedermayer authored
Fixes Ticket200 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
aacdec: Make aac-latm closer to the spec (not reading random data leading to random false configurations) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-