- 03 Jan, 2013 3 commits
-
-
Clément Bœsch authored
The FATE test is updated because the line breaks in the dialogue rectangles are now proper CRLF.
-
Clément Bœsch authored
The data does not contain timing or trailing line breaks anymore. In addition to being less idiotic, it is consistent with other codecs and thus allows more switches between formats and codecs. It also fixes the issue of the trailing line returns being simple \n instead of CRLF in the ASS rectangle dialogue (this is the reason of the FATE update).
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jan, 2013 23 commits
-
-
Clément Bœsch authored
"que" sounds like a slang word to me. This commit renames a few variables, fix the comments and the logging messages (sometimes along with small other typo fixes).
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Michael Niedermayer authored
This fixes a integer overflow in fate Reviewed-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reviewed-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Lou Logan authored
Also add example showing cat piping images to ffmpeg. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
Also improve overall consistency.
-
Clément Bœsch authored
Similarly to 03f5043f, we use the FTRAPV config setting.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
The flags are necessary for the auto inserted scaler (because the overlay filter needs an alpha channel for the overlay surface).
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-
Nicolas George authored
Illustrate the use of return values, av_err2str and avcodec_get_name.
-
Nicolas George authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Clément Bœsch authored
This flag is not necessary.
-
Clément Bœsch authored
See 36e61e24.
-
Michael Niedermayer authored
Fixes Ticket646 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
Comparing AVCodecContext.pix_fmt against the get_pixel_format() return value has the side effect of calling the get_format() callback on each slice. Users of the callback will probably handle hardware accelerator initialization in the callback. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2088 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jan, 2013 14 commits
-
-
Nicolas George authored
They were two very short files that cover ffmpeg-specific features.
-
Nicolas George authored
Necessary after 04a530f7.
-
Nicolas George authored
Consider the color space as an hypercone with apex alpha=0 and base alpha=1 instead of an hypercube. Make the encoder consider very transparent colors more similar even if the hue is very different. This corresponds roughly to using the alpha as a weight for the color difference. Only 4 bits of alpha are used, because this is what dvdsub uses, and it avoids overflows. Fix trac ticket #2005.
-
Nicolas George authored
Use the first 64 bits of the SHA1 of the content as file UID instead of a random number if the bitexact flag is set.
-
Nicolas George authored
-
Nicolas George authored
-
rogerdpack authored
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Piotr Bandurski authored
Fixes #1697.
-
Clément Bœsch authored
Fixes Ticket #2087.
-
Clément Bœsch authored
This reverts commit 580ee973.
-
Clément Bœsch authored
-
Clément Bœsch authored
There can be only one track reference. The multiple tref handling is handled at a different level.
-