]> git.sesse.net Git - ffmpeg/history - libavcodec/pthread_frame.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / pthread_frame.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-05-31 Vittorio Giovarapthread: Check memory allocation
2014-11-06 Luca Barbatopthreads_frame: Do not leak on failure path
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-08-04 Diego Biurrunavcodec: Suppress deprecation warnings from DTG code...
2014-05-19 Anton Khirnovpthread_frame: simplify the code by using new AVPacket API
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-02-28 Anton Khirnovpthread_frame: flush all threads on flush, not just...
2014-01-06 Anton Khirnovpthread_frame: unref decoded frames on failure
2013-12-09 Anton Khirnovpthread_frame: use the AVFrame API properly.
2013-11-18 Anton Khirnovlavc: use buf[0] instead of data[0] in checks whether...
2013-11-04 Anton Khirnovlavc: move AVCodecContext.pkt to AVCodecInternal
2013-11-04 Anton Khirnovpthread: store thread contexts in AVCodecInternal inste...
2013-11-04 Anton Khirnovlavc: split slice and frame threading functions into...