aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update VERSION for 0.6.3ffmpeg-0.6.3Michael Niedermayer2011-04-261-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* update changelogMichael Niedermayer2011-04-261-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix apparently exploitable race condition.Michael Niedermayer2011-04-261-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* uodate changelog with AMV fixMichael Niedermayer2011-04-261-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* AMV: Fix possibly exploitable crash.Michael Niedermayer2011-04-261-2/+1
| | | | | | | Reported-at: Thu, 21 Apr 2011 14:38:25 +0000 Reported-by: Dominic Chell <Dominic.Chell@ngssecure.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 89f903b3d5ec38c9c5d90fba7e626fa0eda61a32)
* Update changelog to match our (late) 0.6.2 releaseMichael Niedermayer2011-03-241-1/+1
|
* Merge remote-tracking branch 'newdev/release/0.6' into release/0.6Michael Niedermayer2011-03-245-3/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * newdev/release/0.6: Support writing 2d float arrays. Add missing dependencies for the AAC-HE backport for hardcoded tables configure: Add the -D parameter to the dlltool command Set the correct target for mingw64 dlltool configure: use dlltools instead of lib.exe release notes and changelog for 0.6.2 Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Support writing 2d float arrays.Michael Kostylev2011-03-222-0/+2
| | | | | | | | | | | | | | | | | | | | Patch by Michael Kostylev, michael D kostylev A gmail Originally committed as revision 23105 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 56b37cd1c7f3b5e5a3ece043c7ffccf70874cfb1) Unbreaks compilation since the HE-AAC v2 backport Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * Add missing dependencies for the AAC-HE backport for hardcoded tablesReinhard Tartler2011-03-222-1/+8
| | | | | | | | Unbreaks compilation with --enable-hardcoded-tables
| * configure: Add the -D parameter to the dlltool commandMartin Storsjö2011-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | This is required for the generated .lib file to actually be usable by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 77e41e047dc487e318a0a47e02cfa99d25459b8a) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * Set the correct target for mingw64 dlltoolLuca Barbato2011-03-221-1/+1
| | | | | | | | | | | | | | That fixes .lib creation for the win64 target. (cherry picked from commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * configure: use dlltools instead of lib.exeLuca Barbato2011-03-221-1/+3
| | | | | | | | | | | | | | This way building ffmpeg on mingw won't require windows specific tools (cherry picked from commit ec10a9ab461b26b96eff7bbbb8623f42d8ee04ad) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
| * release notes and changelog for 0.6.2Reinhard Tartler2011-03-182-0/+30
| |
| * partially rename FFmpeg to LibavReinhard Tartler2011-03-187-32/+34
| | | | | | | | | | update mailing list references and irc channels in configure (cherry picked from commit 070c5d0f3530c16c92b81f3f0de2943410367c00)
* | release notes and changelog for 0.6.2Reinhard Tartler2011-03-192-0/+30
|/ | | | | | (cherry picked from commit b0f8fdc411c6380ca9279c8660915f35f5df1a3c) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* consolidate .gitignore patters into a single fileJanne Grunau2011-03-1838-161/+30
| | | | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 2c3589bfda036c7827ded0bf38b16dfe7630bae1) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-03-1838-0/+176
| | | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 348b8218f7a59374355c966dbe3b851a7275f952)
* Do not attempt to decode APE file with no framesKostya2011-03-181-0/+4
| | | | | | This fixes invalid reads/writes with this sample: http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt (cherry picked from commit 8312e3fc9041027a33c8bc667bb99740fdf41dd5)
* Fix invalid reads in VC1 decoderReimar Döffinger2011-03-181-1/+1
| | | | | | | Patch discussed and taken from https://roundup.ffmpeg.org/issue2584 (cherry picked from commit 2bbec1eda46d907605772a8b6e8263caa4bc4c82) Change related to CVE-2011-0723
* Bump version number for 0.6.2 release.Reinhard Tartler2011-03-181-1/+1
|
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-241-1/+9
| | | | | | | | | | | Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues). Patch by Frank Barchard, fbarchard at google Originally committed as revision 26365 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 13184036a6b1b1d4b61c91118c0896e9ad4634c3) Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser2011-01-241-11/+21
| | | | | | | | | Fixes issue 2322. Originally committed as revision 25591 to svn://svn.ffmpeg.org/ffmpeg/trunk (cherry picked from commit 3dde66752d59dfdd0f3727efd66e7202b3c75078) Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* slight rewording for the release focus descriptionDiego Biurrun2010-10-181-1/+1
| | | | Originally committed as revision 25524 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Rewording for the 0.6.1 release notes.Diego Biurrun2010-10-181-11/+9
| | | | Originally committed as revision 25514 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* small spelling fixesDiego Biurrun2010-10-181-5/+5
| | | | Originally committed as revision 25513 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update version for 0.6.1v0.6.1Reinhard Tartler2010-10-131-1/+1
| | | | Originally committed as revision 25469 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* add note about flic fix (CVE-2010-3429) to RELEASE notesReinhard Tartler2010-10-131-0/+2
| | | | Originally committed as revision 25468 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* add note about flic fix (CVE-2010-3429)Reinhard Tartler2010-10-131-0/+2
| | | | Originally committed as revision 25467 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix several security issues in flicvideo.cReinhard Tartler2010-10-021-8/+13
| | | | | | | | | | This fixes CVE-2010-3429 backport r25223 by michael Originally committed as revision 25307 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* property changes from the AAC backportReinhard Tartler2010-10-020-0/+0
| | | | Originally committed as revision 25306 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* clarify addition of VP80 fourcc codeReinhard Tartler2010-07-311-1/+1
| | | | Originally committed as revision 24636 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update release notes for the upcoming 0.6.1 point releaseReinhard Tartler2010-07-311-0/+28
| | | | Originally committed as revision 24635 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* update changelog for upcoming 0.6.1 point releaseReinhard Tartler2010-07-311-0/+9
| | | | Originally committed as revision 24633 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Backport AAC-HE v2 from trunkReinhard Tartler2010-07-2817-307/+1908
| | | | | | | | This patch has seen testing for a couple of weeks in ubuntu maverick and debian/experimental w/o negative feedback so far. Originally committed as revision 24576 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* aviobuf: Do short seeks forward by reading and skipping data instead of a ↵Reinhard Tartler2010-07-191-1/+10
| | | | | | | | | | | | proper seek This improves performance on e.g. seekable http. backport r24280 by mstorsjo Originally committed as revision 24335 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Reinhard Tartler2010-07-091-1/+1
| | | | | | | | | | | if any E-AC-3 frames have been detected instead of switching back and forth for AC-3 core + dependent E-AC-3 substream(s). Fixes Issue 2022. backport r24103 by jbr Originally committed as revision 24136 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add VP80 fourccGoogle2010-06-281-0/+1
| | | | | | | | | Patch by Google backport r23193 by conrad Originally committed as revision 23863 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Doxygen av_codec_get_id() and av_codec_get_tag().Reinhard Tartler2010-06-261-1/+15
| | | | | | | backport r23102 by stefano Originally committed as revision 23801 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Some fields were incorrectly reset (to NULL) when calling ↵Jean-Daniel Dupas2010-06-261-3/+0
| | | | | | | | | | | | avcodec_copy_context(). Patch by Jean-Daniel Dupas, devlists shadowlab org backport r23344 by cehoyos Originally committed as revision 23793 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.Reinhard Tartler2010-06-241-1/+1
| | | | | | | backport r23660 by alexc Originally committed as revision 23747 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix two small typos.Diego Biurrun2010-06-211-2/+2
| | | | Originally committed as revision 23678 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* remove note that libvpx was considered (L)GPL incompatibleReinhard Tartler2010-06-161-1/+0
| | | | Originally committed as revision 23623 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* configure: fix symver detection with icc 10v0.6Reinhard Tartler2010-06-151-1/+3
| | | | | | | | | | | | | | Apparently the compiler sometimes bypasses the normal assembler, in which case the asm label variant works. If the file contains any inline asm, this bypassing is not done, and the assembler chokes on invalid syntax. Inserting a dummy asm() statement in the test when the compiler supports it makes sure no shortcuts are taken and the test fails as it should. backport r23616 by mru Originally committed as revision 23618 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Fix symbol version compat wrappers on systems with export prefixesReinhard Tartler2010-06-151-5/+5
| | | | | | | backport r23615 by mru Originally committed as revision 23617 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler2010-06-153-2/+57
| | | | | | | | | | | When symbol versioning is enabled, moving symbols from one library to another breaks binary compatibility. This adds wrappers with the old version tag for the av_*packet functions recently moved to lavc. backport r23611 by mru Originally committed as revision 23613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* revert r23610, better patch is pendingReinhard Tartler2010-06-152-54/+2
| | | | Originally committed as revision 23612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* add symver hacks for gnu linkersReinhard Tartler2010-06-152-2/+54
| | | | | | | | | | this patch restores binary compatibility for the av_*_packet symbols that have been moved from libavformat to libavcodec. This patch works for gnu toolchains only; support for ARM RCVT will be handed in for a later point release as soon as the patch is ready and approved by the ARM maintainer(s). Originally committed as revision 23610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* remove redundant changelog entryReinhard Tartler2010-06-101-1/+0
| | | | Originally committed as revision 23560 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* librtmp may link to different ssl implementationsReinhard Tartler2010-06-091-1/+1
| | | | | | | | | | | Make sure we link using the right libs by using pkg-config backport r23511 by lu_zero Originally committed as revision 23550 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
* Add WebM muxerJames Zern2010-06-097-5/+48
| | | | | | | | | Patch by James Zern <jzern at google> backport r23474 by conrad Originally committed as revision 23549 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6