summaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
Commit message (Expand)AuthorAgeFilesLines
* tools: convert to new channel layout-APIJames Almer2022-03-151-2/+3
* tools/uncoded_frame: include required headers explicitlyAnton Khirnov2021-06-101-0/+1
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* tools/uncoded_frame: remove use of AVStream.codec.Nicolas George2018-01-061-15/+13
* tools/uncoded_frame: use buffersink accessors.Nicolas George2018-01-061-14/+12
* Revert "tools/uncoded_frame: remove usage of avfilter_link_get_channels()"James Almer2018-01-051-1/+1
* tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer2018-01-051-1/+1
* tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-091-1/+1
* tools/uncoded_frame: fix audio codec generationLukasz Marek2014-03-291-2/+2
* tools/uncoded_frame: fix double freeLukasz Marek2014-02-131-2/+2
* tools: add uncoded_frame test program.Nicolas George2014-02-111-0/+279