| OLD | NEW |
| 1 ## | 1 ## |
| 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. | 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| 3 ## | 3 ## |
| 4 ## Use of this source code is governed by a BSD-style license | 4 ## Use of this source code is governed by a BSD-style license |
| 5 ## that can be found in the LICENSE file in the root of the source | 5 ## that can be found in the LICENSE file in the root of the source |
| 6 ## tree. An additional intellectual property rights grant can be found | 6 ## tree. An additional intellectual property rights grant can be found |
| 7 ## in the file PATENTS. All contributing project authors may | 7 ## in the file PATENTS. All contributing project authors may |
| 8 ## be found in the AUTHORS file in the root of the source tree. | 8 ## be found in the AUTHORS file in the root of the source tree. |
| 9 ## | 9 ## |
| 10 | 10 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c | 107 EXAMPLES-$(CONFIG_VP9_ENCODER) += resize_util.c |
| 108 endif | 108 endif |
| 109 | 109 |
| 110 EXAMPLES-$(CONFIG_ENCODERS) += vpx_temporal_svc_encoder.c | 110 EXAMPLES-$(CONFIG_ENCODERS) += vpx_temporal_svc_encoder.c |
| 111 vpx_temporal_svc_encoder.SRCS += ivfenc.c ivfenc.h | 111 vpx_temporal_svc_encoder.SRCS += ivfenc.c ivfenc.h |
| 112 vpx_temporal_svc_encoder.SRCS += tools_common.c tools_common.h | 112 vpx_temporal_svc_encoder.SRCS += tools_common.c tools_common.h |
| 113 vpx_temporal_svc_encoder.SRCS += video_common.h | 113 vpx_temporal_svc_encoder.SRCS += video_common.h |
| 114 vpx_temporal_svc_encoder.SRCS += video_writer.h video_writer.c | 114 vpx_temporal_svc_encoder.SRCS += video_writer.h video_writer.c |
| 115 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947 | 115 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947 |
| 116 vpx_temporal_svc_encoder.DESCRIPTION = Temporal SVC Encoder | 116 vpx_temporal_svc_encoder.DESCRIPTION = Temporal SVC Encoder |
| 117 EXAMPLES-$(CONFIG_VP8_DECODER) += simple_decoder.c | 117 EXAMPLES-$(CONFIG_DECODERS) += simple_decoder.c |
| 118 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC | 118 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC |
| 119 simple_decoder.SRCS += ivfdec.h ivfdec.c | 119 simple_decoder.SRCS += ivfdec.h ivfdec.c |
| 120 simple_decoder.SRCS += tools_common.h tools_common.c | 120 simple_decoder.SRCS += tools_common.h tools_common.c |
| 121 simple_decoder.SRCS += video_common.h | 121 simple_decoder.SRCS += video_common.h |
| 122 simple_decoder.SRCS += video_reader.h video_reader.c | 122 simple_decoder.SRCS += video_reader.h video_reader.c |
| 123 simple_decoder.SRCS += vpx_ports/mem_ops.h | 123 simple_decoder.SRCS += vpx_ports/mem_ops.h |
| 124 simple_decoder.SRCS += vpx_ports/mem_ops_aligned.h | 124 simple_decoder.SRCS += vpx_ports/mem_ops_aligned.h |
| 125 simple_decoder.DESCRIPTION = Simplified decoder loop | 125 simple_decoder.DESCRIPTION = Simplified decoder loop |
| 126 EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c | 126 EXAMPLES-$(CONFIG_DECODERS) += postproc.c |
| 127 postproc.SRCS += ivfdec.h ivfdec.c | 127 postproc.SRCS += ivfdec.h ivfdec.c |
| 128 postproc.SRCS += tools_common.h tools_common.c | 128 postproc.SRCS += tools_common.h tools_common.c |
| 129 postproc.SRCS += video_common.h | 129 postproc.SRCS += video_common.h |
| 130 postproc.SRCS += video_reader.h video_reader.c | 130 postproc.SRCS += video_reader.h video_reader.c |
| 131 postproc.SRCS += vpx_ports/mem_ops.h | 131 postproc.SRCS += vpx_ports/mem_ops.h |
| 132 postproc.SRCS += vpx_ports/mem_ops_aligned.h | 132 postproc.SRCS += vpx_ports/mem_ops_aligned.h |
| 133 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 | 133 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 |
| 134 postproc.DESCRIPTION = Decoder postprocessor control | 134 postproc.DESCRIPTION = Decoder postprocessor control |
| 135 EXAMPLES-$(CONFIG_VP8_DECODER) += decode_to_md5.c | 135 EXAMPLES-$(CONFIG_DECODERS) += decode_to_md5.c |
| 136 decode_to_md5.SRCS += md5_utils.h md5_utils.c | 136 decode_to_md5.SRCS += md5_utils.h md5_utils.c |
| 137 decode_to_md5.SRCS += ivfdec.h ivfdec.c | 137 decode_to_md5.SRCS += ivfdec.h ivfdec.c |
| 138 decode_to_md5.SRCS += tools_common.h tools_common.c | 138 decode_to_md5.SRCS += tools_common.h tools_common.c |
| 139 decode_to_md5.SRCS += video_common.h | 139 decode_to_md5.SRCS += video_common.h |
| 140 decode_to_md5.SRCS += video_reader.h video_reader.c | 140 decode_to_md5.SRCS += video_reader.h video_reader.c |
| 141 decode_to_md5.SRCS += vpx_ports/mem_ops.h | 141 decode_to_md5.SRCS += vpx_ports/mem_ops.h |
| 142 decode_to_md5.SRCS += vpx_ports/mem_ops_aligned.h | 142 decode_to_md5.SRCS += vpx_ports/mem_ops_aligned.h |
| 143 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42 | 143 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42 |
| 144 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum | 144 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum |
| 145 EXAMPLES-$(CONFIG_VP8_ENCODER) += simple_encoder.c | 145 EXAMPLES-$(CONFIG_ENCODERS) += simple_encoder.c |
| 146 simple_encoder.SRCS += ivfenc.h ivfenc.c | 146 simple_encoder.SRCS += ivfenc.h ivfenc.c |
| 147 simple_encoder.SRCS += tools_common.h tools_common.c | 147 simple_encoder.SRCS += tools_common.h tools_common.c |
| 148 simple_encoder.SRCS += video_common.h | 148 simple_encoder.SRCS += video_common.h |
| 149 simple_encoder.SRCS += video_writer.h video_writer.c | 149 simple_encoder.SRCS += video_writer.h video_writer.c |
| 150 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD | 150 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD |
| 151 simple_encoder.DESCRIPTION = Simplified encoder loop | 151 simple_encoder.DESCRIPTION = Simplified encoder loop |
| 152 EXAMPLES-$(CONFIG_VP8_ENCODER) += twopass_encoder.c | 152 EXAMPLES-$(CONFIG_VP9_ENCODER) += vp9_lossless_encoder.c |
| 153 vp9_lossless_encoder.SRCS += ivfenc.h ivfenc.c |
| 154 vp9_lossless_encoder.SRCS += tools_common.h tools_common.c |
| 155 vp9_lossless_encoder.SRCS += video_common.h |
| 156 vp9_lossless_encoder.SRCS += video_writer.h video_writer.c |
| 157 vp9_lossless_encoder.GUID = B63C7C88-5348-46DC-A5A6-CC151EF93366 |
| 158 vp9_lossless_encoder.DESCRIPTION = Simplified lossless VP9 encoder |
| 159 EXAMPLES-$(CONFIG_ENCODERS) += twopass_encoder.c |
| 153 twopass_encoder.SRCS += ivfenc.h ivfenc.c | 160 twopass_encoder.SRCS += ivfenc.h ivfenc.c |
| 154 twopass_encoder.SRCS += tools_common.h tools_common.c | 161 twopass_encoder.SRCS += tools_common.h tools_common.c |
| 155 twopass_encoder.SRCS += video_common.h | 162 twopass_encoder.SRCS += video_common.h |
| 156 twopass_encoder.SRCS += video_writer.h video_writer.c | 163 twopass_encoder.SRCS += video_writer.h video_writer.c |
| 157 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD8 | 164 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD8 |
| 158 twopass_encoder.DESCRIPTION = Two-pass encoder loop | 165 twopass_encoder.DESCRIPTION = Two-pass encoder loop |
| 159 ifeq ($(CONFIG_DECODERS),yes) | 166 EXAMPLES-$(CONFIG_DECODERS) += decode_with_drops.c |
| 160 EXAMPLES-$(CONFIG_VP8_ENCODER) += decode_with_drops.c | |
| 161 decode_with_drops.SRCS += ivfdec.h ivfdec.c | 167 decode_with_drops.SRCS += ivfdec.h ivfdec.c |
| 162 decode_with_drops.SRCS += tools_common.h tools_common.c | 168 decode_with_drops.SRCS += tools_common.h tools_common.c |
| 163 decode_with_drops.SRCS += video_common.h | 169 decode_with_drops.SRCS += video_common.h |
| 164 decode_with_drops.SRCS += video_reader.h video_reader.c | 170 decode_with_drops.SRCS += video_reader.h video_reader.c |
| 165 decode_with_drops.SRCS += vpx_ports/mem_ops.h | 171 decode_with_drops.SRCS += vpx_ports/mem_ops.h |
| 166 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h | 172 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h |
| 167 endif | |
| 168 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26 | 173 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26 |
| 169 decode_with_drops.DESCRIPTION = Drops frames while decoding | 174 decode_with_drops.DESCRIPTION = Drops frames while decoding |
| 170 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c | 175 EXAMPLES-$(CONFIG_ENCODERS) += set_maps.c |
| 171 set_maps.SRCS += ivfenc.h ivfenc.c | 176 set_maps.SRCS += ivfenc.h ivfenc.c |
| 172 set_maps.SRCS += tools_common.h tools_common.c | 177 set_maps.SRCS += tools_common.h tools_common.c |
| 173 set_maps.SRCS += video_common.h | 178 set_maps.SRCS += video_common.h |
| 174 set_maps.SRCS += video_writer.h video_writer.c | 179 set_maps.SRCS += video_writer.h video_writer.c |
| 175 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F | 180 set_maps.GUID = ECB2D24D-98B8-4015-A465-A4AF3DCC145F |
| 176 set_maps.DESCRIPTION = Set active and ROI maps | 181 set_maps.DESCRIPTION = Set active and ROI maps |
| 177 EXAMPLES-$(CONFIG_VP8_ENCODER) += vp8cx_set_ref.c | 182 EXAMPLES-$(CONFIG_VP8_ENCODER) += vp8cx_set_ref.c |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "pieces like the samples are. Their source is included here"\ | 358 "pieces like the samples are. Their source is included here"\ |
| 354 "for reference. The following utilities are included:" >> $@ | 359 "for reference. The following utilities are included:" >> $@ |
| 355 @$(foreach ex,$(sort $(UTILS:.c=)),\ | 360 @$(foreach ex,$(sort $(UTILS:.c=)),\ |
| 356 echo " - \subpage example_$(ex) $($(ex).DESCRIPTION)" >> $@;) | 361 echo " - \subpage example_$(ex) $($(ex).DESCRIPTION)" >> $@;) |
| 357 @echo "*/" >> $@ | 362 @echo "*/" >> $@ |
| 358 | 363 |
| 359 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) | 364 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox) |
| 360 DOCS-yes += examples.doxy samples.dox | 365 DOCS-yes += examples.doxy samples.dox |
| 361 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox) | 366 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox) |
| 362 @echo "INPUT += $^" > $@ | 367 @echo "INPUT += $^" > $@ |
| OLD | NEW |