aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transcoding.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/transcoding: check encoder before using itMichael Niedermayer2014-12-041-0/+4
| | | | | | | Fixes null pointer exception Found-by: stoupeace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/transcoding: use av_packet_rescale_ts()Stefano Sabatini2014-09-161-27/+9
| | | | Simplify.
* 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>