aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transcoding.c
Commit message (Expand)AuthorAgeFilesLines
* examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADERMichael Bunk2018-11-011-2/+3
* doc/examples/transcoding: convert to codecparJames Almer2017-03-281-29/+67
* doc/examples/transcoding: Use the decoders pixel format if the encoder does n...Michael Niedermayer2016-06-051-1/+4
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
* Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-1/+0
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
* doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ...Michael Niedermayer2015-01-081-1/+1
* doc/examples/transcoding: check encoder before using itMichael Niedermayer2014-12-041-0/+4
* doc/examples/transcoding: use av_packet_rescale_ts()Stefano Sabatini2014-09-161-27/+9
* transcoding: fix Doxygen file pathTimothy Gu2014-07-071-1/+1
* examples/transcoding: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* doc/examples: Add example transcoding.cAndrey Utkin2014-03-171-0/+597