Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ functions
Functions
7,226 in github.com/FFmpeg/FFmpeg
⨍
Functions
7,226
◇
Types & classes
1,247
↓ 3 callers
Function
range_decode_update
* Update decoding state * @param ctx decoder context * @param sy_f the interval length (frequency of the symbol) * @param lt_f the lower end (frequ
libavcodec/apedec.c:282
↓ 3 callers
Function
read_packet
return -1 if error or EOF. Return 0 if OK. */
libavformat/mpegts.c:1241
↓ 3 callers
Function
release_buffer
libavcodec/snow.c:1962
↓ 3 callers
Function
renorm_cabac_encoder
libavcodec/cabac.h:73
↓ 3 callers
Function
rtmp_calc_digest
* Calculates HMAC-SHA2 digest for RTMP handshake packets. * * @param src input buffer * @param len input buffer length (should be 1536) * @p
libavformat/rtmpproto.c:374
↓ 3 callers
Function
rtsp_read_play
libavformat/rtsp.c:1313
↓ 3 callers
Function
rv34_mc
* generic motion compensation function * * @param r decoder context * @param block_type type of the current block * @param xoff horizontal offset
libavcodec/rv34.c:664
↓ 3 callers
Function
set_blocks
libavcodec/snow.c:800
↓ 3 callers
Function
set_mv_strides
* @param stride the number of MVs to get to the next row * @param mv_step the number of MVs per row or column in a macroblock */
libavcodec/error_resilience.c:69
↓ 3 callers
Function
set_ue_golomb
* write unsigned exp golomb code. */
libavcodec/golomb.h:413
↓ 3 callers
Function
set_ur_golomb_jpegls
* write unsigned golomb rice code (jpegls). */
libavcodec/golomb.h:482
↓ 3 callers
Function
shift_down
libavcodec/sonic.c:90
↓ 3 callers
Function
stream_pause
pause or resume the video */
ffplay.c:1106
↓ 3 callers
Function
svq3_get_se_golomb
libavcodec/golomb.h:184
↓ 3 callers
Function
sws_allocVec
libswscale/utils.c:1265
↓ 3 callers
Function
sws_isSupportedInput
libswscale/utils.c:112
↓ 3 callers
Function
sws_isSupportedOutput
libswscale/utils.c:145
↓ 3 callers
Function
t_sqrt
* Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in an * odd way to make the output identical to the binary decoder. */
libavcodec/ra144.c:74
↓ 3 callers
Function
tget_long
libavcodec/tiff.c:64
↓ 3 callers
Function
tget_short
libavcodec/tiff.c:58
↓ 3 callers
Function
tm2_low_chroma
libavcodec/truemotion2.c:405
↓ 3 callers
Function
ulti_convert_yuv
convert Ultimotion YUV block (sixteen 6-bit Y samples and two 4-bit chroma samples) into standard YUV and put it into frame */
libavcodec/ulti.c:90
↓ 3 callers
Function
unreference_pic
* Mark a picture as no longer needed for reference. The refmask * argument allows unreferencing of individual fields or the whole frame. * If the pi
libavcodec/h264_refs.c:339
↓ 3 callers
Function
updateSize
libavformat/gxfenc.c:140
↓ 3 callers
Function
update_map_generation
libavcodec/motion_est.c:55
↓ 3 callers
Function
update_qscale
libavcodec/mpegvideo_enc.c:134
↓ 3 callers
Function
url_exist
libavformat/avio.c:223
↓ 3 callers
Function
url_fgetc
libavformat/aviobuf.c:386
↓ 3 callers
Function
url_set_interrupt_cb
libavformat/avio.c:270
↓ 3 callers
Function
value_string
ffprobe.c:58
↓ 3 callers
Function
vc1_decode_entry_point
libavcodec/vc1.c:512
↓ 3 callers
Function
vc1_loop_filter_iblk
libavcodec/vc1dec.c:163
↓ 3 callers
Function
vc1_unescape_buffer
libavcodec/vc1.h:335
↓ 3 callers
Function
vect_division
libavcodec/elbg.c:70
↓ 3 callers
Function
video_open
ffplay.c:959
↓ 3 callers
Function
vmnc_get_pixel
read pixel value from stream */
libavcodec/vmnc.c:74
↓ 3 callers
Function
voc_get_packet
libavformat/vocdec.c:63
↓ 3 callers
Function
writeCode
* Write one code to stream * @param s LZW state * @param c code to write */
libavcodec/lzwenc.c:112
↓ 3 callers
Function
write_back_motion
libavcodec/h264.h:1191
↓ 3 callers
Function
write_headers
libavformat/nutenc.c:506
↓ 3 callers
Function
wv_reset_saved_context
libavcodec/wavpack.c:453
↓ 2 callers
Function
AV_RN64
libavutil/arm/intreadwrite.h:56
↓ 2 callers
Function
AV_WN16
libavutil/arm/intreadwrite.h:36
↓ 2 callers
Function
AV_ZERO64
libavutil/x86/intreadwrite.h:54
↓ 2 callers
Function
MPV_common_defaults
* sets the given MpegEncContext to common defaults (same for encoding and decoding). * the changed fields will not depend upon the prior state of the
libavcodec/mpegvideo.c:446
↓ 2 callers
Function
MPV_motion
libavcodec/mpegvideo_common.h:885
↓ 2 callers
Function
ZERO8x2
libavcodec/rv34.c:40
↓ 2 callers
Function
ac3_common_init
* Initializes some tables. * note: This function must remain thread safe because it is called by the * AVParser init code. */
libavcodec/ac3.c:268
↓ 2 callers
Function
ac3_eac3_probe
libavformat/raw.c:601
↓ 2 callers
Function
add_av_stream1
ffserver.c:3462
↓ 2 callers
Function
add_entry
* Add entry to directory in tiff header. * @param s Tiff context * @param tag Tag that identifies the entry * @param type Entry type * @param coun
libavcodec/tiffenc.c:110
↓ 2 callers
Function
add_info
libavformat/nutenc.c:442
↓ 2 callers
Function
add_pes_stream
libavformat/mpegts.c:830
↓ 2 callers
Function
add_pid_to_pmt
libavformat/mpegts.c:190
↓ 2 callers
Function
add_pixels_clamped_c
libavcodec/dsputil.c:569
↓ 2 callers
Function
addkey
libavutil/aes.c:50
↓ 2 callers
Function
adx_decode
libavcodec/adxdec.c:43
↓ 2 callers
Function
alloc_blocks
libavcodec/snow.c:780
↓ 2 callers
Function
alloc_temp
libavcodec/huffyuv.c:403
↓ 2 callers
Function
allocate_buffers
libavcodec/flacdec.c:147
↓ 2 callers
Function
amf_get_string
libavformat/flvdec.c:107
↓ 2 callers
Function
amr_decode_fix_avctx
libavcodec/libopencore-amr.c:24
↓ 2 callers
Function
analyze
libavformat/mpegts.c:357
↓ 2 callers
Function
ape_apply_filters
libavcodec/apedec.c:710
↓ 2 callers
Function
apply_loop_filter
libavcodec/vp3.c:1202
↓ 2 callers
Function
apply_motion_generic
libavcodec/roqvideo.c:102
↓ 2 callers
Function
apply_prediction
* Apply AAC-Main style frequency domain prediction. */
libavcodec/aacdec.c:1302
↓ 2 callers
Function
apply_window
libavcodec/ra288.c:57
↓ 2 callers
Function
asf_write_header1
write the header (used two times if non streamed) */
libavformat/asfenc.c:269
↓ 2 callers
Function
asv2_get_bits
FIXME write a reversed bitstream reader to avoid the double reverse
libavcodec/asv1.c:142
↓ 2 callers
Function
asv2_put_bits
libavcodec/asv1.c:146
↓ 2 callers
Function
atrac_generate_tables
libavcodec/atrac.c:51
↓ 2 callers
Function
atrac_iqmf
libavcodec/atrac.c:82
↓ 2 callers
Function
audio_close
libavdevice/beosaudio.cpp:264
↓ 2 callers
Function
audio_close
libavdevice/oss_audio.c:150
↓ 2 callers
Function
audio_open
libavdevice/beosaudio.cpp:188
↓ 2 callers
Function
audio_open
libavdevice/oss_audio.c:56
↓ 2 callers
Function
audio_write_get_buf_size
get the current audio output buffer size, in samples. With SDL, we cannot have a precise information */
ffplay.c:2131
↓ 2 callers
Function
av_add_sf
libavutil/softfloat.h:101
↓ 2 callers
Function
av_aes_crypt
libavutil/aes.c:90
↓ 2 callers
Function
av_aes_init
this is based on the reference AES code by Paulo Barreto and Vincent Rijmen
libavutil/aes.c:125
↓ 2 callers
Function
av_audio_resample_init
libavcodec/resample.c:144
↓ 2 callers
Function
av_codec_get_tag
libavformat/utils.c:2083
↓ 2 callers
Function
av_crc_init
* Initializes a CRC table. * @param ctx must be an array of size sizeof(AVCRC)*257 or sizeof(AVCRC)*1024 * @param cts_size size of ctx in bytes * @
libavutil/crc.c:59
↓ 2 callers
Function
av_div_q
libavutil/rational.c:83
↓ 2 callers
Function
av_evaluate_lls
libavutil/lls.c:97
↓ 2 callers
Function
av_fifo_drain
Discard data from the FIFO. */
libavutil/fifo.c:123
↓ 2 callers
Function
av_fifo_space
libavutil/fifo.c:57
↓ 2 callers
Function
av_guess_codec
libavformat/utils.c:256
↓ 2 callers
Function
av_guess_image2_codec
libavformat/img2.c:184
↓ 2 callers
Function
av_init_lls
libavutil/lls.c:33
↓ 2 callers
Function
av_interleave_packet
* Interleaves an AVPacket correctly so it can be muxed. * @param out the interleaved packet will be output here * @param in the input packet * @par
libavformat/utils.c:2890
↓ 2 callers
Function
av_log_set_callback
libavutil/log.c:113
↓ 2 callers
Function
av_new_program
libavformat/utils.c:2534
↓ 2 callers
Function
av_next_option
libavcodec/opt.c:44
↓ 2 callers
Function
av_normalize_sf
libavutil/softfloat.h:36
↓ 2 callers
Function
av_parser_parse2
libavcodec/parser.c:143
↓ 2 callers
Function
av_read_frame_internal
libavformat/utils.c:1039
↓ 2 callers
Function
av_resample_compensate
libavcodec/resample2.c:208
↓ 2 callers
Function
av_set_number2
libavcodec/opt.c:50
← previous
next →
701–800 of 7,226, ranked by callers