Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-16Fix overflow check insufficiently improved in r19840.Reimar Döffinger
It assumes that sizeof(vmd_frame) < 64k, otherwise an additional check to ensure sound_buffers <= UINT_MAX / sizeof(vmd_frame) would be necessary. Originally committed as revision 19882 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-15Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger
are non-obvious and probably need a large (about 1kB at least) probe buffer. Originally committed as revision 19850 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-14Extend check for integer overflow for malloc argument to take into accountReimar Döffinger
also the addition of "sound_buffers" not only the multiplication. Originally committed as revision 19840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-16Add a context to av_log() call.Benoit Fouet
Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21yet another attempt on fixing synchronization in VMDKostya Shishkov
Originally committed as revision 16711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21Empty audio chunks in VMD are silent, not skippedKostya Shishkov
Originally committed as revision 16710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21cosmetics: reindent after last commitKostya Shishkov
Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov
size. Thus, make demuxer and decoder handle it as a whole. Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-28Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov
Spotted by Robert Swain Originally committed as revision 16371 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-27Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov
Originally committed as revision 16363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
continue eliminating _t from structure names in FFmpeg. Originally committed as revision 16118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29memleak / CID124 RUN2Michael Niedermayer
Originally committed as revision 13512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-04Fix a possible use of an uninitialized pointer.Reimar Döffinger
Originally committed as revision 11857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-11this is debug not infoMichael Niedermayer
Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-19IdentationKostya Shishkov
Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-19Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov
This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13Simplify VMD demuxer (but it still does not work right)Kostya Shishkov
Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-13sanity checks some might have been exploitableMichael Niedermayer
Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-11More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov
Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-13printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson
Originally committed as revision 4437 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-27AVPacket.posMichael Niedermayer
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04fixing an integer overflow, which could lead to overwriting the end of a ↵Michael Niedermayer
malloced buffer by 8 bytes Originally committed as revision 3937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-04VMD playing error patch by (Kostya (cannonball bw-team com>)Kostya Shishkov
"I recently got a game called Lighthouse from Sierra with FMV in VMD format. Some of them played OK, some of them FFmpeg refused to open, some caused a crash. I investigated files which couldn't be opened by FFmpeg and it appeared that they had no audio (and bytes 2-3 from beginning of file contained 01 00, all other have 00 00 insted). Attached patch fixes this issue." Originally committed as revision 3934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-14minor VMD system update; still not perfect, but should not crash eitherMike Melanson
Originally committed as revision 2887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-01-02initial commit for Sierra VMD file demuxerMike Melanson
Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk