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
shorten: Prevent block size from increasing Signed-off-by: Janne Grunau <[email protected]>
95010d18b2d808db9a49377e41bc2f7cf4dfa03e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/95010d18b2d808db9a49377e41bc2f7cf4dfa03e
2011-10-07 16:25:30+02:00
doxygen: remove a few @file parameters. It is not mandatory and prevents breakage on rename.
1912c215e029659483933c5682dd8050a4bfd6df
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1912c215e029659483933c5682dd8050a4bfd6df
2011-10-04 08:04:17+02:00
g723.1: replace loop of normalize_bits( by av_log2() idea by vitor Signed-off-by: Michael Niedermayer <[email protected]>
431f8af8242c41ef922f9daf791b0be26dc0bba4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/431f8af8242c41ef922f9daf791b0be26dc0bba4
2011-09-29 21:44:03+02:00
8svx: check packet size before reading the initial sample value.
0ac3b8fc4aeb1755717f44482f3236134a5b8405
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ac3b8fc4aeb1755717f44482f3236134a5b8405
2011-09-22 14:11:34-04:00
libmp3lame: log error message in case of invalid number of channels Also return meaningful error number in place of -1. Improve feedback.
5b1a06b1c9c596b3c406ea632a252dcccbee25ed
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5b1a06b1c9c596b3c406ea632a252dcccbee25ed
2011-10-30 21:10:54+01:00
avconv: Separate initialization from the main transcode loop.
eaf2d37acc332809efe9313d72d3f14117427ef9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/eaf2d37acc332809efe9313d72d3f14117427ef9
2011-08-19 15:41:05-07:00
H.264: avoid redundant alpha/beta calculations in loopfilter
f6b7f72461673e4d398b1edf9ed2a7fe70d99c47
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6b7f72461673e4d398b1edf9ed2a7fe70d99c47
2011-07-11 08:46:44-07:00
Compile x86/swscale_template with -mno-red-zone. Replaces a very hackish hack to fix the same issue (call instruction overwriting stack variables). Signed-off-by: Reimar Döffinger <[email protected]>
424bcc46b5fb0d662e0fb9ad6319c5b9ef3d770f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/424bcc46b5fb0d662e0fb9ad6319c5b9ef3d770f
2011-09-25 16:59:52+02:00
Revert "ffmpeg: get rid of a pointless limit on number of streams." This reverts commit c7dd3e7e43555b2922481a9242a306c5b138d69c Conflicts: ffmpeg.c
c31a5b23b4cd566724743685e5ea158b0c818647
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c31a5b23b4cd566724743685e5ea158b0c818647
2011-07-16 19:33:27+02:00
x11grab: replace undocumented nomouse hackery with a private option.
ce558c8f590610fc68596ef0b4ac2a9d299fbcb2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ce558c8f590610fc68596ef0b4ac2a9d299fbcb2
2011-07-08 18:30:21+02:00
rawdec: initialize return value to 0.
1f94c31f69e6eb7eee80d0a3b42875261a18dcbe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1f94c31f69e6eb7eee80d0a3b42875261a18dcbe
2011-06-03 13:51:43+02:00
H.264: faster write_back_* Avoid aliasing, unroll loops, and inline more functions.
3b7ebeb4d52a25c7e1038ae90c6c19b0d6f11877
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3b7ebeb4d52a25c7e1038ae90c6c19b0d6f11877
2011-07-03 15:05:55-07:00
Skip headers not designed to work standalone during 'make checkheaders'.
61ec024d39cc53672901791923e9cb1bd0fda9f3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/61ec024d39cc53672901791923e9cb1bd0fda9f3
2011-06-04 18:16:38+02:00
wmadec: prevent null pointer call. Signed-off-by: Michael Niedermayer <[email protected]>
7157334c375b7623dd52314d45cef3700896d0fe
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7157334c375b7623dd52314d45cef3700896d0fe
2011-04-26 02:44:33+02:00
ac3enc: clip large coefficient values and negative exponents rather than using av_assert2().
63b1866ae1e19ff0d694746a84e2eac859cda462
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63b1866ae1e19ff0d694746a84e2eac859cda462
2011-05-01 13:32:04-04:00
Check mmap() return against correct value Signed-off-by: Michael Niedermayer <[email protected]>
2671ab3996672c43b02076daca5bf00c5a6f1c68
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2671ab3996672c43b02076daca5bf00c5a6f1c68
2011-04-25 01:54:29+02:00
swscale: simplify initialization code Simplify the fallthrough case when no accelerated functions can be initialized.
33a0421bbaa64f4e9c3d852b7f225ede8dad1388
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33a0421bbaa64f4e9c3d852b7f225ede8dad1388
2011-04-14 22:16:47+02:00
Add "Did you provide a clear git commit log message?" to the patch checklist Signed-off-by: Michael Niedermayer <[email protected]>
afaedbd6f76c1601c39007f8bc2627948de78d49
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/afaedbd6f76c1601c39007f8bc2627948de78d49
2011-04-10 04:00:30+02:00
prefer avio_check() over url_exist() The problem with url_exist() is that it tries to open a resource in RDONLY mode. If the file is a FIFO and there is already a reading client, the open() call will hang. By using avio_check() with access mode of 0, the second reading process will check if the file exists without attempting to open it, thus avoiding the lock. Fix issue #1663. Signed-off-by: Anton Khirnov <[email protected]>
55815edca038997ec283569a192a3eca7f2143bc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/55815edca038997ec283569a192a3eca7f2143bc
2011-04-19 19:48:07+02:00
x86: check for AVX support This adds configure and runtime checks for AVX support on x86 CPUs. Signed-off-by: Mans Rullgard <[email protected]>
87f1355f9b4fc11414d0e6a91404203c2745f89f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/87f1355f9b4fc11414d0e6a91404203c2745f89f
2011-02-20 13:20:42+00:00
configure: use pkg-config helpers This makes existing pkg-config uses as well as the libsdl checks use the new pkg-config helper functions, which should be more robust against broken systems. Signed-off-by: Mans Rullgard <[email protected]>
4fa18c5666de24316710df670e44d4850e0796a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4fa18c5666de24316710df670e44d4850e0796a7
2011-03-11 20:13:32+00:00
matroskadec: set default duration for simple block When a normal Block is parsed, duration is initialized to AV_NOPTS_VALUE. If it is not changed, then the track's default duration is used. But for SimpleBlock, duration is initialized to 0 instead of AV_NOPTS_VALUE. This is due to the difference in how EBML_NEST vs EBML_PASS are processed. Setting duration to 0 leads eventually to wrongly estimate the frame duration in util.c Signed-off-by: Luca Barbato <[email protected]>
98a7d560b4f835ba5b99b9974ee1a2c096198bea
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/98a7d560b4f835ba5b99b9974ee1a2c096198bea
2011-03-25 00:34:18+01:00
Fix VP3 edge emulation With negative stride, the start of the edge_emu buffer should be pointing to the last line, not the end of the buffer. With positive stride, pointing to the end of the buffer was completely wrong.
a89f4ca005efa5ee82089583c7b8bc00bcee816a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a89f4ca005efa5ee82089583c7b8bc00bcee816a
2011-02-19 01:42:12-08:00
Make av_set_pts_info keep previous time base if new one is invalid. Fixes issue 2475. Signed-off-by: Ronald S. Bultje <[email protected]> (cherry picked from commit b3190529dfefe3226302b23e76e16c631cde6649)
2f35beae4d0994dda925d6b4de68411fbeb55100
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2f35beae4d0994dda925d6b4de68411fbeb55100
2011-02-09 03:31:17+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. (cherry picked from commit 2cfa2d925808e6cc6fb7a7c133b7cb7622afd37e)
7ade06cc2eeb1f9521fd70098b2ae03064a91120
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7ade06cc2eeb1f9521fd70098b2ae03064a91120
2011-02-11 02:54:08+01:00
VP8: merge chroma MC calls Adds some duplicated code, but avoids duplicate edge checks and similar. ~0.5% faster overall on Parkjoy test sample. (cherry picked from commit 64233e702a95df9167e3362e58aae4e82ce2ddf8)
5ad4335c2233d5a6d9487d2d56387b7484aecded
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ad4335c2233d5a6d9487d2d56387b7484aecded
2011-02-02 03:40:49+01:00
network: Check POLLERR and POLLHUP in ff_network_wait_fd Previously, the function would lead to an infinite wait (by returning AVERROR(EAGAIN)) on sockets indicating an error via either of these poll flags. Signed-off-by: Martin Storsjö <[email protected]>
f2c85458c411447f006f9c928cb198ec0260255a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2c85458c411447f006f9c928cb198ec0260255a
2011-04-28 10:28:51+03:00
avidec: make print_tag() a macro and remove related ifdefs The dprintf macro is a no-op if DEBUG is not defined, so there is no need to guard it here. Signed-off-by: Mans Rullgard <[email protected]>
6081f8c4e283bf1b33e4cf4b2ca44217219f9210
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6081f8c4e283bf1b33e4cf4b2ca44217219f9210
2011-01-25 02:43:28+00:00
Check user-specified cutoff frequency in validate_options(). Originally committed as revision 26049 to svn://svn.ffmpeg.org/ffmpeg/trunk
e62ef8f2dbf1ac0a197310f2be69c93b89f838c2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e62ef8f2dbf1ac0a197310f2be69c93b89f838c2
2010-12-17 23:42:52+00:00
mpegtsenc: support CODEC_ID_AAC_LATM $subject. Have used this for loopback testing with mpegts.c. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) [2. text/x-diff; 0001-mpegtsenc-support-CODEC_ID_AAC_LATM.patch] From 0f7f9db4b7da1793996af6dda84298507703759a Mon Sep 17 00:00:00 2001 From: Peter Ross <[email protected]> Date: Sun, 9 Jan 2011 09:45:50 +1100 Subject: [PATCH] mpegtsenc: support CODEC_ID_AAC_LATM Signed-off-by: Mans Rullgard <[email protected]>
4d54df8e07dca3e30ebcaffd1a0e750a876700a2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d54df8e07dca3e30ebcaffd1a0e750a876700a2
2011-01-28 22:33:57+00:00
Enable no-loop memory/register saving for ssse3/sse4 also. Originally committed as revision 24511 to svn://svn.ffmpeg.org/ffmpeg/trunk
48adb7e7a4f524537c9f2d219a2d926ed391131e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/48adb7e7a4f524537c9f2d219a2d926ed391131e
2010-07-26 14:07:57+00:00
Require libswscale only if the scale filter is used. Although with several limitations, lavfi can be compiled and used without the scale filter. Originally committed as revision 24570 to svn://svn.ffmpeg.org/ffmpeg/trunk
15379c2bebd94903a7b8f932dc1c56ab5c0212b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/15379c2bebd94903a7b8f932dc1c56ab5c0212b0
2010-07-28 08:56:52+00:00
Set proper error if server flags indicate that it doesn't support mmst. This prevents a read-after-close-induced segfault later. Fixes issue 2266. Patch by qrtt1 <chingyichan dot tw gmail com>. Originally committed as revision 25349 to svn://svn.ffmpeg.org/ffmpeg/trunk
42f9582d8da0176130993f02be908bec348ef3e4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/42f9582d8da0176130993f02be908bec348ef3e4
2010-10-05 14:04:46+00:00
Change qmax/qmin limits to 63 instead of 51. VP8 supports quantizers up to 63. Originally committed as revision 24157 to svn://svn.ffmpeg.org/ffmpeg/trunk
a6f8f11b9b67d352f51addbe090063058a55c1f7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a6f8f11b9b67d352f51addbe090063058a55c1f7
2010-07-10 06:34:57+00:00
Second hunk from secrity fix from google. The hunk is not fully understood but it just makes a check tighter so its safer for us to apply until it is fully understood. Might fix issue 2550 (and Chrome issue 68115 and unknown CERT issues). Our bugtracker issue though should stay open until this has been fully investiagted Patch by Frank Barchard, fbarchard at google Originally committed as revision 26368 to svn://svn.ffmpeg.org/ffmpeg/trunk
925aa96915b8143017cb63418cb709b992c59065
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/925aa96915b8143017cb63418cb709b992c59065
2011-01-15 17:10:49+00:00
configure: simplify check_lib function Originally committed as revision 23777 to svn://svn.ffmpeg.org/ffmpeg/trunk
84400e9d10ca3b9a3835e4866bfca7e13ea48526
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/84400e9d10ca3b9a3835e4866bfca7e13ea48526
2010-06-25 15:44:55+00:00
Move frame_available computation to where it belongs in ffmpeg.c. This fixes a infinite loop. Fixes issue 2066. Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk
748db0fcc486417225d4cb45d7d5488a00dcc4e3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/748db0fcc486417225d4cb45d7d5488a00dcc4e3
2010-07-05 14:49:48+00:00
Add required #includes to pass 'make checkheaders'. Originally committed as revision 23736 to svn://svn.ffmpeg.org/ffmpeg/trunk
c1bffe25faae2c40b3d40deb03b495fab9af91a0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c1bffe25faae2c40b3d40deb03b495fab9af91a0
2010-06-23 11:44:07+00:00
Add priv_data_size and priv_data_class to URLProtocol This allows url_alloc to allocate and initialize the priv_data. Originally committed as revision 23706 to svn://svn.ffmpeg.org/ffmpeg/trunk
735cf6b2657c48ffd9ba4eb66ae8a0a3419de074
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/735cf6b2657c48ffd9ba4eb66ae8a0a3419de074
2010-06-22 14:09:08+00:00
Validate AVCodecTag vs CodecID. Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23159 to svn://svn.ffmpeg.org/ffmpeg/trunk
698f4cc7f0af0ba9ef54b01cfffd1f02d7aa5d05
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/698f4cc7f0af0ba9ef54b01cfffd1f02d7aa5d05
2010-05-18 19:23:29+00:00
Remove useless costly inf checks from the trellis scalefactor search. Originally committed as revision 23319 to svn://svn.ffmpeg.org/ffmpeg/trunk
af2ee6fc4921a81133c0915985e05781505c2ff8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/af2ee6fc4921a81133c0915985e05781505c2ff8
2010-05-25 18:32:59+00:00
Use get_bits_left() in the sync extension check. Originally committed as revision 22817 to svn://svn.ffmpeg.org/ffmpeg/trunk
37216b99e090a88d98be57a8aab14a8316b96a71
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/37216b99e090a88d98be57a8aab14a8316b96a71
2010-04-08 06:04:37+00:00
configure: simplify check_lib2 Originally committed as revision 21266 to svn://svn.ffmpeg.org/ffmpeg/trunk
300cde27b625a5b1f9336d6e061b63b5eed118a6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/300cde27b625a5b1f9336d6e061b63b5eed118a6
2010-01-17 19:05:57+00:00
Make the init and config_filter callbacks of the pad filter return AVERROR(EINVAL) rather than -1 in case of invalid parameters. Originally committed as revision 23121 to svn://svn.ffmpeg.org/ffmpeg/trunk
622e6ce53a8dd92ff61e64b4421a9d980675b607
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/622e6ce53a8dd92ff61e64b4421a9d980675b607
2010-05-13 18:26:07+00:00
Move some branches outside looped code. Should improve the generated asm (and thus performance) slightly. Patch by Sebastian Vater <cdgs.basty googlemail com>. Originally committed as revision 22975 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe51b5ce504d118757407c0855e957e97ca90f78
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe51b5ce504d118757407c0855e957e97ca90f78
2010-04-26 22:38:41+00:00
configure: restore -mdynamic-no-pic on darwin (missing since r20497) Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it again) needs to be added to cflags before enable pic is checked. Fixes compilation without --enable-shared at least the 10.6 system compiler for x86-32. Fixes speed regression on all darwin arches except x86-64. Originally committed as revision 22730 to svn://svn.ffmpeg.org/ffmpeg/trunk
13cb218724f6f0e8ffc080b38e07c7d989aad6bb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13cb218724f6f0e8ffc080b38e07c7d989aad6bb
2010-03-30 16:28:00+00:00
Unroll loops in check_mv() ~6% faster (slow path) loopfilter (should be ~2% overall) Originally committed as revision 21503 to svn://svn.ffmpeg.org/ffmpeg/trunk
ca7c784fdffb9cba9f2b1939c706b71abee9f0a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ca7c784fdffb9cba9f2b1939c706b71abee9f0a7
2010-01-28 10:34:06+00:00
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. This make NetBSD compile out of the box at the cost of a hack, but a locally contained one that is preferable to the one used in the wild. Currently the NetBSD FATE box adds -D_NETBSD_SOURCE to CPPFLAGS to work around broken system headers. Since it is unlikely for NetBSD to fix their headers, it is better to use a standard flag instead of a system-specific one. As a sideeffect, this allows getting rid of a local _NETBSD_SOURCE definition. Originally committed as revision 22486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2138dc99fc2623117c3336d94b3164d18dd0f8b2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2138dc99fc2623117c3336d94b3164d18dd0f8b2
2010-03-12 17:28:02+00:00
Check level_prefix a bit (this just checks the max our bitreader can handle, as i did nt find a limit in the spec) This should stop cavlc_decode_residual() on a zero bitstream Originally committed as revision 22429 to svn://svn.ffmpeg.org/ffmpeg/trunk
9885284c2259847b0d2b34b5574e3276607e37e4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9885284c2259847b0d2b34b5574e3276607e37e4
2010-03-10 09:55:03+00:00
Also check the location of the picture start code and picture coding extension a little. Originally committed as revision 20644 to svn://svn.ffmpeg.org/ffmpeg/trunk
88eba670fbd336cfdecb02f0293ebd6139d63235
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/88eba670fbd336cfdecb02f0293ebd6139d63235
2009-11-28 23:05:06+00:00
Split h264 loop filter off h264.c. No meassureable speed difference on pentium dual & cathedral sample. Originally committed as revision 21159 to svn://svn.ffmpeg.org/ffmpeg/trunk
082cf97106e2e94a969877d4f8c05c1e526acf54
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/082cf97106e2e94a969877d4f8c05c1e526acf54
2010-01-12 06:01:55+00:00
Only calculate the second chroma qp if it differs from the firstin the main loop filter. (a little faster for the common case where they are equal) Originally committed as revision 21342 to svn://svn.ffmpeg.org/ffmpeg/trunk
085d9d98e8afbab9cb78d98128c58e0ca54d98db
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/085d9d98e8afbab9cb78d98128c58e0ca54d98db
2010-01-20 01:49:24+00:00
Check whether 32-bit x86 is really 64-bit Fixes configure on OS X 10.6 Originally committed as revision 20134 to svn://svn.ffmpeg.org/ffmpeg/trunk
de27f4d95726aed333e8ef78fdfbc0b4357130d8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/de27f4d95726aed333e8ef78fdfbc0b4357130d8
2009-10-01 21:38:25+00:00
Add a newline in error message in CHECKED_ALLOC(Z). Originally committed as revision 19758 to svn://svn.ffmpeg.org/ffmpeg/trunk
5ce6934e0acc1cea724481c1aebe0466fefeeda5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5ce6934e0acc1cea724481c1aebe0466fefeeda5
2009-09-04 16:59:28+00:00
Slightly improve probe for ea format by checking that it is possible to guess whether the file is little- or big-endian. Originally committed as revision 19896 to svn://svn.ffmpeg.org/ffmpeg/trunk
892d7e78ef12404db31adf440c30df73bb4890e5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/892d7e78ef12404db31adf440c30df73bb4890e5
2009-09-17 18:07:27+00:00
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label parameters. Originally committed as revision 29652 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
9cf484d06e4ca3cd9ec229966ce931e2f4cb6d79
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9cf484d06e4ca3cd9ec229966ce931e2f4cb6d79
2009-09-06 00:07:35+00:00
Check for the isatty function. Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19504 to svn://svn.ffmpeg.org/ffmpeg/trunk
abfc8d056ea99fe69b656dd21f7fdc1e32eaa41f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abfc8d056ea99fe69b656dd21f7fdc1e32eaa41f
2009-07-24 00:12:55+00:00
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only compiled if that condition is true. Originally committed as revision 19531 to svn://svn.ffmpeg.org/ffmpeg/trunk
fe3608d577be9d67fffe666c4e5967a11a491db2
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fe3608d577be9d67fffe666c4e5967a11a491db2
2009-07-29 09:51:51+00:00
Use globally consistent include guard names. Originally committed as revision 19462 to svn://svn.ffmpeg.org/ffmpeg/trunk
58ad770f9215a47e5b4d9f71e8f80bcd401bb418
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58ad770f9215a47e5b4d9f71e8f80bcd401bb418
2009-07-19 09:38:58+00:00
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. The Theora decoder depends on the VP3 decoder. Originally committed as revision 19492 to svn://svn.ffmpeg.org/ffmpeg/trunk
99e5a9d1ea2a61ac9429427431e5b9c2fefb76a5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/99e5a9d1ea2a61ac9429427431e5b9c2fefb76a5
2009-07-22 22:27:10+00:00
check stream existence before assignment, fix #1222 Originally committed as revision 19259 to svn://svn.ffmpeg.org/ffmpeg/trunk
6a63ff19b6a7fe3bc32c7fb4a62fca8f65786432
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a63ff19b6a7fe3bc32c7fb4a62fca8f65786432
2009-06-24 03:38:47+00:00
ARM: NEON VP3 Loop Filter Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
6db8697a396c101ce67a8ab7a030aa233b1f7ecf
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6db8697a396c101ce67a8ab7a030aa233b1f7ecf
2009-05-23 18:36:20+00:00
Improve linker check for Winsock library name. On Windows CE, the Winsock library name is ws2, not ws2_32. patch by Martin Storsjö, martin martin st Originally committed as revision 19431 to svn://svn.ffmpeg.org/ffmpeg/trunk
f4c13872492b1b5ea3d1d06b7b70f4d3562aa985
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f4c13872492b1b5ea3d1d06b7b70f4d3562aa985
2009-07-14 14:02:09+00:00
remove unneeded length checks Originally committed as revision 18834 to svn://svn.ffmpeg.org/ffmpeg/trunk
58a830239d17dede16d9affdb4e6fc9135f94991
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/58a830239d17dede16d9affdb4e6fc9135f94991
2009-05-15 04:43:44+00:00
Factor out zlib decompression code to avoid massive code duplication, particularly due to error checks. Originally committed as revision 19040 to svn://svn.ffmpeg.org/ffmpeg/trunk
c2c0c1c0232b875b9311274cd241a992bbb4d081
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c2c0c1c0232b875b9311274cd241a992bbb4d081
2009-05-31 09:51:46+00:00
flacdec: Check curr_bps after wasted bits are subtracted. Originally committed as revision 17813 to svn://svn.ffmpeg.org/ffmpeg/trunk
a3d2379bdd821eec60f20ee3945047d659894bda
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a3d2379bdd821eec60f20ee3945047d659894bda
2009-03-04 23:10:40+00:00
Use a simpler and more general check for the gray case in the planarCopy function Originally committed as revision 29009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
f6cf4ed08a6717504ab172f940068a4ba64f2f0f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6cf4ed08a6717504ab172f940068a4ba64f2f0f
2009-03-20 14:01:51+00:00
Add missing #includes to fix 'make checkheaders'. Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
30f68128abb88511238c308eaba4139e32ce1244
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/30f68128abb88511238c308eaba4139e32ce1244
2009-02-17 21:43:57+00:00
Check that start_display_time is 0 in avcodec_encode_subtitle() Patch by Björn Axelsson ( gecko A acc D umu D se ) Originally committed as revision 17092 to svn://svn.ffmpeg.org/ffmpeg/trunk
9413db9e04178393612f86561b70550b2c47545d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9413db9e04178393612f86561b70550b2c47545d
2009-02-09 01:51:36+00:00
Apply the same logic used for subtitle stream selection to audio and video stream selection. Make the counting starts from 0, and disable the corresponding playbck when the selected stream number is negative. See the thread: " [FFmpeg-devel] [PATCH] Add documentation for -ast, -vst, -sst". Originally committed as revision 17693 to svn://svn.ffmpeg.org/ffmpeg/trunk
5dbb63feefb9070d6fbb5fc16406813f14aa7f9b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5dbb63feefb9070d6fbb5fc16406813f14aa7f9b
2009-03-01 17:06:01+00:00
warn if dts < pcr which means TS is invalid Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk
811a0aa785569affda577888908c66526ee2d0d9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/811a0aa785569affda577888908c66526ee2d0d9
2009-01-14 22:40:37+00:00
Use cc_default variable in help output for --cc option. The cc variable is not yet initialized when the help output is printed. Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
15396d5cd0c94d037ce0f3cc38c54773e2f7249e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/15396d5cd0c94d037ce0f3cc38c54773e2f7249e
2009-01-24 17:49:01+00:00
Make ff_h263_resync() return the bit position of the resync_marker or a negative number if none was found. Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16858 to svn://svn.ffmpeg.org/ffmpeg/trunk
3021a8a70b44096aef84cc4656ff804028c57973
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3021a8a70b44096aef84cc4656ff804028c57973
2009-01-30 17:13:03+00:00
Remove hack added to make "make checkheaders" pass, it is unneeded now Originally committed as revision 15974 to svn://svn.ffmpeg.org/ffmpeg/trunk
b8438f5f48c6aab06c1128229975286799d18861
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b8438f5f48c6aab06c1128229975286799d18861
2008-12-01 20:45:29+00:00
Drop redundant check in RV3/4 deblock coefficients calculation Originally committed as revision 15792 to svn://svn.ffmpeg.org/ffmpeg/trunk
ede0a5f9734cca077992a88b1da3e1596f252f94
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ede0a5f9734cca077992a88b1da3e1596f252f94
2008-11-08 07:24:56+00:00
Make ffmpeg abort if a preset file contains an invalid option or argument. Originally committed as revision 15636 to svn://svn.ffmpeg.org/ffmpeg/trunk
b73533176b75c7874cdb02dee4eae96080a70928
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b73533176b75c7874cdb02dee4eae96080a70928
2008-10-18 18:27:32+00:00
check if stream is set, fix potential segv Originally committed as revision 15693 to svn://svn.ffmpeg.org/ffmpeg/trunk
a69b06be936d7a755ed1e25bd5801a5186c27fbd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a69b06be936d7a755ed1e25bd5801a5186c27fbd
2008-10-25 00:49:56+00:00
support negative ctts in some way, unset wrong dts Originally committed as revision 15468 to svn://svn.ffmpeg.org/ffmpeg/trunk
0c5f76f708a79a83dfc9e9f9a6bd3f945178e5f0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0c5f76f708a79a83dfc9e9f9a6bd3f945178e5f0
2008-09-30 02:44:57+00:00
matroskadec: don't try to seek to negative timestamp matroska timestamps are unsigned Originally committed as revision 14956 to svn://svn.ffmpeg.org/ffmpeg/trunk
dfbbbdc0bf94d39cbef290decefbc951a809f742
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dfbbbdc0bf94d39cbef290decefbc951a809f742
2008-08-24 23:57:29+00:00
Fix lossless jpeg encoder to comply to spec and store full redundant residuals, Note this does not change RGB32 as we need to check this against some decoder that supports it. Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
d3b4b74c32cf302d36a4c4d2cce08027f0a22560
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d3b4b74c32cf302d36a4c4d2cce08027f0a22560
2008-08-30 20:39:12+00:00
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. Originally committed as revision 14658 to svn://svn.ffmpeg.org/ffmpeg/trunk
13dbd9b705f016926e25261064463968c78ca93d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/13dbd9b705f016926e25261064463968c78ca93d
2008-08-07 08:16:42+00:00
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer needed for DECLARE_ALIGNED. Remove dependency from swscale-example.c to swscale_internal.h by duplicating the necessary code. The duplicated code is a hack and should be removed once a cleaner pixel format information system exists. swscale-example.c is example code on how to use the library and therefore shouldn't rely on internal headers. Originally committed as revision 29415 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
71ed6c8f0662fad1b4ad30b6f9ba71467c458ae9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/71ed6c8f0662fad1b4ad30b6f9ba71467c458ae9
2009-07-09 02:27:39+00:00
Prevent low delay from being used with mpeg1. Originally committed as revision 14627 to svn://svn.ffmpeg.org/ffmpeg/trunk
9cc440bfc43d36ea46584d377d11eed82096e5be
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9cc440bfc43d36ea46584d377d11eed82096e5be
2008-08-05 20:39:58+00:00
matroskadec: simplify check for hierarchy level Originally committed as revision 14594 to svn://svn.ffmpeg.org/ffmpeg/trunk
592110c26c7ec76a6ab9c350b0ca1e861c33605c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/592110c26c7ec76a6ab9c350b0ca1e861c33605c
2008-08-05 00:42:08+00:00
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This needs duplicating a few loops, but now the code is clearer. Originally committed as revision 14634 to svn://svn.ffmpeg.org/ffmpeg/trunk
e3751aa6ec8147ab7ca2649d4daadf8d4dce27d5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e3751aa6ec8147ab7ca2649d4daadf8d4dce27d5
2008-08-06 02:44:59+00:00
Ensure that SDL_AddTimer() is never called with a delay of 0 because this leads to a runaway creation of timers. We never pass 0 currently but it is safer to check for it explicitly as changes to the code can easily lead to 0 being used. Originally committed as revision 14934 to svn://svn.ffmpeg.org/ffmpeg/trunk
cc1f91d7717894e1120ec310ec6b9cf5abfee107
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/cc1f91d7717894e1120ec310ec6b9cf5abfee107
2008-08-24 00:32:10+00:00
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid network address type, to "IP4". Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk
c16184e9baad4e4304d5bfb9340e8b5b6decad65
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c16184e9baad4e4304d5bfb9340e8b5b6decad65
2008-07-29 10:45:53+00:00
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). Originally committed as revision 14400 to svn://svn.ffmpeg.org/ffmpeg/trunk
91ea868eebe764a25043ddc598751fb322886954
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/91ea868eebe764a25043ddc598751fb322886954
2008-07-25 22:39:43+00:00
Add missing #includes to fix 'make checkheaders'. Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
b11829a9d93970aa4c327578bb9ffc9de9cacd3f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b11829a9d93970aa4c327578bb9ffc9de9cacd3f
2008-06-16 08:25:48+00:00
Check av_new_stream return value, fixes CID75 RUN2 Originally committed as revision 13536 to svn://svn.ffmpeg.org/ffmpeg/trunk
e8bd16a5e1d0df6cfe5900621a453a74c6540f46
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e8bd16a5e1d0df6cfe5900621a453a74c6540f46
2008-05-29 15:59:14+00:00
Check the allocated pointer instead of the given pointer as intended in vhook/ppm.c:Configure. patch by Erik Hovland, erik hovland org Originally committed as revision 14321 to svn://svn.ffmpeg.org/ffmpeg/trunk
582b3549337931a386316b58a80bc64be72e6613
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/582b3549337931a386316b58a80bc64be72e6613
2008-07-21 05:46:56+00:00
Remove coded_frame==NULL checks for video encoders. Originally committed as revision 13493 to svn://svn.ffmpeg.org/ffmpeg/trunk
e6b4e4ff5f277abb400b19c1c13db37d731e6890
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e6b4e4ff5f277abb400b19c1c13db37d731e6890
2008-05-28 11:34:26+00:00
Do not loop endlessly if converting into dv with timestamps Jan 1st not immediately following a lapyear. Patch by babupillai. Fixes issue 443. Originally committed as revision 13207 to svn://svn.ffmpeg.org/ffmpeg/trunk
392f227393f479ab9a461aba68ae4c6b6da685a4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/392f227393f479ab9a461aba68ae4c6b6da685a4
2008-05-21 07:05:08+00:00
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy Originally committed as revision 13519 to svn://svn.ffmpeg.org/ffmpeg/trunk
96f69e0d87777a830776992f591fcf4e33ea8368
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/96f69e0d87777a830776992f591fcf4e33ea8368
2008-05-29 00:58:41+00:00
Check url_seek() in url_open(). Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
abbae514e18bde2c24f9182cb1eb091dc2801331
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abbae514e18bde2c24f9182cb1eb091dc2801331
2008-05-05 09:17:56+00:00
Expose max_packet_size from the rtp protocol Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk
fc9b22dd2e5de851a89245b5357e710b93587278
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc9b22dd2e5de851a89245b5357e710b93587278
2008-04-15 19:27:39+00:00
qscale==0 is invalid Originally committed as revision 11539 to svn://svn.ffmpeg.org/ffmpeg/trunk
9ccbc672aa341d3cb4c4159e1e746ef0693ee138
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9ccbc672aa341d3cb4c4159e1e746ef0693ee138
2008-01-16 12:42:52+00:00
put loop counter in a register if possible. makes some of the qpel functions 3% faster. Originally committed as revision 11876 to svn://svn.ffmpeg.org/ffmpeg/trunk
20d565be6d52c38495eeaa8904c02315421629b3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/20d565be6d52c38495eeaa8904c02315421629b3
2008-02-06 04:44:21+00:00
validate streamid before use Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
7705cf7e1515d56e811a8d92eee65f7969e5fba8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/7705cf7e1515d56e811a8d92eee65f7969e5fba8
2008-01-05 22:18:44+00:00
Check for sys/mman.h and set appropriate definitions. patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
b58412f10640489ed9fe929a0f2ca116d9d19e53
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b58412f10640489ed9fe929a0f2ca116d9d19e53
2008-03-19 10:11:16+00:00