- Apr 24, 2013
-
-
Clément Bœsch authored
This avoids invalid free when the stream id doesn't match the packet stream index. Ticket #2501
-
- Apr 19, 2013
-
-
Clément Bœsch authored
CC are not marked. Also allow potential mixed types later.
-
- Apr 12, 2013
-
-
Michael Niedermayer authored
This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 10, 2013
-
-
Clément Bœsch authored
-
- Mar 24, 2013
-
-
Clément Bœsch authored
-
- Feb 20, 2013
-
-
Clément Bœsch authored
-
- Feb 17, 2013
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Feb 14, 2013
-
-
Nicolas George authored
-
Nicolas George authored
A broken packet with invalid data in the middle of the stream should not prevent from decoding the rest of the file. Work around trac ticket #2264.
-
- Dec 04, 2012
-
-
Clément Bœsch authored
Fix invalid memory accesses.
-
Clément Bœsch authored
-
- Nov 29, 2012
-
-
Clément Bœsch authored
-
- Nov 28, 2012
-
-
Clément Bœsch authored
This is following 568c70e7.
-
- Oct 15, 2012
-
-
Stefano Sabatini authored
Make the filter accept named options for the first argument, and update documentation accordingly.
-
- Sep 16, 2012
-
-
Clément Bœsch authored
-
- Aug 18, 2012
-
-
Stefano Sabatini authored
This allows the iteration callbacks to discover the internal class and options, and show them when required.
-
- Aug 17, 2012
-
-
Nicolas George authored
-
- Aug 09, 2012
-
-
Clément Bœsch authored
This reduces from 3 to 2 messages for the same syntax error in ffprobe, and from 4 to 3 in filters.
-
- Jun 29, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 22, 2012
-
-
Stefano Sabatini authored
The macro can be used to define consistently the internal class of a filter, save some typing and factorize.
-
- Jun 21, 2012
-
-
Stefano Sabatini authored
-
- Jun 17, 2012
-
-
Paul B Mahol authored
While here: - add missing .version and .category, - make .class_name consistent across filters, - align declarations. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Jun 04, 2012
-
-
Stefano Sabatini authored
avfilter_default_filter_name() is supposed to access an AVFilterContext struct, if used with a private struct it will cause a crash since it will access fields which are non defined in the private struct.
-
- Jun 03, 2012
-
-
Stefano Sabatini authored
The function is modelled after av_default_item_name(), and will print the name of the instance filter if defined, otherwise the name of the filter. This allows to show the instance name in the log, which is useful when debugging complex filter graphs.
-
- May 20, 2012
-
-
Nicolas George authored
-
- Apr 04, 2012
-
-
Nicolas George authored
-
- Mar 28, 2012
-
-
Nicolas George authored
-
- Mar 21, 2012
-
-
Stefano Sabatini authored
Allow to specify the display aspect ratio adopted for rendering subtitles.
-
Stefano Sabatini authored
Previously it was using the same value of the input video DAR, which is inconsistent with most implementations. Fix trac ticket #1098.
-
- Mar 16, 2012
-
-
Michael Niedermayer authored
Found-by:
REN Lifeng <renlifeng@wowfly.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 26, 2011
-
-
Stefano Sabatini authored
-