• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/

Lines Matching refs:attribute_deprecated

237 typedef attribute_deprecated AVDictionary AVMetadata;
238 typedef attribute_deprecated AVDictionaryEntry AVMetadataTag;
250 attribute_deprecated AVDictionaryEntry *
263 attribute_deprecated int av_metadata_set2(AVDictionary **pm, const char *key, const char *value, int flags);
268 attribute_deprecated void av_metadata_conv(struct AVFormatContext *ctx, const AVMetadataConv *d_conv,
279 attribute_deprecated void av_metadata_copy(AVDictionary **dst, AVDictionary *src, int flags);
284 attribute_deprecated void av_metadata_free(AVDictionary **m);
350 attribute_deprecated AVRational time_base;
351 attribute_deprecated int sample_rate;
352 attribute_deprecated int channels;
353 attribute_deprecated int width;
354 attribute_deprecated int height;
355 attribute_deprecated enum PixelFormat pix_fmt;
356 attribute_deprecated int channel; /**< Used to select DV channel. */
357 attribute_deprecated const char *standard; /**< deprecated, use demuxer-specific options instead. */
358 attribute_deprecated unsigned int mpeg2ts_raw:1; /**< deprecated, use mpegtsraw demuxer */
360 attribute_deprecated unsigned int mpeg2ts_compute_pcr:1;
361 attribute_deprecated unsigned int initial_pause:1; /**< Do not begin to play the stream
363 attribute_deprecated unsigned int prealloced_context:1;
657 attribute_deprecated int stream_copy; /**< If set, just copy stream. */
667 attribute_deprecated float quality;
914 attribute_deprecated int64_t timestamp;
947 attribute_deprecated int64_t file_size;
969 attribute_deprecated int mux_rate;
973 attribute_deprecated int preload;
985 attribute_deprecated int loop_output;
1005 attribute_deprecated int loop_input;
1284 attribute_deprecated enum CodecID av_guess_image2_codec(const char *filename);
1288 attribute_deprecated void av_pkt_dump(FILE *f, AVPacket *pkt, int dump_payload);
1289 attribute_deprecated void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt,
1350 attribute_deprecated int av_open_input_stream(AVFormatContext **ic_ptr,
1368 attribute_deprecated int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
1411 attribute_deprecated
1568 attribute_deprecated
1579 attribute_deprecated
1603 attribute_deprecated
1611 attribute_deprecated
1622 attribute_deprecated
1625 attribute_deprecated
1627 attribute_deprecated
1640 attribute_deprecated int av_set_parameters(AVFormatContext *s, AVFormatParameters *ap);
1676 attribute_deprecated int av_write_header(AVFormatContext *s);
1902 attribute_deprecated void dump_format(AVFormatContext *ic,
1921 attribute_deprecated
1934 attribute_deprecated int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
1977 attribute_deprecated int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size);