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-03-23iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick
2007-03-22enable iwmmxt support, removing mm_support() stubTim Chick
2007-02-06oops, revert accidental checkinMåns Rullgård
2007-02-06fix multichannel decodingMåns Rullgård
2007-02-02missed a redundant loadMåns Rullgård
2007-02-02save one cycleMåns Rullgård
2007-02-02remove redundant loadsMåns Rullgård
2007-02-01optimize IDCT of rows with mostly zero coefficientsMåns Rullgård
2007-01-30typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård
2007-01-30theoretically save one cycleMåns Rullgård
2007-01-29ARMv6 SIMD IDCTMåns Rullgård
2007-01-08add missing bit from commit r7423Guillaume Poirier
2007-01-08Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27ARMv5TE optimized IDCTMåns Rullgård
2006-09-26fix MUL16 macroMåns Rullgård
2006-09-20New single instruction math operation headerLuca Barbato
2006-09-16remove junk characters in commentMåns Rullgård
2006-09-16clean up #ifdef HAVE_IPPMåns Rullgård
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-06Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun
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-06-29IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin
2005-05-26cleanupMichael Niedermayer
2005-05-26Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer
2003-07-07Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....Alex Beregszaszi
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-20* cut&paste fixZdenek Kabelac
2002-11-19* oops fixed bad initialization of ff vals.Zdenek Kabelac
2002-11-19* compilation fix (ARM users please check)Zdenek Kabelac
2002-10-25idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer
2002-10-06trying to fix the non-x86 IDCTs (untested)Michael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2001-08-14arm specific codeFabrice Bellard