- 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.
-
- 02 Jan, 2013 1 commit
-
-
Nicolas George authored
Illustrate the use of return values, av_err2str and avcodec_get_name.
-
- 26 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 15 Oct, 2012 4 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 11 Sep, 2012 5 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
The new name is more consistent with the codebase, and more self-consistent with the libswscale API.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Favor the use of plain AVPicture over AVFrame, especially when the use of AVFrame is not required like in the case of tmp_picture. Also adopt more straightforward names, to avoid frame/picture confusion.
-
- 30 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 24 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 21 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
Fix warnings: muxing.c: In function ‘write_video_frame’: muxing.c:326:23: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
-
- 07 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
Make add_{audio,video}_stream return the found codec, and pass it to avcodec_open2() through open_{audio,video} functions. Fix failure: No codec provided to avcodec_open2(). could not open codec This is also consistent with the use of the avcodec_open2() API in the codebase.
-
- 05 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 04 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
Use avpicture_alloc() high level function.
-
- 19 May, 2012 1 commit
-
-
Clément Bœsch authored
All the other examples already use the system installed headers.
-
- 28 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Nov, 2011 1 commit
-
-
Clément Bœsch authored
-
- 27 Jul, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 10 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 04 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
The suffix is redundant since the containing directory itself is called "examples". Simplify.
-
- 01 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
- 30 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 22 May, 2011 1 commit
-
-
Stefano Sabatini authored
The new function accepts a slightly more intuitive order of paramters, and returns an error code, thus allowing applications to report a meaningful error message.
-
- 30 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2011 1 commit
-
-
Stefano Sabatini authored
Make AVIO_FLAG_ access constants work as flags, and in particular fix the behavior of functions (such as avio_check()) which expect them to be flags rather than modes. This breaks API.
-
- 07 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-