summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* misc. manpage updates, fixes LP: #501729, Debian: #570050Reinhard Tartler2010-02-16
| | | | | | | | | | | | | 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
* cosmetics: K&R coding style, prettyprintingReinhard Tartler2010-02-15
| | | | | | | | | | | 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
* Fix crash in MLP decoder due to integer overflow.Reinhard Tartler2010-02-11
| | | | | | | | | | 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
* Make sure the block array is of the correct size.Reinhard Tartler2010-02-11
| | | | | | | | | | This might have been exploitable. backported r18393 by michael Originally committed as revision 21758 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Fix crash when max_ref_frames was out of range.Reinhard Tartler2010-02-11
| | | | | | | | | | 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
* reverting objected hunks from previous commitReinhard Tartler2010-02-11
| | | | | | | | | | | | 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
* Add a lock manager API to libavcodec.Reinhard Tartler2010-02-09
| | | | | | | | | | | | | | | | | | 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
* Check submap indexes.Google Chrome2010-02-09
| | | | | | | | | | | 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
* Check begin/end/partition_size.Google Chrome2010-02-09
| | | | | | | | | | | 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
* Check res_setup->books.Google Chrome2010-02-09
| | | | | | | | | 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
* Check masterbook index and subclass book index.Google Chrome2010-02-09
| | | | | | | | | 14_floor_masterbook_index.patch by chrome r19991 by michael Originally committed as revision 21727 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2010-02-09
| | | | | | | | | | 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
* Check classbook value.Google Chrome2010-02-09
| | | | | | | | | 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
* Fix book_idx check.Google Chrome2010-02-09
| | | | | | | | | 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
* Sanity checks for magnitude and angle.Google Chrome2010-02-09
| | | | | | | | | 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
* = -> == typo.Google Chrome2010-02-09
| | | | | | | | | 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
* Check dimensions against 0 too.Reinhard Tartler2010-02-09
| | | | | | | | | 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
* Make sure that all memory allocations succeed.Reinhard Tartler2010-02-09
| | | | | | | | | 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
* Fix init_get_bits() buffer size.Google Chrome2010-02-09
| | | | | | | | | 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
* Set data_size to 0 to avoid having it uninitialized.Reinhard Tartler2010-02-09
| | | | | | | | | 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
* Check data_size in decode_frame_mp3on4().Reinhard Tartler2010-02-09
| | | | | | | backported r19987 by michael Originally committed as revision 21717 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* check data_size in decode_frame()Reinhard Tartler2010-02-09
| | | | | | | | | backported r19986 by michael Originally committed as revision 21716 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Check num_units_in_tick/time_scale to be valid and within the range we support.Reinhard Tartler2010-02-09
| | | | | | | | | | | based on a patch by chrome backported r19979 by michael Originally committed as revision 21715 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Fix a possibly exploitable buffer overflow.Reinhard Tartler2010-02-09
| | | | | | | | backported r18640 by michael Originally committed as revision 21712 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reinhard Tartler2010-02-09
| | | | | | | | | | | | 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
* check stream existence before assignment, fix #1222Reinhard Tartler2010-02-09
| | | | | | | | backported r19259 by bcoudurier Originally committed as revision 21710 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* add one missing check for stream existence in read_elst, fix #1364Reinhard Tartler2010-02-09
| | | | | | | | | backported patch r19792 by bcoudurier Originally committed as revision 21709 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Disable parsing for ogg streams where no ogg header was found,Reinhard Tartler2010-02-09
| | | | | | | | | 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
* Make arguments of av_set_pts_info() unsigned.Reinhard Tartler2010-02-09
| | | | | | | | Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1 Originally committed as revision 21707 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* fix aac playback regressionReinhard Tartler2010-02-09
| | | | | | | | | | | | 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
* build PIC code on powerpcReinhard Tartler2010-02-02
| | | | | | | | 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
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2010-02-02
| | | | | | | patch by Andres Mejia, mcitadel gmail com Originally committed as revision 21612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
| | | | Originally committed as revision 21611 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* fix version script for libswscaleReinhard Tartler2010-02-02
| | | | Originally committed as revision 21610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* unbreak compilation with vhook enabledReinhard Tartler2010-02-02
| | | | | | | | | | 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
* missing hunk to unbreak linking with symbol versioningReinhard Tartler2010-02-02
| | | | | | | | 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
* mention symbol versioningReinhard Tartler2010-02-01
| | | | Originally committed as revision 21596 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport symbol versioning patchReinhard Tartler2010-02-01
| | | | Originally committed as revision 21595 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* The license upgrade code was ported from trunk.Diego Biurrun2009-12-15
| | | | Originally committed as revision 20876 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge remaining changes to make libswscale usable in LGPL mode from trunk.Diego Biurrun2009-07-05
| | | | Originally committed as revision 19352 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Revert r19321.Stefano Sabatini2009-07-03
| | | | | | | The changes were not approved. Originally committed as revision 19329 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-07-01
| | | | | | | | | | -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
* Fix OpenCORE build: Do not use new AVPacket infrastructure from trunk.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19134 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge OpenCORE AMR support from trunk.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19133 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge recent libamr changes from trunk, as preparation for OpenCORE support.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19131 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge (L)GPL upgrade code and related changes from trunk.Diego Biurrun2009-06-07
| | | | Originally committed as revision 19129 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Ignore generated files.Diego Biurrun2009-05-25
| | | | Originally committed as revision 18939 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge more verbose licensing information output.Diego Biurrun2009-05-24
| | | | Originally committed as revision 18931 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge GPL --> LGPL conversion of AC-3 decoder from trunk.Diego Biurrun2009-05-23
| | | | Originally committed as revision 18915 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Mention post 0.5 commits in the changelog.Diego Biurrun2009-05-23
| | | | Originally committed as revision 18914 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5