| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+9 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/mmaldec: Deduplicate AVClasses | Andreas Rheinhardt | 2021-12-12 | 1 | -9/+7 |
* | avcodec/mmaldec: Avoid creating unnecessary reference, simplify code | Andreas Rheinhardt | 2021-12-12 | 1 | -17/+6 |
* | avcodec/mmaldec: fix pointer type warning | Ho Ming Shun | 2021-12-12 | 1 | -1/+1 |
* | avcodec/mmaldec: re-use AVPacket for extra_data | Ho Ming Shun | 2021-12-12 | 1 | -5/+3 |
* | avcodec/mmaldec: use decoupled dataflow | Ho Ming Shun | 2021-12-12 | 1 | -7/+25 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | All: update names in copyright headers | rcombs | 2021-01-20 | 1 | -1/+1 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | avcodec/decode: move the ff_decode_frame_props() prototype to the proper header | James Almer | 2020-08-20 | 1 | -0/+1 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -1/+2 |
* | lavc: Delete all fake hwaccels | Mark Thompson | 2017-11-26 | 1 | -28/+0 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+7 |
* | Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4' | James Almer | 2017-11-01 | 1 | -0/+1 |
|\ |
|
| * | mmal: Add missing .item_name to AVClass declaration | Diego Biurrun | 2017-06-13 | 1 | -0/+1 |
* | | Merge commit 'd82d5379caca21005d8906829b35361c4a65408e' | Clément Bœsch | 2017-04-08 | 1 | -1/+1 |
|\| |
|
| * | mmaldec: initialize refcount using atomic_init() | Wan-Teh Chang | 2016-12-02 | 1 | -1/+1 |
* | | lavc: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -9/+6 |
* | | Merge commit '8385ba53f115401a67a4748c0d107769ebfb2941' | Clément Bœsch | 2017-03-22 | 1 | -12/+13 |
|\| |
|
| * | mmaldec: convert to stdatomic | Anton Khirnov | 2016-10-02 | 1 | -12/+13 |
* | | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -1/+6 |
|\| |
|
| * | lavc: export the timestamps when decoding in AVFrame.pts | Anton Khirnov | 2016-06-21 | 1 | -1/+6 |
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | libavcodec/mmaldec.c: set AVFrame interlaced_frame and top_field_first, AVCod... | Jens Ziller | 2016-09-12 | 1 | -0/+20 |
* | | lavc/mmaldec: reduce some diffs with Libav missed in previous skipped merges | Clément Bœsch | 2016-06-21 | 1 | -14/+14 |
* | | Merge commit '74beead9bd596180bcac6108548fc0a86d8eb4ae' | Clément Bœsch | 2016-06-21 | 1 | -0/+2 |
|\| |
|
| * | mmaldec: limit internal buffering | wm4 | 2016-04-30 | 1 | -0/+9 |
| * | mmaldec: print the MMAL format FourCC automatically | wm4 | 2016-04-30 | 1 | -3/+4 |
| * | mmaldec: send only a single EOS packet on flushing | wm4 | 2016-04-30 | 1 | -0/+2 |
| * | mmaldec: correct package buffering accounting | wm4 | 2016-04-30 | 1 | -0/+3 |
| * | mmaldec: add vc1 decoding support | wm4 | 2016-04-30 | 1 | -0/+12 |
| * | mmaldec: Add mpeg2 decoding support | Julian Scheel | 2016-04-30 | 1 | -24/+47 |
| * | mmaldec: Fix avpriv_atomic_get usage | Julian Scheel | 2016-04-30 | 1 | -1/+1 |
| * | mmaldec: Use av_assert0() instead of assert() | Michael Niedermayer | 2016-04-30 | 1 | -1/+1 |
* | | Merge commit 'b8e899f4bf5f09900aa71552112d32a5566b6baf' | Derek Buitenhuis | 2016-05-11 | 1 | -14/+8 |
|\| |
|
| * | mmaldec: Use imgutils.h for copying frames | Martin Storsjö | 2016-04-12 | 1 | -14/+8 |
* | | mmaldec: limit internal buffering | wm4 | 2016-01-28 | 1 | -0/+7 |
* | | mmaldec: support MPEG-4 | wm4 | 2016-01-28 | 1 | -0/+11 |
* | | mmaldec: print the MMAL format FourCC automatically | wm4 | 2016-01-28 | 1 | -3/+4 |
* | | mmaldec: send only a single EOS packet on flushing | wm4 | 2015-11-10 | 1 | -0/+2 |
* | | mmaldec: correct package buffering accounting | wm4 | 2015-11-07 | 1 | -0/+3 |
* | | mmaldec: add vc1 decoding support | wm4 | 2015-11-07 | 1 | -0/+12 |
* | | mmaldec: Add mpeg2 decoding support | Julian Scheel | 2015-10-22 | 1 | -24/+47 |
* | | mmaldec: Fix avpriv_atomic_get usage | Julian Scheel | 2015-10-21 | 1 | -1/+1 |
* | | avcodec/mmaldec: Use av_assert0() instead of assert() | Michael Niedermayer | 2015-10-05 | 1 | -1/+1 |
* | | Merge commit '39f01e346cab464ef6c0d4ec58cc13b7123e60d8' | Hendrik Leppkes | 2015-10-05 | 1 | -2/+14 |
|\| |
|