- 18 Apr, 2013 1 commit
-
-
Nicolas George authored
The frame is not used after being added to the filter graph, there is no need to keep the reference.
-
- 17 Apr, 2013 2 commits
-
-
Pavel Koshevoy authored
AVABufferSinkParams are ignored by avfilter_graph_create_filter, therefore the example is misleading. Use av_opt_set_int_list to configure abuffersink directly. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes accessing freed memory Signe-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Apr, 2013 1 commit
-
-
Clément Bœsch authored
This filter is not required anymore with aformat. Drop it at next bump.
-
- 31 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
Simplify.
-
- 14 Mar, 2013 3 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In particular, fix crash.
-
Stefano Sabatini authored
In particular, fix crash.
-
- 12 Mar, 2013 1 commit
-
-
Nicolas George authored
-
- 10 Mar, 2013 1 commit
-
-
Clément Bœsch authored
-
- 05 Mar, 2013 1 commit
-
-
Nicolas George authored
Do not re-call avcodec_get_context_defaults3(), it is already called by avformat_new_stream() and it leaks the codec priv_data that was already allocated. Use avformat_free_context() instead of freeing (not) everything manually. Fix trac ticket #2322.
-
- 01 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Feb, 2013 1 commit
-
-
Nicolas George authored
The size of the AVFrame structure is not part of the ABI; it can grow with later versions. Therefore, applications are not supposed to allocate AVFrame directly, they are supposed to use avcodec_alloc_frame() instead.
-
- 14 Feb, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 15 Jan, 2013 1 commit
-
-
Angelo Haller authored
Fix leak.
-
- 14 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jan, 2013 1 commit
-
-
Nicolas George authored
Illustrate the use of return values, av_err2str and avcodec_get_name.
-
- 16 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Dec, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 06 Nov, 2012 3 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
s/video/audio/ in a log message.
-
Stefano Sabatini authored
Implement more logical code flow.
-
- 26 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Allow to factorize code in video_decode_example(), simplify.
-
- 20 Oct, 2012 5 commits
-
-
Stefano Sabatini authored
Decrease confusion.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 17 Oct, 2012 6 commits
-
-
Stefano Sabatini authored
Factorize.
-
Stefano Sabatini authored
Fix crash in case frame is not defined (e.g. with muxing out.wav).
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The API was never changed since 2003. Replace with a comment about the performed operation.
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Fixes Ticket1801 Based on suggestion from AztecC Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 15 Oct, 2012 4 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-