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-04-10Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger
2009-02-27Return early if a HW accelerator is used.Gwenole Beauchesne
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne
2009-02-16Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-10Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos
2008-12-16Switch xvmc over to a CONFIG_ option.Diego Biurrun
2008-09-30Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer
2008-09-25Ensure that no non-existing frame is used.Michael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-13typo fix: inited --> initializedDiego Biurrun
2007-09-29On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
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