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

sort by:
Revision Author Date Message Commit Date
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
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
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
a08194b Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: fix missing " in header documentation aviobuf: Discard old buffered, previously read data in ffio_read_partial Merged-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 12:29:15 UTC
8d0b2aa Merge commit 'e96406eda4f143f101bd44372f7b2d542183000a' * commit 'e96406eda4f143f101bd44372f7b2d542183000a': rtsp: Add support for depacketizing RTP data via custom IO Conflicts: libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 12:23:19 UTC
ea96fed Merge commit '3f95f0dda55fca74b646937095a02a8fa9776622' * commit '3f95f0dda55fca74b646937095a02a8fa9776622': rtpdec: Move the URLContext used for RTCP RR out from the context, to a parameter Merged-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 12:13:30 UTC
e1cf1a9 Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8' * commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8': aviobuf: Partial support for reading in read/write contexts build: Avoid detecting bogus components named 'x' Conflicts: libavcodec/allcodecs.c libavdevice/alldevices.c libavformat/allformats.c libavformat/aviobuf.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 12:01:54 UTC
d0b4504 matroskadec: fix ffio_init_context() usage Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 12:01:30 UTC
dda20a6 avprobe: also output dar/par if only defined in stream Based on a patch by Jan Gerber <j@v2v.cc> 04 January 2013, 11:55:58 UTC
cb8d396 lavfi/yadif: add support to named constants 04 January 2013, 10:48:54 UTC
f7dc6aa lavfi/yadif: add support to named options and options introspection Also rename the "enable_auto" field to "deint", to match the name of the option. 04 January 2013, 10:48:54 UTC
8674597 lavfi/yadif: remove redundant NULL checks in uninit 04 January 2013, 10:48:53 UTC
4ea7c17 lavfi/yadif: fail during the configuration stage in case of invalid video size This is better than repeatedly failing during the filtering stage. 04 January 2013, 10:48:53 UTC
b52c1d0 lavfi/yadif: remove unused poll_frame callback 04 January 2013, 10:48:53 UTC
155cdc1 Add a comment about an intentional misspelling to the id3v1 tags. 04 January 2013, 09:32:39 UTC
2284448 Revert "Fix id3v1 tag spelling." The misspelling is used in the specification. This reverts commit 95016fd1c8e1df5550d55eac1e3641970f7b38a0. 04 January 2013, 09:29:31 UTC
95016fd Fix id3v1 tag spelling. 04 January 2013, 09:11:29 UTC
be6cde3 lavr: fix missing " in header documentation Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> Signed-off-by: Martin Storsjö <martin@martin.st> 04 January 2013, 08:29:55 UTC
b888cea ac3dec: split out pointer update loop for saftey Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 05:20:39 UTC
4e0738c mpegaudiodec/mp3on4: fix buffer size. The larger (and really ugly) size is not needed anymore. Found-by: Justin Ruggles Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 05:20:19 UTC
7b5fdd0 locodec: flip RGBA Fixes Ticket1222 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 04 January 2013, 03:49:16 UTC
9e36d9e pngdec: fix decoding of right column for 2/4bpp Fixes Ticket1146 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 03 January 2013, 22:40:22 UTC
c5142a9 Support more AVC-Intra files Followup to http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/151321 patch by Reimar and Thomas Mundt fixes some AVC-Intra files from different tickets. It does not fix http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket524/AVCI50.mov Authors of this commit are: Reimar and Thomas Mundt Patch and commit message mostly taken from ffmpeg-devel, mail by Carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 03 January 2013, 20:48:38 UTC
def0173 mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 03 January 2013, 20:44:33 UTC
28d7544 fate: update seek-lavf-aiff after previous commit Signed-off-by: Paul B Mahol <onemda@gmail.com> 03 January 2013, 20:03:43 UTC
48340bb aiffenc: metadata support Signed-off-by: Paul B Mahol <onemda@gmail.com> 03 January 2013, 19:35:02 UTC
0c89439 gifdec: use log level that have more common sense Signed-off-by: Paul B Mahol <onemda@gmail.com> 03 January 2013, 19:33:57 UTC
bbb11f3 lavf: add return to silence compiler warning The added statement is not reachable Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 03 January 2013, 19:02:14 UTC
be01d1a fate: disable globbing when calling shell functions. Some of the filters tests use globbing characters, especially brackets for filter pad labels. While most of these strings are way too complicated to ever match an existing file name and are therefore kept unchanged in the command line (an old misfeature of the shell language that happens to be convenient here), at least one use is simple enough to match random files lying in the current directory. If that happens, the string, that was meant to be kept verbatim, is replaced by the file name, and that causes the test to fail (or worse). 03 January 2013, 15:16:07 UTC
53c25ee aviobuf: Discard old buffered, previously read data in ffio_read_partial This makes RTP custom IO work properly with pure read-only AVIOContexts as well. Signed-off-by: Martin Storsjö <martin@martin.st> 03 January 2013, 13:17:10 UTC
e96406e rtsp: Add support for depacketizing RTP data via custom IO To use this, set sdpflags=custom_io to the sdp demuxer. During the avformat_open_input call, the SDP is read from the AVFormatContext AVIOContext (ctx->pb) - after the avformat_open_input call, during the av_read_frame() calls, the same ctx->pb is used for reading packets (and sending back RTCP RR packets). Normally, one would use this with a read-only AVIOContext for the SDP during the avformat_open_input call, then close that one and replace it with a read-write one for the packets after the avformat_open_input call has returned. This allows using the RTP depacketizers as "pure" demuxers, without having them tied to the libavformat network IO. Signed-off-by: Martin Storsjö <martin@martin.st> 03 January 2013, 13:15:27 UTC
3f95f0d rtpdec: Move the URLContext used for RTCP RR out from the context, to a parameter Signed-off-by: Martin Storsjö <martin@martin.st> 03 January 2013, 13:14:34 UTC
back to top