- 29 Sep, 2019 1 commit
-
-
Paul B Mahol authored
Now they are exactly 10 seconds long. Fixes #5684.
-
- 09 Feb, 2018 1 commit
-
-
Mark Thompson authored
-
- 28 Mar, 2017 1 commit
-
-
Matthieu Bouron authored
-
- 23 Nov, 2016 1 commit
-
-
Sam Hocevar authored
This patch moves the av_frame_make_writable() call from fill_yuv_image to get_video_frame so that its argument can be the actual frame that will be sent to the encoder. This fixes data corruption issues in codecs that keep references on one or several previous frames. Signed-off-by:
Sam Hocevar <sam@hocevar.net> Reviewed-by: wm4 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Apr, 2016 1 commit
-
-
Michael Niedermayer authored
doc/examples/muxing: Add support to pass flags to muxer as since codecpar the codec flags are not available to the muxer anymore Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Oct, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jul, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Reduces difference to 56f98e34Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jul, 2014 9 commits
-
-
Michael Niedermayer authored
Bug found from comparing 56f98e34 to HEAD Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Idea-from: 56f98e34Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov 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>
-
Michael Niedermayer authored
This would allow the example to be used in regression tests 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>
-
Michael Niedermayer authored
Idea from: 56f98e34Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 23 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 22 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 21 Jan, 2014 1 commit
-
-
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 3 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
More consistent and more future-proof.
-
Stefano Sabatini authored
Also log output packet information.
-
- 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.
-
- 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>
-
- 06 Jul, 2013 1 commit
-
-
Stefano Sabatini authored
Allows to encode to output in case the destination sample format is different from AV_SAMPLE_FMT_S16.
-
- 03 Jul, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 26 Jun, 2013 2 commits
-
-
Stefano Sabatini authored
The new name is less confusing, since the variables represent times rather than timestamps.
-
Stefano Sabatini authored
Simpler and less confusing.
-