Searched refs:mp4 (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Daac.mak2 fate-aac-al04_44: CMD = pcm -i $(SAMPLES)/aac/al04_44.mp4
6 fate-aac-al05_44: CMD = pcm -i $(SAMPLES)/aac/al05_44.mp4
10 fate-aac-al06_44: CMD = pcm -i $(SAMPLES)/aac/al06_44.mp4
14 fate-aac-al07_96: CMD = pcm -i $(SAMPLES)/aac/al07_96.mp4
18 fate-aac-al15_44: CMD = pcm -i $(SAMPLES)/aac/al15_44.mp4
22 fate-aac-al17_44: CMD = pcm -i $(SAMPLES)/aac/al17_44.mp4
26 fate-aac-al18_44: CMD = pcm -i $(SAMPLES)/aac/al18_44.mp4
30 fate-aac-am00_88: CMD = pcm -i $(SAMPLES)/aac/am00_88.mp4
34 fate-aac-am05_44: CMD = pcm -i $(SAMPLES)/aac/am05_44.mp4
38 fate-aac-al_sbr_hq_cm_48_2: CMD = pcm -i $(SAMPLES)/aac/al_sbr_cm_48_2.mp4
[all...]
H A Dals.mak5 fate-mpeg4-als-conformance-$(1): CMD = crc -i $(SAMPLES)/lossless-audio/als_$(1)_2ch48k16b.mp4
H A Dh264.mak356 fate-h264-interlace-crop: CMD = framecrc -vsync 0 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vframes 3
359 fate-h264-bsf-mp4toannexb: CMD = md5 -i $(SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f h264
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Daac.mak2 fate-aac-al04_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al04_44.mp4
6 fate-aac-al05_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al05_44.mp4
10 fate-aac-al06_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al06_44.mp4
14 fate-aac-al07_96: CMD = pcm -i $(TARGET_SAMPLES)/aac/al07_96.mp4
18 fate-aac-al15_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al15_44.mp4
22 fate-aac-al17_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al17_44.mp4
26 fate-aac-al18_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al18_44.mp4
30 fate-aac-am00_88: CMD = pcm -i $(TARGET_SAMPLES)/aac/am00_88.mp4
34 fate-aac-am05_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/am05_44.mp4
38 fate-aac-al_sbr_hq_cm_48_2: CMD = pcm -i $(TARGET_SAMPLES)/aac/al_sbr_cm_48_2.mp4
[all...]
H A Dals.mak5 fate-mpeg4-als-conformance-$(1): CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/als_$(1)_2ch48k16b.mp4
H A Dsubtitles.mak14 fate-sub-movtext: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -f ass
17 fate-sub-movtextenc: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -map 0 -scodec mov_text -f mp4 -flags +bitexact -movflags frag_keyframe+empty_moov
41 fate-sub-subripenc: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -scodec subrip -f srt
H A Dseek.mak135 fate-seek-vsynth2-mpeg4: SRC = fate/vsynth2-mpeg4.mp4
H A Dvcodec.mak179 fate-vsynth%-mpeg4: FMT = mp4
H A Dh264.mak389 fate-h264-bsf-mp4toannexb: CMD = md5 -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -bsf h264_mp4toannexb -f h264
392 fate-h264-interlace-crop: CMD = framecrc -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vframes 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h37 int ff_mov_iso639_to_lang(const char lang[4], int mp4);
138 int isom; ///< 1 if file is ISO Media (mp4/3gp)
H A Disom.c62 { CODEC_ID_DVD_SUBTITLE, 0xE0 }, /* non standard, see unsupported-embedded-subs-2.mp4 */
309 int ff_mov_iso639_to_lang(const char lang[4], int mp4) argument
314 for (i = 0; lang[0] && !mp4 && i < FF_ARRAY_ELEMS(mov_mdhd_language_map); i++) {
319 if (!mp4)
341 /* see http://www.geocities.com/xhelmboyx/quicktime/formats/mp4-layout.txt */
H A Dallformats.c132 REGISTER_MUXER (MP4, mp4);
H A Dmovenc.c482 /* reserved for mp4/3gp */
1759 } else if (mov->mode == MODE_MOV) { // the title field breaks gtkpod with mp4 and my suspicion is that stuff is not valid in mp4
2428 MOV_CLASS(mp4)
2430 .name = "mp4",
2432 .mime_type = "application/mp4",
2433 .extensions = "mp4",
2454 .extensions = "mp4,psp",
2492 .mime_type = "application/mp4",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h37 int ff_mov_iso639_to_lang(const char lang[4], int mp4);
162 int isom; ///< 1 if file is ISO Media (mp4/3gp)
H A Disom.c62 { AV_CODEC_ID_DVD_SUBTITLE, 0xE0 }, /* non standard, see unsupported-embedded-subs-2.mp4 */
346 int ff_mov_iso639_to_lang(const char lang[4], int mp4) argument
351 for (i = 0; lang[0] && !mp4 && i < FF_ARRAY_ELEMS(mov_mdhd_language_map); i++) {
356 if (!mp4)
378 /* see http://www.geocities.com/xhelmboyx/quicktime/formats/mp4-layout.txt */
H A Dallformats.c183 REGISTER_MUXER (MP4, mp4);
H A Dmovenc.c720 } else { /* reserved for mp4/3gp */
2430 } else if (mov->mode == MODE_MOV) { // the title field breaks gtkpod with mp4 and my suspicion is that stuff is not valid in mp4
3356 av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" / timestamp: %"PRId64" is out of range for mov/mp4 format\n",
4059 av_log(s, AV_LOG_ERROR, "Resolution %dx%d too large for mov/mp4\n", st->codec->width, st->codec->height);
4469 MOV_CLASS(mp4)
4471 .name = "mp4",
4473 .mime_type = "application/mp4",
4474 .extensions = "mp4",
4492 .extensions = "mp4,ps
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dcodec-regression.sh111 do_video_encoding odivx.mp4 "-flags +mv4 -mbd bits -qscale 10 -an -vcodec mpeg4"

Completed in 116 milliseconds