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
2005-10-14gcc 2.95 fix, courtesy of Luca AbeniMike Melanson
2005-10-13support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson
2005-10-13Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson
2005-10-13set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...Alex Beregszaszi
2005-10-13sanity check whether dimensions are non-nullAlex Beregszaszi
2005-10-13removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi
2005-10-10h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt
2005-10-06Ignore AMR directories.Diego Biurrun
2005-10-04Move all definitions of external dependencies into configure instead ofj@v2v.cc
2005-09-30sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt
2005-09-276% faster decode_cabac_residualLoren Merritt
2005-09-2713% faster decode_residual (cavlc).diane_cartman@gmx.de
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-09-24Fix some #ifdef to allow building amr_wb alone.Michel Bardiaux
2005-09-22fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux
2005-09-22fix unused variable warningsAurelien Jacobs
2005-09-22replace a few mov + psrlq with pshufw, there are more cases which could benef...Michael Niedermayer
2005-09-21Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács
2005-09-21changing a few options to AVOptionsMichael Niedermayer
2005-09-20precautionary checksMichael Niedermayer
2005-09-20dont print NULLMichael Niedermayer
2005-09-20Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun
2005-09-19set pts for h.263 decodingMichael Niedermayer
2005-09-19Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun
2005-09-18print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer
2005-09-17check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger
2005-09-15set more x264 encoding parametersDario Andrade
2005-09-12the people want lower case ...Michael Niedermayer
2005-09-12dont include opt.h in avcodec.hMichael Niedermayer
2005-09-12CAREFULL --> CAREFUL typo fixDiego Biurrun
2005-09-12converting a few more options to AVOptionsMichael Niedermayer
2005-09-12convert some options in ffmpeg.c to AVOptionsMichael Niedermayer
2005-09-12avoid stdio.hMichael Niedermayer
2005-09-11missing include noticed by g0thMichael Niedermayer
2005-09-11flags and named constants with type checking of course for AVOptionMichael Niedermayer
2005-09-11AVOption API improvmentsMichael Niedermayer
2005-09-11add xvid idcts to dct-testMichael Niedermayer
2005-09-10Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger
2005-09-10remove unused table entriesMichael Niedermayer
2005-09-10select xvid idct for xvid files if possibleMichael Niedermayer
2005-09-10xvids mmx&mmx2 idctsMichael Niedermayer
2005-09-10dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer
2005-09-07use av_log in debug modeAlex Beregszaszi
2005-09-07AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-09-06a few more raw yuv fourccsMichael Niedermayer
2005-09-06AVOption first tryMichael Niedermayer
2005-09-05fix emulated edge motion compensation when resolution%16!=0Loren Merritt
2005-09-05set a few variables correctlyMichael Niedermayer
2005-09-05AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer