- Feb 03, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 01, 2013
-
-
Matthieu Bouron authored
Fixes ticket #2163. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 27, 2013
-
-
Stefano Sabatini authored
The options have been deprecated and are non-operational since more than two years.
-
- Jan 26, 2013
-
-
Nicolas George authored
-
- Jan 24, 2013
-
-
Stefano Sabatini authored
Found-By: Justin Ruggles
-
- Jan 13, 2013
-
-
Stefano Sabatini authored
-
- Jan 08, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 04, 2013
-
-
Michael Niedermayer authored
This makes the initial SCR equal 0 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 01, 2013
-
-
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
Fix trac ticket #2083.
-
Michael Niedermayer authored
dvdauthor cannot handle files with ts wraps Fixes ticket383 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 20, 2012
-
-
Michael Niedermayer authored
This should fix valgrind complaints. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 19, 2012
-
-
Clément Bœsch authored
-
- Dec 01, 2012
-
-
Clément Bœsch authored
avformat_seek_file() is the new API. It will make sure the read_seek2() callback is called when the demuxer has it. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Clément Bœsch <ubitux@gmail.com>
-
- Nov 26, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 23, 2012
-
-
Michael Niedermayer authored
The first parameter is a pointer and NULL is more correct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 03, 2012
-
-
Stefano Sabatini authored
This is better than silently ignoring the option, which results in unexpected quality results.
-
- Oct 26, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 16, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 11, 2012
-
-
Michael Niedermayer authored
Instead print a warning. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 08, 2012
-
-
Clément Bœsch authored
Regression since 5f847bf6. After this commit, timestamps pushed by FFmpeg won't be relative anymore, but absolute (based on the date/time at the beginning of the push). This will allow seeking to work properly. Before this patch, the seek was done, but ffm timestamps were way smallers than the absolute requested timestamp (based on a date), so the seek was done, but to the end of the stream (which was similar to no effect at all).
-
- Sep 27, 2012
-
-
Michael Niedermayer authored
Normally we discard things prior to the intended start for stream copy this is not always possible, and its not done by default this option allows discarding to be enabled this is primarely usefull when transcoding a video and stream copying an audio stream. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 25, 2012
-
-
Michael Niedermayer authored
Fixes Ticket1714 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 22, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This should fix specifying subtitle codecs with the new syntax in some cases. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This would change existing behavior, and should if done, done seperately. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 30, 2012
-
-
Michael Niedermayer authored
Fixes Ticket1674 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 20, 2012
-
-
Nicolas George authored
-t works with complex filters now.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 18, 2012
-
-
Stefano Sabatini authored
Address trac ticket #1599.
-
- Aug 14, 2012
-
-
Nicolas George authored
Some codecs allow to encode the frame size and some players use it.
-