aboutsummaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
AgeCommit message (Collapse)Author
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-01-28fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-01-06tools/uncoded_frame: remove use of AVStream.codec.Nicolas George
2018-01-06tools/uncoded_frame: use buffersink accessors.Nicolas George
No longer access buffersink's link structure directly.
2018-01-05Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"James Almer
This reverts commit 01c21653eee53a353ae887a47cd2b48165902383. It was applied by accident before it could be reviewed.
2018-01-05tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-01-09tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-29tools/uncoded_frame: fix audio codec generationLukasz Marek
Codec id is guessed from uninitialized sample format. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-02-13tools/uncoded_frame: fix double freeLukasz Marek
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>
2014-02-11tools: add uncoded_frame test program.Nicolas George