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
avfiltergraph: try to reduce format conversions in filters. Current code, with a filterchain such as (input - yuv411) -> (scale - any) -> (sink - any) will result in yuv420 being chosen for the second link, which is clearly not right. This commit attempts to improve in the following way: repeat until convergence: loop over all filters find input link with exactly one format force this format on all output links of the same type (if possible)
63736fe48c30c5db313c3a25d1462ad31b2a1671
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63736fe48c30c5db313c3a25d1462ad31b2a1671
2012-04-01 09:04:09+02:00
rawdec: Check w/h. Fixes FPE Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <[email protected]>
a22e64fd02133867406604cb6589bb31696f08bc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a22e64fd02133867406604cb6589bb31696f08bc
2012-03-23 10:48:18+01:00
dv: Do not redundantly initialize struct members to zero.
0a41f47dc17b49acaff6fe469a6ab358986cc449
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a41f47dc17b49acaff6fe469a6ab358986cc449
2012-03-05 17:02:59+01:00
error_resilience: initialize s->block_index[]. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
6193ff68549ecbaf1a4d63a0e06964ec580ac620
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6193ff68549ecbaf1a4d63a0e06964ec580ac620
2012-03-06 11:08:56-08:00
lavc doxy: replace \ with / It's the more proper symbol to use and it prevents doxygen from thinking it's a command.
40ca0e6a7593f22419a7c258fe7f3f32945d8503
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/40ca0e6a7593f22419a7c258fe7f3f32945d8503
2012-04-09 21:16:37+02:00
libvorbis: improve error checking in oggvorbis_encode_init()
6f600ab35424823fb682b5669241edcc66590a8d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f600ab35424823fb682b5669241edcc66590a8d
2012-02-25 11:49:42-05:00
libvorbis: remove unneeded e_o_s check vorbis_bitrate_flushpacket() does not return any packets that should not be output in the bitstream.
1fe7c1be547b92ac9f0b7e6158d76b91eee170e2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1fe7c1be547b92ac9f0b7e6158d76b91eee170e2
2012-02-29 14:54:24-05:00
rtpenc: Move max_packet_size to a context variable This is in preparation for exposing this via an avoption. Signed-off-by: Martin Storsjö <[email protected]>
f553462041096d5d2afd9a8841a7af50df5c2540
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f553462041096d5d2afd9a8841a7af50df5c2540
2012-02-23 21:32:52+02:00
h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion. Signed-off-by: Michael Niedermayer <[email protected]>
f9caec0cf9a2bd06efa3bc800649713e8531cad0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9caec0cf9a2bd06efa3bc800649713e8531cad0
2012-02-17 21:36:37+01:00
avcodec: do not override pts or duration from the audio encoder This allows encoders to set pts and/or duration even if they do not use CODEC_CAP_DELAY.
70749c483c53312faa83ff3890fa4e2f7135453d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/70749c483c53312faa83ff3890fa4e2f7135453d
2012-02-21 15:18:51-05:00
rm: prevent infinite loops for index parsing. Specifically, prevent jumping back in the file for the next index, since this can lead to infinite loops where we jump between indexes referring to each other, and don't read indexes that don't fit in the file. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: [email protected]
aac07a7a4c2c7a4a29cf6dbc88c1b9fdd191b99d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aac07a7a4c2c7a4a29cf6dbc88c1b9fdd191b99d
2012-02-22 12:00:23-08:00
avidec: Fix use of stream_index before validation of its range. Signed-off-by: Michael Niedermayer <[email protected]>
14d94a19522c6710c95928bfd73064cf197214a8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14d94a19522c6710c95928bfd73064cf197214a8
2012-01-23 19:47:49+01:00
oggdec: fix keyframe seeking when granule_is_start is 0. In this case, the pts values will be delayed by one, but at the same time pts values might only be supplied for e.g. keyframes. This results on only the frame after the keyframe having a pts value. As a hack, make read_timestamp return the keyframe position together with the pts from a following frame when seeking to a keyframe. Fixes trac issue #438. However it causes the read_timestamp function to return a pos value that is actually before the packet with the indicated pts. Signed-off-by: Reimar Döffinger <[email protected]>
1b0dc96fc98f29fbd0d8d4bd8335982e5d47f2c8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b0dc96fc98f29fbd0d8d4bd8335982e5d47f2c8
2012-02-05 14:21:16+01:00
vorbisdec: Check that the x values of floor1 are unique. This is required by the spec and fixes video-1frag.ogg.48.ogg. (FPE) Based on the debuging work of Oana Stratulat and ubitux. Signed-off-by: Michael Niedermayer <[email protected]>
ebc9ff8e7d6e9b33a5839d027dd823cf83824d60
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebc9ff8e7d6e9b33a5839d027dd823cf83824d60
2012-01-16 03:30:27+01:00
mpeg12dec: check uppercased codec_tag. We do this for all other codec_tag checks in mpegvideo*/h26* doing it here too makes the code more consistent. Signed-off-by: Michael Niedermayer <[email protected]>
0d5c810bd59abed01f8e70ee956897599eaaea25
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d5c810bd59abed01f8e70ee956897599eaaea25
2012-01-14 19:25:15+01:00
Set AVFMT_TS_NONSTRICT for framecrc muxer. Since it is set for e.g. webm muxer we should make it possible to test such streams with framecrc, too. Though the primary reason is that this allows the H.264 tests to not run into this check when fixing raw video encode to pass pts values on. Signed-off-by: Reimar Döffinger <[email protected]>
bb2d42c22facb057b22b0be18c115f8811494935
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb2d42c22facb057b22b0be18c115f8811494935
2012-01-28 22:01:09+01:00
eamad: pass & check errors Signed-off-by: Michael Niedermayer <[email protected]>
1d0ae92a259b924952856de1a5ca0dc6fd5031e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d0ae92a259b924952856de1a5ca0dc6fd5031e5
2011-12-19 16:30:30+01:00
swr: use designated initializers for the class.
f9368466c4b0e71e7fdaeef90ddd5bf75f71adf2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f9368466c4b0e71e7fdaeef90ddd5bf75f71adf2
2011-11-16 07:27:20+01:00
vorbisdec: Make sure blocksize is not set to an invalid value. Signed-off-by: Michael Niedermayer <[email protected]>
405e99bdfdb363e8dfda275faad9d4fdc9646434
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/405e99bdfdb363e8dfda275faad9d4fdc9646434
2012-01-04 21:58:08+01:00
matroskadec: empty blocks are in fact valid.
d31fb1a9e77f37ee1bbc0faabc655390eb91b579
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d31fb1a9e77f37ee1bbc0faabc655390eb91b579
2011-11-05 06:59:27-07:00
lavf: remove commented check in compute_pkt_fields2() Signed-off-by: Michael Niedermayer <[email protected]>
41ab24bad8684f93c25cf5ac547fbbd713a2a491
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/41ab24bad8684f93c25cf5ac547fbbd713a2a491
2011-11-06 02:40:31+01:00
nellymoserdec: remove pointless buffer size check.
f19305fe93e3b400f4d6f0c3450e40e0605878d0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f19305fe93e3b400f4d6f0c3450e40e0605878d0
2011-10-28 14:40:51-04:00
wmadec: consolidate 2 output buffer size checks into 1 check
d0b1b1c5c74a14d0b3acc39470c23af4561c617b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d0b1b1c5c74a14d0b3acc39470c23af4561c617b
2011-10-28 12:02:23-04:00
mpc8: check output buffer size before decoding
5674d4b0a35a34b75e3533a8580e0b5a0a8895a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5674d4b0a35a34b75e3533a8580e0b5a0a8895a7
2011-10-02 10:34:39-04:00
Prevent block size from inreasing in the shorten decoder. Signed-off-by: Michael Niedermayer <[email protected]>
b399cbfba5d901608c18e1a2d48a24c30541a634
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b399cbfba5d901608c18e1a2d48a24c30541a634
2011-10-02 03:24:17+02:00
cook: Fix js_vlc_bits value validation for joint stereo Signed-off-by: Janne Grunau <[email protected]>
3a742470a845c24e7c3a40c0a228705ca951e673
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3a742470a845c24e7c3a40c0a228705ca951e673
2011-10-06 23:31:06+02:00
rv34: DC-only inverse transform When decoding coefficients, detect whether the block is DC-only, and take advantage of this knowledge to perform DC-only inverse transform. This is achieved by: - first, changing the 108x4 element modulo_three_table into a 108 element table (kind of base4), and accessing each value using mask and shifts. - then, checking low bits for 0 (as they represent the presence of higher frequency coefficients) Also provide x86 SIMD code for the DC-only inverse transform. Signed-off-by: Kostya Shishkov <[email protected]>
3faa303a47e0c3b59a53988e0f76018930c6cb1a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3faa303a47e0c3b59a53988e0f76018930c6cb1a
2012-01-12 09:52:33+01:00
ws_snd: use memcpy() and memset() instead of loops
618b067d2132b0336e609bc311e85c557ffb30ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/618b067d2132b0336e609bc311e85c557ffb30ed
2011-09-26 16:23:14-04:00
vf_unsharp: fix out-of-buffer read In apply_unsharp(), when y is >= height, prevent out-of-buffer reading from src, read from the last buffer line in src2 instead. The check was implemented in the original unsharp libmpcodecs code and lost in the port. This also fixes output discrepancy between the two filters. Signed-off-by: Anton Khirnov <[email protected]>
998e8519efbc772994c5ba19c0d39573998be9db
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/998e8519efbc772994c5ba19c0d39573998be9db
2011-09-29 07:19:30+02:00
Reject audio tracks with invalid interleaver parameters in RM demuxer. Signed-off-by: Michael Niedermayer <[email protected]>
4907f813581acd6cf68f1be9eb163464503e8208
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4907f813581acd6cf68f1be9eb163464503e8208
2011-09-17 18:26:53+02:00
regtests: add a flashsv2 decoder test limited to keyframes Signed-off-by: Michael Niedermayer <[email protected]>
a2544524721c1f9e23e568645d7d0b041c270636
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a2544524721c1f9e23e568645d7d0b041c270636
2011-09-20 01:12:42+02:00
aacsbr: add a assert0 to check for a inconsistency that occurd during debug. I dont know if this can happen normally but if so it would be quite bad. Signed-off-by: Michael Niedermayer <[email protected]>
abe0dbea2e228621e97184e39159d189b6085fe3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abe0dbea2e228621e97184e39159d189b6085fe3
2011-09-23 22:30:27+02:00
lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps Also consistent with AVCodecContext.sample_rate. Simplify/avoid pointless type checks and conversions. Breaks audio API/ABI.
4381bddc9f93da34a44e683bdc4c05c6f061244e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4381bddc9f93da34a44e683bdc4c05c6f061244e
2011-09-12 18:51:46+02:00
Remove useless NULL check. We dereferenced the pointer two lines above, no point in checking for NULL afterwards. In addition it cannot be NULL the way it was initialized just one line further above. Signed-off-by: Reimar Döffinger <[email protected]>
7cbb856efe6ccab7485bb96ad3887472a6519ffa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7cbb856efe6ccab7485bb96ad3887472a6519ffa
2011-07-26 22:34:44+02:00
rtsp: Don't pass string pointer as format string to ff_url_join In this case, the string that was passed couldn't contain user-defined data and thus there was no risk for injection bugs, but it's safer this way, if we later change the content of the options string. Signed-off-by: Martin Storsjö <[email protected]>
d840733937a3f00dcedbf20507077a4891173516
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d840733937a3f00dcedbf20507077a4891173516
2011-06-16 17:40:28+03:00
ARM: check for VFPv3 Signed-off-by: Mans Rullgard <[email protected]>
93eb8e4d7c6654040fd160396546c547cdf51043
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/93eb8e4d7c6654040fd160396546c547cdf51043
2011-05-27 20:33:05+01:00
swscale: change prototypes of scaled YUV output functions. Remove unused variables "flags" and "dstFormat" in yuv2packed1, merge source rows per plane for yuv2packed[12], and make every source argument int16_t (some where invalidly set to uint16_t). This prevents stack pollution and is part of the Great Evil Plan to simplify swscale.
13a099799e89a76eb921ca452e1b04a7a28a9855
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13a099799e89a76eb921ca452e1b04a7a28a9855
2011-06-27 21:24:44-07:00
Saner RV1/2 initialisation and RV2 header parsing. Old version was based on lots of guesswork which had different hacks based on 32-bit version field instead of splitting it into major/minor/micro version. RV2 picture header parser also had a few places where it deviated from binary decoder. Signed-off-by: Ronald S. Bultje <[email protected]>
9791c027336dcf60347881bb5c15e57920c769a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9791c027336dcf60347881bb5c15e57920c769a4
2011-08-08 17:23:07-07:00
eval: clear Parser instances before using This prevents random values from the stack being used as "variables" in expressions. Signed-off-by: Mans Rullgard <[email protected]>
94350ab986dfce1c93fa720baf28b548c60a9879
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/94350ab986dfce1c93fa720baf28b548c60a9879
2011-07-04 12:31:47+01:00
ffmpeg: initialize input_codec array earlier. Signed-off-by: Michael Niedermayer <[email protected]>
198783744e181f047925bf829c69a2a35b85f6ab
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/198783744e181f047925bf829c69a2a35b85f6ab
2011-05-16 21:26:18+02:00
showinfo: fix computation of Adler checksum Previously the code was computing the checksum only for the first line of each plane.
bb82ea797fb6538308af84310118d8006b150318
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bb82ea797fb6538308af84310118d8006b150318
2011-05-15 12:27:28+02:00
matroskadec: check that pointers were initialized before accessing them Signed-off-by: Aurelien Jacobs <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
9c569ef7129d2e2972a5caa9cc01899a502b4bbf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9c569ef7129d2e2972a5caa9cc01899a502b4bbf
2011-05-12 18:02:28+02:00
rotozoom: Check return value of fread(). This fixes the warnings: tests/rotozoom.c:252: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result tests/rotozoom.c:254: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
cbb0930f0ebdb2655296d7ae4424ee922168c5b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cbb0930f0ebdb2655296d7ae4424ee922168c5b7
2011-05-11 11:54:57+02:00
patch checklist:git format-patch Signed-off-by: Michael Niedermayer <[email protected]>
71aed40b56af81d46c19620af5c4579703167475
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71aed40b56af81d46c19620af5c4579703167475
2011-04-03 03:18:20+02:00
proto: factor ff_network_wait_fd and use it on udp Support the URL_FLAG_NONBLOCK semantic and uniform the protocol. The quick retry loop is already part of retry_transfer_wrapper. The polling routine is common to the network protocols: udp, tcp and, once merged, sctp.
ebba2b3e2a551ce638d17332761431ba748f178f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ebba2b3e2a551ce638d17332761431ba748f178f
2011-04-07 02:53:55+02:00
fade: make draw_slice() chroma check against planes 1 and 2 draw_slice() checks that planes 0 and 1 of AVFilterBufferRef's data are not NULL before manipulating planes 1 and 2. This patch makes the check against planes 1 and 2. More senseful and possibly more robust. Signed-off-by: Anton Khirnov <[email protected]>
9026b27e84f6cf6b0133d7aab5b874500bcc5313
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9026b27e84f6cf6b0133d7aab5b874500bcc5313
2011-04-25 22:45:44+02:00
VP8: init one less near_mv This one didn't actually need to be initialized. (cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f)
1d37e908cfe98eaa58a880074687c4d691f0868a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1d37e908cfe98eaa58a880074687c4d691f0868a
2011-02-18 19:52:41+01:00
FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 6% faster SSE FFT on Conroe, 2.5% on Penryn. Signed-off-by: Janne Grunau <[email protected]>
e6b1ed693ae4098e6b9eabf938fc31ec0b09b120
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6b1ed693ae4098e6b9eabf938fc31ec0b09b120
2011-02-13 15:36:39+01:00
Force inlining of avutil common routines On some versions of gcc, these weren't always getting inlined due to hitting the inline cap limit in some files. This is generally bad, as most of these functions are smaller inlined than not.
eb3755a5aa65da685d81399cfae4bd35e4a178b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eb3755a5aa65da685d81399cfae4bd35e4a178b6
2011-02-17 15:25:25-08:00
Add ASMALIGN() hack to patch around its recent removial from configure
a61b0df7083cd840fc08e74718a086b97aaefd31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a61b0df7083cd840fc08e74718a086b97aaefd31
2011-01-20 03:27:01+01:00
Force inlining of avutil common routines On some versions of gcc, these weren't always getting inlined due to hitting the inline cap limit in some files. This is generally bad, as most of these functions are smaller inlined than not. (cherry picked from commit eb3755a5aa65da685d81399cfae4bd35e4a178b6)
545dc699f85bbd13b97afa3ca82088fdfa945bc6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/545dc699f85bbd13b97afa3ca82088fdfa945bc6
2011-02-18 19:52:41+01:00
Do not stop decoding on pnm files with negative maxval. Originally committed as revision 26304 to svn://svn.ffmpeg.org/ffmpeg/trunk
8219782a6da9e203f6a4e31dddc7888133a5c5f6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8219782a6da9e203f6a4e31dddc7888133a5c5f6
2011-01-10 22:09:52+00:00
Split libvpx check into decoder and encoder check. This allows using a libvpx that has been configured as decoder/encoder only. patch by Frank Barchard, fbarchard google com Originally committed as revision 24742 to svn://svn.ffmpeg.org/ffmpeg/trunk
762e2601d79cd32c403dd78f81240f7bbb7d10b9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/762e2601d79cd32c403dd78f81240f7bbb7d10b9
2010-08-08 00:06:24+00:00
Check if buffer is large enough for given resolution. Fixes issue 2501. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26258 to svn://svn.ffmpeg.org/ffmpeg/trunk
f2953365d1c1da8c1e586270c6eb2c7437c77a9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2953365d1c1da8c1e586270c6eb2c7437c77a9f
2011-01-07 21:54:52+00:00
fate: make lavfi tests output only md5 Instead of saving huge raw files, use the md5: output pseudo-protocol to calculate the checksum of the file directly. This is especially useful when testing on remote targets as it avoids transferring 3.6GB over the network. (cherry picked from commit f4b1e21a6304cda58ac36401d8f8dec7ff61d056)
05238927b79c00c972c968599d8cfddb676e935d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/05238927b79c00c972c968599d8cfddb676e935d
2011-01-23 19:32:07+01:00
flac_parser: loop append buffer when the default size is not enough to get the desired number of frames. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 26163 to svn://svn.ffmpeg.org/ffmpeg/trunk
4b5d4720c1c46e8a80b945854a6dec5f681e11c0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4b5d4720c1c46e8a80b945854a6dec5f681e11c0
2010-12-30 04:09:39+00:00
Revise check for codec id in voc demuxer. This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
f61cbc22d3ce8ec0e2644d0fa565413c057deaa0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f61cbc22d3ce8ec0e2644d0fa565413c057deaa0
2011-01-18 13:07:17-05:00
ffmpeg.c: allow using negative file indices to disable metadata copying Originally committed as revision 25706 to svn://svn.ffmpeg.org/ffmpeg/trunk
7b3937360efd16ae87fa44fc4633a74913b5ac4d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7b3937360efd16ae87fa44fc4633a74913b5ac4d
2010-11-08 06:47:41+00:00
Optimize / simplify avcodec_get_pix_fmt_name() check. Originally committed as revision 25689 to svn://svn.ffmpeg.org/ffmpeg/trunk
46db10ed0e04872eb9b003129f8395005c935ca4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/46db10ed0e04872eb9b003129f8395005c935ca4
2010-11-07 15:04:35+00:00
Fix av_cmp_q() with negative denominators. Originally committed as revision 25283 to svn://svn.ffmpeg.org/ffmpeg/trunk
8a47d90b2918c74a26bd313e8e70452bdc969a02
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a47d90b2918c74a26bd313e8e70452bdc969a02
2010-10-01 12:00:29+00:00
rtsp: Check the RTCP file handle for new packets, too Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24962 to svn://svn.ffmpeg.org/ffmpeg/trunk
a1ba71aace8cca10ba2a921caa105b17370b0d27
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a1ba71aace8cca10ba2a921caa105b17370b0d27
2010-08-29 10:16:54+00:00
Add missing checks in avfilter_default_get_video_buffer(). Originally committed as revision 24809 to svn://svn.ffmpeg.org/ffmpeg/trunk
65d4cab5627f9c8add3eff73f0d1148a8a95e91c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/65d4cab5627f9c8add3eff73f0d1148a8a95e91c
2010-08-17 15:12:28+00:00
prevent access to vp8_coeff_band[16] Originally committed as revision 24656 to svn://svn.ffmpeg.org/ffmpeg/trunk
c22b4468a6e87ccaf1630d83f12f6817f9e7eff7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c22b4468a6e87ccaf1630d83f12f6817f9e7eff7
2010-08-01 23:20:06+00:00
ARM: NEON H264 chroma loop filter 3 cycles faster Originally committed as revision 24249 to svn://svn.ffmpeg.org/ffmpeg/trunk
751484372d0dbf8428ba327ce5e515005d2e89b5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/751484372d0dbf8428ba327ce5e515005d2e89b5
2010-07-15 21:59:27+00:00
Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this inlines scan8[] and removes loop setup. 15% faster, 0.4% overall. See "[PATCH] unroll loop in h264_idct_add8_sse2()" thread on ML. Originally committed as revision 25172 to svn://svn.ffmpeg.org/ffmpeg/trunk
ae1129186599b527def87dcccec35d2182978d16
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ae1129186599b527def87dcccec35d2182978d16
2010-09-24 14:07:23+00:00
Fix headers so that "make checkheaders" passes again Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
6ded3a0411d69e4039f655f8c76c4d8a36ab221b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6ded3a0411d69e4039f655f8c76c4d8a36ab221b
2010-10-08 08:56:36+00:00
Fix libx264 configure check to use pkg-config if available. Originally committed as revision 22913 to svn://svn.ffmpeg.org/ffmpeg/trunk
73f3f30de55620ccfbb6effe123560ce6248ed8e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73f3f30de55620ccfbb6effe123560ce6248ed8e
2010-04-19 19:34:37+00:00
Remove messy pading hack in ffmpeg.c. Use avfilters if you want padding! Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk
0c22311b56e66115675c4a96e4c78547886a4171
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0c22311b56e66115675c4a96e4c78547886a4171
2010-05-07 12:16:23+00:00
Make "invalid dts/pts combination" a debug instead of a warning message. Patch by XBMC Originally committed as revision 23919 to svn://svn.ffmpeg.org/ffmpeg/trunk
b0a18c2f0a6d54b522a8f21538801e152ddf7fb8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b0a18c2f0a6d54b522a8f21538801e152ddf7fb8
2010-06-30 23:01:44+00:00
Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth byte for the alpha component, as it is never used, clarify the code and prevent bad usage of it. Originally committed as revision 23834 to svn://svn.ffmpeg.org/ffmpeg/trunk
8e094dd6674e3fd503e1fc2f68883fd3f73a5bd1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8e094dd6674e3fd503e1fc2f68883fd3f73a5bd1
2010-06-27 22:35:32+00:00
Check pkt.pts against the recording time. This fixes at least ogg encoding with -t where the file was slightly too long. Originally committed as revision 21598 to svn://svn.ffmpeg.org/ffmpeg/trunk
f8ccf7200575390b5e40ff3762566786db435ac0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8ccf7200575390b5e40ff3762566786db435ac0
2010-02-01 22:08:45+00:00
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. Originally committed as revision 21314 to svn://svn.ffmpeg.org/ffmpeg/trunk
580920f8dc231c96c4d170744d2a65ab45e6b734
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/580920f8dc231c96c4d170744d2a65ab45e6b734
2010-01-19 02:28:26+00:00
Add a check for checking if more than one input file is provided to ffplay, make it complain and abort in that case as just one input file is currently supported. Originally committed as revision 22139 to svn://svn.ffmpeg.org/ffmpeg/trunk
07a70b3825b10e314fbf2ffa45d162b7824a1ca4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/07a70b3825b10e314fbf2ffa45d162b7824a1ca4
2010-03-01 23:10:27+00:00
Update ffm reference checksums as a result of r20869. Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
18eb23db7d24ff3602e74cc5fb5494cf41437007
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/18eb23db7d24ff3602e74cc5fb5494cf41437007
2009-12-16 14:55:01+00:00
Initialize block_parsed before reading first block header in WavPack demuxer, it will be useful later. Originally committed as revision 20460 to svn://svn.ffmpeg.org/ffmpeg/trunk
aa926a480f2f84a87dc1fbf42d40fe23bae82ae1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aa926a480f2f84a87dc1fbf42d40fe23bae82ae1
2009-11-05 08:10:50+00:00
Remove the self reference in the seektest that prevented it from testing new formats since 2 years namely r11831. This likely will uncover bugs that gone unnoticed in the last 2 years due to lack of testing. Originally committed as revision 22151 to svn://svn.ffmpeg.org/ffmpeg/trunk
dd785e25d81d8ac7d0cdc14c24989fa3a1ff7fde
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dd785e25d81d8ac7d0cdc14c24989fa3a1ff7fde
2010-03-02 17:29:04+00:00
vorbis_dec: factor out duplicated code for index reading, bounds checking and error message into a shared macro. Originally committed as revision 20411 to svn://svn.ffmpeg.org/ffmpeg/trunk
7a41027cc4c2249fcabd657f848dc8862033a2dd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a41027cc4c2249fcabd657f848dc8862033a2dd
2009-10-28 22:41:45+00:00
Only read ID3v1 tag if ID3v2 isn't present or is empty. This prevents the demuxer from exporting multiple semantically identical but differently named tags. Patch by Anton Khirnov, wyskas gmail Originally committed as revision 20175 to svn://svn.ffmpeg.org/ffmpeg/trunk
7fd5aeb3e57389198681a8ab2d5cd5d83a0c5a5f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7fd5aeb3e57389198681a8ab2d5cd5d83a0c5a5f
2009-10-05 21:36:56+00:00
Use the configure check from r21351 and use it to properly define struct sockaddr (in case it's not missing) so it always works on the system that we are defining it for, in a RFC-2553/3493-compliant way (i.e. containing a ss_family field). which is used in udp.c. Patch by Martin Storsjö <$firstname $firstname st>. Originally committed as revision 21352 to svn://svn.ffmpeg.org/ffmpeg/trunk
3d7b42f97b40b398819cbc03944cf4dab16dafad
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3d7b42f97b40b398819cbc03944cf4dab16dafad
2010-01-20 17:26:14+00:00
Improve compiler information code to print to the console on program startup. Remove gcc-specific hacks and allow filling relevant information for non-gcc compilers in configure. Originally committed as revision 19963 to svn://svn.ffmpeg.org/ffmpeg/trunk
a3d7c19728e1ccf68a2fcc5167767abda558331d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3d7c19728e1ccf68a2fcc5167767abda558331d
2009-09-22 12:23:14+00:00
Fix the EBX available configure check on Darwin/i386. -mdynamic-no-pic is required for it, but it was only added to CFLAGS and the check only used ASFLAGS. Originally committed as revision 19614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2704bd1a0982f1a94e54b375da25b69d84660963
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2704bd1a0982f1a94e54b375da25b69d84660963
2009-08-10 08:18:05+00:00
Extend DV autodetection to also reliably detect single-frame DVs with a higher score that MAX/4. It checks that there are at least 10 DIF headers and at least one per 24000 bytes, and if so considers the file reliably detected as DV. Passes probetest, too. Originally committed as revision 20074 to svn://svn.ffmpeg.org/ffmpeg/trunk
f6765f3f04518bd0c2172733139422be49c1c82c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6765f3f04518bd0c2172733139422be49c1c82c
2009-09-29 10:12:18+00:00
Make sure av_set_pts_info() does not set the fields of a timebase to negative values. Originally committed as revision 19325 to svn://svn.ffmpeg.org/ffmpeg/trunk
d218a86a0da7b2630828d31393d52295f0e311e9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d218a86a0da7b2630828d31393d52295f0e311e9
2009-07-01 20:52:48+00:00
ac3dec: move channel remapping to outside of block loop Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
13ec942869924c304b376b20ee2d6a64e96b3205
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13ec942869924c304b376b20ee2d6a64e96b3205
2009-05-05 23:38:12+00:00
mlpdec: Fix possible writing out of array bounds introduced by being under-paranoid in r18651. Originally committed as revision 18763 to svn://svn.ffmpeg.org/ffmpeg/trunk
e2822726677e3e8870ae4145377505925261e03b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2822726677e3e8870ae4145377505925261e03b
2009-05-06 16:01:28+00:00
Expose QCELP's floating-point LSP-to-LPC function qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not specific to qcelp. It can be kept with its fixed-point version ff_acelp_lsp2lpc in lpc.c. Patch by Colin McQuillan ( m.niloc googlemail com ) Originally committed as revision 19571 to svn://svn.ffmpeg.org/ffmpeg/trunk
33ae681f5ca9fa9aae82081dd6a6edbe2509f983
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33ae681f5ca9fa9aae82081dd6a6edbe2509f983
2009-08-03 08:37:02+00:00
Check if there is enough bytes before reading the buffer in the EA ADPCM decoder. Fix issue 990. Originally committed as revision 18707 to svn://svn.ffmpeg.org/ffmpeg/trunk
6cf92f6d26e08bbb11f89d8422712d3f1f48faef
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6cf92f6d26e08bbb11f89d8422712d3f1f48faef
2009-04-27 16:06:01+00:00
Make sure src/dst are NULL when they arent used, some code uses this to simpify checks. Originally committed as revision 29214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
b87fae9f56409ea32723def555e4e04b27899508
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b87fae9f56409ea32723def555e4e04b27899508
2009-04-21 00:01:59+00:00
Oops, very silly typo. Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
57f94f54c449b1d34b0d6ccf82dfdcdc1ce7cd14
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/57f94f54c449b1d34b0d6ccf82dfdcdc1ce7cd14
2009-03-06 03:12:33+00:00
AAC packetiser cleanup: remove check for a condition that cannot happen Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
ddffcb2d3a81e203cff6f3e39e40bf5720f7391e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ddffcb2d3a81e203cff6f3e39e40bf5720f7391e
2009-04-09 21:39:07+00:00
PPC asm for AV_RL*() PPC is normally big endian but has special little endian load/store instructions. Using these avoids a separate byteswap. This makes the vorbis decoder about 5% faster. Not much else uses little-endian read/write extensively. GCC generates horrible PPC code for the default AV_[RW]B64 (which uses a packed struct), so we override it with a plain pointer cast. Originally committed as revision 18602 to svn://svn.ffmpeg.org/ffmpeg/trunk
9f5ff83f2a836a34734250ec924b9bb45fa67573
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f5ff83f2a836a34734250ec924b9bb45fa67573
2009-04-18 00:00:31+00:00
configure: check_func_headers should mark headers as found Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
cd0d9a9de68f6407498f9eb9b452cbe74c403c9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cd0d9a9de68f6407498f9eb9b452cbe74c403c9f
2009-02-28 19:56:21+00:00
100l: Revert removal of GPL check for libswscale. libswscale still compiles GPL parts by default. Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
760227633d149ea81444297eaa672b15d9cd176d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/760227633d149ea81444297eaa672b15d9cd176d
2009-02-24 15:33:39+00:00
flacdec: change frame bps validation to return an error value if bps changes since this is not currently supported by the decoder. Originally committed as revision 18157 to svn://svn.ffmpeg.org/ffmpeg/trunk
e2a38af96eb1c1ee80e9f967d26f61d1e29eabdb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e2a38af96eb1c1ee80e9f967d26f61d1e29eabdb
2009-03-22 22:10:33+00:00
Check return value of ff_fill_pointer in avcodec_default_get_buffer, if it returns -1 we do not know how to allocate an AVFrame for that format and must return -1 instead of returning nonsense. Originally committed as revision 17542 to svn://svn.ffmpeg.org/ffmpeg/trunk
f8c96d011e72f52513c62cec63ae76ff24e4f135
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f8c96d011e72f52513c62cec63ae76ff24e4f135
2009-02-23 15:18:28+00:00
Check for duplicate const/static/inline. Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
be3e68b277328b996d87272e2454ff7fc023b0b6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be3e68b277328b996d87272e2454ff7fc023b0b6
2009-02-09 18:37:29+00:00
Check that there are subtitle rects to encode in avcodec_encode_subtitle() Patch by Björn Axelsson ( gecko A acc D umu D se ) Originally committed as revision 17093 to svn://svn.ffmpeg.org/ffmpeg/trunk
505aa6c91d91b6592f04bc77ab82bb718be26ec5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/505aa6c91d91b6592f04bc77ab82bb718be26ec5
2009-02-09 01:58:01+00:00
check validity of pointer srcC Originally committed as revision 16973 to svn://svn.ffmpeg.org/ffmpeg/trunk
cc55c464987c0bfceef32efffd73069509ea784c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cc55c464987c0bfceef32efffd73069509ea784c
2009-02-03 17:56:24+00:00
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 Originally committed as revision 16979 to svn://svn.ffmpeg.org/ffmpeg/trunk
bf252f7f6fa9c79743242f3efdd30827c97407b4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bf252f7f6fa9c79743242f3efdd30827c97407b4
2009-02-03 23:03:41+00:00
remove invalid free() forgotten in r12300 Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
0e9fbd35b5544e7799db67302d3d7e2ea761b4c4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0e9fbd35b5544e7799db67302d3d7e2ea761b4c4
2008-03-03 21:54:18+00:00