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

sort by:
Revision Author Date Message Commit Date
d1bc77d 0.8.2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 August 2011, 11:48:30 UTC
91d5da9 cavs: fix oCERT #2011-002 FFmpeg/libavcodec insufficient boundary check Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 August 2011, 11:46:22 UTC
08ddfb7 Fix possible crash when decoding mpeg streams. This reverts 2cf8355f98681bdd726b739008acd5483f82f8d7, fixes ticket 329. 04 August 2011, 09:49:52 UTC
a0352d0 Bink: clip AC coefficients during dequantization. Fixes artefacts with Neverwinter Nights WOTCLogo.bik (http://drmccoy.de/zeugs/WOTCLogo.bik). Fixes trac ticket #352. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit 47b71eea099b3fe2c7e16644878ad9b7067974e3) 04 August 2011, 09:45:28 UTC
2ff36ef ffmpeg: fix passlogfile regression Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 July 2011, 16:32:26 UTC
7e33a66 Fix several security issues in matroskadec.c (MSVR-11-0080). Whitespace of the patch cleaned up by Aurel Some of the issues have been reported by Steve Manzuik / Microsoft Vulnerability Research (MSVR) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 956c901c68eff78288f40e3c8f41ee2fa081d4a8) 28 July 2011, 13:29:43 UTC
893cf1b ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2. (cherry picked from commit 90a40b226a5c90e48da8041294c3782de6ee61fc) 27 July 2011, 20:52:36 UTC
a8d89df Fix version numbers Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 July 2011, 23:01:06 UTC
095946a Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * qatar/release/0.7: (65 commits) riff: Add mpgv MPEG-2 fourcc Update Changelog matroskadec: fix integer underflow if header length < probe length. ffmpeg: fix operation with --disable-avfilter vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h build: Create mlib optimization directories during out-of-tree builds. changelog: misc typo and wording fixes (cherry picked from commit b047941d7da470ba0dcedb1fd0aa828075265ffc) doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support. (cherry picked from commit 5ccbf80963c1cc54aed97b1c81b1657ab91baf6a) matroskadec: matroska_read_seek after after EBML_STOP leads to failure. Update RELEASE file update Changelog mt: proper locking around release_buffer calls. vp8/mt: flush worker thread, not application thread context, on seek. docs: Mention the upstream bugzilla url about the dlltool vs MSVC issue docs: Use proper markup for a literal command line option docs: Don't recommend adding --enable-memalign-hack docs: Remove needless configure options oggdec: prevent heap corruption. oggdec: Abort Ogg header parsing when encountering a data packet. Add LGPL license boilerplate to files lacking it. ... Conflicts: Changelog configure doc/developer.texi libavcodec/libvpxenc.c libavcodec/rawdec.c libavfilter/x86/gradfun.c libavformat/Makefile libavformat/isom.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 July 2011, 22:14:04 UTC
6d75dbe rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 158eb8599a2811ad8eed9939878982f172b79a89) 25 July 2011, 15:08:48 UTC
f54b8f8 udp: allow fifo size to be tuned seperately Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bd652ff66e2062df5a05030f211c23e7d4e0be36) 25 July 2011, 15:08:45 UTC
a05219d riff: Add mpgv MPEG-2 fourcc Supported by mplayer and seen in the wild. (cherry picked from commit 505345ed5d180093a44da8d70ac541898c31c22f) 23 July 2011, 08:29:43 UTC
c02b02d Update Changelog 21 July 2011, 07:27:23 UTC
5fab0cc matroskadec: fix integer underflow if header length < probe length. This fixes a crash with specifically crafted files. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 69619a13c3fef940cba545cf0a283ff22771dd71) 21 July 2011, 07:09:03 UTC
20829cf ffmpeg: fix operation with --disable-avfilter The width and height must be copied from the input before being used. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit e9f98c90229999c0e654bd77af55d7020347440a) 21 July 2011, 07:08:00 UTC
0b4840a vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by: Diego Biurrun <diego@biurrun.de> (cherry picked from commit 9bc8bcddbd4fc394e2268e9849dcbf3bad6de980) 18 July 2011, 10:37:22 UTC
896f80f build: Create mlib optimization directories during out-of-tree builds. 16 July 2011, 13:20:18 UTC
b57c6d1 changelog: misc typo and wording fixes (cherry picked from commit b047941d7da470ba0dcedb1fd0aa828075265ffc) 16 July 2011, 13:15:59 UTC
3749066 doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support. (cherry picked from commit 5ccbf80963c1cc54aed97b1c81b1657ab91baf6a) 16 July 2011, 13:15:59 UTC
c29c609 matroskadec: matroska_read_seek after after EBML_STOP leads to failure. EBML_STOP leaves matroska->current_id set. Then matroska_read_seek changes the stream position without resetting current_id. The next matroska_parse_cluster fails due to calculation of incorrect pos. So clear current_id when avio_seek happens in matroska_read_seek. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit cdc2c1c57616956d975c57b4b69eb73865f513f5) 16 July 2011, 11:49:34 UTC
9459390 Update RELEASE file 12 July 2011, 16:31:28 UTC
2bbd81f update Changelog 12 July 2011, 16:13:35 UTC
5e35788 mt: proper locking around release_buffer calls. This fixes a crash when seeking in some webm files with many threads (e.g. 8). (cherry picked from commit 5eafc8b46644764f8aef1b7b2ecae53ee8034822) 12 July 2011, 16:13:35 UTC
dc1b670 vp8/mt: flush worker thread, not application thread context, on seek. This prevents a crash when seeking. (cherry picked from commit d1cf45911935cc4fed9afd3a37d99616d31eb9da) 12 July 2011, 16:13:35 UTC
0156f4f docs: Mention the upstream bugzilla url about the dlltool vs MSVC issue Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit b369f327d5e6b01a4cae9e2726df7c73b2893eba) 12 July 2011, 16:13:35 UTC
a52c615 docs: Use proper markup for a literal command line option Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit a3a94e1498685480800c22fc3ffa20d42ccfd527) 12 July 2011, 16:13:35 UTC
5c2d7c4 docs: Don't recommend adding --enable-memalign-hack It is enabled automatically when required nowadays. Signed-off-by: Martin Storsj\xf6 <martin@martin.st> (cherry picked from commit 9d36139231bfcf155a1b94f61a420768f1771174) 12 July 2011, 16:13:35 UTC
004194f docs: Remove needless configure options Specifying --enable-static --disable-shared isn't necessary, these are the defaults. Signed-off-by: Martin Storsjö <martin@martin.st> 12 July 2011, 16:13:35 UTC
cd63c32 oggdec: prevent heap corruption. Specifically crafted samples can reinit ogg->streams[] while reading samples, and thus we should not cache old pointers since these may no longer be valid. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 4cc3467e7abfea7e8d03b6af511f7719038a5a98) 12 July 2011, 16:13:35 UTC
5a33a29 oggdec: Abort Ogg header parsing when encountering a data packet. Fixes Bugzilla #11. Signed-off-by: Diego Biurrun <diego@biurrun.de> (cherry picked from commit 0a94020b5b073d1abf442e28b6db3be785aa680a) 12 July 2011, 16:13:35 UTC
683df9b Add LGPL license boilerplate to files lacking it. (cherry picked from commit e3759c567db42c8dff255ef9f7258326da470755) 12 July 2011, 16:13:35 UTC
64e2656 doxygen: Fix documentation for some VP8 functions. (cherry picked from commit 3c432e1186443fae474fa4e8613fbc21fd8a6c63) 12 July 2011, 16:13:35 UTC
8e3d264 libxvid: add missing include of libavutil/mathematics.h Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 6c374bc0b40306c84e35a4002ab7fa96ace11c6c) 12 July 2011, 16:05:55 UTC
46a2dc9 vorbis: vpxenc: Add missing include for av_rescale* Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 954a6532160b9eac7773613be105fd706d639ade) 12 July 2011, 16:05:55 UTC
b9e126f ffmpeg: Fix VDPAU decoding for some H264 samples. (cherry picked from commit a4ab70f92e4d8705434a2fee42a2b69a8bfa6bb1) 12 July 2011, 16:05:55 UTC
07dc4a7 RTSP: Doxygen comment cleanup Do not use Doxygen for comments that apply to specific implementation details; merge some duplicated Doxygen comment blocks. (cherry picked from commit f75e3da535f297ddbe501ce866e57ccca7645455) 12 July 2011, 16:05:55 UTC
43de5c0 doxygen: Escape '\' in Doxygen documentation. (cherry picked from commit c81a2b9b4f5488c831dc27635152394ab632c46a) 12 July 2011, 16:05:55 UTC
2f0a101 vf_gradfun: relicense x86 asm to LGPL Actually I gave permission for LGPL long ago, but the original import failed to update the license header. (cherry picked from commit 082768f0b189b1706fdcd15b42dcca5fd0822315) 07 July 2011, 14:51:47 UTC
e8baa8e Fix av_open_input_stream with uninitialized context pointer. Code would allocate a new context but forget to assign it to the pointer actually passed to avformat_open_input, potentially causing a crash. Even if it was initialized it would cause a memleak. This caused crashes with e.g. mpd, see also http://bugs.gentoo.org/show_bug.cgi?id=373423 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 05 July 2011, 21:26:16 UTC
d32b2d4 update Changelog 03 July 2011, 18:01:08 UTC
924b2ee Add version number to doxygen config 03 July 2011, 18:01:08 UTC
f95e522 doxygen: Drop array size declarations from Doxygen parameter names. Adding [] to a Doxygen parameter name clashes with Doxygen syntax. (cherry picked from commit ff993cd7fcdfeffcac10337c0c6b69c599060c2b) 03 July 2011, 17:58:33 UTC
8f53640 doxygen: Remove spurious documentation for non-existing function parameters. (cherry picked from commit 01c17c88ede76f8321cf2c59a535dbbc5b5ff989) 03 July 2011, 17:58:33 UTC
093f0f1 doxygen: fix usage of @file directive in libavutil/{dict,file}.h (cherry picked from commit 134557f3a47697a7b5e5da2bd7e5a4b8f8d56b1c) 03 July 2011, 17:58:29 UTC
c172eb7 Fix segmentation fault in ffprobe (cherry picked from commit c558122e4ee53dc4cb82f87749a9c28c38ca9401) 03 July 2011, 17:49:54 UTC
154ea55 Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u'). This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Moreover, this is the version that is used by the nightly cronjob that generates the online html version. (cherry picked from commit 10dde477c77e0ac0fecda49fdb1dc71329aa7513) 03 July 2011, 17:49:54 UTC
d734d4c suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy The previously suggested replacement - av_get_bits_per_sample_fmt() - was also deprecated. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ccfa626db863b6019fd4c316d19d8f7018543bed) 03 July 2011, 17:49:53 UTC
c445e9d ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt() av_get_bits_per_sample_fmt() was deprecated. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f6d6783a4df127d2ad1cf755ac4f363decbd7fbb) 03 July 2011, 17:49:53 UTC
c5c2654 libavformat: Add an example how to use the metadata API Also include it into the doxygen documentation (cherry picked from commit 12489443dec228d60fa3dc56695f6ddae08beb37) 03 July 2011, 17:49:53 UTC
2fe47b2 doxygen: Prefer member groups over grouping into modules Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances. (cherry picked from commit 21a19b7912fe0622f3d1748ff102fcc7bc7a974a) 03 July 2011, 17:49:53 UTC
b91ebb6 doxygen: be more permissive when searching for API examples (cherry picked from commit 7655cfb1b8d8a70e8cc4b1ca811bfc3f293768d8) 03 July 2011, 17:49:53 UTC
f1d1ef8 avformat: doxify the Metadata API convert the comment that documents the metadata API to use the doxygen markup (cherry picked from commit 1a53a438dc04e74628b39f29d3ff81ae4aa086a0) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 03 July 2011, 17:49:53 UTC
b263e94 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. av_open_input_stream used to allow this, even though it makes no sense. Make it just print a warning instead of failing, thus restoring compatibility. Note that avformat_open_input() will still reject this combination. Signed-off-by: Anton Khirnov <anton@khirnov.net> (cherry picked from commit 4f731c4429e1fe66a5c92ff15feb63253a36d8fb) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 03 July 2011, 17:49:53 UTC
9da3063 lavf: use the correct pointer in av_open_input_stream(). (cherry picked from commit 5001d6ef4a2b70fe903b1d2e3e64c6ad7cc1cfa6) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 03 July 2011, 17:49:49 UTC
b6fe44b Add operand size to add instructions. In these cases it can't be guessed from the operands (at least not necessarily), and it seems some clang versions refuse to compile it. Fixes ticket #303. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit 5c13b5bb398c12361732b7b47c71954484f5af1d) 01 July 2011, 17:24:38 UTC
8f7f3f0 ogg: fix double free when finding length of small chained oggs. ogg_save() copies streams[], but doesn't keep track of free()'ed struct members. Thus, if in between a call to ogg_save() and ogg_restore(), streams[].private was free()'ed, this would result in a double free -> crash, which happened when e.g. playing small chained ogg fragments. (cherry picked from commit 9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533) 01 July 2011, 00:41:30 UTC
376dfd0 Fix possible double free when encoding using xvid. (cherry picked from commit 315f0e3fd8dcbd1362276b7407dad2e97cccc4b7) 01 July 2011, 00:41:25 UTC
cb66b55 ogg: fix double free when finding length of small chained oggs. ogg_save() copies streams[], but doesn't keep track of free()'ed struct members. Thus, if in between a call to ogg_save() and ogg_restore(), streams[].private was free()'ed, this would result in a double free -> crash, which happened when e.g. playing small chained ogg fragments. (cherry picked from commit 9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 29 June 2011, 18:12:32 UTC
9482dd0 wavpack: skip blocks with no samples These blocks don't report audio stream parameters and they are not needed for decoding. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit cb7b55b0962f5503f601d6b557f8945444b73395) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 29 June 2011, 17:47:12 UTC
87eedf6 Add new yuv444 pixfmts to avcodec_align_dimensions2 Fixes draw_edges crashes with high-bit-depth 4:4:4 decoding. (cherry picked from commit da55ee6ccc05efdd9006bb8c31db9012a3326857) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 29 June 2011, 17:46:14 UTC
f239b91 Fix VDPAU decoding for some H264 samples. (cherry picked from commit e747b091cbc6b41f3531cfdf9d1bdd34606b1df3) 29 June 2011, 08:10:13 UTC
d052370 pict_type: add a value for unknown/none. In commit bebe72f4a05d338e04ae9ca1e9c6b72749b488aa, the enum AV_PICTURE_TYPE_* was introduced. There are still places in the code where pict_type is used as an integer and there is a case where "pict_type = 0" with the explanation "let ffmpeg decide what to do". The new enum does not know a value of 0 and C++ will fail if compiling such programs anyway as it is refered as an int (and you cannot patch them properly). (cherry picked from commit 512933671409f9f88cc9fdfc8f29525d32240bab) 28 June 2011, 11:42:02 UTC
e54fd33 H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit 2tap qpel isn't implemented yet for high bit depth, so it just breaks decoding. (cherry picked from commit 9a0dda8b3ab07fa7be60335715a6c350c907a7b8) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 27 June 2011, 06:39:30 UTC
9b69efc ARM: silence some annoying armcc warnings This silences warnings about pointer target sign mismatches as already done for gcc with -Wno-pointer-sign. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d0ce090ec553c88eb8e9c303156017417d4599cc) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 27 June 2011, 06:38:42 UTC
1bf80a9 configure: select buffersink_filter when ffmpeg is enabled buffersink_filter is a strong requirement for compiling ffmpeg. Fixes ffmpeg compilation with --disable-everything. (cherry picked from commit e65d6e22e300e286bcc27443df8449aaf9d062dd) 25 June 2011, 13:27:37 UTC
9c709f0 add changelog entries for added fourcc codecs and H.264 fixes 24 June 2011, 05:42:57 UTC
4ad5661 build: Remove dependency and editor backup files also in the doc/ subdirectory. 24 June 2011, 05:42:56 UTC
acb62e9 alsa: support unsigned variants of already supported signed formats. (cherry picked from commit 2359aeb52d2325ed6c28d4f7579e0999963bcec1) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:50:52 UTC
180faac H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF (cherry picked from commit 2702a6f114f996ddfb334f1d8ddfae50e2c7eef7) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:14:55 UTC
13c943f H.264: fix 4:4:4 + deblocking + MBAFF (cherry picked from commit 7c9079ab4cf0bcf34103fc9c5e49ec1fd7dd390c) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:14:53 UTC
18052f1 H.264: fix 4:4:4 cropping warning (cherry picked from commit 932db250243812380640112fd27a59bc0642bc8a) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:14:51 UTC
4c8b14c H.264: reference the correct SPS in decode_scaling_matrices (cherry picked from commit 85a88f9c0c0fcc2fc48121db1beb5ada68d24bdc) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:14:48 UTC
e4071fa H.264: fix bug in lossless 4:4:4 decoding Coefficient test for i16x16 add_pixels4 assumed luma plane. (cherry picked from commit 3b79f2e2e928eb346dbea85cc89393dcdf010ca9) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:13:55 UTC
bf5ed47 alsa: add support for more formats. Specifically, f32, f64, s32, s24, a-law and mu-law. Signed-off-by: Anton Khirnov <anton@khirnov.net> (cherry picked from commit 921715edffbba5db8deb26b7ad3cb583ba963d03) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 07:13:55 UTC
fcd26eb rawdec: Fix decoding of QT WRAW files. From some tests it results that: 1. All of the AVI/MOV WRAW files need to be flipped. 2. MOV WRAW files need to use AVI color modes. 3. Assigning PAL8 mode by default to WRAW codec is not correct. (cherry picked from commit 67e7dc54049d9b51a0c2168c8265145a9aef7780) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
6a34f5d configure: report optimization for size separately This removes an unsightly override of the 'optimizations' setting only to make the configure report print 'small' when --enable-small is used. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f082a0fb420f0367bdd00219fd0fe8fe3caf7bc7) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
26f4875 mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. (cherry picked from commit 53d5cd2c8225e251826c77f8f69a30250038fbd0) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
1aef8de mov: Support R10g codec identifier. (cherry picked from commit 7ac639654f21aa78e0afa14f6c049ffa2c9078bd) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
9ac3e32 riff/img2: Add JPEG 2000 codec IDs. (cherry picked from commit a304a833621a793bbf49b796fe1fd11ea1cd54c8) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
5254285 riff: Add DAVC fourcc. This fourcc is used by the "mpegable AVC" codec and files encoded with this codec decode correctly with our H.264 decoder. (cherry picked from commit 2ea1ca1714f655a463b941b115e45a1a2f031f7b) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:37 UTC
1378389 riff: Add M263, XVIX, MMJP, CDV5 fourccs. (cherry picked from commit 682a20114e9ee0272be764c68dc1cf251ff083da) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:36 UTC
6cef3dd rawvideo: Support auv2 fourcc. (cherry picked from commit d352df093169f39631f1ec0017a3f186ef85f83c) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:50:36 UTC
403eee1 h264: Fix assert that failed to compile with -DDEBUG. The assert referenced a variable that no longer exists since 4:4:4 support. (cherry picked from commit 6371ce4b0f0535a7f576b8f109d35345e3d11d7d) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 23 June 2011, 06:49:22 UTC
523b57b H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF (cherry picked from commit 2702a6f114f996ddfb334f1d8ddfae50e2c7eef7) 22 June 2011, 22:39:44 UTC
a3589cc H.264: fix 4:4:4 + deblocking + MBAFF (cherry picked from commit 7c9079ab4cf0bcf34103fc9c5e49ec1fd7dd390c) 22 June 2011, 22:39:44 UTC
0820593 H.264: fix 4:4:4 cropping warning (cherry picked from commit 932db250243812380640112fd27a59bc0642bc8a) 22 June 2011, 22:39:44 UTC
4db2b96 H.264: reference the correct SPS in decode_scaling_matrices (cherry picked from commit 85a88f9c0c0fcc2fc48121db1beb5ada68d24bdc) 22 June 2011, 22:39:44 UTC
0b5c261 set for next release of 0.8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 22 June 2011, 18:24:02 UTC
680e473 vf_mp: do not add duplicated pixel formats. This avoid a crash with in avfilter_merge_formats() in case one of the filter formats list has multiple time the same entry. Thanks to Mina Nagy Zaki for helping figuring out the issue. 22 June 2011, 18:21:54 UTC
44e83d0 ffplay: use new avformat_open_* API. 22 June 2011, 18:20:41 UTC
86824c1 ffplay: do not init SDL audio if -an is specified. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 19:41:31 UTC
4a34e54 Fix zero-length gnu_printf format string warning. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 19:41:28 UTC
5f65489 A cmp instruction with two constants is invalid, thus "g" constraint is not correct but must be "rm" instead. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 19:41:04 UTC
250cebe release_notes: document not fully understood mingw-sdl issue Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 18:58:39 UTC
0452f77 release_notes: some updates Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 16:16:16 UTC
e1674d7 presets: forgotten libvpx presets Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 15:52:16 UTC
9b80c51 release_notes: fix version Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 15:08:01 UTC
c0c5053 release_notes: mention more codecs Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 15:06:35 UTC
5114e36 release_notes: there will be 2 releases each for one ABI/API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 15:02:14 UTC
6324a5a release_notes: suggest git log instead of the poorly maintained APIChanges Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 June 2011, 14:43:45 UTC
back to top