- Oct 18, 2010
-
-
Reinhard Tartler authored
Originally committed as revision 25523 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 25522 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 25521 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Oct 03, 2010
-
-
Reinhard Tartler authored
This fixes CVE-2010-3429 backport r25223 by michael Originally committed as revision 25325 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Reinhard Tartler authored
Originally committed as revision 25324 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Jul 22, 2010
-
-
Reinhard Tartler authored
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
-
- May 31, 2010
-
-
Reinhard Tartler authored
backport r17752 by mru Originally committed as revision 23393 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- May 24, 2010
-
-
Diego Biurrun authored
Originally committed as revision 23300 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 23299 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 23298 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Mar 24, 2010
-
-
Reinhard Tartler authored
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
-
- Mar 12, 2010
-
-
Reinhard Tartler authored
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
-
- Mar 10, 2010
-
-
Reinhard Tartler authored
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
-
- Mar 06, 2010
-
-
Diego Biurrun authored
Originally committed as revision 22253 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 22250 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Andres Mejia authored
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
-
- Mar 03, 2010
-
-
Diego Biurrun authored
Originally committed as revision 22163 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Mar 02, 2010
-
-
Reinhard Tartler authored
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
-
Diego Biurrun authored
Originally committed as revision 22146 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 22145 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Mar 01, 2010
-
-
Diego Biurrun authored
Originally committed as revision 22134 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Diego Biurrun authored
Originally committed as revision 22133 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Reinhard Tartler authored
Originally committed as revision 22129 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Feb 28, 2010
-
-
Diego Biurrun authored
Originally committed as revision 22121 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Feb 27, 2010
-
-
Reinhard Tartler authored
backport r22089 by siretart Originally committed as revision 22090 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Reinhard Tartler authored
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
-
- Feb 26, 2010
-
-
Reinhard Tartler authored
r19330 by reimar Originally committed as revision 22080 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Reinhard Tartler authored
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
-
Reinhard Tartler authored
Fixes issue1237. backport r19322 by michael Originally committed as revision 22074 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
- Feb 24, 2010
-
-
Reinhard Tartler authored
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
-
- Feb 16, 2010
-
-
Reinhard Tartler authored
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
-
- Feb 15, 2010
-
-
Reinhard Tartler authored
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
-
- Feb 11, 2010
-
-
Reinhard Tartler authored
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
-
Reinhard Tartler authored
This might have been exploitable. backported r18393 by michael Originally committed as revision 21758 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-
Reinhard Tartler authored
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
-
Reinhard Tartler authored
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
-
- Feb 09, 2010
-
-
Reinhard Tartler authored
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
-
Google Chrome authored
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
-
Google Chrome authored
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
-
Google Chrome authored
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
-