Searched refs:avformat_write_header (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_chain.c69 ret = avformat_write_header(rtpctx, &opts);
H A Dsegment.c161 if ((ret = avformat_write_header(oc, NULL)) < 0) {
H A Davformat.h903 * encoding: streams are created by the user before avformat_write_header().
1120 * encoding: set by the user before avformat_write_header()
1266 * When muxing, should be called by the user before avformat_write_header().
1638 * @deprecated pass the options to avformat_write_header directly.
1662 int avformat_write_header(AVFormatContext *s, AVDictionary **options);
1674 * @deprecated use avformat_write_header.
H A Dutils.c2933 return avformat_write_header(s, NULL);
2937 int avformat_write_header(AVFormatContext *s, AVDictionary **options) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_chain.c86 ret = avformat_write_header(rtpctx, &opts);
H A Dimg2enc.c153 (ret = avformat_write_header(fmt, NULL)) < 0 ||
H A Dhlsenc.c243 if ((ret = avformat_write_header(hls->avf, NULL)) < 0)
H A Dsegment.c227 if ((err = avformat_write_header(oc, NULL)) < 0)
646 if ((ret = avformat_write_header(oc, NULL)) < 0) {
H A Davformat.h179 * The main API functions for muxing are avformat_write_header() for writing the
210 * avformat_write_header() to initialize the muxer internals and write the file
221 * avformat_write_header() step) and may be different from the timebase
803 * encoding: May be set by the caller before avformat_write_header() to
805 * avformat_write_header(), the muxer will overwrite this field
849 * - muxing: May be set by the caller before avformat_write_header().
874 * - muxing: May be set by the caller before avformat_write_header().
1170 * Muxing only, must be set by the caller before avformat_write_header().
1178 * - muxing: set by avformat_write_header()
1188 * - muxing: set by the user before avformat_write_header()
[all...]
H A Dtee.c216 if ((ret = avformat_write_header(avf2, &options)) < 0) {
H A Dhdsenc.c418 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) {
H A Dsmoothstreamingenc.c357 if ((ret = avformat_write_header(ctx, &opts)) < 0) {
H A Dmpegtsenc.c678 ret = avformat_write_header(ts_st->amux, NULL);
H A Dmux.c411 int avformat_write_header(AVFormatContext *s, AVDictionary **options) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c116 ret = avformat_write_header(ofmt_ctx, NULL);
H A Dtranscode_aac.c288 if ((error = avformat_write_header(output_format_context, NULL)) < 0) {
H A Dmuxing.c603 ret = avformat_write_header(oc, NULL);
H A Dtranscoding.c174 ret = avformat_write_header(ofmt_ctx, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Duncoded_frame.c195 if ((ret = avformat_write_header(st->mux, NULL)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c416 ret = avformat_write_header(dst_ctx, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2254 if (avformat_write_header(&c->fmt_ctx, NULL) < 0) {
3430 if (avformat_write_header(ctx, NULL) < 0) {
3741 if (avformat_write_header(s, NULL) < 0) {
H A Davconv.c2602 if (avformat_write_header(oc, &output_files[i].opts) < 0) {
H A Dffmpeg.c2477 if (avformat_write_header(os, &output_opts[i]) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2337 if ((ret = avformat_write_header(&c->fmt_ctx, NULL)) < 0) {
3490 if (avformat_write_header(ctx, NULL) < 0) {
3814 if (avformat_write_header(s, NULL) < 0) {
H A Dffmpeg.c2908 if ((ret = avformat_write_header(oc, &output_files[i]->opts)) < 0) {

Completed in 225 milliseconds