]> git.sesse.net Git - ffmpeg/commit
h264: factor out calculating the POC count into a separate file
authorAnton Khirnov <anton@khirnov.net>
Mon, 21 Mar 2016 15:14:31 +0000 (16:14 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Apr 2016 08:06:24 +0000 (10:06 +0200)
commitc8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8
treeb86b624464e77fe4d82a4ccef0b5fec64ff639c7
parent113aeee6aed35cb786a9f6d69b0cb210f498b9da
h264: factor out calculating the POC count into a separate file

This will allow decoupling the parser from the decoder.
libavcodec/dxva2_h264.c
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_parse.c
libavcodec/h264_parse.h
libavcodec/h264_parser.c
libavcodec/h264_picture.c
libavcodec/h264_refs.c
libavcodec/h264_slice.c
libavcodec/vaapi_h264.c
libavcodec/vdpau_h264.c