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
lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_header()
4d475f7eb3969a378f1c2722118c57b62d2ac461
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/4d475f7eb3969a378f1c2722118c57b62d2ac461
2011-12-20 13:19:26+01:00
drawtext: fix text_{w, h} expression vars Before, {text_,}{w,h} vars hadn't got initialized Signed-off-by: Anton Khirnov <[email protected]>
2b43dfce3651bc517c66365a30f30b708d6b79af
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2b43dfce3651bc517c66365a30f30b708d6b79af
2012-02-06 07:52:05+01:00
nuv: check per-frame header for validity. Since it contains dimensions parsing an invalid one has rather annoying effects. Signed-off-by: Anton Khirnov <[email protected]>
f6afacdb3b708720c9fb85984b4f7fdbca2b2036
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6afacdb3b708720c9fb85984b4f7fdbca2b2036
2011-11-26 08:38:59+01:00
avconv: cleanup the transcoding loop in output_packet().
82963f8f046bbe724e6c770a2aaf0290c9915503
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82963f8f046bbe724e6c770a2aaf0290c9915503
2011-11-21 21:43:48+01:00
sink_buffer: copy list of provided formats in the context A list of formats may have been dynamically created by the calling code, and thus should not be referenced by the sink buffer context. Avoid possible invalid data reference.
386aee6864c5cfc438785d2421b2f056450da014
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/386aee6864c5cfc438785d2421b2f056450da014
2011-12-22 10:09:42+01:00
AVOptions: don't return an invalid option when option list is empty
e1e22851c15b2b88de111353f53fe4c94431f883
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e1e22851c15b2b88de111353f53fe4c94431f883
2011-11-11 08:27:16+01:00
ARM: add explicit .arch and .fpu directives to asm.S This prevents build errors when compiler and assembler default targets differ. Ideally each file would declare the highest level it requires. This is however not easily possible as it complicates assembling pre-armv6t2 code in Thumb-2 mode. HAVE_NEON is used as indicator for ARMv7-A since no other symbol exists for this and NEON is only available in this variant. Signed-off-by: Mans Rullgard <[email protected]>
8ee2b4672f6ad5cfd003e742f887cffcfea26021
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8ee2b4672f6ad5cfd003e742f887cffcfea26021
2011-11-22 12:13:02+00:00
sunrast: Fix warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Signed-off-by: Michael Niedermayer <[email protected]>
8beeec8821bd78d8740b1ced79a03322646f3578
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8beeec8821bd78d8740b1ced79a03322646f3578
2011-12-18 01:20:18+01:00
atrac1: validate number of channels
bff5b2c1ca1290ea30587ff2f76171f9e3854872
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bff5b2c1ca1290ea30587ff2f76171f9e3854872
2011-10-29 15:06:31-04:00
cook: check output buffer size before decoding
e34c6c9708336b9445574bb6ddb48416368af963
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e34c6c9708336b9445574bb6ddb48416368af963
2011-10-29 13:43:28-04:00
apedec: set s->currentframeblocks after validating nblocks
52d4fb2a3dd7aea62a06cf8358dc41fdb4913f6f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/52d4fb2a3dd7aea62a06cf8358dc41fdb4913f6f
2011-10-28 11:47:28-04:00
Dirac: Solved problem with make checkheaders (cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da) Signed-off-by: Michael Niedermayer <[email protected]>
1b95b52c0a73a5f29060de4861f36470a05df65d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1b95b52c0a73a5f29060de4861f36470a05df65d
2011-11-04 23:59:20+01:00
libutvideodec: Check if the decode initializes correctly Actually check the return value of DecodeBegin, to make sure that it has encountered no errors. Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
159609512c163c512827a5d41b2553f1dd9f2abc
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/159609512c163c512827a5d41b2553f1dd9f2abc
2011-11-07 21:51:38+01:00
tta: check remaining bitstream size while reading unary value
35f9d8c20a26a7d383d3d36796e64a4b8987d743
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/35f9d8c20a26a7d383d3d36796e64a4b8987d743
2011-10-25 11:22:01-04:00
aacdec: initialize sbr context only in new channel elements
80e36425fb25a53f89b735d00ff3e7c293a9472c
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/80e36425fb25a53f89b735d00ff3e7c293a9472c
2011-10-25 12:07:58+02:00
alacdec: remove unneeded validation of setinfo_sample_size. It is already done when using it to set sample_fmt.
47e9c75b36aa533f1c06c063f80cdf6b7f026b03
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/47e9c75b36aa533f1c06c063f80cdf6b7f026b03
2011-10-26 11:50:16-04:00
vorbisdec: check output buffer size before writing output
60aa1a358d9c1c8f891e72246d5dcd897857eca8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/60aa1a358d9c1c8f891e72246d5dcd897857eca8
2011-10-23 11:36:56-04:00
flv: Initialize initial frame to 16 Fixes Ticket563 Signed-off-by: Michael Niedermayer <[email protected]>
284aa07932264853dd645f62db9668774cbef2a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/284aa07932264853dd645f62db9668774cbef2a1
2011-10-18 14:56:59+02:00
lavc: use designated initializers for av_codec_context_class
0ba1e1978d4016df42ed481a832e7539ebc48220
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0ba1e1978d4016df42ed481a832e7539ebc48220
2011-10-05 07:52:05+02:00
prores: check slice mb_y against mb_height Signed-off-by: Michael Niedermayer <[email protected]>
397d194e50e15bf20dc5950e2afe9f868c4ff2c9
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/397d194e50e15bf20dc5950e2afe9f868c4ff2c9
2011-10-09 21:58:13+02:00
Prevent infinite loop in the ANM decoder. Signed-off-by: Michael Niedermayer <[email protected]>
39993860e1525ca5d1b07521865b7e9e1b294ed7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/39993860e1525ca5d1b07521865b7e9e1b294ed7
2011-10-01 02:41:39+02:00
libx264: remove check_default_settings() Signed-off-by: Michael Niedermayer <[email protected]>
e89f58810d0d508552089495781e2a70e95edb99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e89f58810d0d508552089495781e2a70e95edb99
2011-09-28 18:13:52+02:00
Check for missing reference in vp5/6 decoder. Signed-off-by: Michael Niedermayer <[email protected]>
6a0e78929aa7d6b2c6b598c1589fb0e48fccb132
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6a0e78929aa7d6b2c6b598c1589fb0e48fccb132
2011-09-22 00:42:28+02:00
vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks. Signed-off-by: Michael Niedermayer <[email protected]>
56fc4cf04f9ed878cf8e159981f5d136af807973
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/56fc4cf04f9ed878cf8e159981f5d136af807973
2011-11-19 15:02:34+01:00
Check output buffer size in nellymoser decoder. Signed-off-by: Michael Niedermayer <[email protected]>
741ec30bd2385f794efa9fafa84d39a917f2574e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/741ec30bd2385f794efa9fafa84d39a917f2574e
2011-09-22 00:42:28+02:00
Check for invalid update parameters in vmd video decoder. Signed-off-by: Michael Niedermayer <[email protected]>
e7aed1280ea14b60fceae04d71dfd03e1daf2d04
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e7aed1280ea14b60fceae04d71dfd03e1daf2d04
2011-09-24 23:42:49+02:00
check return value of url_fseek in mpegts_get_pcr
0a90b6a43e76aec8031b6c8a46bba2bf6cd25fa7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0a90b6a43e76aec8031b6c8a46bba2bf6cd25fa7
2011-09-14 17:10:40+02:00
JPEG-LS: clip offset based on cur_scan to valid range. Signed-off-by: Reimar Döffinger <[email protected]>
2cd7a9ebe0e177b1f318ed4b0fa4240801fc9383
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2cd7a9ebe0e177b1f318ed4b0fa4240801fc9383
2011-08-27 22:12:50+02:00
dnxhdenc: fix declarations in for loops Apparently the gcc warning doesn't trigger on these. Signed-off-by: Mans Rullgard <[email protected]>
e72f3d10f64f5c65a67aa21dcc79a85ee55e912e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e72f3d10f64f5c65a67aa21dcc79a85ee55e912e
2011-07-27 16:36:02+01:00
dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.
d9a9f50a3683b577e9c391ce8cab9edc9b239fcb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d9a9f50a3683b577e9c391ce8cab9edc9b239fcb
2011-07-20 10:15:57-07:00
Skip tableprint.h during 'make checkheaders'. It is only used on the host and may not compile on the target.
ef5d7e18f4be8f36afc1034369849bff980ad9b1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ef5d7e18f4be8f36afc1034369849bff980ad9b1
2011-06-05 16:01:01+02:00
swscale: split yuv2packedX_altivec in smaller functions. This will likely lead to a considerable performance boost, since it removes a branch from the inner loop. Part of the Great Evil Plan to simplify swscale.
dc179ec81902e3c9d327f9e818454f2849308000
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc179ec81902e3c9d327f9e818454f2849308000
2011-06-27 18:05:16-07:00
mpegaudio: clean up compute_antialias() definition This merges the float and fixed-point versions of the compute_antialias function, fixes invalid array indexing, and eliminates a dead copy of csa_table. Signed-off-by: Mans Rullgard <[email protected]>
6f1ec38ce2193d3d4cacd87edb452c6d7ba751ec
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6f1ec38ce2193d3d4cacd87edb452c6d7ba751ec
2011-05-31 15:30:21+01:00
Refactor the tag checking into a switch statement Signed-off-by: Michael Niedermayer <[email protected]>
a06d238e8cc44ea970ebb2b671389c78bc5bb251
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a06d238e8cc44ea970ebb2b671389c78bc5bb251
2011-05-18 18:27:51+02:00
imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for invalid pixel formats
0d73227c712eca2247e06d7a3c2daeb6f6f2a128
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d73227c712eca2247e06d7a3c2daeb6f6f2a128
2011-05-16 23:55:47+02:00
Check extradata size on resolution change. Ignore resolution change if resolution not defined in extradata. Signed-off-by: Reimar Döffinger <[email protected]>
09c5f990bc7629dfbee8c760fd485936c60a7b40
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/09c5f990bc7629dfbee8c760fd485936c60a7b40
2011-09-04 16:09:40+02:00
tools: Check the return value of write(). This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
d39facc783c270227e5b7c75db3dec406ed19018
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d39facc783c270227e5b7c75db3dec406ed19018
2011-05-16 20:56:56+02:00
x86: fix build with gcc 4.7 The upcoming gcc 4.7 has more advanced constant propagation resulting some inline asm operands becoming constants and thus emitted as literals, sometimes in contexts where this results in invalid instructions. This patch changes the constraints of the relevant operands to "rm" thus forcing a valid type. While obviously suboptimal, this is what older gcc versions already did, and there is no change to the code generated with these. Signed-off-by: Mans Rullgard <[email protected]>
da4c7cce2100a4e4f9276b4f17e260be47b53f41
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/da4c7cce2100a4e4f9276b4f17e260be47b53f41
2011-07-26 22:17:43+01:00
oggdec: use explicit AVInputFormat struct initializers Signed-off-by: Diego Biurrun <[email protected]>
b3bbc6fdc588ff03d9d1d2f17ef6608cf1cfff90
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3bbc6fdc588ff03d9d1d2f17ef6608cf1cfff90
2011-05-12 11:32:26+02:00
fate: add 9/10 BE pixdesc checksums Signed-off-by: Michael Niedermayer <[email protected]>
f2bfdc3836afe266c7fe04d3c744acd0a72889b4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2bfdc3836afe266c7fe04d3c744acd0a72889b4
2011-05-08 23:59:31+02:00
Remove a version check in av_log made unnecessary by the big bump.
63de9e7d80ac3609fe378c5cadd5e899185846a7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/63de9e7d80ac3609fe378c5cadd5e899185846a7
2011-04-20 18:19:04+02:00
In mov and flv muxer, check aac bitstream validity.
c22f2527ed33c429022dee6ee9e70c349145343e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c22f2527ed33c429022dee6ee9e70c349145343e
2011-04-18 14:30:14-07:00
move image check down in ffplay.c Signed-off-by: Michael Niedermayer <[email protected]>
9f8008a9815ed5ee8846de2bb97c980ddb7b2485
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9f8008a9815ed5ee8846de2bb97c980ddb7b2485
2011-04-07 01:48:47+02:00
Update regtest checksums after revision 6001dad. The string "FFmpeg" was replaced by "Libav" in metadata that got encoded in file headers.
fd0c3403f611d31b944216cfa1585a2d28f7f0da
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fd0c3403f611d31b944216cfa1585a2d28f7f0da
2011-04-17 22:46:42+02:00
id3v2: skip broken tags with invalid size fixes issue2649.
c5f4c0fd5c791ba97eb266cc30ae2172c10feb20
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c5f4c0fd5c791ba97eb266cc30ae2172c10feb20
2011-03-22 09:08:59-04:00
configure: allow checking multiple functions in check_func_headers() This makes it possible to pass a space-separated list of functions to check_func_headers and check_lib2. If any function is missing, none are enabled as available, so this should only be used for all-or-nothing sets, i.e. groups in which none will be used if any one is missing. Signed-off-by: Mans Rullgard <[email protected]>
edaf1ae2763ce1a23dec70e730ba2bb8ee476dfd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/edaf1ae2763ce1a23dec70e730ba2bb8ee476dfd
2011-03-11 20:13:22+00:00
configure: improve pkg-config support This adds helper functions for checking packages with pkg-config and managing the associated flags. Note that pkg-config use is still discouraged due to widespread poor practices resulting in broken flags in many situations. A few badly designed packages require flags only obtainable using pkg-config, and these functions are intended for those cases. Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit 3f8040db3e13c3dbdf07c74d92ca34817a69f733) Signed-off-by: Michael Niedermayer <[email protected]>
5d117bd4629582e58a84922b74e6446004e4ed4f
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5d117bd4629582e58a84922b74e6446004e4ed4f
2011-03-19 20:06:13+01:00
Checksum update due to (should make fate green again) ffmpeg | branch: master | Anton Khirnov <[email protected]> | Tue Apr 26 09:59:07 2011 +0000| [f8fec0505294a4c05e5cfd9323e04258db465314] | committer: Anton Khirnov mpegtsenc: make PMT PID really start on pmt_start_pid Signed-off-by: Michael Niedermayer <[email protected]>
749d16ced4596d6b83c3a2b2cf3a44c714516379
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/749d16ced4596d6b83c3a2b2cf3a44c714516379
2011-04-29 05:00:45+02:00
binkaudio: remove unnecessary loop decode_init sets bands[0] == 2, so this loop always sets the band table index (k) to zero. Signed-off-by: Ronald S. Bultje <[email protected]>
a304def1dca50d63bf2a39651f84792980db3508
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a304def1dca50d63bf2a39651f84792980db3508
2011-02-25 15:24:35-05:00
VC1: inline vc1_put_block() in vc1_decode_i_blocks(). Advantage is that it allows us to combine several loops into a single one, and these can eventually be merged into the IDCT itself. Also, it allows us to remove vc1_put_block(), and makes CODEC_FLAG_GRAY faster.
bbfd2e7ab4e2ae0b934657fe51afdbbbaead52b7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bbfd2e7ab4e2ae0b934657fe51afdbbbaead52b7
2011-02-21 10:23:44-05: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]>
b3190529dfefe3226302b23e76e16c631cde6649
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b3190529dfefe3226302b23e76e16c631cde6649
2011-02-06 16:12:15-05:00
Merge swscale bloatup This will be cleaned up in the next merge Authorship / merged commits: commit f668afd4896ee65683619b6f165dda4cdd46766f Author: Janne Grunau <[email protected]> Date: Fri Apr 15 09:12:34 2011 +0200 swscale: fix "ISO C90 forbids mixed declarations and code" warning only hit with --enable-runtime-cpudetect commit 7f2ae5c7af374dfe254195a9375974a2ff9395a7 Author: Janne Grunau <[email protected]> Date: Fri Apr 15 02:09:44 2011 +0200 swscale: fix compilation with --enable-runtime-cpudetect commit b6cad3df822969b31bb93eaf677e52a72416bc97 Author: Janne Grunau <[email protected]> Date: Fri Apr 15 00:31:04 2011 +0200 swscale: correct include path to fix ppc altivec build commit 6216fc70b74e01a5272085329aa92f5ac797f9cf Author: Luca Barbato <[email protected]> Date: Thu Apr 14 22:03:45 2011 +0200 swscale: simplify rgb2rgb templating MMX is always built. Drop the ifdefs commit 33a0421bbaa64f4e9c3d852b7f225ede8dad1388 Author: Josh Allmann <[email protected]> Date: Wed Apr 13 20:57:32 2011 +0200 swscale: simplify initialization code Simplify the fallthrough case when no accelerated functions can be initialized. commit 735bf1951171a1e0ee4292e84a1b1beac45dd0ab Author: Josh Allmann <[email protected]> Date: Wed Apr 13 20:57:31 2011 +0200 swscale: further cleanup swscale.c Move x86-specific constants out of swscale.c commit 86330b4c9258d5e583c0db033d1e68f46443307c Author: Luca Barbato <[email protected]> Date: Wed Apr 13 20:57:30 2011 +0200 swscale: partially move the arch specific code left PPC and x86 code is split off from swscale_template.c. Lots of code is still duplicated and should be removed later. Again uniformize the init system to be more similar to the dsputil one. Unset h*scale_fast in the x86 init in order to make the output consistent with the previous status. Thanks to Josh for spotting it. commit c0038328830d7b341c28d7c99b0236a33617fd21 Author: Luca Barbato <[email protected]> Date: Wed Apr 13 20:57:29 2011 +0200 swscale: move away x86 specific code from rgb2rgb Keep only the plain C code in the main rgb2rgb.c and move the x86 specific optimizations to x86/rgb2rgb.c Change the initialization pattern a little so some of it can be factorized to behave more like dsputils. Conflicts: libswscale/rgb2rgb.c libswscale/swscale_template.c
d1adad3cca407f493c3637e20ecd4f7124e69212
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d1adad3cca407f493c3637e20ecd4f7124e69212
2011-05-25 06:24:55+02:00
Add check for changing number of channels in DCA. Fixes issue 2505.
1360f07e220ee0904de8c7fec9bc29f9be49bcd4
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1360f07e220ee0904de8c7fec9bc29f9be49bcd4
2011-01-18 11:30:33-05:00
os: replace select with poll Select has limitations on the fd values it could accept and silently breaks when it is reached. (cherry picked from commit a8475bbdb64e638bd8161df9647876fd23f8a29a)
d0eb91ad0451cdb6c062b2d4760bfa7f8bb4db6b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d0eb91ad0451cdb6c062b2d4760bfa7f8bb4db6b
2011-01-30 03:40:59+01:00
ffserver: set the sample aspect ratio Hi. It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf rejects it. I am not sure what I am doing here, but the attached patch actually solves something: using the following config: CustomLog - NoDaemon RTSPPort 5454 <Stream test1-rtsp.mpg> Format rtp File "/tmp/test1-rtsp.mpg" </Stream> it allows a somewhat old ffplay (unaffected by the content-base issue I spoke of in another thread) to play the stream. Without it, ffserver logs this and closes the stream: Wed Feb 16 14:52:14 2011 [rtp @ 0x1399de0]Aspect ratio mismatch between encoder and muxer layer Regards, -- Nicolas George From 1b89c3c2164335060e87567b27deb0d354e0a814 Mon Sep 17 00:00:00 2001 From: Nicolas George <[email protected]> Date: Wed, 16 Feb 2011 14:44:31 +0100 Subject: [PATCH] ffserver: set the sample aspect ratio. Signed-off-by: Nicolas George <[email protected]>
6741f7c9be4913e084ad067571f3f29853ec5d5a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/6741f7c9be4913e084ad067571f3f29853ec5d5a
2011-02-17 00:37:00+01:00
aacdec: Convert some loop copies into memcpy()s. Signed-off-by: Mans Rullgard <[email protected]> (cherry picked from commit e5c82df80ef49957fe532d0992985012d6d97955)
79615a3e50d870d4b222e6bc59b0cb66ac22ff19
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/79615a3e50d870d4b222e6bc59b0cb66ac22ff19
2011-01-30 03:41:00+01:00
Use memcpy() instead of a for loop in mdct512(). 8% faster in function. Originally committed as revision 26027 to svn://svn.ffmpeg.org/ffmpeg/trunk
9d8533368f55e1f6a0ea30d6492b26399b030066
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9d8533368f55e1f6a0ea30d6492b26399b030066
2010-12-16 03:13:41+00:00
Check rc_buffer_size value using integer arithmetic Using floating-point here can cause erroneous rejection of parameters due to rounding errors leading to a slightly too large result. This fixes the mxf regression test with gcc 4.5 on x86_32. Originally committed as revision 25060 to svn://svn.ffmpeg.org/ffmpeg/trunk
b33451eeacaa31a7b4f15daf3f106763a4093aa0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/b33451eeacaa31a7b4f15daf3f106763a4093aa0
2010-09-07 19:54:48+00:00
Check for udp_set_remote_url error. Fixes issue 1784 (hang with nonsense URL/no network available). Originally committed as revision 24575 to svn://svn.ffmpeg.org/ffmpeg/trunk
82505611493fc473359ceba2f32509557c790bae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/82505611493fc473359ceba2f32509557c790bae
2010-07-28 16:27:16+00:00
Move ff_pw_* from vc1dsp_mmx.c to dsputil_mmx.c Should fix compilation with icc and should help prevent any future duplicates Originally committed as revision 24380 to svn://svn.ffmpeg.org/ffmpeg/trunk
c7eec5817045b3ee0dc7196f43571ff45af2ef61
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c7eec5817045b3ee0dc7196f43571ff45af2ef61
2010-07-21 10:02:03+00:00
Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder. Originally committed as revision 24377 to svn://svn.ffmpeg.org/ffmpeg/trunk
268821e76e3b3b3973c70ddf848c61ccc5c9d1bd
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/268821e76e3b3b3973c70ddf848c61ccc5c9d1bd
2010-07-20 22:04:18+00:00
resample: check memory allocations in av_resample_init() Originally committed as revision 24141 to svn://svn.ffmpeg.org/ffmpeg/trunk
a426016cfc33dd7f68610358418e329fe8c8a410
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a426016cfc33dd7f68610358418e329fe8c8a410
2010-07-09 16:05:52+00:00
Allow arch-overrides for all common.h clip and log2 functions Originally committed as revision 24087 to svn://svn.ffmpeg.org/ffmpeg/trunk
216b43aed234f82a6aacdae8b9ebee420c6a6d8d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/216b43aed234f82a6aacdae8b9ebee420c6a6d8d
2010-07-07 17:27:45+00:00
Check for vectable ID > 0, fixes issue 2508. Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26294 to svn://svn.ffmpeg.org/ffmpeg/trunk
8e37a1deb30c51e2e2ef5726f550b698303bc029
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/8e37a1deb30c51e2e2ef5726f550b698303bc029
2011-01-10 10:36:14+00:00
Give x86 r%d registers names, this will simplify implementation of the chroma inner loopfilter, and it also allows us to save one register on x86-64/sse2. Originally committed as revision 24269 to svn://svn.ffmpeg.org/ffmpeg/trunk
ede1b9665a568bc038641f4154e33028c02d2778
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ede1b9665a568bc038641f4154e33028c02d2778
2010-07-16 19:38:10+00:00
VP8: Move calculation of outer filter limit out of dsp functions for normal filter to match the simple loop filter Originally committed as revision 24010 to svn://svn.ffmpeg.org/ffmpeg/trunk
5245c04da332ab9585133ad55f8ec7a06d43b0b0
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5245c04da332ab9585133ad55f8ec7a06d43b0b0
2010-07-02 21:04:45+00:00
Check for doxy filetag with filename Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
c4e12a9fa4d4f524d7a5832d82594c6b72e2ecae
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/c4e12a9fa4d4f524d7a5832d82594c6b72e2ecae
2010-07-02 11:13:23+00:00
renormalize VP5/6/7/8 range coder without loop Originally committed as revision 23915 to svn://svn.ffmpeg.org/ffmpeg/trunk
bce3bd1ced8ff651d141f3d4f09e9ed903fee325
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/bce3bd1ced8ff651d141f3d4f09e9ed903fee325
2010-06-30 22:05:29+00:00
Always check if ff_alloc_picture() succeeds. Patch by Pavel Pavlov, pavel summit-tech ca Originally committed as revision 22648 to svn://svn.ffmpeg.org/ffmpeg/trunk
be548816dc05c7e7a07659d499f1005fc0bc1d55
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/be548816dc05c7e7a07659d499f1005fc0bc1d55
2010-03-23 17:58:39+00:00
Add a loop option to ffplay. Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk
1922c0a7732f8a21510f59fdd8ccff6b33280827
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1922c0a7732f8a21510f59fdd8ccff6b33280827
2010-03-23 17:39:51+00:00
Implement librtmp seek support. Implement flv_read_seek(), add a missing check on stream_index and fix timestamp rounding in rtmp_read_seek(). Also add the flv_read_seek2() function, which is not enabled but is useful as reference. To actually implement flv_read_seek2() correctly, there would need to be some corresponding av_url_read_fseek2() function to propagate the timestamps down to the ByteIOContext and URLContext. Patch by Howard Chu <hyc <at> highlandsun.com>. See the thread: Subject: [FFmpeg-devel] RTMP seek support Date: 2010-03-28 23:35:02 GMT Originally committed as revision 22904 to svn://svn.ffmpeg.org/ffmpeg/trunk
fc8fa007fb6099643a1f742a162e5e5eda760fd6
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/fc8fa007fb6099643a1f742a162e5e5eda760fd6
2010-04-18 19:09:25+00:00
Properly initialize x264_picture_t in libx264. Bump libx264 version requirement accordingly. Originally committed as revision 23430 to svn://svn.ffmpeg.org/ffmpeg/trunk
652d9d24dc83fedfc62836aa3e8b92f5bc8cdb20
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/652d9d24dc83fedfc62836aa3e8b92f5bc8cdb20
2010-06-02 20:05:27+00:00
Fix updating condition for the probe_size variable in the internal loop of ff_probe_input_buffer(), making sure that probe_size is always set to probe_max_size in the last iteration. Also make the function return an error if we get to the max probe length and still cannot figure out what the format is. Patch by Micah Galizia micahgalizia A gmail D com. Originally committed as revision 22688 to svn://svn.ffmpeg.org/ffmpeg/trunk
532aa889ebfea486c0d1898a8ed672e001a30598
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/532aa889ebfea486c0d1898a8ed672e001a30598
2010-03-26 01:12:14+00:00
vp56: check buffer size to fix a potential segfault patch by Laurent Aimar fenrir _at_ videolan _dot_ org Originally committed as revision 21521 to svn://svn.ffmpeg.org/ffmpeg/trunk
68a4d3498f28eff3508595283074e1ed8493879d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/68a4d3498f28eff3508595283074e1ed8493879d
2010-01-28 23:49:46+00:00
Check for getaddrinfo in the winsock headers. This makes us link directly to getaddrinfo if it is available, making binaries incompatible with anything prior to windows XP. If compatibility is desired, compile with --target-os=mingw32-prexp. Patch by Martin Storsjö <martin at martin dot st>. Originally committed as revision 21442 to svn://svn.ffmpeg.org/ffmpeg/trunk
3debf366c865e4e0a7b5809c343bcb07ce3e8104
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3debf366c865e4e0a7b5809c343bcb07ce3e8104
2010-01-25 01:26:54+00:00
AAC: use table for cbrtf(n)*n The maximum length of escape_sequence is 21 bits, so adjust limit in code to match this. Up to 10% faster on Cortex-A8. Originally committed as revision 21153 to svn://svn.ffmpeg.org/ffmpeg/trunk
dc0d86facecd5b017fec4cd1cc3b0a55b31b0014
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/dc0d86facecd5b017fec4cd1cc3b0a55b31b0014
2010-01-11 20:21:26+00:00
Make parse_options() explicitely handle the case where an opt_func2 function returns a negative value, rather than erroneously trigger the code which manages the case of unknown option. Originally committed as revision 21670 to svn://svn.ffmpeg.org/ffmpeg/trunk
9e5381a21b2106a012b92c1878886c5af4e1a932
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/9e5381a21b2106a012b92c1878886c5af4e1a932
2010-02-07 15:46:18+00:00
Make selfTest() perform tests where both the input and output formats are supported, avoid pointless loops. Originally committed as revision 30377 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
731c04ad659715fa4353d53f2d06821602e6b573
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/731c04ad659715fa4353d53f2d06821602e6b573
2010-01-19 21:52:00+00:00
Check for struct sockaddr_storage. Patch by Martin Storsjö <$firstname()$firstname,st>. Originally committed as revision 21148 to svn://svn.ffmpeg.org/ffmpeg/trunk
33a4dbdd03d21b39afa2b9470b2180f733c18f99
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/33a4dbdd03d21b39afa2b9470b2180f733c18f99
2010-01-11 17:42:15+00:00
Fix VDPAU check to avoid printing spurious messages to the console. Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
abf649c777244f4e0b0994ba11447658d4f0ffb7
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/abf649c777244f4e0b0994ba11447658d4f0ffb7
2010-01-04 16:29:19+00:00
Clarify comment: although still hacky, it is correct for existing libtheora Originally committed as revision 20817 to svn://svn.ffmpeg.org/ffmpeg/trunk
a4914ac70880784d0e9bee814afac1235d1cd92b
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/a4914ac70880784d0e9bee814afac1235d1cd92b
2009-12-12 20:18:49+00:00
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its all inlined, its small and horizontal & vertical versions are build out of them. no change as gcc already did this. Originally committed as revision 21333 to svn://svn.ffmpeg.org/ffmpeg/trunk
3f50965b28d0c4ef10dde0bf2f7a9f78fa36b378
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/3f50965b28d0c4ef10dde0bf2f7a9f78fa36b378
2010-01-19 22:54:13+00:00
check data_size in decode_frame() Originally committed as revision 19986 to svn://svn.ffmpeg.org/ffmpeg/trunk
0d31833d043613e7fc6370c3a703c69d2fff874e
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0d31833d043613e7fc6370c3a703c69d2fff874e
2009-09-23 11:29:38+00:00
Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway, and -DPIC makes little sense without -fPIC or similar - if -fPIC is enabled by default, libavutil/internal.h defines PICi anyway. Originally committed as revision 20486 to svn://svn.ffmpeg.org/ffmpeg/trunk
f6e8140941c5b8fd7c868f2cce6b0527ff1f7c49
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f6e8140941c5b8fd7c868f2cce6b0527ff1f7c49
2009-11-09 17:05:38+00:00
Modify unpack_vlcs() so that there are fewer dereferences through the main (heavily iterated) loop. Originally committed as revision 19934 to svn://svn.ffmpeg.org/ffmpeg/trunk
ee3d7f585215458246c2dd971c2afdd2642a5ca8
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/ee3d7f585215458246c2dd971c2afdd2642a5ca8
2009-09-21 01:37:50+00:00
Update seek regression checksums due to: r19300 Rewrite mp3 parser. New code is much simpler and does not drop stuff at random. Originally committed as revision 19306 to svn://svn.ffmpeg.org/ffmpeg/trunk
0444a8c534545e9d2d6c82f815bf2135b4a55836
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/0444a8c534545e9d2d6c82f815bf2135b4a55836
2009-06-30 11:28:53+00:00
Add CHECKED_ALLOC macro. It works the same as CHECKED_ALLOCZ except that it does not zero the allocated memory. Originally committed as revision 19742 to svn://svn.ffmpeg.org/ffmpeg/trunk
e48a0966caacd63ea77add7eeb905ef3cf2b2373
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/e48a0966caacd63ea77add7eeb905ef3cf2b2373
2009-08-29 22:38:48+00:00
swscale-example: Check for Gray formats. Originally committed as revision 29503 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
f5a9c4ee50ce5d51c8f7f0f23f63f76bbf40a9a1
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f5a9c4ee50ce5d51c8f7f0f23f63f76bbf40a9a1
2009-08-13 11:33:18+00:00
RTSP basic authentication, patch originally by Philip Coombes (philip coombes zoneminder com), see "[PATCH]RTSP Basic Authentication" thread on mailinglist. Originally committed as revision 19905 to svn://svn.ffmpeg.org/ffmpeg/trunk
f93378978959b6fccb5aa895684654b4c6f6d12d
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f93378978959b6fccb5aa895684654b4c6f6d12d
2009-09-17 21:47:11+00:00
swscale-example: Don't check for chroma planes in mono formats. Originally committed as revision 29511 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
d426ea20c9ac9086a7f2d22e55131b5ea7c5cb37
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/d426ea20c9ac9086a7f2d22e55131b5ea7c5cb37
2009-08-13 18:39:39+00:00
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. Originally committed as revision 19676 to svn://svn.ffmpeg.org/ffmpeg/trunk
f2d702e109666ea098077c0037c0860b389a1a30
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/f2d702e109666ea098077c0037c0860b389a1a30
2009-08-21 09:54:28+00:00
ARM: slightly faster NEON H264 horizontal loop filter Originally committed as revision 19216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2da4e5e3e17ccf87b85f0956e29d311e0cc71008
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/2da4e5e3e17ccf87b85f0956e29d311e0cc71008
2009-06-17 22:33:04+00:00
ac3dec: fix coupling range check. the start subband must be less than the end subband. Originally committed as revision 18857 to svn://svn.ffmpeg.org/ffmpeg/trunk
1ac7d1ac50291cf9b4f2de0c8224bbd2eb05ece5
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/1ac7d1ac50291cf9b4f2de0c8224bbd2eb05ece5
2009-05-16 17:02:44+00:00
The AltiVec code in libswscale no longer is under GPL. Remove one erroneous preprocessor check for CONFIG_GPL in the AltiVec code. Originally committed as revision 29412 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
29ce0433743c8cb0bfa4b0e174437212d31730fb
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/29ce0433743c8cb0bfa4b0e174437212d31730fb
2009-07-05 20:10:59+00:00
Return an error when the parsed mpc chunk size is negative, otherwise we might end up in an endless loop where the same chunk is parsed over and over. Fixes a hang near the end for http://samples.mplayerhq.hu/A-codecs/musepack/sv8/sv8-tags.mpc Originally committed as revision 20099 to svn://svn.ffmpeg.org/ffmpeg/trunk
5dd76bd741022ee87c8a1945e4ef0d97467f70e3
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5dd76bd741022ee87c8a1945e4ef0d97467f70e3
2009-09-30 13:35:13+00:00
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. Originally committed as revision 18610 to svn://svn.ffmpeg.org/ffmpeg/trunk
5d9e4eaa6d991718b24c7ce24318ee91419f593a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/5d9e4eaa6d991718b24c7ce24318ee91419f593a
2009-04-18 18:51:43+00:00
Use / and % operators instead of reimplementing them with a loop. Originally committed as revision 18597 to svn://svn.ffmpeg.org/ffmpeg/trunk
977d813447a023b508e148b990445756faf3e393
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/977d813447a023b508e148b990445756faf3e393
2009-04-17 19:56:50+00:00
Try to honor even completely invalid motion vectors as far as is easy. Fixes issue961. Originally committed as revision 18344 to svn://svn.ffmpeg.org/ffmpeg/trunk
38d5647a63428eae47a7135a60f2ece93f910b54
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/38d5647a63428eae47a7135a60f2ece93f910b54
2009-04-06 21:45:02+00:00
Support >8bit per component YUV in FFV1. decoding becomes slower, encoding becomes faster, with gcc on duron. some inlining overrides like av_flatten are added to keep inlining similar to before. Originally committed as revision 18674 to svn://svn.ffmpeg.org/ffmpeg/trunk
68f8d33becbd73b4d0aa277f472a6e8e72ea6849
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/68f8d33becbd73b4d0aa277f472a6e8e72ea6849
2009-04-24 04:10:32+00:00
Use ff_neterrno instead of errno in tcp.c. If ff_neterrno() is checked instead of errno, that's probably what should be used in the return value. As a sideeffect, this gives better compatibility with Windows (CE), where network errors aren't visible in errno.) patch by Martin Storsjö, martin martin st Originally committed as revision 19433 to svn://svn.ffmpeg.org/ffmpeg/trunk
73c1326809b3da1e701aad46a36943e2d65db52a
ffmpeg
devign
0
https://github.com/ffmpeg/ffmpeg
https://github.com/ffmpeg/ffmpeg/commit/73c1326809b3da1e701aad46a36943e2d65db52a
2009-07-15 05:52:49+00:00