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
2008-07-1610000l, revertMichael Niedermayer
2008-07-16The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer
2008-07-16Print slice num as well.Michael Niedermayer
2008-07-14Fix infinite loop at EOF.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange
2008-05-12Set and use h->mb_xy in SVQ3 too.Alexander Strange
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01constsMichael Niedermayer
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-06Add support for streams with different chroma_qp_index_offsetAndreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-15dont write over the end of ref_cacheMichael Niedermayer
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-24crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer
2007-01-24maybe fix segfault with missing extradata (unchecked)Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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-17bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer
2005-07-15skip_idctMichael Niedermayer
2005-04-18various fixes related to the non alt_bitstream_readerMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-23more detailed error messagesMichael Niedermayer
2004-06-191000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer
2004-06-19segfault fixMichael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-03-14don't fetch the size of SEQH unless SEQH was foundMike Melanson
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-03-14be smarter about the variable size of the extra SVQ3 dataMike Melanson
2004-03-13smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2003-12-19SVQ3 uses unrestricted motion vectorsMike Melanson
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-06-27- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson
2003-06-20don't step on the contextMike Melanson
2003-06-19added support for B-frames and multiple slicesMike Melanson
2003-06-19make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-05-16bigendian fixMichael Niedermayer
2003-05-16CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer