summaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
Commit message (Collapse)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
| | | | | | | | | | | There are lots of files that don't need it: The number of object files that actually need it went down from 2011 to 884 here. Keep it for external users in order to not cause breakages. Also improve the other headers a bit while just at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tools: convert to new channel layout-APIJames Almer2022-03-15
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tools/uncoded_frame: include required headers explicitlyAnton Khirnov2021-06-10
|
* 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