summaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
Commit message (Collapse)AuthorAge
* 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