]> git.sesse.net Git - ffmpeg/history - libavcodec/pthread_frame.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / pthread_frame.c
2016-11-10 Mark Thompsonpthread_frame: Unreference hw_frames_ctx on per-thread...
2016-11-10 Anton Khirnovpthread_frame: properly propagate the hw frame context...
2016-10-02 Anton Khirnovpthread_frame: use atomics for frame progress
2016-10-02 Anton Khirnovpthread_frame: use atomics for PerThreadContext.state
2016-10-02 Anton Khirnovpthread_frame: use a thread-safe way for signalling...
2015-08-28 Vittorio Giovaralavc: Drop deprecated get_buffer related functions
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
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...