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
Rather call filter_mb_mbaff_edge*v() more often than do extra calculations in the innerst loop. ~150 cpu cycles faster Originally committed as revision 21299 to svn://svn.ffmpeg.org/ffmpeg/trunk
bffe82f504622c56a41918b5a5e06cf0826d6953
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bffe82f504622c56a41918b5a5e06cf0826d6953
2010-01-18 21:22:09+00:00
AAC: escape_sequence is 21 bits max The maximum length of escape_sequence is 21 bits, so adjust limit in code to match this. Also fix the comment. Originally committed as revision 21151 to svn://svn.ffmpeg.org/ffmpeg/trunk
7c8af53f871c3e32ee265fd84d7166cbcbcc0a35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7c8af53f871c3e32ee265fd84d7166cbcbcc0a35
2010-01-11 18:02:00+00:00
Make the fast loop filter path work with unavailable left MBs. This prevents the issue with having to switch between slow and fast code paths in each row. 0.5% faster loopfilter for cathedral Originally committed as revision 21495 to svn://svn.ffmpeg.org/ffmpeg/trunk
0a32508d90bc6b1289d8726fdcfc66068c3125b1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a32508d90bc6b1289d8726fdcfc66068c3125b1
2010-01-28 02:15:25+00:00
Check there is a stream before writing header. Patch by Tomas Härdin: $(name) punto hardin chez codemill dot se Originally committed as revision 21186 to svn://svn.ffmpeg.org/ffmpeg/trunk
094a63f1f6ac6db79e72a10e3bbcff71185e85b9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/094a63f1f6ac6db79e72a10e3bbcff71185e85b9
2010-01-13 14:32:48+00:00
Always initialize bit_depth_luma and bit_depth_chroma in the H264 decoder which allows their usage without checking profile_idc. Patch by Laurent Aimar (fenrir (AT) videolan org) Originally committed as revision 21107 to svn://svn.ffmpeg.org/ffmpeg/trunk
b090930d432957a06f78701212b3024f93958f17
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b090930d432957a06f78701212b3024f93958f17
2010-01-09 07:57:26+00:00
Be less picky on invalid frame_pred_frame_dct values. Fixed issue1615. Originally committed as revision 20814 to svn://svn.ffmpeg.org/ffmpeg/trunk
7a14430ed75a2eaaa430e46c2f54a7a9a8b71804
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7a14430ed75a2eaaa430e46c2f54a7a9a8b71804
2009-12-12 19:44:01+00:00
Check if chroma horizontal scaler is needed in sws_init_swScale(). Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
e7a47515abbcf2c8a07c280ea3d04129fc3aaaf6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7a47515abbcf2c8a07c280ea3d04129fc3aaaf6
2009-12-21 01:34:45+00:00
Check that the buffer size speified to avcodec_encode_audio() is not larger than the actual size. Originally committed as revision 20767 to svn://svn.ffmpeg.org/ffmpeg/trunk
5ee05a62f968ef62198188d5c4ac68a1d20fc32d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ee05a62f968ef62198188d5c4ac68a1d20fc32d
2009-12-08 14:18:15+00:00
Adjust threshold for xvid packed b frame detection. Also add xvid_build check. If you note any packed bitstream regression, check this commit first and report it. Fixes issue1652 Originally committed as revision 20997 to svn://svn.ffmpeg.org/ffmpeg/trunk
24b207b5a5583bb90ff1f1afe58a8305dee1069c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/24b207b5a5583bb90ff1f1afe58a8305dee1069c
2010-01-01 21:32:48+00:00
Move dummy picture allocation code from mpeg1/2 to mpegvideo. This fixes a infinite loop on a b frame. Originally committed as revision 20672 to svn://svn.ffmpeg.org/ffmpeg/trunk
d52b4abe8b7d58b1680b5ae5fccfcbd50ad98ef0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d52b4abe8b7d58b1680b5ae5fccfcbd50ad98ef0
2009-11-30 21:22:01+00:00
Move 2 variable declarations to inside of loop. Originally committed as revision 20039 to svn://svn.ffmpeg.org/ffmpeg/trunk
a7e7417c41c2c85495b74074b96989c5d68bae22
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a7e7417c41c2c85495b74074b96989c5d68bae22
2009-09-27 04:41:05+00:00
remove unneeded assignment in inner loop. rematrixing bands are contiguous. Originally committed as revision 20089 to svn://svn.ffmpeg.org/ffmpeg/trunk
16c91d2b233fe04697ba8f7ab6d1bad12a4ad69f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/16c91d2b233fe04697ba8f7ab6d1bad12a4ad69f
2009-09-30 01:09:57+00:00
Check data_size in decode_frame_mp3on4(). Originally committed as revision 19987 to svn://svn.ffmpeg.org/ffmpeg/trunk
f7304e99d4ec4f7751adae65580694cef9613c30
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f7304e99d4ec4f7751adae65580694cef9613c30
2009-09-23 11:33:44+00:00
Remove url_feof check that would be triggered only after incorrectly producing an empty packet and also av_get_packet already handles EOF now. Originally committed as revision 20140 to svn://svn.ffmpeg.org/ffmpeg/trunk
fbc6630168f05ffc281594a02b7347a361bfc5b9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fbc6630168f05ffc281594a02b7347a361bfc5b9
2009-10-02 07:05:52+00:00
Smarten mtv's probe a bit. Check for non zero on bpp and width|height header fields. This change is among the ones suggested by Vitor Sessak in his '[FFmpeg-devel] [PATCH] Improve MTV probe' thread. Originally committed as revision 20283 to svn://svn.ffmpeg.org/ffmpeg/trunk
f122ef36b198577ce2ef91224369032ccbef626b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f122ef36b198577ce2ef91224369032ccbef626b
2009-10-18 18:02:12+00:00
swscale-example: Remove hack to end loop by setting variables to break. Originally committed as revision 29505 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
e55ed689a264c78f332745598ea8c58a3422ee13
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e55ed689a264c78f332745598ea8c58a3422ee13
2009-08-13 11:48:06+00:00
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label parameters. Originally committed as revision 19776 to svn://svn.ffmpeg.org/ffmpeg/trunk
d31dbec3742e488156621b9ca21069f8c05aabf0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d31dbec3742e488156621b9ca21069f8c05aabf0
2009-09-06 00:08:19+00:00
Check for __attribute__((packed)) support Not all compilers claiming to be gcc support this attribute. Originally committed as revision 19453 to svn://svn.ffmpeg.org/ffmpeg/trunk
e7ea5e3d8d60b92467b653b91daf47146b49b53f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7ea5e3d8d60b92467b653b91daf47146b49b53f
2009-07-17 08:21:43+00:00
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. The latter can never be enabled without the former. Originally committed as revision 19598 to svn://svn.ffmpeg.org/ffmpeg/trunk
0bd485300e1a8bb0ba95df53da34562816120e31
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0bd485300e1a8bb0ba95df53da34562816120e31
2009-08-05 15:27:22+00:00
Check size of "strf" header against size of enclosing "LIST" if there is one. Originally committed as revision 19332 to svn://svn.ffmpeg.org/ffmpeg/trunk
5a4a4d78396d4195e14fbc4ba6bb3f996edecdf6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a4a4d78396d4195e14fbc4ba6bb3f996edecdf6
2009-07-03 11:26:14+00:00
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or CONFIG_RV20_ENCODER when also checking for CONFIG_H263_ENCODER. The RV10/RV20 encoders depend on the H.263 encoder. Originally committed as revision 19593 to svn://svn.ffmpeg.org/ffmpeg/trunk
735e36a3e4427b009f27d27baa7541f686c180d4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/735e36a3e4427b009f27d27baa7541f686c180d4
2009-08-05 10:46:43+00:00
AltiVec code and runtime cpudetect do not require CONFIG_GPL. Make sure the latter is only checked for x86 optimizations, which are GPL. Originally committed as revision 29390 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
8b1a64417751936a89365b31a0a0dd793b855ba6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b1a64417751936a89365b31a0a0dd793b855ba6
2009-06-25 20:06:03+00:00
If the end of the input buffer is reached while decoding MJPEG and at least a valid SOF was found, emulate an EOI. This allows e.g. to at least decode the available part of incomplete MJPEG frames. Originally committed as revision 19344 to svn://svn.ffmpeg.org/ffmpeg/trunk
82c9182fe363e85d9e84f94eddcc0aa46a3be310
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82c9182fe363e85d9e84f94eddcc0aa46a3be310
2009-07-04 18:24:43+00:00
Fix sei_ct_type check so it does not mistreat ct_type= unknown. Originally committed as revision 19082 to svn://svn.ffmpeg.org/ffmpeg/trunk
f4ebb334be7b9442099fdcee7fd3aaa7899404a6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4ebb334be7b9442099fdcee7fd3aaa7899404a6
2009-06-03 19:24:51+00:00
correctly handle maximum streams limit Originally committed as revision 19074 to svn://svn.ffmpeg.org/ffmpeg/trunk
617c461625daa5d569345df55e6cedc4b6100ec1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/617c461625daa5d569345df55e6cedc4b6100ec1
2009-06-02 07:30:19+00:00
Add macro to check for 16bit per sample. Originally committed as revision 29215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
714f32bf15f5474acb806153db349743f7394b0a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/714f32bf15f5474acb806153db349743f7394b0a
2009-04-21 00:03:00+00:00
mlpdec: More validation for read_channel_params() Originally committed as revision 18235 to svn://svn.ffmpeg.org/ffmpeg/trunk
125cf771f6d17b9b9db7588cbf8f36619bc41f35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/125cf771f6d17b9b9db7588cbf8f36619bc41f35
2009-03-30 03:20:01+00:00
Change packet_size from signed to unsigned, since it never has a negative value. Currently, this is only used in qcp.c and mpegenc.c, and they are practically unaffected by this change. See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML. Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk
92400be255cd23dd29999e533d3df4e0537a2d18
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/92400be255cd23dd29999e533d3df4e0537a2d18
2009-06-22 16:52:02+00:00
Fix avfilter_parse_graph() invalid graph description detection. See the thread: "[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()". Originally committed as revision 17222 to svn://svn.ffmpeg.org/ffmpeg/trunk
fd51ff1643329dc294412bc5b146c08b19fa73e2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd51ff1643329dc294412bc5b146c08b19fa73e2
2009-02-14 11:47:42+00:00
Fix a condition that causes an infinite loop, but only when compiled with gcc 4.2.4 on x86_32. Thanks to Vitor for hunting this down. Originally committed as revision 17802 to svn://svn.ffmpeg.org/ffmpeg/trunk
e584914acddaeb21f5258d9947b530fbd9421ab8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e584914acddaeb21f5258d9947b530fbd9421ab8
2009-03-04 05:40:53+00:00
Revert converting two asserts into if checks and error messages. It did not achieve the intended effect. Originally committed as revision 17402 to svn://svn.ffmpeg.org/ffmpeg/trunk
bd0eddb795b99a0a2050b7317aaeca7a0af1a4e8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd0eddb795b99a0a2050b7317aaeca7a0af1a4e8
2009-02-17 23:35:41+00:00
check for negative dts value even if bitstream is already formated, this fixes dts when stream copying. Originally committed as revision 16526 to svn://svn.ffmpeg.org/ffmpeg/trunk
7d637efa80337f0e5e95e2137ccf7da8e75ad047
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7d637efa80337f0e5e95e2137ccf7da8e75ad047
2009-01-11 05:23:10+00:00
Assert that ff_lpc_calc_coefs() is called with a valid LPC method. Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk
eabe8c7033945d8042ebb75b08daed24d8852a10
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eabe8c7033945d8042ebb75b08daed24d8852a10
2009-02-13 22:03:11+00:00
If we find a VBR tag at the beginning of the file don't attempt to parse it as a valid frame. patch by (Yoav Steinberg yoav out monfort in co in il) Originally committed as revision 16421 to svn://svn.ffmpeg.org/ffmpeg/trunk
853a97530e0aabfd1474b1679e3dc8be978e5ef8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/853a97530e0aabfd1474b1679e3dc8be978e5ef8
2009-01-04 16:23:18+00:00
Replace != 0 || check by | 3 cpu cycles faster Originally committed as revision 16183 to svn://svn.ffmpeg.org/ffmpeg/trunk
4080e67c8e4528684b44e6cf5d0bc4ee4053f87a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4080e67c8e4528684b44e6cf5d0bc4ee4053f87a
2008-12-17 02:53:03+00:00
Check that the device is a capture device immediately after opening the device. Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk
7274a48035f9b97c2d8bae202ac6688dca81ff10
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7274a48035f9b97c2d8bae202ac6688dca81ff10
2008-12-26 10:12:57+00:00
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does not really change the code (x86_64/gcc-4.3.3 results stay unchanged) but avoids several casts and an aliasing violation that broke decoding at least on PPC64/gcc-4.1.2. Originally committed as revision 18541 to svn://svn.ffmpeg.org/ffmpeg/trunk
8b5ec0875c8d00d62034ed1df7188b7c75baba3a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8b5ec0875c8d00d62034ed1df7188b7c75baba3a
2009-04-17 08:42:08+00:00
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
a9cf309b961293020d260d622bafb047c16946d0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a9cf309b961293020d260d622bafb047c16946d0
2008-12-16 03:49:26+00:00
Register RV-[34] block specific feature for long future loop filter Originally committed as revision 15565 to svn://svn.ffmpeg.org/ffmpeg/trunk
cba64af2459188f495753e4b93ae27d044d7902c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cba64af2459188f495753e4b93ae27d044d7902c
2008-10-05 16:11:12+00:00
add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk
98a8ce49644a640d1178cd57ed3a4db4edca2e69
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98a8ce49644a640d1178cd57ed3a4db4edca2e69
2008-10-23 17:12:41+00:00
Fix 'make checkheaders' on AltiVec-enabled systems. Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2
2007-12-07 15:30:12+00:00
Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
987903826b0dba2e134be200ac94be66b4a3acf1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/987903826b0dba2e134be200ac94be66b4a3acf1
2008-08-31 07:39:47+00:00
Merge the 2 lpc loops. This changes the output by (stddev: 0.21 PSNR:109.51, file:ddinterview28.ra), the changes are due to float rounding inaccuracies and do not happen if doubles are used. Originally committed as revision 15394 to svn://svn.ffmpeg.org/ffmpeg/trunk
645a6be1e763441ee38ecc1b55b8d0408ef8f04f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/645a6be1e763441ee38ecc1b55b8d0408ef8f04f
2008-09-23 23:16:48+00:00
check url_fseek return value, update seek reg tests Originally committed as revision 14489 to svn://svn.ffmpeg.org/ffmpeg/trunk
aaec4e03e91f3f301d5720429a5da99b44e7e1bb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/aaec4e03e91f3f301d5720429a5da99b44e7e1bb
2008-07-31 18:02:55+00:00
Simplify slice type checks. Originally committed as revision 14323 to svn://svn.ffmpeg.org/ffmpeg/trunk
e3e6f18f1693a99c1e26e7e2ff109b2a4de9c51e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3e6f18f1693a99c1e26e7e2ff109b2a4de9c51e
2008-07-21 18:24:45+00:00
Remove apparently unneeded out!=NULL check. Originally committed as revision 14299 to svn://svn.ffmpeg.org/ffmpeg/trunk
801b27fa7cc2d97d6afdc2b899b520288f240299
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/801b27fa7cc2d97d6afdc2b899b520288f240299
2008-07-19 11:57:29+00:00
Move vars declaration to inner loop when possible Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
69c23e6f33c38ebc03ce7f51fcb963deaff7383b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/69c23e6f33c38ebc03ce7f51fcb963deaff7383b
2008-07-04 15:37:52+00:00
Use filename as multiple inclusion guard. Originally committed as revision 13004 to svn://svn.ffmpeg.org/ffmpeg/trunk
3ddf7fe945c9942ee7290b4055778932ad5216ea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3ddf7fe945c9942ee7290b4055778932ad5216ea
2008-04-27 10:01:07+00:00
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & similar typedefs that sysctl.h needs. Since sysctl() itself isn't POSIX undefining _POSIX_C_SOURCE for check_altivec.c seems the best way to fix this. patch by David Conrad lessen42 at gmail com Originally committed as revision 15306 to svn://svn.ffmpeg.org/ffmpeg/trunk
7f0d242b14e3dafade0e910d1031d2774da005a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7f0d242b14e3dafade0e910d1031d2774da005a1
2008-09-13 13:18:35+00:00
Check return value of avc_parse_nal_units(). Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
ed7fa39c2dd63607fd5c5ed3c607a11a8a33bbe3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ed7fa39c2dd63607fd5c5ed3c607a11a8a33bbe3
2008-01-11 00:47:02+00:00
Stuffing bytes to not violate minimum legality rate. Note, this is a joke and not related to MPEG CBR. Originally committed as revision 12244 to svn://svn.ffmpeg.org/ffmpeg/trunk
499e4700efc1bf1daf3f6234b13fc41bd6bf2708
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/499e4700efc1bf1daf3f6234b13fc41bd6bf2708
2008-02-26 20:17:30+00:00
pentium4m is a valid CPU name, add it to the list. patch by Igor Mozolevsky, igor hybrid-lab.co uk Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk
800a5a1905409a87d97619b79122d94b32fa3ee1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/800a5a1905409a87d97619b79122d94b32fa3ee1
2008-01-16 09:09:40+00:00
check for request_channels at codec init Originally committed as revision 11415 to svn://svn.ffmpeg.org/ffmpeg/trunk
95283c17011f7277e4ce73526f61889c3d446e4c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95283c17011f7277e4ce73526f61889c3d446e4c
2008-01-05 15:22:53+00:00
remove unnecessary -1 from snprintf len Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
bd59786204ce9f7e3b7f28dd5c6df2643bf423c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bd59786204ce9f7e3b7f28dd5c6df2643bf423c2
2007-11-14 06:33:35+00:00
Fix mov checksums following r10852. Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
40b67a56d1e2d740ed43c736153f2d7d8e85a0df
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/40b67a56d1e2d740ed43c736153f2d7d8e85a0df
2007-11-05 09:24:16+00:00
Check context before accessing its field. Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10939 to svn://svn.ffmpeg.org/ffmpeg/trunk
346db900bf4cefe8ebefe7a51c01d80d6a7d2e3e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/346db900bf4cefe8ebefe7a51c01d80d6a7d2e3e
2007-11-07 08:34:00+00:00
Fix tiny_psnr so it compares all bytes (it did skip the last block). Also display both file sizes and slightly change the output formatting. [not split in 3 patches to avoid the huge checksum files from being changed and having to be reviewed 3 times, if people want it split i can revert and split it] Originally committed as revision 14374 to svn://svn.ffmpeg.org/ffmpeg/trunk
1e90317b655699a2877478e335e998fb5e4b79d8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1e90317b655699a2877478e335e998fb5e4b79d8
2008-07-24 17:24:36+00:00
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
5b5bd7c9ee692026e67126e3e9f1883fc7701319
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b5bd7c9ee692026e67126e3e9f1883fc7701319
2007-11-04 19:52:08+00:00
remove a branch from an inner loop. 1% faster flac encoding. Originally committed as revision 10865 to svn://svn.ffmpeg.org/ffmpeg/trunk
90f03441654f85a1402a65c3dcaa3f634a24c27e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/90f03441654f85a1402a65c3dcaa3f634a24c27e
2007-10-27 13:39:19+00:00
Add missing multiple inclusion guards. Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
31b2c1446f7cc7c10f217093f695edfc1b1be498
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/31b2c1446f7cc7c10f217093f695edfc1b1be498
2007-10-17 09:31:06+00:00
Check read_packet before using it. Originally committed as revision 10588 to svn://svn.ffmpeg.org/ffmpeg/trunk
602dd8f6c4d4f7e1b5f48cc580fd9b694d41d602
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/602dd8f6c4d4f7e1b5f48cc580fd9b694d41d602
2007-09-26 11:32:51+00:00
Properly check for -lm Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
13ef78254d12078c22c70bbe18113c98fa9f95d1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13ef78254d12078c22c70bbe18113c98fa9f95d1
2007-09-18 18:01:07+00:00
Revert r6124, the change was just wrong, other formats than MPEG-PS can be stored in CDXA as well. And the need for a CDXA specific check is questionable. Also ive ok-ed that patch instead of mans ... fixes issue287 (psxstr misdetection as MPEG-PS) Original commit message: add support for information in CDXA format patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 11314 to svn://svn.ffmpeg.org/ffmpeg/trunk
7dc75e8d4375a36a6a19a050f2bee6bd76c7a912
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7dc75e8d4375a36a6a19a050f2bee6bd76c7a912
2007-12-25 09:37:49+00:00
Apply skip_loop_filter before checking if we can parallelize with the selected loop filter Originally committed as revision 10549 to svn://svn.ffmpeg.org/ffmpeg/trunk
61858a76f29ba41f9aabc2940b9efafd4d407e69
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/61858a76f29ba41f9aabc2940b9efafd4d407e69
2007-09-22 10:28:22+00:00
Always check the return of mkv_add_seekhead_entry Originally committed as revision 10371 to svn://svn.ffmpeg.org/ffmpeg/trunk
9e2a3e2262a6ea4d4bd98daf366aad218b7c0a22
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e2a3e2262a6ea4d4bd98daf366aad218b7c0a22
2007-09-05 00:25:34+00:00
Use a consistent multiple inclusion guard. Originally committed as revision 10267 to svn://svn.ffmpeg.org/ffmpeg/trunk
d8dfda7e511b85064b1a0faa589c97043c92cffa
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d8dfda7e511b85064b1a0faa589c97043c92cffa
2007-08-30 22:41:54+00:00
do not misuse movi_end for checking chunk sizes Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
ea4b2b5e2cec92f7d9e1cded61f69b2d63d22e9c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ea4b2b5e2cec92f7d9e1cded61f69b2d63d22e9c
2007-08-14 02:27:31+00:00
fix an infinite loop in case one cluster is not enough to demux a packet Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
407a3d94f566a68c7a862fcdac812bf53741af94
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/407a3d94f566a68c7a862fcdac812bf53741af94
2007-06-04 22:17:55+00:00
Add a note about license headers to the patch submission checklist. Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
bbe94afb7a397952e1d108727892ba42330c56d2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbe94afb7a397952e1d108727892ba42330c56d2
2007-04-23 17:20:27+00:00
replace brute force find_optimal_param() with a closed-form solution. overall flac encoding: 4-15% faster. output is not identical to the previous algorithm due to occasional rounding errors, but the differece is less than .0005% bitrate. Originally committed as revision 10612 to svn://svn.ffmpeg.org/ffmpeg/trunk
14bd2a9f25fc0de4fb1a2d4afaef09162c51bb35
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/14bd2a9f25fc0de4fb1a2d4afaef09162c51bb35
2007-09-29 05:41:27+00:00
Remove redundant 2.95 branch from the Darwin gcc check. It is already being handled by the default case. Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
8d3dc6ba58f45a622cdf5aca2d5463de788d90cd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8d3dc6ba58f45a622cdf5aca2d5463de788d90cd
2007-04-14 08:33:46+00:00
oops, encoder was under ifdef decoders. Originally committed as revision 8455 to svn://svn.ffmpeg.org/ffmpeg/trunk
0ec4bc6a27362ce95c35d149307457a1160a9a09
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ec4bc6a27362ce95c35d149307457a1160a9a09
2007-03-20 16:51:30+00:00
Do not return invalid pointer for non-audio or video streams. Patch by Sam Hocevar sam+ffmpeg zoy org Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
d495fdc3d3957881e0ac774913d9ef44b3330108
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d495fdc3d3957881e0ac774913d9ef44b3330108
2007-03-30 23:04:45+00:00
oops forgot this one (increase preroll time to min of my asfs) Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
5a4f1328efbdfff55606a0c5213b4a66009d3eff
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5a4f1328efbdfff55606a0c5213b4a66009d3eff
2007-02-12 22:56:14+00:00
simplify SDL check Originally committed as revision 7922 to svn://svn.ffmpeg.org/ffmpeg/trunk
225e21ef6ce922485f8f82c397a1139b46440330
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/225e21ef6ce922485f8f82c397a1139b46440330
2007-02-11 12:11:57+00:00
Fix buffer end checks in lzo copy code to work in all cases. Originally committed as revision 7731 to svn://svn.ffmpeg.org/ffmpeg/trunk
cf0ef3dc3436104ee0c63259d0f950c824e94a4e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cf0ef3dc3436104ee0c63259d0f950c824e94a4e
2007-01-27 14:15:03+00:00
BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks. Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
74cec57d8e892ff8ac6d8e570b634ae8d7e94a9f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/74cec57d8e892ff8ac6d8e570b634ae8d7e94a9f
2007-02-08 22:51:26+00:00
check for ARMv6 instruction set support Originally committed as revision 7719 to svn://svn.ffmpeg.org/ffmpeg/trunk
edab3048c29e055256f36eae6de4c8f36d49bee0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/edab3048c29e055256f36eae6de4c8f36d49bee0
2007-01-27 00:51:57+00:00
Remove BeOS hack. Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
6718659c0f0ce2f8c3ef678969d2b705473a96f6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6718659c0f0ce2f8c3ef678969d2b705473a96f6
2007-01-21 23:27:30+00:00
bt 0 is invalid, setting min to 1 Originally committed as revision 7357 to svn://svn.ffmpeg.org/ffmpeg/trunk
a45bc5922f6716cdaccebba1b845dd26338dd7bf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a45bc5922f6716cdaccebba1b845dd26338dd7bf
2006-12-22 10:10:13+00:00
change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles Originally committed as revision 7576 to svn://svn.ffmpeg.org/ffmpeg/trunk
50b4468598cbc032c0ec4597df9637f71b9ef664
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/50b4468598cbc032c0ec4597df9637f71b9ef664
2007-01-18 00:22:24+00:00
When dst_length == 0 bit_length has to be 0, too, but the current code still calls decode_rbsp_trailing() and therefore bit_length might get negative. Although the remaining code is able to handle a negative bit_length, avoid the calculation at all by setting bit_length to 0 for dst_length == 0. patch by Reinhard Nissl, rnissl gmx de Originally committed as revision 8690 to svn://svn.ffmpeg.org/ffmpeg/trunk
ad1ea1f1552d3fff4a6a77ced099305e4378ad84
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ad1ea1f1552d3fff4a6a77ced099305e4378ad84
2007-04-09 14:10:07+00:00
move check for output file streams num in av_encode Originally committed as revision 6907 to svn://svn.ffmpeg.org/ffmpeg/trunk
8a7bde1ca9e4ebf61869d834c27e11cf9503b965
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8a7bde1ca9e4ebf61869d834c27e11cf9503b965
2006-11-05 20:08:26+00:00
prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_cabac() on P3) Originally committed as revision 6674 to svn://svn.ffmpeg.org/ffmpeg/trunk
851ded8918c977d8160c6617b69604f758cabf50
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/851ded8918c977d8160c6617b69604f758cabf50
2006-10-12 14:49:19+00:00
replace for loop with 2 asserts() Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk
d676478c8d29a48f67526afef44c323b74946488
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d676478c8d29a48f67526afef44c323b74946488
2006-02-26 15:24:42+00:00
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. 3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that checks for plain 3dnow later) Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
c2f69579bb9cb929fb2cfcba426f524f0f107169
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c2f69579bb9cb929fb2cfcba426f524f0f107169
2006-05-16 14:24:45+00:00
this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it Originally committed as revision 4793 to svn://svn.ffmpeg.org/ffmpeg/trunk
52137f2f43bebce8cb2cb653d249d3b7e3b31170
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52137f2f43bebce8cb2cb653d249d3b7e3b31170
2005-12-30 21:05:44+00:00
use $CFLAGS and $LDFLAGS in dlopen() check Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
fd2ab74aae55e610daad7d4883131d1cb603dfbe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd2ab74aae55e610daad7d4883131d1cb603dfbe
2005-11-29 21:12:30+00:00
precautionary checks Originally committed as revision 4602 to svn://svn.ffmpeg.org/ffmpeg/trunk
9061be9fb389c31e40b732e36b6ae311dbad552c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9061be9fb389c31e40b732e36b6ae311dbad552c
2005-09-20 18:51:12+00:00
try to check for nonsense time_base instead of setting fake one Originally committed as revision 4485 to svn://svn.ffmpeg.org/ffmpeg/trunk
e53222d19b8dd42ac8c4c396369eb3bc3b41742a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e53222d19b8dd42ac8c4c396369eb3bc3b41742a
2005-07-31 10:00:25+00:00
sprintf->snprintf Originally committed as revision 3824 to svn://svn.ffmpeg.org/ffmpeg/trunk
813af36b51679703fc0528d1d162bf8e49f090a5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/813af36b51679703fc0528d1d162bf8e49f090a5
2005-01-12 01:02:13+00:00
I still don't think this should be here. Note: without this code DV encoder will accept incorrect pix_fmt's and such, but decoder will work much better with containers not setting the same attributes. It seems like there will be a generic mechanism for checking such constraints, but if not I can always resurrect this check for *encoder* only. Originally committed as revision 5114 to svn://svn.ffmpeg.org/ffmpeg/trunk
56419683b2e9f670d4ee231a92e13958f8134f37
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/56419683b2e9f670d4ee231a92e13958f8134f37
2006-03-06 09:54:09+00:00
move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based Originally committed as revision 3540 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe2d6fe2359b153eee827906140e62f710496a37
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe2d6fe2359b153eee827906140e62f710496a37
2004-09-29 23:25:01+00:00
more error checks for the sequence header Originally committed as revision 2788 to svn://svn.ffmpeg.org/ffmpeg/trunk
e6dc9c6f99a886bee0399dfe47c2b0f5afff80e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6dc9c6f99a886bee0399dfe47c2b0f5afff80e5
2004-02-16 03:34:11+00:00
add vlc for cbp=0 that is valid in 422,444 Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk
461cd5bfb5c38e48a81b4a9a5912dfd65da1ba3d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/461cd5bfb5c38e48a81b4a9a5912dfd65da1ba3d
2004-03-02 18:39:25+00:00
regression checksum update for alexs .mov time change new nut (de)muxer regression tests Originally committed as revision 2981 to svn://svn.ffmpeg.org/ffmpeg/trunk
929a0c41d59fc6d386bdc18f1df73a68a80c584f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/929a0c41d59fc6d386bdc18f1df73a68a80c584f
2004-04-08 18:41:09+00:00
Add GNU header, remove X includes, add more check for xvmc render packet Originally committed as revision 2097 to svn://svn.ffmpeg.org/ffmpeg/trunk
302898fcbe604a088f9a3db4c4747b0d735b611a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/302898fcbe604a088f9a3db4c4747b0d735b611a
2003-07-29 14:15:28+00:00
* making it possible to override aspect ratio from the command line Originally committed as revision 1828 to svn://svn.ffmpeg.org/ffmpeg/trunk
5fe03e3837516732df41c339ebe471a86b6e8bd5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5fe03e3837516732df41c339ebe471a86b6e8bd5
2003-04-29 19:46:08+00:00
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 Latest commit. There is no error in parsing and or recovering transform coefficients. Double checked with ac3dec. Getting consistent results with the bit allocation routine and transform coefficients. The code is able to parse valid ac3 bitstreams without error from start to end. I have also implemented the imdct when block switching is not enabled. However, can anybody provide an insight into how to convert float samples to int16_t ? lrint is of no help cuz it produces output -1, 0 or 1 whereas the output should be between -32768 to 32767. Originally committed as revision 9654 to svn://svn.ffmpeg.org/ffmpeg/trunk
486637af8ef29ec215e0e0b7ecd3b5470f0e04e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/486637af8ef29ec215e0e0b7ecd3b5470f0e04e5
2007-07-14 15:48:28+00:00
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This code now waits for up to 30ms before reporting that no packet is available. Originally committed as revision 1546 to svn://svn.ffmpeg.org/ffmpeg/trunk
79134973d862af5e22cf8909df690e3e1d4b256e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79134973d862af5e22cf8909df690e3e1d4b256e
2003-02-05 01:59:52+00:00