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
2009-08-264xm: provide 16-byte alignment where requiredMåns Rullgård
2009-06-054xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger
2009-04-11Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01Replace get32() by AV_RL32().Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-31cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier
2007-09-05fix decoding of dracula.4xm before diego complainsMichael Niedermayer
2007-09-05fix segfault with dracula.4xmMichael Niedermayer
2007-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
2007-08-13use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer
2007-08-13fix type 3 aka skipped blocks for old versionMichael Niedermayer
2007-08-13fix motion vectors for old versionMichael Niedermayer
2007-08-13set pix_fmt properly depending on versionMichael Niedermayer
2007-08-13use version instead of some random 32bit value to switch between 16 andMichael Niedermayer
2007-08-13replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer
2007-08-12support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer
2007-08-12add second vlc tableMichael Niedermayer
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2007-02-19Remove some old disabled debugging outputMichel Bardiaux
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-26warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-04-07unknown format charsAlex Beregszaszi
2004-03-25warning patrolFalk Hüffner