summaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
Commit message (Collapse)AuthorAge
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
| | | | | | | 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>
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-28
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* tools/uncoded_frame: remove use of AVStream.codec.Nicolas George2018-01-06
|
* tools/uncoded_frame: use buffersink accessors.Nicolas George2018-01-06
| | | | No longer access buffersink's link structure directly.
* Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"James Almer2018-01-05
| | | | | | This reverts commit 01c21653eee53a353ae887a47cd2b48165902383. It was applied by accident before it could be reviewed.
* tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer2018-01-05
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-09
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/uncoded_frame: fix audio codec generationLukasz Marek2014-03-29
| | | | | | Codec id is guessed from uninitialized sample format. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* tools/uncoded_frame: fix double freeLukasz Marek2014-02-13
| | | | | | | | | | | | 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>
* tools: add uncoded_frame test program.Nicolas George2014-02-11