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-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
2006-12-08rename always_inline to av_always_inline and move to common.hMå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-10-01Fix compilation with --disable-encoders.Alexander Strange
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-03-06I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik
2006-03-06DVCPRO50 support.Daniel Maas
2006-02-28Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas
2006-02-27Not that we're that far from being an *initial* implementation, butRoman Shaposhnik
2006-02-27AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas
2006-02-26remove wrong assert()Michael Niedermayer
2006-02-26replace for loop with 2 asserts()Michael Niedermayer
2006-02-26size[0-3] are not initialized (and can get random negative trashDan Maas
2006-02-2410l (forgot EOBs)Michael Niedermayer
2006-02-23dont lowwer qnos of more blocks then neededMichael Niedermayer
2006-02-23fixing dv_guess_qnos()Michael Niedermayer
2006-02-23print a big warning if we mess up and run out of space ...Michael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-06 Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik
2005-12-26Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-02lowres supportMichael Niedermayer
2005-08-31optimizationsMichael Niedermayer
2005-08-26Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum
2005-08-11DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey
2005-05-11a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson
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-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-09-22 * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-05-21oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-03-25 * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik
2004-03-25warning patrolFalk Hüffner
2004-03-18 * removing casualties of battle of the wits and English languageRoman Shaposhnik
2004-03-15 * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik
2004-03-15 * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik
2004-03-13 * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik
2004-01-0410000lMichael Niedermayer
2003-12-06removing unused var & converting 64->32bitMichael Niedermayer
2003-11-27 * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux