https://github.com/libav/libav

sort by:
Revision Author Date Message Commit Date
d6bf799 update version 05 November 2011, 11:57:22 UTC
0f2735e Release notes and changelog for 0.5.5 05 November 2011, 11:53:16 UTC
9463a28 Fix ff_imdct_calc_sse() on gcc-4.6 Gcc 4.6 only preserves the first value when using an array with an "m" constraint. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 770c410fbb8e1b87ce8ad7f3d7eddaa55e2b8295) Conflicts: libavcodec/x86/fft_sse.c Signed-off-by: Reinhard Tartler <siretart@tauware.de> 05 November 2011, 10:29:12 UTC
1330a8a Make DECLARE_ALIGNED macros work with external array specifiers The macro implementation might need the name of the variable being declared for compiler-specific syntax. Moving array specifiers outside the macro invocation allows this to work. Originally committed as revision 21363 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 8a24e98d506f0f44ec58e06291fa0fce703fb6a8) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 05 November 2011, 10:29:12 UTC
8135c35 Fix MMX rgb24 to yuv conversion with gcc 4.6 When built with gcc 4.6, the MMX rgb24 to yuv conversion gives wrong output. The compiler produces this warning: libswscale/swscale_template.c:1885:5: warning: use of memory input without lvalue in asm operand 4 is deprecated Changing the memory operand to a register makes it work. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit f344903ca5ce28a833fdd656bc1ed5b16d97e7e9) Conflicts: libswscale/swscale_template.c Signed-off-by: Reinhard Tartler <siretart@tauware.de> 05 November 2011, 08:04:11 UTC
4f07a3a Fix memory (re)allocation in matroskadec.c, related to 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) Further suggestions from Kostya <kostya.shishkov@gmail.com> have been implemented by Reinhard Tartler <siretart@tauware.de> Signed-off-by: Reinhard Tartler <siretart@tauware.de> (cherry picked from commit 77d2ef13a8fa630e5081f14bde3fd20f84c90aec) NB: MSVR-11-0080 doesn't seem to exist. This issue seems to be known as MSVR11-011 instead. Fixes: CVE-2011-3504 Signed-off-by: Reinhard Tartler <siretart@tauware.de> 02 November 2011, 20:49:55 UTC
04888ed cavs: fix some crashes with invalid bitstreams This removes all valgrind-reported invalid writes with one specific test file. Fixes http://www.ocert.org/advisories/ocert-2011-002.html Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 4a71da0f3ab7f5542decd11c81994f849d5b2c78) Fixes CVE-2011-3362, CVE-2011-3973, CVE-2011-3974 Signed-off-by: Reinhard Tartler <siretart@tauware.de> 02 November 2011, 20:14:57 UTC
eed5697 mjpeg: Detect overreads in mjpeg_decode_scan() and error out. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rbultje@google.com> Signed-off-by: Reinhard Tartler <siretart@tauware.de> 26 April 2011, 07:40:06 UTC
52ee20f update release date 17 March 2011, 12:10:27 UTC
f17b892 document APE patch 17 March 2011, 12:09:40 UTC
18c5fe9 Do not attempt to decode APE file with no frames This fixes invalid reads/writes with this sample: http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt (cherry picked from commit 8312e3fc9041027a33c8bc667bb99740fdf41dd5) 16 March 2011, 12:27:01 UTC
c5898d7 Fix a bunch of typos in the release documentation. 06 March 2011, 10:02:36 UTC
2c4d6ae Bump version number for 0.5.4 release. 20 February 2011, 21:13:05 UTC
31c8dce release notes for 0.5.4 20 February 2011, 08:44:18 UTC
2adad90 Amend Changelog for 0.5.4 20 February 2011, 08:38:11 UTC
808f9ce Call avcodec_set_dimensions() instead of simply setting avctx->width/height when frame dimensions change in RV3/4. Originally committed as revision 20595 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit d90aeeaf569e4a08c30b3d1d09c3cff3a86eb431) 19 February 2011, 16:07:58 UTC
8069e2f Fix invalid reads in VC1 decoder Patch discussed and taken from https://roundup.ffmpeg.org/issue2584 (cherry picked from commit 2bbec1eda46d907605772a8b6e8263caa4bc4c82) Change related to CVE-2011-0723 19 February 2011, 16:07:57 UTC
f749439 Make get_bits_left() available for use in libavcodec (was previously held private in dv.c for some reason). See "[PATCH] get_bits_left()" thread. Originally committed as revision 20490 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit c47ca25e74bbe465cdc8b99d4f6ab4f0ad5e4229) 19 February 2011, 16:07:57 UTC
04847a0 Update Changelog for 0.5.4 release. 13 February 2011, 22:35:38 UTC
329e816 Check rangebits to avoid a possible crash. Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues). Originally committed as revision 26365 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 13184036a6b1b1d4b61c91118c0896e9ad4634c3) Addresses: CVE-2011-0480 Conflicts: libavcodec/vorbis_dec.c 13 February 2011, 20:41:38 UTC
d6860fb Fix crashes in vorbis decoding found by zzuf Fixes issue 2322. Originally committed as revision 25591 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 3dde66752d59dfdd0f3727efd66e7202b3c75078) Addresses: CVE-2010-4704 13 February 2011, 19:45:18 UTC
e332c41 also ignore *.so for vhook plugins 10 February 2011, 13:09:35 UTC
11f6eeb consolidate .gitignore patters into a single file Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2c3589bfda036c7827ded0bf38b16dfe7630bae1) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 10 February 2011, 13:02:23 UTC
9109a58 convert svn:ignore properties to .gitignore files Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 348b8218f7a59374355c966dbe3b851a7275f952) Signed-off-by: Reinhard Tartler <siretart@tauware.de> 10 February 2011, 13:01:36 UTC
44511b1 Update dimensions in AVCodecContext when RV3/4 frame dimensions change Originally committed as revision 20572 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit ec10d2d53999f6edf7d7b5ac88df263eccfb1fb0) Fixes heap corruption crashes Addresses: CVE-2011-0722 Signed-off-by: Reinhard Tartler <siretart@tauware.de> 04 February 2011, 05:42:29 UTC
48b086b Update safety check as the maximum pixel size is no longer 4. New max size is 16bit * 4 samples (RGBA). Originally committed as revision 18655 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 445f0a8b666a34e6402f6ae96c6804c8bc024baa) Addresses: CVE-2010-3908 Signed-off-by: Reinhard Tartler <siretart@tauware.de> 04 February 2011, 05:41:58 UTC
c9864ad release notes for 0.5.3 Originally committed as revision 25523 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 18 October 2010, 19:43:55 UTC
7d10059 Bump version number for 0.5.3 release. Originally committed as revision 25522 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 18 October 2010, 19:40:09 UTC
69e8b43 Update Changelog for 0.5.3 release. Originally committed as revision 25521 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 18 October 2010, 19:38:02 UTC
2f504d7 Fix several security issues in flicvideo.c This fixes CVE-2010-3429 backport r25223 by michael Originally committed as revision 25325 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 03 October 2010, 14:51:50 UTC
2dea9a1 unbreak compilation and finish backport r24280 by mstorsjo Originally committed as revision 25324 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 03 October 2010, 14:50:04 UTC
84e6629 aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek This improves performance on e.g. seekable http. backport r24280 by mstorsjo Originally committed as revision 24428 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 22 July 2010, 11:58:26 UTC
fc038df configure: improve temp file creation and cleanup backport r17752 by mru Originally committed as revision 23393 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 31 May 2010, 13:06:51 UTC
021054a release notes for 0.5.2 Originally committed as revision 23300 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 24 May 2010, 21:58:47 UTC
ee20f19 Bump version number for 0.5.2 release. Originally committed as revision 23299 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 24 May 2010, 21:55:01 UTC
2fcb56d Update Changelog for 0.5.2 release. Originally committed as revision 23298 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 24 May 2010, 21:41:51 UTC
96ca078 Check validity of channels & samplerate. This may be security relevant. Based on 2 patches by chrome. backport r19975 by michael Originally committed as revision 22658 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 24 March 2010, 19:35:30 UTC
7fd4cbb fix compilation issue on powerpc unlike the ARCH_ macros, COMPILE_ALTIVEC needs to be tested more carefully Originally committed as revision 22488 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 12 March 2010, 20:35:04 UTC
557e065 Fix compilation on powerpc with --disable-altivec in case altivec is disabled, even compilation of code using altivec keywords or asm must be avoided. backport r30869 from mplayer repo by siretart Originally committed as revision 22436 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 10 March 2010, 20:55:07 UTC
4612437 Mention LGPL libswscale in the Changelog. Originally committed as revision 22253 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 06 March 2010, 19:50:56 UTC
fe95afe libswscale is no longer GPL; update help comment accordingly. Originally committed as revision 22250 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 06 March 2010, 19:40:37 UTC
775aa5f Add Hurd to OS list and disable dv1394 in the Hurd case. patch by Andres Mejia, mcitadel gmail com backport r18938 by diego Originally committed as revision 22237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 06 March 2010, 16:57:43 UTC
578c328 Add point release date. Originally committed as revision 22163 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 03 March 2010, 08:25:10 UTC
c46038f fix 'seektest' again backport r19270 by rbultje: Remove any reference to ASFContext.packet_size and replace it with AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. and r19361 by reimar: Check for packet_length 0, it is already treated as invalid by the padding check, but that resulted in a confusing/wrong error message. Originally committed as revision 22147 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 March 2010, 16:03:06 UTC
306eefc Bump version to 0.5.1. Originally committed as revision 22146 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 March 2010, 14:43:01 UTC
eade515 Mention licensing-related changes; some whitespace adjustments. Originally committed as revision 22145 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 March 2010, 14:25:48 UTC
6d767af If we are using partial release names we might as well try to be funny. Originally committed as revision 22134 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 March 2010, 18:03:53 UTC
015a7d7 Add release managers, merged from trunk. Originally committed as revision 22133 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 March 2010, 17:58:50 UTC
922c55a amend release notes for 0.5.1 Originally committed as revision 22129 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 March 2010, 16:22:27 UTC
4c83c13 Mention security fixes in the changelog. Originally committed as revision 22121 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 28 February 2010, 22:22:22 UTC
bd7e30e add myself to gpg fingerprint list backport r22089 by siretart Originally committed as revision 22090 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 27 February 2010, 10:16:45 UTC
4fb58ec bump LIBAVCODEC_VERSION_MICRO for addition of the lock manager API As discussed with Diego, we'll go for bumping micro in 0.5 and will consider adding a RELEASEVERSION macro for trunk and 0.6 seperatly Originally committed as revision 22087 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 27 February 2010, 10:01:45 UTC
a317cd5 Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. r19330 by reimar Originally committed as revision 22080 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 26 February 2010, 15:49:52 UTC
8e2149d fix the remaining ogv segfaults from issue 1240. First commit: Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. Otherwise this will crash during decoding because the vlc tables are NULL. Partially fixes ogv/smclock.ogv.1.101.ogv from issue 1240. backport r19355 by reimar Second commit: Add extra validation checks to ff_vorbis_len2vlc. They should not be necessary, but it seems like a reasonable precaution. r19374 by reimar Originally committed as revision 22076 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 26 February 2010, 14:32:27 UTC
9d9f1ec Make sure we dont read over the end. Fixes issue1237. backport r19322 by michael Originally committed as revision 22074 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 26 February 2010, 10:56:46 UTC
53b90bb backport libx264.c from trunk now compiles with x264 API versions 65 up to 85 patch prepared by darkshikari Originally committed as revision 22042 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 24 February 2010, 22:40:10 UTC
a0244ae misc. manpage updates, fixes LP: #501729, Debian: #570050 Update ffmpeg documentation regarding metadata setting. -title, -author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Add an explanation and complete the metadata usage example. backported revisions r19285, r19287 and r19320 by stefano. Originally committed as revision 21858 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 16 February 2010, 23:04:10 UTC
26f74e8 cosmetics: K&R coding style, prettyprinting backported r20083 by diego This commit does not introduce functional changes. It was applied in order to faciliate reviewing the proposed libx264.c backport Originally committed as revision 21832 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 15 February 2010, 12:45:14 UTC
9593c80 Fix crash in MLP decoder due to integer overflow. Probably only DoS, init_get_bits sets buffer to NULL, thus causing a NULL-dereference directly after. backport r21426 by reimar Originally committed as revision 21759 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 11 February 2010, 21:03:30 UTC
48b98cd Make sure the block array is of the correct size. This might have been exploitable. backported r18393 by michael Originally committed as revision 21758 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 11 February 2010, 20:57:49 UTC
9d442d2 Fix crash when max_ref_frames was out of range. This might have been exploitable. Fixes first crash of issue840. backport r18388 by michael Originally committed as revision 21757 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 11 February 2010, 16:22:59 UTC
afc97d4 reverting objected hunks from previous commit as discussed with diego on irc, the spurious newline deletion and the LIBAVCODEC_VERSION_MINOR bump are being reverted based on comments on ffmpeg-cvslog by ramiro, uoti and michael. See http://comments.gmane.org/gmane.comp.video.ffmpeg.cvs/28112 for the full context. Originally committed as revision 21755 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 11 February 2010, 11:52:59 UTC
e5bea45 Add a lock manager API to libavcodec. Allows an application to register a callback that manages mutexes on behalf of FFmpeg. With this callback registered FFmpeg is fully thread safe. backport r19025 by andoma NB: This is a feature backport with little regression potential. It was requested at FOSDEM 2010 by ben@geexbox.org for use by geexbox and the enna mediacenter in the upcoming debian/squeeze and ubuntu/lucid release. Approved by DonDiego on #ffmpeg-devel Originally committed as revision 21731 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 20:28:42 UTC
9e3935d Check submap indexes. 10_vorbis_submap_indexes.patch by chrome. I am applying this even though Reimar had some comments to improve it as it fixes a serious security issue and I do not want to leave such things unfixed. backport r20001 by michael Originally committed as revision 21730 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:59:11 UTC
4f5ee3f Check begin/end/partition_size. 23_vorbis_sane_partition.patch by chrome. Also this should be better documented but i prefer not to leave potential security issues open due to missing documentation. r19996 by michael Originally committed as revision 21729 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:54:42 UTC
736d36b Check res_setup->books. 15_more_residue_book_indexes.patch by chrome. r19992 by michael Originally committed as revision 21728 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:52:27 UTC
dc5cc27 Check masterbook index and subclass book index. 14_floor_masterbook_index.patch by chrome r19991 by michael Originally committed as revision 21727 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:50:47 UTC
eb70d77 Add checks for per-packet mode indexes and per-header mode mapping indexes. 12_vorbis_mode_indexes.patch by chrome maybe exploitable r19990 by michael Originally committed as revision 21726 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:49:28 UTC
b8ec4c4 Check classbook value. 11_vorbis_residue_book_index.patch by chrome. r19989 by michael Originally committed as revision 21725 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:47:42 UTC
49487df Fix book_idx check. 25_vorbis_floor0_index.patch by chrome. backport r19984 by michael Originally committed as revision 21724 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:46:22 UTC
0d3f25e Sanity checks for magnitude and angle. 26_vorbis_mag_angle_index.patch by chrome backport r19983 by michael Originally committed as revision 21723 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:45:16 UTC
9ef13f7 = -> == typo. 27_vorbis_residue_loop_error.patch by chrome backport r19982 by michael Originally committed as revision 21722 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:44:06 UTC
beb0dc5 Check dimensions against 0 too. 39_vorbis_zero_dims.patch from chrome backport r19976 by michael Originally committed as revision 21721 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:42:30 UTC
f3fd428 Make sure that all memory allocations succeed. Based on 28_theora_malloc_checks.patch from the Google Chrome team. backport r20008 by melanson Originally committed as revision 21720 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:31:04 UTC
8811fe6 Fix init_get_bits() buffer size. 18_fix_theora_header_bit_len.patch by chrome backport r19993 by michael Originally committed as revision 21719 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:26:47 UTC
3835603 Set data_size to 0 to avoid having it uninitialized. based on 31_mp3_outlen.patch by chrome. backported r19988 by michael Originally committed as revision 21718 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:22:19 UTC
4b360ee Check data_size in decode_frame_mp3on4(). backported r19987 by michael Originally committed as revision 21717 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:20:25 UTC
ab546a7 check data_size in decode_frame() backported r19986 by michael Originally committed as revision 21716 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:09:12 UTC
acac785 Check num_units_in_tick/time_scale to be valid and within the range we support. based on a patch by chrome backported r19979 by michael Originally committed as revision 21715 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 19:02:39 UTC
c42640b Fix a possibly exploitable buffer overflow. backported r18640 by michael Originally committed as revision 21712 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:55:41 UTC
ef84190 Fix possible buffer over-read in vorbis_comment, fix it double to be sure. First, make s signed, so that comparisons against end - p will not be made as unsigned, making the check incorrectly pass if p is beyond end. Also ensure that p will never be > end, so the code is correct also if buf is not padded. backported r20014 by reimar Originally committed as revision 21711 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:51:11 UTC
7db16a8 check stream existence before assignment, fix #1222 backported r19259 by bcoudurier Originally committed as revision 21710 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:44:49 UTC
e91ba7d add one missing check for stream existence in read_elst, fix #1364 backported patch r19792 by bcoudurier Originally committed as revision 21709 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:41:17 UTC
95f90d2 Disable parsing for ogg streams where no ogg header was found, if no header was found the parser was not initialized and thus will crash when trying to use it. Originally committed as revision 21708 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:24:30 UTC
1e9ac36 Make arguments of av_set_pts_info() unsigned. Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1 Originally committed as revision 21707 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 18:10:07 UTC
7d061cf fix aac playback regression Discussed at http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/103768 related reports: - http://bugs.debian.org/540729 - https://roundup.ffmpeg.org/roundup/ffmpeg/issue800 Originally committed as revision 21706 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 09 February 2010, 17:36:18 UTC
e21e76a build PIC code on powerpc this avoids failing 24bit relocations as seen on http://bugs.debian.org/561956 as side effect Originally committed as revision 21613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 20:48:21 UTC
b18806f Add gnu/kfreebsd to list of recognized operating systems. patch by Andres Mejia, mcitadel gmail com Originally committed as revision 21612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 20:44:47 UTC
478394b backport configure bits for cpu runtime detection for libpostproc and libswscale Originally committed as revision 21611 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 20:30:20 UTC
de3196d fix version script for libswscale Originally committed as revision 21610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 20:16:46 UTC
4954903 unbreak compilation with vhook enabled the backported introduced a regression that prevents successfully linking vhook shared objects on systems with gnu linkers. As the version scripts only apply to shared objects against that applications are being linked, this commit unties the VHOOKSHFLAGS and SHFLAGS variable. Originally committed as revision 21609 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 19:58:05 UTC
15dfbc5 missing hunk to unbreak linking with symbol versioning this hunk is does not apply in trunk/ because there the dependencies for this rule was reworked Originally committed as revision 21608 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 02 February 2010, 19:57:40 UTC
f5c6949 mention symbol versioning Originally committed as revision 21596 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 February 2010, 16:02:46 UTC
a9785f5 backport symbol versioning patch Originally committed as revision 21595 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 February 2010, 16:00:09 UTC
7a5e131 The license upgrade code was ported from trunk. Originally committed as revision 20876 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 15 December 2009, 22:34:22 UTC
9322968 Merge remaining changes to make libswscale usable in LGPL mode from trunk. Originally committed as revision 19352 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 05 July 2009, 20:35:02 UTC
8819b9c Revert r19321. The changes were not approved. Originally committed as revision 19329 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 03 July 2009, 11:14:37 UTC
5d62141 Update ffmpeg documentation regarding metadata setting. -title, -author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Backfix of r19285, r19287, and r19320. Originally committed as revision 19321 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 01 July 2009, 20:14:19 UTC
44b20d1 Fix OpenCORE build: Do not use new AVPacket infrastructure from trunk. Originally committed as revision 19134 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 07 June 2009, 22:41:11 UTC
9ad437e Merge OpenCORE AMR support from trunk. Originally committed as revision 19133 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5 07 June 2009, 20:14:56 UTC
back to top