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-02-09sanity checkMichael Niedermayer
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
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-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-03-19alignment fixMichael Niedermayer
2005-01-22count errors instead of printing 2^31Michael Niedermayer
2004-11-19reset ref_indexMichael Niedermayer
2004-06-26support skiping of mb rows during decodingMichael Niedermayer
2004-04-2310l (segfault fix)Michael Niedermayer
2004-04-16unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer
2004-02-23multithreaded mpeg2 decodingMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2004-01-08memleak fixMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-2810l (segfault fix)Michael Niedermayer
2003-12-09move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-08-25avoid warningFabrice Bellard
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-26initial XvMC supportIvan Kalvachev
2003-05-27motion vector vissualization for mpeg1/2Michael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-10fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer
2003-03-20error resilience cleanup (its faster too...)Michael Niedermayer
2003-03-16field pic decoding cleanupMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-12-04use spatial error concealment if we dont have a previous frameMichael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-10reversing header gameMichael Niedermayer
2002-10-13better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer