summaryrefslogtreecommitdiffstats
path: root/libavcodec/mmaldec.c
Commit message (Expand)AuthorAgeFilesLines
* mmaldec: Fix compilation after 2fcb0090Martin Storsjö2017-12-201-1/+1
* lavc: Delete all fake hwaccelsMark Thompson2017-12-191-21/+0
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-12-191-0/+7
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* mmaldec: initialize refcount using atomic_init()Wan-Teh Chang2016-12-021-1/+1
* mmaldec: convert to stdatomicAnton Khirnov2016-10-021-12/+13
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-1/+6
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* mmaldec: limit internal bufferingwm42016-04-301-0/+9
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-301-3/+4
* mmaldec: send only a single EOS packet on flushingwm42016-04-301-0/+2
* mmaldec: correct package buffering accountingwm42016-04-301-0/+3
* mmaldec: add vc1 decoding supportwm42016-04-301-0/+12
* mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-301-24/+47
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-301-1/+1
* mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-301-1/+1
* mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-121-14/+8
* mmaldec: be more tolerant against MMAL not returning decoded outputwm42015-10-041-2/+14
* mmaldec: refactor to have more context per MMAL input bufferwm42015-10-041-9/+10
* mmal: Fix AVBufferRef usagewm42015-09-241-3/+6
* mmal: Remove setting extradata on input formatwm42015-09-241-7/+0
* mmal: drop the h264 BSFwm42015-09-241-37/+27
* mmaldec: fix pkt_dts determinationwm42015-09-121-4/+2
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-121-0/+1
* mmaldec: disable timestamp interpolationwm42015-09-121-0/+4
* mmaldec: fix problems with flush logicwm42015-09-121-3/+10
* mmaldec: hack against buffering problems on broken inputwm42015-09-121-3/+12
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* mmal: Reference MMAL VC lib explicitlywm42015-04-141-0/+8
* mmal: Move system headers before local headerswm42015-04-141-6/+6
* lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+770
OpenPOWER on IntegriCloud