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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c2 * nut muxer
27 #include "nut.h"
93 NUTContext *nut = s->priv_data; local
100 for(i=1; i<nut->header_count; i++){
101 if( len == nut->header_len[i]
102 && !memcmp(out, nut->header[i], len)){
112 NUTContext *nut = s->priv_data; local
125 nut->header_count= 7;
126 for(i=1; i<nut->header_count; i++){
127 nut
133 NUTContext *nut = s->priv_data; local
245 put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) argument
282 put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, int calculate_checksum, uint64_t startcode) argument
303 write_mainheader(NUTContext *nut, AVIOContext *bc) argument
375 NUTContext *nut = avctx->priv_data; local
433 write_globalinfo(NUTContext *nut, AVIOContext *bc) argument
459 write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) argument
490 write_chapter(NUTContext *nut, AVIOContext *bc, int id) argument
519 NUTContext *nut = avctx->priv_data; local
582 NUTContext *nut = s->priv_data; local
657 get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt) argument
675 find_best_header_idx(NUTContext *nut, AVPacket *pkt) argument
695 NUTContext *nut = s->priv_data; local
849 NUTContext *nut= s->priv_data; local
[all...]
H A Dnutdec.c29 #include "nut.h"
96 static int get_packetheader(NUTContext *nut, AVIOContext *bc, int calculate_checksum, uint64_t startcode) argument
188 static int decode_main_header(NUTContext *nut){ argument
189 AVFormatContext *s= nut->avf;
195 end= get_packetheader(nut, bc, 1, MAIN_STARTCODE);
201 nut->max_distance = ffio_read_varlen(bc);
202 if(nut->max_distance > 65536){
203 av_log(s, AV_LOG_DEBUG, "max_distance %d\n", nut->max_distance);
204 nut->max_distance= 65536;
207 GET_V(nut
296 decode_stream_header(NUTContext *nut) argument
394 decode_info_header(NUTContext *nut) argument
474 decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr) argument
502 find_and_decode_index(NUTContext *nut) argument
601 NUTContext *nut = s->priv_data; local
663 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) argument
733 decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code) argument
775 NUTContext *nut = s->priv_data; local
831 NUTContext *nut = s->priv_data; local
856 NUTContext *nut = s->priv_data; local
912 NUTContext *nut = s->priv_data; local
[all...]
H A Dnut.c2 * nut
24 #include "nut.h"
92 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val){ argument
94 for(i=0; i<nut->avf->nb_streams; i++){
95 nut->stream[i].last_pts= av_rescale_rnd(
97 time_base.num * (int64_t)nut->stream[i].time_base->den,
98 time_base.den * (int64_t)nut->stream[i].time_base->num,
117 void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts){ argument
124 av_tree_insert(&nut->syncpoints, sp, (void *) ff_nut_sp_pos_cmp, &node);
137 void ff_nut_free_sp(NUTContext *nut) argument
[all...]
H A Dnut.h38 #define ID_STRING "nut/multimedia container\0"
114 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
118 void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
119 void ff_nut_free_sp(NUTContext *nut);
H A Dlibnut.c33 #define ID_STRING "nut/multimedia container"
37 nut_context_tt * nut; member in struct:__anon2174
120 priv->nut = nut_muxer_init(&mopts, s, NULL);
135 nut_write_frame_reorder(priv->nut, &p, pkt->data);
145 nut_muxer_uninit_reorder(priv->nut);
156 .long_name = "nut format",
157 .mime_type = "video/x-nut",
158 .extensions = "nut",
204 nut_context_tt * nut = priv->nut local
[all...]
H A Dallformats.c156 REGISTER_MUXDEMUX (NUT, nut);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dcopycooker.sh16 ./ffmpeg_g -flags +bitexact -i $i -acodec copy -vcodec copy -y first.nut
17 ./ffmpeg_g -flags +bitexact -i first.nut -acodec copy -vcodec copy -y second.nut
18 cmp first.nut second.nut >> $logfile
19 md5sum first.nut >> $logfile
H A DMakefile38 tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) | tests/data
47 tests/data/%.sw tests/data/asynth% tests/data/vsynth%.yuv tests/vsynth%/00.pgm tests/data/%.nut: TAG = GEN
H A Dfate-run.sh177 $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
H A Dlavf-regression.sh136 do_lavf nut "" "-acodec mp2 -ab 64k -ar 44100"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c2 * nut muxer
33 #include "nut.h"
107 NUTContext *nut = s->priv_data; local
112 for (i = 1; i < nut->header_count; i++) {
113 if (len == nut->header_len[i] && !memcmp(out, nut->header[i], len)) {
123 NUTContext *nut = s->priv_data; local
136 nut->header_count = 7;
137 for (i = 1; i < nut->header_count; i++) {
138 nut
145 NUTContext *nut = s->priv_data; local
272 put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) argument
314 put_packet(NUTContext *nut, AVIOContext *bc, AVIOContext *dyn_bc, int calculate_checksum, uint64_t startcode) argument
337 write_mainheader(NUTContext *nut, AVIOContext *bc) argument
420 NUTContext *nut = avctx->priv_data; local
481 write_globalinfo(NUTContext *nut, AVIOContext *bc) argument
508 write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) argument
547 write_chapter(NUTContext *nut, AVIOContext *bc, int id) argument
575 write_index(NUTContext *nut, AVIOContext *bc) argument
629 NUTContext *nut = avctx->priv_data; local
694 NUTContext *nut = s->priv_data; local
784 get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt) argument
812 find_best_header_idx(NUTContext *nut, AVPacket *pkt) argument
955 NUTContext *nut = s->priv_data; local
1175 NUTContext *nut = s->priv_data; local
[all...]
H A Dnutdec.c33 #include "nut.h"
120 static int get_packetheader(NUTContext *nut, AVIOContext *bc, argument
220 static int decode_main_header(NUTContext *nut) argument
222 AVFormatContext *s = nut->avf;
229 end = get_packetheader(nut, bc, 1, MAIN_STARTCODE);
232 nut->version = ffio_read_varlen(bc);
233 if (nut->version < NUT_MIN_VERSION &&
234 nut->version > NUT_MAX_VERSION) {
236 nut->version);
239 if (nut
363 decode_stream_header(NUTContext *nut) argument
477 decode_info_header(NUTContext *nut) argument
567 decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr) argument
611 find_duration(NUTContext *nut, int64_t filesize) argument
623 find_and_decode_index(NUTContext *nut) argument
735 NUTContext *nut = s->priv_data; local
907 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) argument
983 decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code) argument
1045 NUTContext *nut = s->priv_data; local
1103 NUTContext *nut = s->priv_data; local
1130 NUTContext *nut = s->priv_data; local
1196 NUTContext *nut = s->priv_data; local
[all...]
H A Dnut.c2 * nut
24 #include "nut.h"
219 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) argument
222 for (i = 0; i < nut->avf->nb_streams; i++)
223 nut->stream[i].last_pts =
225 time_base.num * (int64_t)nut->stream[i].time_base->den,
226 time_base.den * (int64_t)nut->stream[i].time_base->num,
247 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) argument
258 nut->sp_count++;
263 av_tree_insert(&nut
278 ff_nut_free_sp(NUTContext *nut) argument
[all...]
H A Dlibnut.c33 #define ID_STRING "nut/multimedia container"
37 nut_context_tt * nut; member in struct:__anon3519
122 priv->nut = nut_muxer_init(&mopts, s, NULL);
137 nut_write_frame_reorder(priv->nut, &p, pkt->data);
147 nut_muxer_uninit_reorder(priv->nut);
158 .long_name = "nut format",
159 .mime_type = "video/x-nut",
160 .extensions = "nut",
206 nut_context_tt * nut = priv->nut local
[all...]
H A Dnut.h35 #define ID_STRING "nut/multimedia container\0"
132 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
136 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
137 void ff_nut_free_sp(NUTContext *nut);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c47 int nut; local
54 nut = (pc->state64 >> 2 * 8 + 1) & 0x3F;
56 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX ||
57 (nut >= 41 && nut <= 44) || (nut >= 48 && nut <= 55)) {
62 } else if (nut <
296 int nut = (state >> 1) & 0x3F; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dffprobe.mak1 FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut
H A Dacodec.mak38 fate-acodec-pcm-%_planar: FMT = nut
43 fate-acodec-pcm-u%be: FMT = nut
44 fate-acodec-pcm-u%le: FMT = nut
H A Davformat.mak25 FATE_LAVF-$(call ENCDEC2, MPEG4, MP2, NUT) += nut
H A Dseek.mak181 FATE_SEEK_LAVF-$(call ENCDEC2, MPEG4, MP2, NUT) += nut
219 fate-seek-lavf-nut: SRC = lavf/lavf.nut
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dlavfi-regression.sh20 $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
H A Dlavf-regression.sh102 do_lavf nut "-acodec mp2"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A DMakefile.am116 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A DMakefile.am116 indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A DMakefile27 doc/nut.html \

Completed in 202 milliseconds

12