Searched refs:transcode (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.h10 transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted);
H A DMakefile.am86 transcode.c transcode.h \
H A Dhttpd.c56 #include "transcode.h"
192 xcoded = transcode(st->xcode, st->evbuf, STREAM_CHUNK_SIZE);
204 DPRINTF(E_DBG, L_HTTPD, "Got %d bytes from transcode; streaming file id %d\n", xcoded, st->id);
323 int transcode; local
390 transcode = transcode_needed(req->input_headers, mfi->codectype);
392 if (transcode)
394 DPRINTF(E_INFO, L_HTTPD, "Preparing to transcode %s\n", mfi->path);
538 if (!transcode)
575 if (!transcode)
H A DMakefile67 transcode.c transcode.h artwork.c artwork.h misc.c misc.h \
95 forked_daapd-transcode.$(OBJEXT) \
357 transcode.c transcode.h \
518 include ./$(DEPDIR)/forked_daapd-transcode.Po
809 forked_daapd-transcode.o: transcode.c
810 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(forked_daapd_CPPFLAGS) $(CPPFLAGS) $(forked_daapd_CFLAGS) $(CFLAGS) -MT forked_daapd-transcode.o -MD -MP -MF $(DEPDIR)/forked_daapd-transcode
[all...]
H A DMakefile.in67 transcode.c transcode.h artwork.c artwork.h misc.c misc.h \
95 forked_daapd-transcode.$(OBJEXT) \
350 transcode.c transcode.h \
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forked_daapd-transcode.Po@am__quote@
796 forked_daapd-transcode.o: transcode.c
797 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(forked_daapd_CPPFLAGS) $(CPPFLAGS) $(forked_daapd_CFLAGS) $(CFLAGS) -MT forked_daapd-transcode.o -MD -MP -MF $(DEPDIR)/forked_daapd-transcode
[all...]
H A Dhttpd_rsp.c44 #include "transcode.h"
449 int transcode; local
532 transcode = transcode_needed(req->input_headers, dbmfi.codectype);
549 if (!transcode)
H A Dtranscode.c50 #include "transcode.h"
138 transcode(struct transcode_ctx *ctx, struct evbuffer *evbuf, int wanted) function
351 DPRINTF(E_WARN, L_XCODE, "Could not allocate transcode context\n");
424 DPRINTF(E_WARN, L_XCODE, "Could not allocate transcode buffer\n");
599 DPRINTF(E_DBG, L_XCODE, "Client is a Hifidelio device, allegedly cannot transcode\n");
601 /* Allegedly can't transcode for Hifidelio because their
625 DPRINTF(E_DBG, L_XCODE, "Will transcode\n");
H A Dhttpd_daap.c48 #include "transcode.h"
1240 int transcode; local
1383 DPRINTF(E_LOG, L_DAAP, "Cannot transcode '%s', codec type is unknown\n", dbmfi.fname);
1385 transcode = 0;
1389 transcode = 1;
1393 transcode = transcode_needed(req->input_headers, dbmfi.codectype);
1401 ret = dmap_encode_file_metadata(songlist, song, &dbmfi, meta, nmeta, sort_headers, transcode);
H A Dplayer.c57 #include "transcode.h"
1220 ret = transcode(cur_streaming->ctx, audio_buf, len - nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Ddvd2concat33 transcode it using B<ffmpeg> or any other similar use.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c3617 static int transcode(void) function
3830 if (transcode() < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c2664 static int transcode(OutputFile *output_files, function
4410 { "t", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(recording_time)}, "record or transcode \"duration\" seconds of audio/video", "duration" },
4552 if (transcode(output_files, nb_output_files, input_files, nb_input_files) < 0)
H A Dffmpeg.c1641 /* if output time reached then transcode raw format,
1929 static int transcode(AVFormatContext **output_files, function
4234 { "t", HAS_ARG, {(void*)opt_recording_time}, "record or transcode \"duration\" seconds of audio/video", "duration" },
4404 if (transcode(output_files, nb_output_files, input_files, nb_input_files,

Completed in 276 milliseconds