- 24 Sep, 2011 40 commits
-
-
Sascha Sommer authored
use put_bits_count to get the buffer fill state instead of num_saved_bits as num_saved_bits is sometimes reset when frames are lost (Ticket 495)
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Vladimir Voroshilov authored
-
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
-
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.
-