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

sort by:
Revision Author Date Message Commit Date
ed12d1e Fix compilation with --disable-everything. (cherry picked from commit f023003ce610a8fd6377cf4a8e98002ac3117ef4) 17 January 2013, 16:39:00 UTC
05ed9b7 oggparsevorbis: fix vorbis_cleanup return type Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 17 January 2013, 03:34:47 UTC
76477c3 Merge remote-tracking branch 'qatar/release/9' into release/1.1 * qatar/release/9: libx264: use the library specific default rc_initial_buffer_occupancy lavc: set the default rc_initial_buffer_occupancy lavc: introduce the convenience function init_get_bits8 lavc: check for overflow in init_get_bits APIchanges: Fill in missing hashes and dates; fix a version number typo. configure: enable pic for shared libs on AArch64 zmbv: Reset the decoder on keyframe errors vc1dec: prevent a crash due missing pred_flag parameter matroska: Fix use after free vp3: Fix double free in vp3_decode_end() update Changelog oggdec: make sure the private parse data is cleaned up oggdec: free the ogg streams on read_header failure update Changelog x86: lavr: use the x86inc.asm automatic stack alignment in mixing functions Prepare 9.1 Release Conflicts: Changelog RELEASE doc/APIchanges libavcodec/utils.c libavformat/oggdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 17 January 2013, 03:26:42 UTC
ccc4219 Fix detection of struct v4l2_frmsize_discrete. It was always detected successfully. (cherry picked from commit c345100efc9baae0ea7c9fcc376725cae5d3df6e) 17 January 2013, 01:13:40 UTC
1c37345 oggdec: Leave treatment of serial changes to the decoder. Attempting to re-parse the headers at demuxer level is a pandora box the way its done currently. This allows full reconfiguration of vorbis streams Fixes Ticket2117 Fixes Ticket2121 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c994bb2fb7727f5c20ef71cc6727fb219fd49d60) 15 January 2013, 20:12:03 UTC
9636266 vorbisdec: handle midstream parameter changes Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e9ffee23f372390684d6d94bf8abf51350fc66a3) 15 January 2013, 20:12:03 UTC
dc33490 vorbisdec: support freeing partially allocated contexts. Fixes null pointer derefernces Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 778069c8325514518712d194749577b3451b4125) 15 January 2013, 20:12:03 UTC
66a3112 oggdec: resync from the last page. Previously we re synced from where we where which cam lead to loosing pages. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c5cf58d4b9b04cee1487a3095b83300791c21f15) 15 January 2013, 20:12:03 UTC
72eca26 libx264: use the library specific default rc_initial_buffer_occupancy By default libav sets it to 3/4 while x264 sets it to 9/10. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 47812070a267cbdf74164e154d03d99bf8ced100) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 15 January 2013, 08:12:46 UTC
e44d56b lavc: set the default rc_initial_buffer_occupancy rc_buffer_size is not set before. Solve the initial the rate control underflow issue reported in bug 222. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit bff3607547fdbb6e32b3830a351e6a33280c1e0d) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 15 January 2013, 08:12:41 UTC
71e00ca lavc: introduce the convenience function init_get_bits8 Accept the buffer size in bytes and check for overflow before passing the value in bits to init_get_bits. (cherry picked from commit e28ac6e5e27e64a206e399e958481c1e6f992189) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 14 January 2013, 04:22:22 UTC
7a2ee77 lavc: check for overflow in init_get_bits Fix an undefined behaviour and make the function return a proper error in case of overflow. CC: libav-stable@libav.org (cherry picked from commit d9cf5f516974c64e01846ca685301014b38cf224) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 14 January 2013, 04:21:57 UTC
fadebd2 APIchanges: Fill in missing hashes and dates; fix a version number typo. 12 January 2013, 11:59:25 UTC
3dab6e5 lavfi/yadif: fix shorthand/option mismatch Fix trac ticket #2128. Signed-off-by: Stefano Sabatini <stefasab@gmail.com> (cherry picked from commit 0287eea914307a3fa03fa0d117af2955de0a4a2f) 12 January 2013, 01:34:06 UTC
bc182a6 configure: enable pic for shared libs on AArch64 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit d11cb13b0ef02fb1c303b29805819f6e1c9dc61b) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 11 January 2013, 12:02:44 UTC
fbde7b2 zmbv: Reset the decoder on keyframe errors Prevent the crash on fuzzed files as reported in bug 63. (cherry picked from commit c1d1ef4ecd9c4f1ca01c8149c7e57c14968ca588) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 11 January 2013, 11:42:56 UTC
58baa36 vc1dec: prevent a crash due missing pred_flag parameter Handle pred_flag parameter not given to get_mvdata_interlaced() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 7b8c5b263bc680eff5710bee5994de39d47fc15e) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 11 January 2013, 11:42:56 UTC
ca2e3f1 matroska: Fix use after free Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ae3d41636942cbc0236bad21ad06c65f4eb0f096) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 11 January 2013, 01:17:19 UTC
ebd3aa4 vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ec86ba57312745fd7ad9771e3121e79c6aacba30) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 11 January 2013, 01:17:09 UTC
ddb0317 dirac: fix inverted check Regression since: ea6da80 Fixes Ticket2123 I cannot reproduce any regressions by flipping the wrong condition to how it should have been. Thanks-to: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 57bdd67646cfffa2921a8b28bb5f88cfe5c0989e) 09 January 2013, 08:48:49 UTC
606aa3b lavf/mux: do not pass a copy of the packet to write_packet(). Sometimes the muxer modifies the packet, like for instance lavf/mp3enc changing pkt->destruct in order to keep a copy. These changes must be kept, even though the muxer behaviour is questionable. Regression since 0072116. Fixes #2124. (cherry picked from commit 119d70db5099f9513d954283245efd7f699ad321) 08 January 2013, 22:26:49 UTC
36dac6d Add forgotten AVC Intra entry to Changelog. (cherry picked from commit b23aff6755ff96b3b338e4b5f9eb3b6a91fda433) 08 January 2013, 22:26:36 UTC
9202824 Changelog: move Megalux where it belongs Signed-off-by: Paul B Mahol <onemda@gmail.com> (cherry picked from commit e13c5abbd70440a02e00d7392738a36356481a78) 08 January 2013, 22:26:19 UTC
0135dd7 update Changelog 07 January 2013, 10:14:31 UTC
c01be29 oggdec: make sure the private parse data is cleaned up (cherry picked from commit d894f74762bc95310ba23f804b7ba8dffc8f6646) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 07 January 2013, 08:00:09 UTC
42bd6d9 oggdec: free the ogg streams on read_header failure Plug an annoying memory leak on broken files. (cherry picked from commit 89b51b570daa80e6e3790fcd449fe61fc5574e07) Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 07 January 2013, 08:00:04 UTC
79013a5 update for 1.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 21:42:56 UTC
58edabb MAINTAINERS: add 1.1, remove 0.10 If someone else wants to maintain a old release, please contact us Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 20:42:35 UTC
d46fca4 RELEASE: 1.1.git for master Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 20:42:35 UTC
6270564 Changelog, update for 1.1 release Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 20:28:15 UTC
2713e43 ff_get_audio_frame_size: try to fix wma in wav Fixes Ticket1905, Ticket2114 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 18:46:04 UTC
b3d8147 tests/fate/avfilter.mak: merge pp tests into GPL test list The mp=pp filter was removed and replaced with a native implementation, so the dependency on CONFIG_MP_FILTER stands no more. 06 January 2013, 18:04:24 UTC
caee85b lavfi/kerndeint: remove unused pixel_step. 06 January 2013, 17:59:15 UTC
f6659e5 lavfi/kerndeint: fix temp buffer linesize. Also re-enable the FATE test. 06 January 2013, 17:59:15 UTC
1ae9d28 Support decoding AC-3 in wav. All known samples are actually ac3-in-spdif-in-wav, so use the spdif demuxer to get the ac3 frames. 06 January 2013, 17:48:51 UTC
c1555ae update Changelog 06 January 2013, 17:05:04 UTC
9ff92cf 012v decoder. The decoder also supports a12v, but removes the transparency layer since no samples with actual transparency are available for testing. 06 January 2013, 16:59:27 UTC
40648d8 add note on windows pipe Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 16:47:49 UTC
f6ef62e doc/ffmpeg-resampler: Try to document async Improvements welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 16:47:49 UTC
9ffe790 Support stereo as experimental feature in mmf / Yamaha SMAF. Fixes ticket #1085. 06 January 2013, 15:38:24 UTC
a557005 x86: lavr: use the x86inc.asm automatic stack alignment in mixing functions CC:libav-stable@libav.org (cherry picked from commit 95d01c3f1c33c079db04e24133ba4a6b00d62d4a) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 06 January 2013, 14:46:12 UTC
8069b44 Prepare 9.1 Release 06 January 2013, 14:45:51 UTC
631ec06 fate: disable kerndeint test The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 14:08:38 UTC
8214c1d mxfenc: avoid depending on private codec structures and functions Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 13:08:08 UTC
3db02b8 dnxhd: Add avpriv_dnxhd_get_frame_size() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 12:58:46 UTC
11e1466 cos_tablegen: fix the lack on M_PI We dont include mathematics.h as the headers get configured by config.h for the target not the host. Reviewed-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 12:56:55 UTC
bfde6e5 alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the input. Reveiwed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 12:55:58 UTC
95f8115 alsdec: Consistently use a period at the end of error messages. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 12:52:53 UTC
7456164 Merge remote-tracking branch 'qatar/master' * qatar/master: x86: lavr: use the x86inc.asm automatic stack alignment in mixing functions Merged-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 12:20:23 UTC
c44b4ee frmdec: reduce probe score to reflect test accuracy (and pass probetest) 06 January 2013, 05:51:57 UTC
e797f22 vf_tinterlace: fix logical/bit op mixup Fixes CID966642 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 03:38:53 UTC
521daf1 lavfi/kerndeint: get pix format description only once. This makes the code faster. 06 January 2013, 03:37:33 UTC
c4bfb0f fate: kerndeint requires gpl 06 January 2013, 03:36:51 UTC
aaf5976 lavfi/avfilter: remove now unused {src,cur,out}_buf. This was supposed to be removed in 565e4993, but it was delayed due to the port of the remaining filters. These buffer ref pointers are not used anymore, thus dropped. 06 January 2013, 03:14:56 UTC
2e7744a lavc/subviewerdec: fix potential NULL deref. Fixes CID966647 06 January 2013, 03:04:22 UTC
3d0994b Megalux Frame demuxer 06 January 2013, 02:58:15 UTC
e27c470 fate: disable lavfi-histeq The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 01:40:44 UTC
0ef6151 vf_kerndeint: memset buffer to avoid use of uninitialized memory. This might fix fate failures. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 01:40:44 UTC
4784a13 tiffdec: Use the correct height field. Fixes Ticket913 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 January 2013, 00:56:53 UTC
8bf7015 10l: Update fate seeking reference after last commit. 05 January 2013, 22:42:00 UTC
1a34103 mmf.c: Use LIBAVFORMAT_IDENT when writing Yamaha SMAF version information. 05 January 2013, 22:39:46 UTC
39d1875 libavfilter/video.h: remove unused things related to the start/slice/end API Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 22:36:09 UTC
2468827 internal.h: remove start/end_frame from AVFilterPad Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 22:36:09 UTC
7e5d4fa mmf.c: Do not write metadata into the SMAF Contents Info chunk. 05 January 2013, 22:11:09 UTC
95d01c3 x86: lavr: use the x86inc.asm automatic stack alignment in mixing functions CC:libav-stable@libav.org 05 January 2013, 21:14:35 UTC
f3c9d66 libspeexdec: fix terminator check Fixes Ticket2096 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 17:36:13 UTC
6717d1a MAINTAINERS: add myself as maintainer of lavf/astenc.c Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 16:07:50 UTC
b7d77f8 astenc: Enable the loop flag only when needed Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 16:07:42 UTC
9a697cf lavu: test for broken binutils on ARM Some old gnu assemblers fail to assemble qdadd correctly Ideally we should check this at build time, but better to check at run time than mysteriously failing. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 15:25:37 UTC
305180f lavu/base64: return meaningful error code. 05 January 2013, 14:40:40 UTC
6a9af92 Allow remaining 32bit RGB packed pix_fmts in kerndeint filter. Reviewed-by: Stefano Sabatini 05 January 2013, 13:40:06 UTC
860b5c0 lavfi/kerndeint: fix mismatch between declared pixel format and test +10l. 05 January 2013, 13:04:33 UTC
bb4fb77 Merge remote-tracking branch 'qatar/master' * qatar/master: swscale: fix NULL checking in sws_alloc_context() mxfdec: fix NULL checking in mxf_get_sorted_table_segments() finalize changelog for version 9 Conflicts: Changelog libavformat/mxfdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 12:37:30 UTC
2163c88 Merge commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a' * commit 'b14e89b3c5e6d7f6401a2ff1e3d198fa902e988a': Prepare for 9 Release. Update release notes for the 9 release. avprobe: also output dar/par if only defined in stream Conflicts: RELEASE avprobe.c doc/RELEASE_NOTES Merged-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 12:27:59 UTC
be0a67b lavfi/drawutils: fix blending computation in blend_line function If width is not alligned with hsub, background component should only be multiplied once by sub alpha component. 05 January 2013, 12:08:02 UTC
f27eb1b lavu: check that assert level is defined fix warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 11:21:39 UTC
14d50c1 w64dec: support metadata (summarylist guid) Signed-off-by: Paul B Mahol <onemda@gmail.com> 05 January 2013, 11:03:52 UTC
d4211c4 alsdec: change channel sorting so it match reference implementation Read channel source instead of channel target for channel sorting. Signed-off-by: Paul B Mahol <onemda@gmail.com> 05 January 2013, 09:36:14 UTC
0140566 lavfi: add histeq filter This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012. 05 January 2013, 09:25:32 UTC
172505b lavfi: add kerndeint filter This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012. 05 January 2013, 09:25:32 UTC
92f1bed tests/lavfi-regression: always require three parameters in do_lavfi_pixfmts() Force commands to specify the name of the test to run. This simplifies extending the function with a new parameter, which will be done in a following patch. 05 January 2013, 09:25:32 UTC
c52e07b Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4. 05 January 2013, 08:20:03 UTC
bbab9cc lavfi/drawutils: fix typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 05 January 2013, 04:21:44 UTC
f73f76f swscale: fix NULL checking in sws_alloc_context() sws_getCachedContext() and sws_getContext() expect sws_alloc_context() to return NULL when out of memory, as follows. if (!(context = sws_alloc_context())) return NULL; This patch fixes sws_alloc_context() to return NULL in that case. Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 05 January 2013, 01:44:00 UTC
3b81bba mxfdec: fix NULL checking in mxf_get_sorted_table_segments() The following out-of-memory check is broken. *sorted_segments = av_mallocz(...); if (!sorted_segments) { ... } The correct NULL check should use *sorted_segments. Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 05 January 2013, 01:43:42 UTC
3f89b49 finalize changelog for version 9 04 January 2013, 23:20:33 UTC
498e1c6 lavu: check av_clip*() limits This code cannot use av_assert* due to circular header dependancies Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 21:19:31 UTC
ddeb299 lavc: remove img_get_alpha_info as it not available any more Signed-off-by: Paul B Mahol <onemda@gmail.com> 04 January 2013, 20:13:03 UTC
fa11f36 mpegpsenc: avoid shifting dts/pts Only shift if needed to avoid negative scr when requested or for dvd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 19:58:59 UTC
cf369d4 mpegpsenc: show first SCR/DTS at debug level Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 19:58:59 UTC
9fd0cf8 mpegpsenc: move preload recalculation to where its needed Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 19:58:59 UTC
2a23f60 mpegpsenc: Fix SCR handling for DVD This makes the initial SCR equal 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 19:58:59 UTC
84aba8e mpegpsenc: restructure SCR handling Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 19:58:59 UTC
f2214c6 au: use ff_raw_write_packet() 04 January 2013, 19:52:57 UTC
d885cc4 Fix "knwon" typo and add a check in tools/patcheck Signed-off-by: Paul B Mahol <onemda@gmail.com> 04 January 2013, 19:24:37 UTC
467c033 fixed granularity of video quality when encoding with theora codec The floating point version of av_clip has to be used when converting the quality level. Signed-off-by: Maximilian Seesslen <mes@seesslen.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 17:46:24 UTC
b14e89b Prepare for 9 Release. 04 January 2013, 16:53:47 UTC
a5d8c92 Update release notes for the 9 release. Add a paragraph about MSVC and mention 24-bit FLAC encoding. 04 January 2013, 16:50:34 UTC
c98d305 msrle: fix small palette handling Fixes second file in Ticket1273 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 16:06:29 UTC
ac25b31 lswr: Improve default resampler's default parameters After making some blind tests on a small collection of music samples for home usage. It turned out that the default cutoff was too low. The impact of filter_size was not clearly distinguishable (the results were on the edge) with the music samples but turned out to be clearly audible in some synthetic samples. Thanks to Daniel for helping out with the listening tests. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> 04 January 2013, 15:47:57 UTC
back to top