File tree Expand file tree Collapse file tree 12 files changed +34
-7
lines changed
Expand file tree Collapse file tree 12 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 18931893%define CONFIG_DILATION_FILTER 1
18941894%define CONFIG_DILATION_OPENCL_FILTER 0
18951895%define CONFIG_DISPLACE_FILTER 1
1896+ %define CONFIG_DNN_DETECT_FILTER 1
18961897%define CONFIG_DNN_PROCESSING_FILTER 1
18971898%define CONFIG_DOUBLEWEAVE_FILTER 1
18981899%define CONFIG_DRAWBOX_FILTER 1
26432644%define CONFIG_SEGAFILM_MUXER 1
26442645%define CONFIG_SEGMENT_MUXER 1
26452646%define CONFIG_STREAM_SEGMENT_MUXER 1
2646- %define CONFIG_SINGLEJPEG_MUXER 1
26472647%define CONFIG_SMJPEG_MUXER 1
26482648%define CONFIG_SMOOTHSTREAMING_MUXER 1
26492649%define CONFIG_SOX_MUXER 1
Original file line number Diff line number Diff line change 20162016#define CONFIG_DILATION_FILTER 1
20172017#define CONFIG_DILATION_OPENCL_FILTER 0
20182018#define CONFIG_DISPLACE_FILTER 1
2019+ #define CONFIG_DNN_DETECT_FILTER 1
20192020#define CONFIG_DNN_PROCESSING_FILTER 1
20202021#define CONFIG_DOUBLEWEAVE_FILTER 1
20212022#define CONFIG_DRAWBOX_FILTER 1
27662767#define CONFIG_SEGAFILM_MUXER 1
27672768#define CONFIG_SEGMENT_MUXER 1
27682769#define CONFIG_STREAM_SEGMENT_MUXER 1
2769- #define CONFIG_SINGLEJPEG_MUXER 1
27702770#define CONFIG_SMJPEG_MUXER 1
27712771#define CONFIG_SMOOTHSTREAMING_MUXER 1
27722772#define CONFIG_SOX_MUXER 1
Original file line number Diff line number Diff line change 342342 <ClCompile Include =" ..\libavcodec\amrwbdec.c" />
343343 <ClCompile Include =" ..\libavcodec\mjpegenc.c" />
344344 <ClCompile Include =" ..\libavcodec\mjpegenc_common.c" />
345- <ClCompile Include =" ..\libavcodec\mjpegenc_huffman.c" />
346345 <ClCompile Include =" ..\libavcodec\anm.c" />
347346 <ClCompile Include =" ..\libavcodec\ansi.c" />
348347 <ClCompile Include =" ..\libavcodec\cga_data.c" />
608607 <ClCompile Include =" ..\libavcodec\microdvddec.c" />
609608 <ClCompile Include =" ..\libavcodec\mimic.c" />
610609 <ClCompile Include =" ..\libavcodec\mjpegdec.c" />
610+ <ClCompile Include =" ..\libavcodec\mjpegenc_huffman.c" />
611611 <ClCompile Include =" ..\libavcodec\mjpegbdec.c" />
612612 <ClCompile Include =" ..\libavcodec\qsvenc_jpeg.c" />
613613 <ClCompile Include =" ..\libavcodec\mlpdec.c" />
Original file line number Diff line number Diff line change 876876 <ClCompile Include =" ..\libavcodec\mjpegenc_common.c" >
877877 <Filter >Source Files\libavcodec</Filter >
878878 </ClCompile >
879- <ClCompile Include =" ..\libavcodec\mjpegenc_huffman.c" >
880- <Filter >Source Files\libavcodec</Filter >
881- </ClCompile >
882879 <ClCompile Include =" ..\libavcodec\anm.c" >
883880 <Filter >Source Files\libavcodec</Filter >
884881 </ClCompile >
16741671 <ClCompile Include =" ..\libavcodec\mjpegdec.c" >
16751672 <Filter >Source Files\libavcodec</Filter >
16761673 </ClCompile >
1674+ <ClCompile Include =" ..\libavcodec\mjpegenc_huffman.c" >
1675+ <Filter >Source Files\libavcodec</Filter >
1676+ </ClCompile >
16771677 <ClCompile Include =" ..\libavcodec\mjpegbdec.c" >
16781678 <Filter >Source Files\libavcodec</Filter >
16791679 </ClCompile >
Original file line number Diff line number Diff line change 276276 <ClCompile Include =" ..\libavfilter\vf_despill.c" />
277277 <ClCompile Include =" ..\libavfilter\vf_detelecine.c" />
278278 <ClCompile Include =" ..\libavfilter\vf_displace.c" />
279+ <ClCompile Include =" ..\libavfilter\vf_dnn_detect.c" />
279280 <ClCompile Include =" ..\libavfilter\vf_dnn_processing.c" />
280281 <ClCompile Include =" ..\libavfilter\vf_weave.c" />
281282 <ClCompile Include =" ..\libavfilter\vf_drawbox.c" />
Original file line number Diff line number Diff line change 681681 <ClCompile Include =" ..\libavfilter\vf_displace.c" >
682682 <Filter >Source Files\libavfilter</Filter >
683683 </ClCompile >
684+ <ClCompile Include =" ..\libavfilter\vf_dnn_detect.c" >
685+ <Filter >Source Files\libavfilter</Filter >
686+ </ClCompile >
684687 <ClCompile Include =" ..\libavfilter\vf_dnn_processing.c" >
685688 <Filter >Source Files\libavfilter</Filter >
686689 </ClCompile >
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ static const AVFilter *filter_list[] = {
203203 & ff_vf_detelecine ,
204204 & ff_vf_dilation ,
205205 & ff_vf_displace ,
206+ & ff_vf_dnn_detect ,
206207 & ff_vf_dnn_processing ,
207208 & ff_vf_doubleweave ,
208209 & ff_vf_drawbox ,
Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ EXPORTS
9494 avformat_get_mov_video_tags
9595 avformat_get_riff_audio_tags
9696 avformat_get_riff_video_tags
97+ avformat_index_get_entries_count
98+ avformat_index_get_entry
99+ avformat_index_get_entry_from_timestamp
97100 avformat_init_output
98101 avformat_license
99102 avformat_match_stream_specifier
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ static const AVOutputFormat *muxer_list[] = {
157157 & ff_segafilm_muxer ,
158158 & ff_segment_muxer ,
159159 & ff_stream_segment_muxer ,
160- & ff_singlejpeg_muxer ,
161160 & ff_smjpeg_muxer ,
162161 & ff_smoothstreaming_muxer ,
163162 & ff_sox_muxer ,
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ EXPORTS
102102 av_des_crypt
103103 av_des_init
104104 av_des_mac
105+ av_detection_bbox_alloc
106+ av_detection_bbox_create_side_data
105107 av_dict_copy
106108 av_dict_count
107109 av_dict_free
You can’t perform that action at this time.
0 commit comments