https://github.com/eVRydayVR/ffmpeg-unwarpvr

sort by:
Revision Author Date Message Commit Date
ae07b3a Add chroma_in parameter for source videos that have chromatic abberation disabled (which can further improve quality) 03 May 2015, 13:00:18 UTC
babf3bc Adjust lens center a bit for Gear VR 03 May 2015, 01:14:30 UTC
6277770 Add support for Gear VR for Note 4 - uses same distortion as DK2 right now but with no chromatic abberation and other minor changes 03 May 2015, 01:08:04 UTC
f7a2885 Fix line endings and executable bit on test_docs 25 September 2014, 20:59:23 UTC
e6b9507 Add doc tests and source files for them 29 September 2014, 14:18:29 UTC
87c0fd7 Merge remote-tracking branch 'upstream/master' 29 September 2014, 13:13:23 UTC
57c850d Major revisions for 0.2: add forward warping, add DK1 support, eliminate lazy initialization of cache, move state into context structure enabling multiple filters to be used at once, start multiple SDK version support 29 September 2014, 12:51:19 UTC
8ba6945 avcodec/utils: Fix off by 1 error causing unneeded allocation in ff_fast_malloc() Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 29 September 2014, 10:56:45 UTC
3f5095f avformat/hlsenc: fix outter typo Found-by: beastd Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 22:19:43 UTC
755f792 avcodec/mpegvideo_enc: Only enforce rc_max_available_vbv_use on first encoding attempt This reduces repeatly re-encoding to achieve VBV compliance Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 21:59:44 UTC
b1a0fcc avformat/hlsenc: export inner muxer timebase Fixes "Non-monotonous DTS in output stream 0:0" Fies Ticket 3797 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 20:27:33 UTC
579a0fd avutil/lls: Make unchanged function arguments const Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 17:32:07 UTC
d22e88d avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse* Fixes acodec-dca2 fate failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 17:04:06 UTC
b28f470 avutil/pca: Make argument of ff_pca_add() const Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 14:17:18 UTC
04152a3 avcodec/vc1dec: Fixing is_intra, 2nd attempt This also un-does the fate changes from a52f443714b5c2a40ed272d8445f4c39220a4b69, leaving this fix without even small differences in the output, that is a sample for which this makes a vissible difference is very welcome Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 13:10:40 UTC
a52f443 avcodec/vc1dec: fix is_intra block vs. mb bug Fixes CID1194380 There are no vissible differences in the changed fate samples. Only a tiny number of pixels change by tiny amounts in the frames i checked If someone has a file that shows a vissible difference, please post it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 12:27:35 UTC
b7082d9 configure: add noexecstack to linker options if supported. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 28 September 2014, 09:01:24 UTC
3956b12 avcodec/libx265: enable psnr reporting when requested by the user This is similar to what is done in libx264.c Fixes Ticket3567 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 02:14:43 UTC
4d9a46f avcodec/libx264: mark unchanged pointer arguments as const Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 01:40:13 UTC
3edb9aa avformat/hlsenc: Added parameter -hls_allow_cache The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the manifest for other values (or if -hls_allow_cache is not used. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 01:09:05 UTC
dd16a0d lavd/avfoundation: Add basic PCM audio support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 September 2014, 00:31:38 UTC
d85ebea avcodec/ac3enc_template: fix out of array read Found-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 18:34:44 UTC
5672107 Merge commit '551746680462538bb5ad7adf55fb1248190428ec' * commit '551746680462538bb5ad7adf55fb1248190428ec': configure: Provide a safe default for unknonw libcs Conflicts: configure This is not merged as it does not work with musl here, while our previous solution does. See: 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95 Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 16:23:39 UTC
5517466 configure: Provide a safe default for unknonw libcs Support musl out of box. Amend commit 9d2cee52d37c7340f85a5d41110282aac03e6855 that got wrongly merged in its stead. 27 September 2014, 16:01:44 UTC
5ec90c9 avcodec/subviewerdec: remove old compat code 27 September 2014, 15:55:29 UTC
180d7f3 avcodec/microdvddec: remove old compat code 27 September 2014, 15:55:22 UTC
71f6275 avformat/assdec: make sure to free allocated data in case of error 27 September 2014, 15:49:49 UTC
0e6bad1 avformat/assenc: mux an event header if none are found in extradata 27 September 2014, 15:32:14 UTC
3a6fa38 avformat/assdec: add myself to Copyright 27 September 2014, 15:32:14 UTC
0aa5c5a avformat/assdec: reindent after previous commit 27 September 2014, 15:32:13 UTC
9ec52e5 avformat/assdec: make sure "Comments:" events end up in the header 27 September 2014, 15:32:13 UTC
ff5f5cb avformat/assdec: output ASS packets After this the order from the original file is stored through readorder when doing ffmpeg -i input.ass -c copy output.mkv. And now that the ASS muxer honors the ReadOrder, extracting the ass back (without transcoding) restores the original order. 27 September 2014, 15:32:13 UTC
e58fc44 avutil/x86/cpu: fix cpuid sub-leaf selection Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 11:21:31 UTC
233d1ac tests/fate/microsoft: add -flags +bitexact to ilaced_twomv Should fix fate failure on alpha and pre sse2 x86 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 11:07:03 UTC
f183feb hevc: remove CodingTree Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 09:50:41 UTC
bfdf0f0 avfilter/signalstats: add more pixel formats Signed-off-by: Paul B Mahol <onemda@gmail.com> 27 September 2014, 07:28:06 UTC
2ec4a84 ffplay: Separate AVFrame from AVSubtitle This is more robust and should avoid false positives in coverity That is if the type is ever mixed up, after this patch that would just be a null pointer dereference instead of a random possibly out of array access Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 01:54:36 UTC
be5dd8a Merge commit '4e03b2097ca59843ed65424a572b7acd5345f088' * commit '4e03b2097ca59843ed65424a572b7acd5345f088': mpeg12: Always invoke the get_format() callback Conflicts: libavcodec/mpeg12dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 01:38:48 UTC
28b1698 Merge commit 'ce42316321145c435029dc288c2b5f1d48519dde' * commit 'ce42316321145c435029dc288c2b5f1d48519dde': h264: Always invoke the get_format() callback Conflicts: libavcodec/h264_slice.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 01:21:56 UTC
01831fd Merge commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2' * commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2': hwaccel: Call ->get_format again if hwaccel init fails Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 00:42:30 UTC
eb1ac04 Merge commit '9d2cee52d37c7340f85a5d41110282aac03e6855' * commit '9d2cee52d37c7340f85a5d41110282aac03e6855': configure: Assume a standard-compliant default libc See: 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95 Note, the change is not merged to avoid breaking netbsd and others. once the netbsd (and any other breakages are dealt with the else based solution could be used and 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95 could then be reverted) Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 00:25:31 UTC
ac6b5bb Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8' * commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8': avconv: Use only audio and video to guess discontinuities Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 September 2014, 00:06:39 UTC
26cd7b1 x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2} About two times faster than the c wrapper. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com> 26 September 2014, 23:48:40 UTC
b7a5538 Merge commit '883e98bc25755327565d8ae0f565a6c886f24816' * commit '883e98bc25755327565d8ae0f565a6c886f24816': probe: Bump the score for mime type matching Conflicts: libavformat/format.c See: bcac0f401001e6ebb0ae2718cc42d30b2009de4b Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 23:35:46 UTC
5a5d454 Merge commit 'd995f0a1550c9148140eab34c7d770e90925c004' * commit 'd995f0a1550c9148140eab34c7d770e90925c004': log: Unbreak no-tty support on 256color terminals Conflicts: libavutil/log.c No change, FFmpeg is not affected by this bug Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 23:29:24 UTC
a9ea79b libavfilter/af_amix: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241516 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> 26 September 2014, 21:42:39 UTC
3228823 libavfilter/af_channelmap: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241517 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> 26 September 2014, 21:42:39 UTC
e3e051c libavfilter/af_join: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc failure. Fixes CID1241518 Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> 26 September 2014, 21:42:39 UTC
7618d36 Merge commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6' * commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6': flac: Remove unused headers Conflicts: libavcodec/flacdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 20:33:28 UTC
c895fa7 Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc' * commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc': ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 20:18:12 UTC
15fda8b Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6' * commit '4c2fd4b262347273afe97865ba451a1abde43ae6': ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 20:07:35 UTC
b7caf89 Merge commit 'b39ebcddd47daf37659796aaa7d068668086507a' * commit 'b39ebcddd47daf37659796aaa7d068668086507a': fate: Add VC-1 interlaced twomv test Note, this test is not free of artifacts on both sides of the merge Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 19:48:53 UTC
4e03b20 mpeg12: Always invoke the get_format() callback Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 26 September 2014, 19:28:37 UTC
ce42316 h264: Always invoke the get_format() callback Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 26 September 2014, 19:28:37 UTC
1c80c9d hwaccel: Call ->get_format again if hwaccel init fails This allows the application to fall back on another hwaccel or, more likely, software decoding. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 26 September 2014, 19:28:36 UTC
6cfbe1d avconv: Use only audio and video to guess discontinuities Data and subtitle streams might cause false positive. 26 September 2014, 18:56:16 UTC
883e98b probe: Bump the score for mime type matching It should be more trustworthy than extension matching. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 26 September 2014, 18:56:16 UTC
9d2cee5 configure: Assume a standard-compliant default libc Non-standard compliant libc should be supported on a per-case basis anyway. 26 September 2014, 18:56:16 UTC
d995f0a log: Unbreak no-tty support on 256color terminals 26 September 2014, 18:56:16 UTC
ecf5526 Merge commit 'a97328afef0ccebfc8c3d9f9fdb8e93cbf1058ab' * commit 'a97328afef0ccebfc8c3d9f9fdb8e93cbf1058ab': vc1: Use logical instead of bitwise or for twomv See: 1e2ab98460761c86268993e7a7ee690876df5efd Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 18:55:00 UTC
bde8eb7 Merge commit 'b5fe13448b13bfdd48a75b7e12387e11e3526d7c' * commit 'b5fe13448b13bfdd48a75b7e12387e11e3526d7c': vc1: Use logical instead of bitwise or for coded_inter Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 18:47:43 UTC
7703995 flac: Remove unused headers Signed-off-by: Diego Biurrun <diego@biurrun.de> 26 September 2014, 17:33:01 UTC
cc4992a ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. This is actually defined in the A/52 specification. 26 September 2014, 15:09:14 UTC
4c2fd4b ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. Some encoders already use this value even though it's reserved in the A/52 specification. 26 September 2014, 15:09:13 UTC
b39ebcd fate: Add VC-1 interlaced twomv test CC: libav-stable@libav.org 26 September 2014, 14:55:59 UTC
a97328a vc1: Use logical instead of bitwise or for twomv CC: libav-stable@libav.org Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Tim Walker <tdskywalker@gmail.com> 26 September 2014, 14:55:36 UTC
b5fe134 vc1: Use logical instead of bitwise or for coded_inter This appears to be the intended behavior. 26 September 2014, 14:18:42 UTC
1964251 libavformat/iff: print error message when DSDIFF compression type is not supported Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 10:51:40 UTC
ee2e5ac avcodec/dxtory: remove unused variables Found-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 10:51:40 UTC
4c57be1 Merge commit 'b97f6ef956293fe06ae1e99bd295f42613081f37' * commit 'b97f6ef956293fe06ae1e99bd295f42613081f37': pcm-dvd: Move a variable to a smaller scope Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 10:30:02 UTC
b0458e6 Merge commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2' * commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2': caf: Give context structure a consistent name Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 10:24:00 UTC
f2254e3 lavd/avfoundation: Use microseconds as common timebase. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 10:13:57 UTC
b97f6ef pcm-dvd: Move a variable to a smaller scope This avoids an unused variable warning on big-endian systems. 26 September 2014, 09:15:34 UTC
9ae83ec avformat/srtdec: simpler and more lenient probing Fixes Ticket #3935. 26 September 2014, 09:12:41 UTC
7dd2005 avformat: add SUP/PGS subtitle demuxer Signed-off-by: Clément Bœsch <u@pkh.me> 26 September 2014, 08:35:14 UTC
4d5b99d caf: Give context structure a consistent name 26 September 2014, 07:44:41 UTC
1ea7a3e lavd/avfoundation: Simplify debug message generation. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 03:05:31 UTC
92827e1 lavd/avfoundation: Using the actual stream index instead of hardcoded value. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 03:05:11 UTC
a69c70e lavd/avfoundation: Split adding a device and getting the device configuration into separate functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 September 2014, 02:18:24 UTC
e80a991 Add options for scaling, one eye only, swap eyes, and eye relief dial, which skips JSON search 26 September 2014, 00:46:40 UTC
cae2836 Merge remote-tracking branch 'upstream/master' 25 September 2014, 22:46:43 UTC
8ff8e30 Compute TanAngleEyeScale same way SDK does, and optimize further by caching more (cache exact input pixel indexes in src array) 25 September 2014, 22:43:58 UTC
88c937f Autodetect jpg images. Based on 2d3842f5 by Michael Niedermayer. Fixes ticket #2541. 25 September 2014, 22:06:41 UTC
475e379 Support libopenjpeg 2.x via libopenmj2. Based on a patch by Marius Cirsta. Fixes ticket #2016. 25 September 2014, 22:06:41 UTC
8de7bdd Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P. 25 September 2014, 22:06:41 UTC
5b71f58 Add support to read eye relief dial from default DK2 user in Oculus profile 25 September 2014, 21:48:28 UTC
a43bcaa avcodec/dxtory: Support dxtory-2.0.127.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 21:46:56 UTC
c0f9df3 lavc/x86/idctdsp.h: Fix make checkheaders. 25 September 2014, 20:18:25 UTC
a829870 avcodec/svq1enc: align buffer used by simd functions Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com> 25 September 2014, 19:00:20 UTC
4b892e4 x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx() It may be used by ff_add_pixels_clamped_sse2(). Should fix fate-cavs failures on some systems. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com> 25 September 2014, 19:00:16 UTC
e113692 lavu/ffmpeg_opt: Check return value of avcodec_find_encoder(). Prevents a segfault if a stream featuring a known but unavailable codec (like external lib codec) should be opened. Bug found by: Jonas Geistert <j.geistert@yahoo.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 16:03:09 UTC
ce6e46b avformat/img2dec: enable generic seeking for image pipes Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 15:47:45 UTC
6d35aba avformat/img2dec: initialize pkt->pos for image pipes Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 15:16:14 UTC
2497914 avformat/img2dec: pass error code and signal EOF Found-by: Daemon404 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 14:20:23 UTC
1dbdcb4 avformat/img2dec: fix error code at EOF for pipes Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 13:22:42 UTC
454f98b Merge commit '4620affa24eedb167482198aa04126bcedd05620' * commit '4620affa24eedb167482198aa04126bcedd05620': m4vdec: K&R formatting cosmetics Conflicts: libavformat/m4vdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 12:02:55 UTC
59f4966 Merge commit '86a361081d3eb4e999d75bc2a462f01d88cbd2e5' * commit '86a361081d3eb4e999d75bc2a462f01d88cbd2e5': lmlm4: K&R formatting cosmetics Conflicts: libavformat/lmlm4.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 11:51:43 UTC
8f3d3e5 Merge commit '95d312d6c82e7485f43c3ddda0f369af0e41c83b' * commit '95d312d6c82e7485f43c3ddda0f369af0e41c83b': concat: K&R formatting cosmetics Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 11:45:30 UTC
9b53691 Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96' * commit '28f5cd312c9da9072108edf8b7685d009374ea96': fate: Switch ra4-288 test from framecrc() to pcm() Conflicts: tests/fate/real.mak The test is kept disabled as it still does not pass on x86-64 due to float rounding Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 11:37:40 UTC
a6fd685 Merge commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d' * commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d': avcodec: Fix a doxy comment to refer to the right function Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 September 2014, 10:09:32 UTC
back to top