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
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
2003-05-16moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer
2003-05-15optimizeMichael Niedermayer
2003-05-15cleanupMichael Niedermayer
2003-05-13optimizationsMichael Niedermayer
2003-05-13optimizationsMichael Niedermayer
2003-05-10change the way the ImageDescription is passed to the decoderMike Melanson
2003-05-10svq3 decoder by anonymousMichael Niedermayer