commit_msg
stringlengths
1
24.2k
commit_hash
stringlengths
2
84
project
stringlengths
2
40
source
stringclasses
4 values
labels
int64
0
1
repo_url
stringlengths
26
70
commit_url
stringlengths
74
118
commit_date
stringlengths
25
25
alsdec: make sure no invalid opt_order stays in the context. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
dfacef9e735461e72a05e683da06bda5ea9c5d8e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dfacef9e735461e72a05e683da06bda5ea9c5d8e
2012-03-27 13:50:41+02:00
rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier This option is the stream identifier to play or to publish. Sometimes the URL parser cannot determine the correct playpath automatically, so it must be given explicitly using this option (ie. -rtmp_playpath). Signed-off-by: Martin Storsjö <[email protected]>
b3b175120151b9d39f05a7e24e322a70ab835138
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3b175120151b9d39f05a7e24e322a70ab835138
2012-04-16 23:11:58+03:00
DV: check coded_width/height instead of width/height. This makes the workaround also work with lowres. Fixes issue #633. Signed-off-by: Reimar Döffinger <[email protected]>
feda266db5367517c62fdb14b5b281c90fcab89d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/feda266db5367517c62fdb14b5b281c90fcab89d
2012-03-25 12:23:44+02:00
indeo5dec: Make sure we have had a valid gop header. This prevents decoding happening on a half initialized context. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
229e4c133287955d5f3f837520a3602709b21950
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/229e4c133287955d5f3f837520a3602709b21950
2012-03-24 17:43:55+01:00
vc1: fix out of array reads in vc1_inv_trans_4x4_c() Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
32f0c658283e2451add02a6ee5c719efa877a34c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/32f0c658283e2451add02a6ee5c719efa877a34c
2012-03-01 19:35:12+01:00
mpc: pad mpc_CC/SCF[] tables to allow for negative indices. MPC8 allows indices of mpc_CC up to -1, and mpc_SCF up to -6, thus pad the tables by that much on the left end. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
d7eabd50425a61b31e90c763a0c3e4316a725404
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d7eabd50425a61b31e90c763a0c3e4316a725404
2012-03-10 14:28:08-08:00
flac: fix infinite loops on all-zero input or end-of-stream. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
52e4018be47697a60f4f18f83551766df31f5adf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52e4018be47697a60f4f18f83551766df31f5adf
2012-02-16 17:08:29-08:00
mxf: fix v210 label matching len Must check all 16 bytes because there is a planar 10-bit format label that has equal first 15 bytes Review-by: Baptiste Coudurier <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
627cd3841bcacd477c07748df964738ed14d0b3e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/627cd3841bcacd477c07748df964738ed14d0b3e
2012-02-28 20:20:05+01:00
v210enc: remove redundant check for pix_fmt Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Justin Ruggles <[email protected]>
f98ede7e610da644d3e5d553fc5d7102cf1ccde7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f98ede7e610da644d3e5d553fc5d7102cf1ccde7
2012-02-10 15:59:23-05:00
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. We read sub_packet_h / 2 packets per line of data (during deinterleaving), which equals zero if sub_packet_h <= 1, thus causing us to not read any data, leading to an infinite loop. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
e30b3e59a4f3004337cb1623b2aac988ce52b93f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e30b3e59a4f3004337cb1623b2aac988ce52b93f
2012-02-22 09:17:27-08:00
xvid_rc: check that write() succeeded. Signed-off-by: Michael Niedermayer <[email protected]>
25f35df11583800ee296effd42c51c65e9f3ef72
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/25f35df11583800ee296effd42c51c65e9f3ef72
2012-02-04 05:18:45+01:00
mxfdec: Check eof_reached in mxf_read_local_tags() This fixes an infinite loop with zzuf2.mxf. Signed-off-by: Diego Biurrun <[email protected]>
0373ec635d21c2738d7e4a8a76846753a76450aa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0373ec635d21c2738d7e4a8a76846753a76450aa
2012-02-09 12:41:50+01:00
Fix offset validity checks. Offsets are relative to the end of the header, not the start of the buffer, thus the buffer size needs to be subtracted. Signed-off-by: Reimar Döffinger <[email protected]>
f9eb6229447952c22cd3c3ba232bb3d1023ed5c8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9eb6229447952c22cd3c3ba232bb3d1023ed5c8
2012-01-29 21:52:55+01:00
libopencore-amr: check return value of avcodec_alloc_frame() Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
766e160e87c3c1997559b8225a635b68a06167fc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/766e160e87c3c1997559b8225a635b68a06167fc
2012-01-28 22:08:20+01:00
targadec: Simplify RLE out of packet check. Signed-off-by: Michael Niedermayer <[email protected]>
eb3f81e4ef73bb8d7e2c75ff0e8cb43de1c7dac5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb3f81e4ef73bb8d7e2c75ff0e8cb43de1c7dac5
2012-01-28 01:36:42+01:00
base64: add a benchmark for a pure syntax check. Signed-off-by: Michael Niedermayer <[email protected]>
01084336b7b969e29f163699a8414a84d00295da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/01084336b7b969e29f163699a8414a84d00295da
2012-01-21 00:32:52+01:00
yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. Current demuxer recognizes several colorspace formats that begin with 'C420' but does not yet recognize plain 'C420'. GStreamer's y4menc component generates .y4m files with a 'C420' colorspace. This new comparison is placed after the other 'C420' checks so that it doesn't interfere with them. Signed-off-by: Anton Khirnov <[email protected]>
b864b38397a2962d265ad39005265bac4fb001ef
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b864b38397a2962d265ad39005265bac4fb001ef
2012-01-30 07:30:21+01:00
rtsp: Remove a leftover, currently pointless check This check isn't relevant in the way the code currently works. Also change a case of if (x == 0) into if (!x). Signed-off-by: Martin Storsjö <[email protected]>
bc495bad3d8cbae71c82142906f7d36baf25a848
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bc495bad3d8cbae71c82142906f7d36baf25a848
2012-01-22 01:10:00+02:00
ljpegdec: fix point transform injection. Fix Ticket842 Signed-off-by: Michael Niedermayer <[email protected]>
b0143da80656f286b3e2363f3ddb6f81c4a0fbf5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0143da80656f286b3e2363f3ddb6f81c4a0fbf5
2011-12-30 05:12:38+01:00
Use more designated initializers. Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
ba10207bbe5ebd97b5afc3f19baf4a1ad8f974d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ba10207bbe5ebd97b5afc3f19baf4a1ad8f974d5
2011-12-30 20:00:53+01:00
sierravmd: limit packetsize to the amount that could be read. Fixes huge allocations. Signed-off-by: Michael Niedermayer <[email protected]>
47c4713a23d271eedd2eb2c02daa70cb0ea4e0ac
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47c4713a23d271eedd2eb2c02daa70cb0ea4e0ac
2011-12-24 22:06:25+01:00
Export ff_vdpau_vc1_decode_picture(). XBMC's configure script checks for this function in installed libavcodec.so to determine VDPAU support. Fixes ticket #762 reported by Christian Marillat
9994643fdd6c06b4f986be8879953a139fbd1a40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9994643fdd6c06b4f986be8879953a139fbd1a40
2011-12-16 02:33:25+01:00
v410enc: fix output buffer size check The encoder clearly needs width * height * 4 bytes. Signed-off-by: Mans Rullgard <[email protected]>
dabba0c676389b73c7b324fc999da7076fae149e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dabba0c676389b73c7b324fc999da7076fae149e
2011-12-15 17:47:10+00:00
ptx: fix inverted check for sufficient data Fix regression introduced in 2b53e69.
8d61eef917f736ebd4bc23c36d1b0cb3934e7dd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d61eef917f736ebd4bc23c36d1b0cb3934e7dd6
2011-12-10 17:01:27+01:00
h264: don't drop B-frames after next keyframe on POC reset. The keyframe after a POC reset may not be the first to be returned to the user. Therefore, don't reset the expected next POC once we return a keyframe to the user, but once we know that the next frame in the return-queue is a keyframe.
0b4c323213343bf514626ee89a7ad91bfd428322
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0b4c323213343bf514626ee89a7ad91bfd428322
2011-12-16 11:24:18-08:00
aascdec: Check input buffer size on raw data. Signed-off-by: Michael Niedermayer <[email protected]>
be5db7004f9d7b42b5ae9068b181dff383367e36
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be5db7004f9d7b42b5ae9068b181dff383367e36
2011-12-13 15:45:04+01:00
lavf: prevent infinite loops while flushing in avformat_find_stream_info If no data was seen for a stream decoder are returning 0 when fed with empty packets for flushing. We can stop flushing when the decoder does not return delayed delayed frames anymore. Changes try_decode_frame() return value to got_picture or negative error. CC: [email protected]
b3461c29c1aee7d62eeb02a59d46593c60362679
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3461c29c1aee7d62eeb02a59d46593c60362679
2012-01-26 00:45:05+01:00
cinepak: remove redundant coordinate checks Signed-off-by: Michael Niedermayer <[email protected]>
7056f13a89da1d1f4afd5c6342e7ca6824777125
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7056f13a89da1d1f4afd5c6342e7ca6824777125
2011-11-16 20:47:05+01:00
avformat: Add ff_tls_init()/deinit() that initialize OpenSSL If the application hasn't set up mutex callbacks, we set up our own using pthreads (or w32pthreads). Signed-off-by: Martin Storsjö <[email protected]>
48e59ad8e776546d172c4628223fcb6b0695f9f2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/48e59ad8e776546d172c4628223fcb6b0695f9f2
2011-11-05 12:08:59+02:00
mandelbrot: only check bailout once every 2 iterations. Once we bailed out we calculate the exact iteration in which it would have happened if needed. Signed-off-by: Michael Niedermayer <[email protected]>
3cbe9afba530991b4b8708fc47831453656e2fca
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3cbe9afba530991b4b8708fc47831453656e2fca
2011-11-13 18:14:40+01:00
libopencore-amr: check output buffer size before decoding
4a6a29a7fbf023b19797c38a86099d9f81d25524
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4a6a29a7fbf023b19797c38a86099d9f81d25524
2011-10-26 16:00:37-04:00
twinvq: check output buffer size before decoding
e53eecd0e7211973a1a9757f559bdd93a1848901
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e53eecd0e7211973a1a9757f559bdd93a1848901
2011-10-22 15:38:05-04:00
apedec: remove unneeded check for zero-size packet. This is already checked by avcodec_decode_audio3().
3c25209bd9ee83eeb0373dcf790eb116e986f8e1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3c25209bd9ee83eeb0373dcf790eb116e986f8e1
2011-10-28 11:41:39-04:00
mlpdec: validate that the reported channel count matches the actual output channel count
caa845851d790f894a2ccbe12580934f75545f92
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/caa845851d790f894a2ccbe12580934f75545f92
2011-10-13 15:13:02-04:00
avconc: split choose_codec() to choose_decoder/choose_encoder. Prevents -c copy from working for input streams and allows to move stream_copy variable from AVStream to OutputStream.
1b648c7cdbee335c642bd2c05fe624fc195b85e6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b648c7cdbee335c642bd2c05fe624fc195b85e6
2011-10-25 16:29:01+02:00
Check for cbrtf() and provide fallback (cherry picked from commit bfb37d7db1c6394099f6b177e10d6e769e678f6a) Signed-off-by: Michael Niedermayer <[email protected]>
ab2539708a241ddb2190d95d68a86b71b0bec601
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ab2539708a241ddb2190d95d68a86b71b0bec601
2011-10-22 19:49:27+02:00
sipr: fix get_bits(0) calls Zero-length get_bits() is undefined, must check before calling. Signed-off-by: Mans Rullgard <[email protected]>
c79d2a20bad59298188171f1316a830d563a41ee
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c79d2a20bad59298188171f1316a830d563a41ee
2011-10-11 12:05:51+01:00
rtsp: Expose the flag options via private AVOptions for sdp and rtp, too This allows setting the filter_src option for these demuxers, too, which wasn't possible at all before (where the option only was set via URL parameters for RTSP). Signed-off-by: Martin Storsjö <[email protected]>
51369f2891f756bcca4d7283d5a24c0529c1d6e1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/51369f2891f756bcca4d7283d5a24c0529c1d6e1
2011-10-17 22:02:31+03:00
act, bintext, wtvenc: use named struct initializers
c894449fc4a5a3d1ff1530318a015b0f0d0d5558
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c894449fc4a5a3d1ff1530318a015b0f0d0d5558
2011-09-26 00:22:41+02:00
lavf: add avformat_query_codec(). It allows to check if a given codec can be written into a container.
48f9e457ea0143e14b04f7ae9cc5358904f9475a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/48f9e457ea0143e14b04f7ae9cc5358904f9475a
2011-08-16 20:24:20+02:00
g729: dont force all cpu optims to off but override just the one that doesnt work. Signed-off-by: Michael Niedermayer <[email protected]>
c3299726874829e8eb7a937c247956ab3c2ccae6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c3299726874829e8eb7a937c247956ab3c2ccae6
2011-09-30 03:02:02+02:00
libavformat/utils: print ts in the "invalid dts/pts combination" case. Signed-off-by: Michael Niedermayer <[email protected]>
38670356f990da1efb906232768836d83356855b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/38670356f990da1efb906232768836d83356855b
2011-09-13 06:42:13+02:00
mov: Set negative Sample_duration in STTS to 1 Signed-off-by: Michael Niedermayer <[email protected]>
1892052f8dee858dcab3292d1c40c5deef67e18f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1892052f8dee858dcab3292d1c40c5deef67e18f
2011-08-13 03:39:58+02:00
Do not write ID3v1 tags by default ID3v1 are legacy tags with several limitations; furthermore avconv/ffmpeg writes the tags in UTF-8 which probably has near-0 software support. Add a -write_id3v1 option to be able to turn it on; disabled by default. Signed-off-by: Anton Khirnov <[email protected]>
f1f298cd32b18bb910ff045df327ccb139628db7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f1f298cd32b18bb910ff045df327ccb139628db7
2011-08-16 20:24:20+02:00
ffmpeg: deprecate loop_input and loop_output options They were replaced by (de)muxer private options.
f5302e5dcf6572e9424d51d152bffc570cd75ce6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5302e5dcf6572e9424d51d152bffc570cd75ce6
2011-07-08 19:58:19+02:00
vf_mp: sort listing of vf_info_t symbols This way it's easier for the programmer to look-up for a specific symbols (e.g. for checking if it's unused).
961e8f31cfd2fdebf6709bc43cb38440911eb70c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/961e8f31cfd2fdebf6709bc43cb38440911eb70c
2011-08-11 16:19:19+02:00
examples/muxing.c: set sample format for encoding This is required, or avcodec_open() will abort because of invalid sample format.
26f373988d61fbdf140b6d34125e195ec95bcb58
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/26f373988d61fbdf140b6d34125e195ec95bcb58
2011-07-09 15:26:09+02:00
Revert bink dequantization hack that is no longer necessary. Signed-off-by: Reimar Döffinger <[email protected]>
0e29c4f761575d60c764e56ed1d07b432eaf0262
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e29c4f761575d60c764e56ed1d07b432eaf0262
2011-07-30 11:22:11+02:00
id3v2: Check malloc result. ID3v2 tags can be very large.
86f868771bac89168086285b71186fd8cf934cc3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/86f868771bac89168086285b71186fd8cf934cc3
2011-05-26 13:16:03-07:00
ac3dsp: fix loop condition in ac3_update_bap_counts_c()
dc0ad40de2b0d6995eb842e56b22f9096bd539ff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc0ad40de2b0d6995eb842e56b22f9096bd539ff
2011-05-28 14:41:21-04:00
targa: Do not read colormap from files without one. This is necessary because some programs writing TGA files forget to initialize parts of the header they don't care about, resulting in "random" data there. The new behaviour is consistent with other programs, e.g. tgatoppm. Signed-off-by: Reimar Döffinger <[email protected]>
90cbbbc1e2fbe0ea35da450f82d2b6e53691b9a8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90cbbbc1e2fbe0ea35da450f82d2b6e53691b9a8
2011-06-28 18:48:35+02:00
mpeg12: add slice-threading checks to slice-threading initializers. Fixes "make THREADS=2 THREAD_TYPE=1 fate-mpeg2-field-enc".
508a24f8dc63e74bd9917e6f0c4cdbb744741ef0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/508a24f8dc63e74bd9917e6f0c4cdbb744741ef0
2011-05-18 06:54:15-04:00
avoptions: Return explicitly NAN or {0,0} if the option isn't found This actually matches what av_get_double did earlier, the 0.0/0.0 division was intentional, for producing NAN. Still keeping the check for the return value from av_get_number, for clarity. Signed-off-by: Martin Storsjö <[email protected]>
80068da3a0bafc7e24ce6b1f91cefec7d793b4d2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80068da3a0bafc7e24ce6b1f91cefec7d793b4d2
2011-05-25 22:01:33+03:00
Prefer codec specific options over global ones, allowing codec to override global options.
d319064465e148b8adb53d1ea5d38c09f987056e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d319064465e148b8adb53d1ea5d38c09f987056e
2011-04-19 13:12:24-07:00
ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled Implement lazy initialization of the image resample context, so that the initialization code does not need to be duplicated. Also manage the case in which resample/size change mid-stream. For each packet the code computes if resampling is needed. Previously the resample check was done only at the initialization, in case size/format changed and no resample was detected at the init stage ffmpeg was silently exiting.
f5a669c229425cdac828c230addf10d6d9cbe3a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5a669c229425cdac828c230addf10d6d9cbe3a7
2011-05-07 12:03:58+02:00
udp: Fix receiving RTP data over multicast Earlier, AVIO_RDWR was handled as READ, and all the checks for the AVIO_WRONLY flag explicitly meant the write-only case. When changed from old AVIO/URL contants to AVIO_FLAG in 59d96941f0285a5, these comparisons were updated incorrectly, by mapping checks for AVIO_WRONLY to checks for AVIO_FLAG_WRITE. When receiving RTP over UDP, the urlcontext is opened with READ_WRITE flags. This patch updates the flag comparisons to check for the same conditions as the code did prior to 59d96941f0285a5. Signed-off-by: Martin Storsjö <[email protected]>
a7ea5e3d35f30180ad69b86e6328f434e29119dc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7ea5e3d35f30180ad69b86e6328f434e29119dc
2011-05-09 19:14:38+03:00
applehttp: Only check the discard flags if v->ctx actually is initialized This code could be executed if the demuxer reads more than one segment before returning from av_open_input_stream. Signed-off-by: Martin Storsjö <[email protected]>
a92a7ddc253a640aba974d859eab20d74cebb3e0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a92a7ddc253a640aba974d859eab20d74cebb3e0
2011-04-13 11:30:37+03:00
configure: allow checking multiple functions in check_func_headers() This makes it possible to pass a space-separated list of functions to check_func_headers and check_lib2. If any function is missing, none are enabled as available, so this should only be used for all-or-nothing sets, i.e. groups in which none will be used if any one is missing. Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit edaf1ae2763ce1a23dec70e730ba2bb8ee476dfd) Signed-off-by: Michael Niedermayer <[email protected]>
05aa8c4441c74732d411480ab3e477d602dd7695
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05aa8c4441c74732d411480ab3e477d602dd7695
2011-03-19 20:06:09+01:00
mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5b56ad03 Signed-off-by: Michael Niedermayer <[email protected]>
3e3ea93b3c5041ef983ae459db8b706b7b708ef1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3e3ea93b3c5041ef983ae459db8b706b7b708ef1
2011-04-05 00:48:52+02:00
Check for successful h263 init in msmpeg4 init Signed-off-by: Ronald S. Bultje <[email protected]>
d2940155106c21f04d5a609db7cf655fe1d8d8b1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d2940155106c21f04d5a609db7cf655fe1d8d8b1
2011-04-12 19:46:44-04:00
vaapi: move configure check down.
f9c215e260d62c1213ea4f241b01ba4c4cf1c7b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9c215e260d62c1213ea4f241b01ba4c4cf1c7b7
2011-03-30 16:15:29+02:00
aacenc: reduce the number of loop index variables Signed-off-by: Janne Grunau <[email protected]>
57cc1ad35fd488c7a879661498f6f3508038d5a9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57cc1ad35fd488c7a879661498f6f3508038d5a9
2011-04-04 09:12:37+02:00
ac3enc: use generic fixed-point mdct This makes the AC3 encoder use the shared fixed-point MDCT rather than its own implementation. The checksum changes are due to different rounding in the MDCT. Signed-off-by: Mans Rullgard <[email protected]>
79997def65fd2313b48a5f3c3a884c6149ae9b5d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79997def65fd2313b48a5f3c3a884c6149ae9b5d
2011-04-03 19:01:53+01:00
doc: document applehttp protocol The documentation might be extended once/if a live/store override option will have to be provided for non-compliant segmenter.
0e6a3ee4fa317f674a3e895188620aa5839cc414
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e6a3ee4fa317f674a3e895188620aa5839cc414
2011-03-13 16:34:58+01:00
check sample_fmt in avcodec_open check AVCodecContext->sample_fmt against AVCodec->sample_fmts[] to ensure that the encoder supports the specified sample format. Error out if it doesn't. Previously, it would continue and output garbage. Fixes issue 2587.
2cfa2d925808e6cc6fb7a7c133b7cb7622afd37e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2cfa2d925808e6cc6fb7a7c133b7cb7622afd37e
2011-02-09 15:30:53-05:00
electronicarts: prevent endless loop opportunity in process_audio_header_elements() Fixes issue2529. Originally committed as revision 26307 to svn://svn.ffmpeg.org/ffmpeg/trunk
1c4ac0353021b1e243486cc6752cc9258d6de1a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1c4ac0353021b1e243486cc6752cc9258d6de1a7
2011-01-11 02:25:12+00:00
Check for invalid maxval in pgm decoder, fixes issue 2518. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26292 to svn://svn.ffmpeg.org/ffmpeg/trunk
ebc3488300523dad3da41f420ecfcdddd1d8e9f3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebc3488300523dad3da41f420ecfcdddd1d8e9f3
2011-01-10 00:42:57+00:00
Check for bit allocation error in ac3_encode_frame(). Move error log printout to ac3_encode_frame(). Originally committed as revision 25999 to svn://svn.ffmpeg.org/ffmpeg/trunk
dc0bc0f84ec3ecc475182c5c2934ca8ef5a45de2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc0bc0f84ec3ecc475182c5c2934ca8ef5a45de2
2010-12-14 14:53:30+00:00
x86: remove hack disabling sse2 h264 loop filter with 32-bit icc Originally committed as revision 25146 to svn://svn.ffmpeg.org/ffmpeg/trunk
f41237c9dbe9751ef025812edebdec762797e57d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f41237c9dbe9751ef025812edebdec762797e57d
2010-09-18 20:44:32+00:00
spdifenc: fix byte order on big-endian systems There is a check for HAVE_BIGENDIAN when outputting the IEC 61937 stream. On big-endian systems the payload data is not byteswapped, causing in effect the outputted payload data to be in a different byte order on big-endian than on little-endian systems. However, the IEC 61937 preamble (and the final odd byte if present) is always outputted in the same byte order. This means that on big-endian systems the headers have a different byte order than the payload, preventing useful use of the output. Fix that by outputting the data in a format suitable for sending to an audio device in S16LE format by default. Output as big-endian (S16BE) is added as an AVOption. This makes the muxer output the same on all archs by default. Signed-off-by: Janne Grunau <[email protected]>
57f2c9aed9fecbb1e6798ec33613141afe74fd31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57f2c9aed9fecbb1e6798ec33613141afe74fd31
2011-02-13 15:16:55+01:00
Use filename as pattern for multiple inclusion guards. Originally committed as revision 25079 to svn://svn.ffmpeg.org/ffmpeg/trunk
e47ca217cb5865560366d0db20dd34984c340084
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e47ca217cb5865560366d0db20dd34984c340084
2010-09-08 16:02:20+00:00
get rid of MAX_STREAMS limit in mpegts Originally committed as revision 24753 to svn://svn.ffmpeg.org/ffmpeg/trunk
6b2b337657f23a967bcdc35e1835ea3af21237ad
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6b2b337657f23a967bcdc35e1835ea3af21237ad
2010-08-09 23:21:08+00:00
Add missing checks on invalid pixel format in av_image_fill_linesizes/pointers. Originally committed as revision 25072 to svn://svn.ffmpeg.org/ffmpeg/trunk
6950cca97fed890ec56259a2f868f37b65513d92
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6950cca97fed890ec56259a2f868f37b65513d92
2010-09-07 23:41:18+00:00
RTSP: Use the same authentication for the HTTP POST session as for the GET Originally committed as revision 23686 to svn://svn.ffmpeg.org/ffmpeg/trunk
a8ead3322fdbe4670101185204b55fef8e7e0422
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a8ead3322fdbe4670101185204b55fef8e7e0422
2010-06-21 19:41:02+00:00
Fix h264/vp8 intra pred on Athlon XP Whose idea was it to have a CPU that didn't SIGILL on an invalid instruction? Originally committed as revision 23927 to svn://svn.ffmpeg.org/ffmpeg/trunk
17dc7c7a60798d3e1f78bad97423fb49c8dc1c1d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/17dc7c7a60798d3e1f78bad97423fb49c8dc1c1d
2010-07-01 10:29:47+00:00
Drop a few redundant slice_num checks. Originally committed as revision 21844 to svn://svn.ffmpeg.org/ffmpeg/trunk
5806e8cd1f60c67d936fa44dd4421428489503f5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5806e8cd1f60c67d936fa44dd4421428489503f5
2010-02-16 00:09:30+00:00
Move branch based on custom mode outside the loop Originally committed as revision 21804 to svn://svn.ffmpeg.org/ffmpeg/trunk
7c2e31d1f0198fad23cddbd8f206a04173fe6d0d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c2e31d1f0198fad23cddbd8f206a04173fe6d0d
2010-02-13 18:59:21+00:00
Set x264_build so that checks are simpler. Originally committed as revision 21681 to svn://svn.ffmpeg.org/ffmpeg/trunk
055a6aa76a84ced5bebf988ef67e22ac3c5763c5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/055a6aa76a84ced5bebf988ef67e22ac3c5763c5
2010-02-08 00:08:05+00:00
Replace ?: by branchless code. about 0.5% faster loop filtering Originally committed as revision 21539 to svn://svn.ffmpeg.org/ffmpeg/trunk
77821e11b37be42d9c10a17fb79e8e26c181b7f0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/77821e11b37be42d9c10a17fb79e8e26c181b7f0
2010-01-30 13:40:20+00:00
Simplify loop filter a little by using top/left_type. Originally committed as revision 21457 to svn://svn.ffmpeg.org/ffmpeg/trunk
d5c30c86d0e18fe1b17118ddbfd7a90db2deaa04
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d5c30c86d0e18fe1b17118ddbfd7a90db2deaa04
2010-01-26 13:39:26+00:00
Check param in sws_getCachedContext(). Patch by KO Myung-Hun komh chollian net Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext() Date: Wed Jan 9 11:15:19 CET 2008 Originally committed as revision 25775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
337a2a4530109c40b5c9a3b3d04d9b45f35e7c89
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/337a2a4530109c40b5c9a3b3d04d9b45f35e7c89
2008-01-17 08:06:09+00:00
Fix qp_thres loop filter check for MBAFF. Originally committed as revision 21453 to svn://svn.ffmpeg.org/ffmpeg/trunk
3046c25ec545941538ec213fa1180ead4524668c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3046c25ec545941538ec213fa1180ead4524668c
2010-01-26 13:27:22+00:00
Simplify left_xy content for the loop filter, this also makes it closer to what is needed and its faster too. Originally committed as revision 21458 to svn://svn.ffmpeg.org/ffmpeg/trunk
a715af8ff444a7c1194f920d4425b96edec64c64
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a715af8ff444a7c1194f920d4425b96edec64c64
2010-01-26 14:55:19+00:00
Check for snapshot_version in source dir. Originally committed as revision 21065 to svn://svn.ffmpeg.org/ffmpeg/trunk
31c194e7f9483cb067c31bb64bc0d719e2823e25
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31c194e7f9483cb067c31bb64bc0d719e2823e25
2010-01-07 17:54:17+00:00
Override a few values read so as to ensure that things are not inconsistent. Originally committed as revision 20654 to svn://svn.ffmpeg.org/ffmpeg/trunk
87f68060691cb48a82faa993eeebe63621ef621c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/87f68060691cb48a82faa993eeebe63621ef621c
2009-11-29 03:32:30+00:00
Perform reference remapping at fill_cache() time instead of in the loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast() bitexact. code is maybe 0.1% faster Originally committed as revision 21280 to svn://svn.ffmpeg.org/ffmpeg/trunk
6d7e6b2657ae7ec577f3a55bc8c8b48075d51ba2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6d7e6b2657ae7ec577f3a55bc8c8b48075d51ba2
2010-01-18 05:15:31+00:00
In win32 thread implementation do not access jobnr if the thread is asked to terminate, jobnr it does not point to a valid location in that case. Originally committed as revision 20565 to svn://svn.ffmpeg.org/ffmpeg/trunk
9fe08942102ecd2dda0d6751b3c7d9f736cc4ee3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9fe08942102ecd2dda0d6751b3c7d9f736cc4ee3
2009-11-20 21:08:26+00:00
Fix >= vs > check of coded_fragment_list_index. 22_fix_theora_frag_fencepost.patch by chrome Originally committed as revision 19995 to svn://svn.ffmpeg.org/ffmpeg/trunk
310afddfe0c31ffd844eb640bdf2b3f052286dbe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/310afddfe0c31ffd844eb640bdf2b3f052286dbe
2009-09-23 12:42:12+00:00
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the necessary ff_cos_tabs tables are initialized. Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables). Originally committed as revision 20464 to svn://svn.ffmpeg.org/ffmpeg/trunk
1ffc6e83276b24ffaea586c83b7aabb904e4be4b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1ffc6e83276b24ffaea586c83b7aabb904e4be4b
2009-11-05 18:29:06+00:00
Check for return value of some context allocations. Originally committed as revision 19826 to svn://svn.ffmpeg.org/ffmpeg/trunk
7ef618796a6f4adf5bb16adce40ccacab0b232b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7ef618796a6f4adf5bb16adce40ccacab0b232b6
2009-09-12 17:22:56+00:00
#include correct header to fix 'make checkheaders'. AVCodecTag is declared in riff.h, not avformat.h. Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk
e9b733bd894c79854ba7d938c87954898c5770f0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9b733bd894c79854ba7d938c87954898c5770f0
2009-09-18 19:51:05+00:00
Only use *ic_ptr when it has been initialized. Originally committed as revision 19911 to svn://svn.ffmpeg.org/ffmpeg/trunk
e9b0681610b346adc57bcbd2f55fdd2764908097
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e9b0681610b346adc57bcbd2f55fdd2764908097
2009-09-18 13:19:13+00:00
Factorise st->nb_index_entries check. Patch by Maksym Veremeyenko, verem m1stereo tv Originally committed as revision 19797 to svn://svn.ffmpeg.org/ffmpeg/trunk
b60de406a4c109c1369eb573719c1f2f4ab9cd4a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b60de406a4c109c1369eb573719c1f2f4ab9cd4a
2009-09-09 16:25:12+00:00
Check for explicit 32-bit FPS value so it works on 64-bit systems too Originally committed as revision 19861 to svn://svn.ffmpeg.org/ffmpeg/trunk
05db409c280acc22362c2e79ea67abe3873043a5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05db409c280acc22362c2e79ea67abe3873043a5
2009-09-15 15:28:11+00:00
ARM: check for VFP register arguments Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
ce742de22cd939c419b22535242350134e685a28
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ce742de22cd939c419b22535242350134e685a28
2009-07-20 22:30:24+00:00
fix slice header checking Originally committed as revision 19303 to svn://svn.ffmpeg.org/ffmpeg/trunk
470de55aa17cb933a21f7e4c4015202eaba7277f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/470de55aa17cb933a21f7e4c4015202eaba7277f
2009-06-30 06:44:32+00:00
Remove check that thanks to padding is no longer necessary. Originally committed as revision 19057 to svn://svn.ffmpeg.org/ffmpeg/trunk
e0b3af90599b2d9d593e935db67290361a853a47
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e0b3af90599b2d9d593e935db67290361a853a47
2009-05-31 10:53:47+00:00
Update libx264.c to use new libx264 features With b_keyframe instead of IDR for detecting keyframes, ffmpeg should now support periodic encoding with periodic intra refresh (although there is no interface option for it yet). Set the new timebase values for full VFR input support. Bump configure to check for API version 83. Originally committed as revision 21317 to svn://svn.ffmpeg.org/ffmpeg/trunk
76d81909ae65f5a771e3a58d6a5d6bb58bfed995
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/76d81909ae65f5a771e3a58d6a5d6bb58bfed995
2010-01-19 04:00:08+00:00
Factorize GPL and nonfree license checks into a common function. Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2184c6f7af9e16306e339baae5f4f671b3a32ed0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2184c6f7af9e16306e339baae5f4f671b3a32ed0
2009-04-29 15:32:40+00:00
Proper subpacket size check for cook multichannel files. Originally committed as revision 18693 to svn://svn.ffmpeg.org/ffmpeg/trunk
bdb8d99613589e4df416d4255e875ab15f5375dd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bdb8d99613589e4df416d4255e875ab15f5375dd
2009-04-25 20:09:34+00:00