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-07-05license header consistency cosmeticsDiego Biurrun
2007-06-27Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev
2007-06-21static (inline) X => ff_XDenis Fortin
2007-06-12misc spelling fixesDiego Biurrun
2007-06-05Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin
2007-05-09Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun
2007-05-09Allow conditional compilation of H.263-related decoders.Diego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-03maybe fixing a segfaultMichael Niedermayer
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-211000l copy and paste typoMichael Niedermayer
2006-09-21set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
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-08-05segfault fixMichael Niedermayer
2005-07-27Reduce verbosity.Diego Biurrun
2005-05-08fix block corruption caused by clear_blocks() optimizationMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-25avoid unneeded clear_blocks()Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-30In that patch:anonymous
2004-05-25warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-04-16seems wmv8 doesnt use intra-inter predictionMichael Niedermayer
2004-04-16unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer
2003-12-09move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler
2003-12-03h263 modified quantization fixMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-1310lAlex Beregszaszi
2003-08-25avoid warningFabrice Bellard
2003-06-19fix identifier to fix compilationMike Melanson
2003-06-19make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer
2003-05-19ASV1 codecMichael Niedermayer
2003-04-1310lMichael Niedermayer
2003-04-1210l (use before malloc)Michael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-01fixing msmpeg4v2 encodingMichael Niedermayer
2003-03-20error resilience cleanup (its faster too...)Michael Niedermayer
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-17more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-29bugfixMichael Niedermayer