Home
last modified time | relevance | path

Searched defs:nut (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dnutenc.c108 NUTContext *nut = s->priv_data; in find_header_idx() local
124 NUTContext *nut = s->priv_data; in build_elision_headers() local
146 NUTContext *nut = s->priv_data; in build_frame_code() local
409 NUTContext *nut = avctx->priv_data; in write_streamheader() local
471 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
569 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
623 NUTContext *nut = avctx->priv_data; in write_headers() local
683 NUTContext *nut = s->priv_data; in nut_write_header() local
945 NUTContext *nut = s->priv_data; in nut_write_packet() local
1166 NUTContext *nut = s->priv_data; in nut_write_trailer() local
[all …]
H A Dnutdec.c89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
192 static int decode_main_header(NUTContext *nut) in decode_main_header()
362 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
484 static int decode_info_header(NUTContext *nut) in decode_info_header()
651 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
663 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
779 NUTContext *nut = s->priv_data; in nut_read_close() local
793 NUTContext *nut = s->priv_data; in nut_read_header() local
1138 NUTContext *nut = s->priv_data; in nut_read_packet() local
1197 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
[all …]
H A Dnut.c245 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
275 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
306 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dnutenc.c108 NUTContext *nut = s->priv_data; in find_header_idx() local
124 NUTContext *nut = s->priv_data; in build_elision_headers() local
146 NUTContext *nut = s->priv_data; in build_frame_code() local
409 NUTContext *nut = avctx->priv_data; in write_streamheader() local
471 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
569 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
623 NUTContext *nut = avctx->priv_data; in write_headers() local
686 NUTContext *nut = s->priv_data; in nut_write_header() local
947 NUTContext *nut = s->priv_data; in nut_write_packet() local
1168 NUTContext *nut = s->priv_data; in nut_write_trailer() local
[all …]
H A Dnutdec.c89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
192 static int decode_main_header(NUTContext *nut) in decode_main_header()
362 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
486 static int decode_info_header(NUTContext *nut) in decode_info_header()
653 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
665 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
781 NUTContext *nut = s->priv_data; in nut_read_close() local
795 NUTContext *nut = s->priv_data; in nut_read_header() local
1140 NUTContext *nut = s->priv_data; in nut_read_packet() local
1199 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
[all …]
H A Dnut.c253 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
283 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
314 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dnutenc.c88 NUTContext *nut = s->priv_data; in find_header_idx() local
107 NUTContext *nut = s->priv_data; in build_elision_headers() local
128 NUTContext *nut = s->priv_data; in build_frame_code() local
321 static void write_mainheader(NUTContext *nut, ByteIOContext *bc){ in write_mainheader()
447 static int write_globalinfo(NUTContext *nut, ByteIOContext *bc){ in write_globalinfo()
475 static int write_streaminfo(NUTContext *nut, ByteIOContext *bc, int stream_id){ in write_streaminfo()
506 static int write_headers(NUTContext *nut, ByteIOContext *bc){ in write_headers()
554 NUTContext *nut = s->priv_data; in write_header() local
623 static int find_best_header_idx(NUTContext *nut, AVPacket *pkt){ in find_best_header_idx()
643 NUTContext *nut = s->priv_data; in write_packet() local
[all …]
H A Dnutdec.c182 static int decode_main_header(NUTContext *nut){ in decode_main_header()
292 static int decode_stream_header(NUTContext *nut){ in decode_stream_header()
387 static int decode_info_header(NUTContext *nut){ in decode_info_header()
454 static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr){ in decode_syncpoint()
482 static int find_and_decode_index(NUTContext *nut){ in find_and_decode_index()
574 NUTContext *nut = s->priv_data; in nut_read_header() local
704 static int decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code){ in decode_frame()
746 NUTContext *nut = s->priv_data; in nut_read_packet() local
802 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
827 NUTContext *nut = s->priv_data; in read_seek() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dnutenc.c108 NUTContext *nut = s->priv_data; in find_header_idx() local
124 NUTContext *nut = s->priv_data; in build_elision_headers() local
146 NUTContext *nut = s->priv_data; in build_frame_code() local
432 NUTContext *nut = avctx->priv_data; in write_streamheader() local
494 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
592 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
646 NUTContext *nut = avctx->priv_data; in write_headers() local
698 NUTContext *nut = s->priv_data; in nut_write_header() local
955 NUTContext *nut = s->priv_data; in nut_write_packet() local
1177 NUTContext *nut = s->priv_data; in nut_write_trailer() local
[all …]
H A Dnutdec.c89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
192 static int decode_main_header(NUTContext *nut) in decode_main_header()
362 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
486 static int decode_info_header(NUTContext *nut) in decode_info_header()
653 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
665 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
781 NUTContext *nut = s->priv_data; in nut_read_close() local
795 NUTContext *nut = s->priv_data; in nut_read_header() local
1140 NUTContext *nut = s->priv_data; in nut_read_packet() local
1199 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
[all …]
H A Dnut.c255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
316 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dnutenc.c108 NUTContext *nut = s->priv_data; in find_header_idx() local
124 NUTContext *nut = s->priv_data; in build_elision_headers() local
146 NUTContext *nut = s->priv_data; in build_frame_code() local
432 NUTContext *nut = avctx->priv_data; in write_streamheader() local
494 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
592 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
646 NUTContext *nut = avctx->priv_data; in write_headers() local
698 NUTContext *nut = s->priv_data; in nut_write_header() local
955 NUTContext *nut = s->priv_data; in nut_write_packet() local
1177 NUTContext *nut = s->priv_data; in nut_write_trailer() local
[all …]
H A Dnutdec.c89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
192 static int decode_main_header(NUTContext *nut) in decode_main_header()
367 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
491 static int decode_info_header(NUTContext *nut) in decode_info_header()
658 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
670 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
786 NUTContext *nut = s->priv_data; in nut_read_close() local
800 NUTContext *nut = s->priv_data; in nut_read_header() local
1145 NUTContext *nut = s->priv_data; in nut_read_packet() local
1204 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
[all …]
H A Dnut.c255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
316 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dnutenc.c108 NUTContext *nut = s->priv_data; in find_header_idx() local
124 NUTContext *nut = s->priv_data; in build_elision_headers() local
146 NUTContext *nut = s->priv_data; in build_frame_code() local
432 NUTContext *nut = avctx->priv_data; in write_streamheader() local
494 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
592 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
646 NUTContext *nut = avctx->priv_data; in write_headers() local
698 NUTContext *nut = s->priv_data; in nut_write_header() local
955 NUTContext *nut = s->priv_data; in nut_write_packet() local
1177 NUTContext *nut = s->priv_data; in nut_write_trailer() local
[all …]
H A Dnutdec.c89 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
192 static int decode_main_header(NUTContext *nut) in decode_main_header()
362 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
486 static int decode_info_header(NUTContext *nut) in decode_info_header()
653 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
665 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
781 NUTContext *nut = s->priv_data; in nut_read_close() local
795 NUTContext *nut = s->priv_data; in nut_read_header() local
1140 NUTContext *nut = s->priv_data; in nut_read_packet() local
1199 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
[all …]
H A Dnut.c255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
285 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
316 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dnutenc.c107 NUTContext *nut = s->priv_data; in find_header_idx() local
123 NUTContext *nut = s->priv_data; in build_elision_headers() local
145 NUTContext *nut = s->priv_data; in build_frame_code() local
337 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader()
420 NUTContext *nut = avctx->priv_data; in write_streamheader() local
481 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
580 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
637 NUTContext *nut = avctx->priv_data; in write_headers() local
702 NUTContext *nut = s->priv_data; in nut_write_header() local
963 NUTContext *nut = s->priv_data; in nut_write_packet() local
[all …]
H A Dnut.c219 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
247 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
278 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
H A Dnutdec.c120 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
220 static int decode_main_header(NUTContext *nut) in decode_main_header()
363 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
477 static int decode_info_header(NUTContext *nut) in decode_info_header()
621 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
633 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
745 NUTContext *nut = s->priv_data; in nut_read_header() local
1055 NUTContext *nut = s->priv_data; in nut_read_packet() local
1113 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
1144 NUTContext *nut = s->priv_data; in read_seek() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dnutenc.c107 NUTContext *nut = s->priv_data; in find_header_idx() local
123 NUTContext *nut = s->priv_data; in build_elision_headers() local
145 NUTContext *nut = s->priv_data; in build_frame_code() local
337 static void write_mainheader(NUTContext *nut, AVIOContext *bc) in write_mainheader()
420 NUTContext *nut = avctx->priv_data; in write_streamheader() local
481 static int write_globalinfo(NUTContext *nut, AVIOContext *bc) in write_globalinfo()
580 static int write_index(NUTContext *nut, AVIOContext *bc) { in write_index()
637 NUTContext *nut = avctx->priv_data; in write_headers() local
702 NUTContext *nut = s->priv_data; in nut_write_header() local
963 NUTContext *nut = s->priv_data; in nut_write_packet() local
[all …]
H A Dnut.c219 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
247 int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts) in ff_nut_add_sp()
278 void ff_nut_free_sp(NUTContext *nut) in ff_nut_free_sp()
H A Dnutdec.c120 static int get_packetheader(NUTContext *nut, AVIOContext *bc, in get_packetheader()
220 static int decode_main_header(NUTContext *nut) in decode_main_header()
363 static int decode_stream_header(NUTContext *nut) in decode_stream_header()
477 static int decode_info_header(NUTContext *nut) in decode_info_header()
621 static int64_t find_duration(NUTContext *nut, int64_t filesize) in find_duration()
633 static int find_and_decode_index(NUTContext *nut) in find_and_decode_index()
745 NUTContext *nut = s->priv_data; in nut_read_header() local
1055 NUTContext *nut = s->priv_data; in nut_read_packet() local
1113 NUTContext *nut = s->priv_data; in nut_read_timestamp() local
1144 NUTContext *nut = s->priv_data; in read_seek() local
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_nut.c35 nut_context_tt * nut; member
98 nut_context_tt * nut = priv->nut = nut_demuxer_init(&dopts); in demux_open_nut() local
196 nut_context_tt * nut = priv->nut; in demux_nut_fill_buffer() local
257 nut_context_tt * nut = ((nut_priv_tt*)demuxer->priv)->nut; in demux_seek_nut() local
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_nut.c35 nut_context_tt * nut; member
98 nut_context_tt * nut = priv->nut = nut_demuxer_init(&dopts); in demux_open_nut() local
196 nut_context_tt * nut = priv->nut; in demux_nut_fill_buffer() local
257 nut_context_tt * nut = ((nut_priv_tt*)demuxer->priv)->nut; in demux_seek_nut() local

123456789