- 23 Apr, 2014 1 commit
-
-
Stefano Sabatini authored
Restore the old name, which was more meaningful and consistent with the names of the other examples.
-
- 08 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixed CID1197052 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Mar, 2014 1 commit
-
-
Anshul Maheshwari authored
doc/examples/avcodec: information regarding gop_size ignored if frame->pic-type is AV_PICTURE_TYPE_I Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2014 1 commit
-
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Mar, 2014 1 commit
-
-
compn authored
-
- 05 Mar, 2014 1 commit
-
-
Jason Hsu authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Feb, 2014 1 commit
-
-
Anton Khirnov authored
Based on a patch by Andrew Kelley <superjoe30@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 17 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
This makes the examples page less cluttered Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Feb, 2014 1 commit
-
-
Diego Biurrun authored
Also drop support for building examples in library directories.
-
- 14 Feb, 2014 1 commit
-
-
Diego Biurrun authored
Add properly formatted @example tag and fix Doxygen syntax.
-
- 02 Feb, 2014 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 31 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Fixed CID1135755 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
It is implied by av_register_all(). Simplify.
-
- 23 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 22 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 21 Jan, 2014 2 commits
-
-
Stefano Sabatini authored
The avcodec_get_frame_defaults() function is deprecated and its use doesn't seem required.
-
Stefano Sabatini authored
Set duration to 10 seconds, after it was increased from 5 to 200 seconds in 8d80f3cb. 200 seconds will generate too much data which is annoying especially when testing.
-
- 20 Jan, 2014 4 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
More consistent and more future-proof.
-
Stefano Sabatini authored
Also log output packet information.
-
Stefano Sabatini authored
Show how to perform streamcopy from one container to another.
-
- 12 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
Rely on frame_count. Also more consistent with audio path.
-
- 09 Jan, 2014 6 commits
-
-
Andre Anjos authored
Fixes use of the example with encoders which use tha AVFrame w/h/pix_fmt fields FFV1 is one of these codecs We cannot easily workaround the not set fields in common code because the API has AVFrame constant for the encoders. Alternatives would be to fix the API or to duplicate the struct and fill in missing fields. Or as is to require all user apps to set this correctly and maybe simplify for that case Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
In particular, fix trac ticket #3231.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Simplify logic, avoid multiple unnecessary alloc/free operations.
-
Stefano Sabatini authored
Fix PTS set on the frame when encoding, which must be specified in the encoder timebase or this will confuse the encoder. When muxing the packet, the PTS/DTS generated by the encoder is then rescaled to the stream timebase.
-
Stefano Sabatini authored
Avoid the need of tweaking, also show how to get list of supported sample formats.
-
- 07 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 21 Dec, 2013 3 commits
-
-
Ilya Basin authored
- do not allocate resample dst buffer when resample is off - free sample buffers in addition to freeing data pointer arrays Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ilya Basin authored
We generate S16 samples and we should allocate the right buffer Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Ilya Basin authored
Hi list! Since my last patch (fix 2 memleaks in doc/examples/muxing.c) I found more problems to fix. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Dec, 2013 1 commit
-
-
Stefano Sabatini authored
Fix broken != 0 check.
-
- 14 Dec, 2013 2 commits
-
-
Timothy Gu authored
Fixes CID1135756. Signed-off-by:
Timothy Gu <timothygu99@gmail.com>
-
Timothy Gu authored
Fixes CID1135757. Signed-off-by:
Timothy Gu <timothygu99@gmail.com>
-
- 13 Dec, 2013 2 commits
-
-
Clément Bœsch authored
-
Even Wiik Thomassen authored
The open_codec_context function, when it fails to find a codec, now return AVERROR(EINVAL) to signal an error. Before it would return the stream index, which was always >= 0, and continue as if a codec was found. This change make it fail faster, instead of repeated failed tries to decode frames with no codec. Signed-off-by:
Even Wiik Thomassen <e.thomassen@sportradar.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 11 Dec, 2013 1 commit
-
-
Anton Khirnov authored
-