这是indexloc提供的服务,不要输入任何密码
Sign in
chromium
/
chromium
/
third_party
/
ffmpeg
/
HEAD
bd6a0e8
Use the normalized form LGPL-2.1 for license declaration.
by Jordan Brown
· 4 days ago
master
d2d06b1
README.chromium file
by Dale Curtis
· 11 days ago
f8ccb7d
GN Configuration
by Dale Curtis
· 11 days ago
113648a
Merge remote-tracking branch 'upstream/master' into sushi-2025-07-14-21-36-11
by Dale Curtis
· 11 days ago
fba1913
tests/fate: add fate test for excessive frame buffering when using filters
by Marton Balint
· 11 days ago
7d54fad
fftools/ffmpeg: add support for setting maximum buffered frames in a filtergraph
by Marton Balint
· 11 days ago
b24155c
avfilter/avfilter: add AVFilterGraph->max_buffered_frames to limit buffered frames
by Marton Balint
· 11 days ago
71468e8
avfilter/framequeue: add support for limiting and tracking buffered frames in the queues
by Marton Balint
· 11 days ago
35a6de1
libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()
by Jiasheng Jiang
· 13 days ago
0a5ae74
avfilter/vf_thumbnail: switch to query_func2
by Niklas Haas
· 13 days ago
cf18b28
avfilter/vf_thumbnail: support more planar formats
by Niklas Haas
· 13 days ago
3ce3480
avcodec/nvdec: switch to proper pixfmts on next major bump
by Timo Rothenpieler
· 14 days ago
8304a1a
avcodec/nvenc: add support for new 10 bit MSB pixel formats
by Timo Rothenpieler
· 14 days ago
02a7c85
swscale: add support for new 10/12 bit MSB formats
by Timo Rothenpieler
· 14 days ago
e93de99
avutils/pixfmt: add YUV444/GBRP 10 and 12 bit MSB formats
by Timo Rothenpieler
· 14 days ago
cd91469
avfilter/overlay_cuda: add timeline editing support
by Jorge Estrada
· 14 days ago
9b6638e
avformat/tls_schannel: fix non-blocking write breaking TLS sessions
by Timo Rothenpieler
· 14 days ago
9cd86c4
avformat/tls_schannel: add option to load server certificate from store
by Timo Rothenpieler
· 14 days ago
90fa963
avformat/tls_schannel: add DTLS support
by Timo Rothenpieler
· 14 days ago
6af0995
avformat/tls: make passing an external socket universal
by Timo Rothenpieler
· 14 days ago
2604c86
avformat/udp: add function to set remote address directly
by Timo Rothenpieler
· 14 days ago
585cae1
avformat/udp: separate rx and tx fifo
by Timo Rothenpieler
· 14 days ago
af04a27
avformat/udp: make recv addr of each packet available
by Timo Rothenpieler
· 14 days ago
2c7e117
avformat/tls: move whip specific init out of generic tls code
by Timo Rothenpieler
· 14 days ago
7c91ae9
avformat/rtsp: check copy_tls_opts_dict
by Marvin Scholz
· 14 days ago
c4e8ac3
avformat/rtsp: use av_unreachable
by Marvin Scholz
· 14 days ago
c425951
avformat/rtsp: fix misleading indentation
by Marvin Scholz
· 14 days ago
fadadb5
avcodec/mpegvideo_dec: Avoid implicit NULL + offset
by Andreas Rheinhardt
· 2 weeks ago
9139edf
avcodec/opus/dec: Simplify resetting AVAudioFifo
by Andreas Rheinhardt
· 2 weeks ago
66f29ae
avcodec/opus/dec: Don't call function multiple times in FFMAX
by Andreas Rheinhardt
· 2 weeks ago
faf0d81
avcodec/opus/dec: Remove unused parameters
by Andreas Rheinhardt
· 2 weeks ago
ba2c9ac
avcodec/get_bits: Remove GetBitContext.buffer_end
by Andreas Rheinhardt
· 2 weeks ago
367cf96
avcodec/get_bits: Add get_bits_bytesize()
by Andreas Rheinhardt
· 2 weeks ago
d20a4ef
avcodec/vvc/dec: Don't use GetBit-API when byte-aligned
by Andreas Rheinhardt
· 2 weeks ago
d19b88f
avcodec/bytestream: Add const where appropriate
by Andreas Rheinhardt
· 2 weeks ago
3334bdc
avformat/scd: ensure SCD_MIN_HEADER_SIZE bytes are read
by Kacper Michajłow
· 2 weeks ago
1787fad
fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generated
by James Almer
· 2 weeks ago
82aeee3
avformat/rtsp: fix leak of options dict on error
by Marvin Scholz
· 2 weeks ago
853ad9e
avcodec/adpcm: squelch uninitialized variable warnings
by Peter Ross
· 2 weeks ago
3c96fda
copy_config.sh: copy riscv64 config
by Levi Zim
· 2 weeks ago
060fc4e
doc/scaler.texi: add missing gamma option
by Desmond Liu
· 2 weeks ago
0dedef1
avformat/tls: rename accidentally changed options
by Marvin Scholz
· 3 weeks ago
50cae8a
Changelog: mention dropping OpenSSL < 1.1.0
by Marvin Scholz
· 3 weeks ago
219f234
avformat/mov: add support for APV streams
by Dawid Kozinski
· 3 weeks ago
934e1c2
APIchanges: Add entry for AV_PKT_DATA_RTCP_SR
by Marvin Scholz
· 3 weeks ago
eca477d
avcodec: bump minor after adding AV_PKT_DATA_RTCP_SR
by Marvin Scholz
· 3 weeks ago
d2828ab
avformat: rtsp: export AV_PKT_DATA_RTCP_SR
by Marvin Scholz
· 3 weeks ago
73d7769
avcodec: add AV_PKT_DATA_RTCP_SR side data type
by Marvin Scholz
· 3 weeks ago
74aa710
lavf: add and use AVRTCPSenderReport struct
by Marvin Scholz
· 3 weeks ago
e0abe0a
lavf/rtpdec: fix RTCP SR packet length check
by Marvin Scholz
· 3 weeks ago
019ca5f
avformat/tls_openssl: use SSL_CTX_set_min_proto_version
by Marvin Scholz
· 3 weeks ago
fb38d87
avformat/tls_openssl: use TLS_[client|server]_method
by Marvin Scholz
· 3 weeks ago
aaffa9b
avformat/tls_openssl: remove unnecessary checks
by Marvin Scholz
· 3 weeks ago
3abc8d5
avformat/tls_openssl: remove leftover comment
by Marvin Scholz
· 3 weeks ago
816dad2
avformat/tls_openssl: properly get new BIO index
by Marvin Scholz
· 3 weeks ago
1702bec
avformat/tls_openssl: remove now unnecessary define
by Marvin Scholz
· 3 weeks ago
f0913b3
avformat: tls: drop support for OpenSSL < 1.1.0
by Marvin Scholz
· 3 weeks ago
f256487
configure: require at least OpenSSL 1.1.0
by Marvin Scholz
· 3 weeks ago
e1ef33d
avformat/rtsp: add TLS options
by Daniel N Pettersson
· 3 weeks ago
ba9817d
avformat/tls: move common client options into their own define
by Marvin Scholz
· 3 weeks ago
d9eb637
avutil/hwcontext_videotoolbox: fix unused variable warning
by Marvin Scholz
· 3 weeks ago
eb52251
avcodec/vvc/ctu: Check ff_vvc_num_signalled_palette_entries
by Michael Niedermayer
· 3 weeks ago
9d1e4fe
avcodec/vvc/ctu: Check palette_escape_val
by Michael Niedermayer
· 3 weeks ago
38ead08
swscale/output: Fix integer overflows in yuv2rgba64_1_c_template()
by Michael Niedermayer
· 3 weeks ago
6755976
avcodec/psd: Move frame allocation after RLE processing
by Michael Niedermayer
· 3 weeks ago
b2858d4
avcodec/apv_dsp: Avoid UB overflow in dequant
by Michael Niedermayer
· 3 weeks ago
af3852e
avcodec/smacker: Check input before allocation
by Michael Niedermayer
· 3 weeks ago
9899c8c
avcodec/smacker: Move buffer allocation to later
by Michael Niedermayer
· 3 weeks ago
6b02885
fate/seek: fix missing mpeg4video parser dependency
by Nicolas Gaullier
· 3 weeks ago
81b1cd3
fate/all: fix missing some mov demuxer dependencies
by Nicolas Gaullier
· 3 weeks ago
57a0412
fate/all: add missing crc/framecrc/md5/framemd5/pipe dependencies
by Nicolas Gaullier
· 3 weeks ago
e2c7f78
fate/all: add missing file protocol dependencies
by Nicolas Gaullier
· 3 weeks ago
1ece56d
fate/all: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
7de4038
fate/hevc: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
b4c9587
fate/pcm: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
ae31b66
fate/mpeg4: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
5fe4434
fate/hlsenc: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
64198e0
fate/cover-art: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
daea361
fate/ac3: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
fbcfa24
fate/audio: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
af40eb2
fate/aac: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
ee29f2f
fate/vorbis: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
c1fa833
fate/lavf-container: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
9876a51
fate/gapless: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
0b7b53a
fate/mov: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
ee78de0
fate/all: switch-fix mov muxer dependency to mp4 muxer dependency
by Nicolas Gaullier
· 3 weeks ago
a0cf4c7
fate/demux: fix multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
9f7e9d5
fate/all: add missing dependencies for extradata bsf
by Nicolas Gaullier
· 3 weeks ago
0ab09a6
tests/Makefile: make easier to check for multiple dependencies
by Nicolas Gaullier
· 3 weeks ago
a4a71b5
avfilter/asrc_sinc: fix leak in config_input()
by Lidong Yan
· 3 weeks ago
5f62e2d
fftools/cmdutils: don't try to load arguments from file if not needed
by Kacper Michajłow
· 3 weeks ago
30043cc
avformat/mov: allowing custom udta atoms to pass through their values correctly when export_all option specified.
by Ken McGaugh
· 3 weeks ago
3b6ec5a
avcodec/opus: don't materialize buf pointer from null
by Kacper Michajłow
· 3 weeks ago
05094c1
fftools/textformat: remove unreachable code in tf_mermaid
by Marvin Scholz
· 3 weeks ago
bf5f3f1
avcodec/nvdec: fix 10bit output pixel formats
by Timo Rothenpieler
· 3 weeks ago
0fe9f25
avcodec/adpcm: Sanyo LD-ADPCM decoder
by Peter Ross
· 3 weeks ago
ad0a440
avfilter: add pad_cuda filter
by Jorge Estrada
· 3 weeks ago
ecbe3e7
avcodec/rv60dec: Check ofs for overflows
by Michael Niedermayer
· 3 weeks ago
e68599f
avformat/rtpdec_asf: fix leak in ff_wms_parse_sdp_a_line()
by Lidong Yan
· 3 weeks ago
98afcd3
avcodec/sunrast: fix leak in sunrast_decode_frame()
by Lidong Yan
· 3 weeks ago
Next »