webrtc/modules/video_coding/codecs
Sergey Silkin 8c37b618b1 Switch to new FFmpeg API.
Deprecated avcodec_decode_video2 is replaced with
avcodec_send_packet and avcodec_receive_frame.
https://www.ffmpeg.org/doxygen/3.1/group__lavc__encdec.html

Setting av_context_->refcounted_frames=1 is removed. This
is automatically enabled if avcodec_receive_frame us used.

Bug: webrtc:8493
Change-Id: Id1d2b1315717f4553fb7fc182197f9429bd31daf
Reviewed-on: https://webrtc-review.googlesource.com/18462
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20601}
2017-11-08 15:06:09 +00:00
..
h264 Switch to new FFmpeg API. 2017-11-08 15:06:09 +00:00
i420 Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
interface Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
stereo Fix Chromium compile of StereoEncoderAdapter. 2017-11-01 09:53:16 +00:00
test Update internal video decoder factory to new interface 2017-11-08 12:05:10 +00:00
vp8 Refactor VP8 encoder creation logic 2017-10-25 09:30:07 +00:00
vp9 Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00