]> git.sesse.net Git - ffmpeg/commit
h264: rename h264.[ch] to h264dec.[ch]
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 May 2016 07:02:39 +0000 (09:02 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:11:26 +0000 (11:11 +0200)
commit9df889a5f116c1ee78c2f239e0ba599c492431aa
treebfe4fb0b0f89ac7608f66708499c194746d8192d
parentf651c6a259d4bc78f25db11d25df9256d5110bd3
h264: rename h264.[ch] to h264dec.[ch]

This is more consistent with the naming of other decoders.
32 files changed:
libavcodec/Makefile
libavcodec/dxva2_h264.c
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264_direct.c
libavcodec/h264_loopfilter.c
libavcodec/h264_mb.c
libavcodec/h264_mc_template.c
libavcodec/h264_mvpred.h
libavcodec/h264_parse.c
libavcodec/h264_parser.c
libavcodec/h264_picture.c
libavcodec/h264_ps.c
libavcodec/h264_refs.c
libavcodec/h264_sei.c
libavcodec/h264_slice.c
libavcodec/h264data.c
libavcodec/h264data.h
libavcodec/h264dec.c [moved from libavcodec/h264.c with 99% similarity]
libavcodec/h264dec.h [moved from libavcodec/h264.h with 99% similarity]
libavcodec/h264idct_template.c
libavcodec/omx.c
libavcodec/ppc/h264dsp.c
libavcodec/qsvenc_h264.c
libavcodec/svq3.c
libavcodec/vaapi.c
libavcodec/vaapi_encode_h264.c
libavcodec/vaapi_h264.c
libavcodec/vda_h264.c
libavcodec/vdpau.c
libavcodec/vdpau_h264.c
libavcodec/x86/h264_qpel.c