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 (Expand)Author
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-04-01sierravmd: fix Indeo3 videosMatthew Hoops
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-16Fix overflow check insufficiently improved in r19840.Reimar Döffinger
2009-09-15Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger
2009-09-14Extend check for integer overflow for malloc argument to take into accountReimar Döffinger
2009-02-16Add a context to av_log() call.Benoit Fouet
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-21yet another attempt on fixing synchronization in VMDKostya Shishkov
2009-01-21Empty audio chunks in VMD are silent, not skippedKostya Shishkov
2009-01-21cosmetics: reindent after last commitKostya Shishkov
2009-01-21VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-28Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov
2008-12-27Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29memleak / CID124 RUN2Michael Niedermayer
2008-02-04Fix a possible use of an uninitialized pointer.Reimar Döffinger
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-11this is debug not infoMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-19IdentationKostya Shishkov
2006-11-19Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov
2006-11-13Simplify VMD demuxer (but it still does not work right)Kostya Shishkov
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-05-13sanity checks some might have been exploitableMichael Niedermayer
2006-03-11More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer