mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-12 19:18:44 +02:00
27cbbbb33f
External headers are no longer welcome in the ffmpeg codebase because they increase the maintenance burden. However, in the NVidia case the vanilla headers need some modifications to be usable in ffmpeg therefore we still provide them, but in a separate repository. The external headers can be found at https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Fate-source is updated because of the deleted files, and dynlink_loader.h license headers were updated with the standard FFmpeg headers. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
31 lines
925 B
Plaintext
31 lines
925 B
Plaintext
Files without standard license headers:
|
|
compat/avisynth/windowsPorts/basicDataTypeConversions.h
|
|
compat/avisynth/windowsPorts/windows2linux.h
|
|
libavcodec/file_open.c
|
|
libavcodec/interplayacm.c
|
|
libavcodec/log2_tab.c
|
|
libavcodec/reverse.c
|
|
libavdevice/file_open.c
|
|
libavdevice/reverse.c
|
|
libavfilter/log2_tab.c
|
|
libavformat/file_open.c
|
|
libavformat/golomb_tab.c
|
|
libavformat/log2_tab.c
|
|
libswresample/log2_tab.c
|
|
libswscale/log2_tab.c
|
|
tools/uncoded_frame.c
|
|
tools/yuvcmp.c
|
|
Headers without standard inclusion guards:
|
|
compat/avisynth/avisynth_c.h
|
|
compat/avisynth/avs/capi.h
|
|
compat/avisynth/avs/config.h
|
|
compat/avisynth/avs/types.h
|
|
compat/avisynth/avxsynth_c.h
|
|
compat/avisynth/windowsPorts/basicDataTypeConversions.h
|
|
compat/avisynth/windowsPorts/windows2linux.h
|
|
compat/cuda/dynlink_loader.h
|
|
compat/float/float.h
|
|
compat/float/limits.h
|
|
Use of av_clip() where av_clip_uintp2() could be used:
|
|
Use of av_clip() where av_clip_intp2() could be used:
|