aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transcoding.c
Commit message (Expand)AuthorAgeFilesLines
* doc/examples: convert to new channel layout-APIJames Almer2022-03-151-10/+12
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-2/+2
* doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-20/+28
* doc/examples/transcoding: switch to the new encoding APIAnton Khirnov2020-11-201-42/+33
* doc/examples/transcoding: stop constantly allocating AVFramesAnton Khirnov2020-11-201-29/+31
* examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADERMichael Bunk2018-09-011-2/+3
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-1/+0
* examples/transcoding: suppress build warning.Jun Zhao2017-11-011-2/+2
* Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer2017-10-261-1/+0
* examples: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* 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