summaryrefslogtreecommitdiff
path: root/libavcodec/mmaldec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mmaldec: limit internal bufferingwm42016-04-30
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-30
* mmaldec: send only a single EOS packet on flushingwm42016-04-30
* mmaldec: correct package buffering accountingwm42016-04-30
* mmaldec: add vc1 decoding supportwm42016-04-30
* mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-30
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-30
* mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-30
* mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-12
* mmaldec: be more tolerant against MMAL not returning decoded outputwm42015-10-04
* mmaldec: refactor to have more context per MMAL input bufferwm42015-10-04
* mmal: Fix AVBufferRef usagewm42015-09-24
* mmal: Remove setting extradata on input formatwm42015-09-24
* mmal: drop the h264 BSFwm42015-09-24
* mmaldec: fix pkt_dts determinationwm42015-09-12
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-12
* mmaldec: disable timestamp interpolationwm42015-09-12
* mmaldec: fix problems with flush logicwm42015-09-12
* mmaldec: hack against buffering problems on broken inputwm42015-09-12
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mmal: Reference MMAL VC lib explicitlywm42015-04-14
* mmal: Move system headers before local headerswm42015-04-14
* lavc: add MMAL hardware decoder wrapperwm42015-03-29