| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/examples: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -10/+12 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avcodec/codec, allcodecs: Constify the AVCodec API | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | doc/examples/transcoding: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -20/+28 |
* | doc/examples/transcoding: switch to the new encoding API | Anton Khirnov | 2020-11-20 | 1 | -42/+33 |
* | doc/examples/transcoding: stop constantly allocating AVFrames | Anton Khirnov | 2020-11-20 | 1 | -29/+31 |
* | examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER | Michael Bunk | 2018-09-01 | 1 | -2/+3 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 1 | -1/+0 |
* | examples/transcoding: suppress build warning. | Jun Zhao | 2017-11-01 | 1 | -2/+2 |
* | Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436' | James Almer | 2017-10-26 | 1 | -1/+0 |
* | examples: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | doc/examples/transcoding: convert to codecpar | James Almer | 2017-03-28 | 1 | -29/+67 |
* | doc/examples/transcoding: Use the decoders pixel format if the encoder does n... | Michael Niedermayer | 2016-06-05 | 1 | -1/+4 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
* | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2015-06-14 | 1 | -1/+1 |
* | doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ... | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | doc/examples/transcoding: check encoder before using it | Michael Niedermayer | 2014-12-04 | 1 | -0/+4 |
* | doc/examples/transcoding: use av_packet_rescale_ts() | Stefano Sabatini | 2014-09-16 | 1 | -27/+9 |
* | transcoding: fix Doxygen file path | Timothy Gu | 2014-07-07 | 1 | -1/+1 |
* | examples/transcoding: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | doc/examples: Add example transcoding.c | Andrey Utkin | 2014-03-17 | 1 | -0/+597 |