]> git.sesse.net Git - ffmpeg/history - libavcodec/mmaldec.c
lavc: export the timestamps when decoding in AVFrame.pts
[ffmpeg] / libavcodec / mmaldec.c
2016-06-21 Anton Khirnovlavc: export the timestamps when decoding in AVFrame.pts
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-30 wm4mmaldec: limit internal buffering
2016-04-30 wm4mmaldec: print the MMAL format FourCC automatically
2016-04-30 wm4mmaldec: send only a single EOS packet on flushing
2016-04-30 wm4mmaldec: correct package buffering accounting
2016-04-30 wm4mmaldec: add vc1 decoding support
2016-04-30 Julian Scheelmmaldec: Add mpeg2 decoding support
2016-04-30 Julian Scheelmmaldec: Fix avpriv_atomic_get usage
2016-04-30 Michael Niedermayermmaldec: Use av_assert0() instead of assert()
2016-04-12 Martin Storsjömmaldec: Use imgutils.h for copying frames
2015-10-04 wm4mmaldec: be more tolerant against MMAL not returning...
2015-10-04 wm4mmaldec: refactor to have more context per MMAL input...
2015-09-24 wm4mmal: Fix AVBufferRef usage
2015-09-24 wm4mmal: Remove setting extradata on input format
2015-09-24 wm4mmal: drop the h264 BSF
2015-09-12 wm4mmaldec: fix pkt_dts determination
2015-09-12 wm4lavc: allow asynchronous decoders to return correct...
2015-09-12 wm4mmaldec: disable timestamp interpolation
2015-09-12 wm4mmaldec: fix problems with flush logic
2015-09-12 wm4mmaldec: hack against buffering problems on broken...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-14 wm4mmal: Reference MMAL VC lib explicitly
2015-04-14 wm4mmal: Move system headers before local headers
2015-03-29 wm4lavc: add MMAL hardware decoder wrapper