Marton Balint
25a2d269bd
fftools, tools, examples: migrate to AVFormatContext->url
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Nicolas George
01735b4852
tools/uncoded_frame: remove use of AVStream.codec.
7 years ago
Nicolas George
34dfe36971
tools/uncoded_frame: use buffersink accessors.
No longer access buffersink's link structure directly.
7 years ago
James Almer
503164b54b
Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"
This reverts commit 01c21653ee
.
It was applied by accident before it could be reviewed.
7 years ago
James Almer
01c21653ee
tools/uncoded_frame: remove usage of avfilter_link_get_channels()
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Michael Niedermayer
323355413d
tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memory
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Lukasz Marek
fd786bad63
tools/uncoded_frame: fix audio codec generation
Codec id is guessed from uninitialized sample format.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
11 years ago
Lukasz Marek
9c3478c234
tools/uncoded_frame: fix double free
in case av_interleaved_write_uncoded_frame fails it seems
frame is freed for the second time in fail section.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Reviewed-by: Nicolas George <george@nsup.org>
This commit also removes 1 trailing whitespace as otherwise the push hook rejects it
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Nicolas George
8400368f31
tools: add uncoded_frame test program.
11 years ago