aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transcoding.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/transcoding: check encoder before using itMichael Niedermayer2014-12-201-0/+4
| | | | | | | | | | Fixes null pointer exception Found-by: stoupeace Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bde27e1e617dfeb3c026f530f48a77f5ed8aa2ea) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* transcoding: fix Doxygen file pathTimothy Gu2014-07-071-1/+1
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/transcoding: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: Add example transcoding.cAndrey Utkin2014-03-171-0/+597
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>