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
2006-10-02approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt
2006-08-05printf -> av_log, only occurs in DEBUG casesMike Melanson
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-06-29Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger
2006-03-10cleanup picture / debug output codeMichael Niedermayer
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-02-19RMP4 ("xvid fork") decoding supportMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-21also autodetect xvid idct if bitexact is usedMichael Niedermayer
2005-12-18fix custom matrix permutation if xvid idct is autoselected and you have bad luckMichael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-10select xvid idct for xvid files if possibleMichael Niedermayer
2005-07-15skip_idctMichael Niedermayer
2005-06-17spelling fixesDiego Biurrun
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-03-07AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer
2005-01-30In that patch:anonymous
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2005-01-05fix decoding of http://mplayerhq.hu/~diego/problem.movMichael Niedermayer
2004-11-13automatic workaround for another padding bugMichael Niedermayer
2004-10-15xvid fake divx version workaroundMichael Niedermayer
2004-09-2910l (wrong variable)Michael Niedermayer
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer
2004-09-27set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer
2004-09-26lowres slice fixMichael Niedermayer
2004-06-2610l, non-x86 fixAlex Beregszaszi
2004-06-25use libmpeg2 idct to decode xvid videos unless the user forced some other idctMichael Niedermayer
2004-06-03infinite loop fixMichael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-05-05support decoding mpeg4 with buggy dc clippingMichael Niedermayer
2004-04-29remove duplicated find_frame_end() codeMichael Niedermayer
2004-04-16segfault fixMichael Niedermayer
2004-04-02interlaced chroma MC divx-bug workaroundMichael Niedermayer
2004-03-16init cleanupMichael Niedermayer
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-15xvid "packed" stuff supportMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-30motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler
2003-12-13cleanupMichael Niedermayer
2003-12-07h263 slice structured modeMichael Niedermayer
2003-12-03cleanupMichael Niedermayer
2003-12-03h263 modified quantization fixMichael Niedermayer
2003-12-03split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer
2003-12-01h263 loop filterMichael Niedermayer
2003-11-30rv20 decoderMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-30pts fix and related fixesMichael Niedermayer
2003-10-21AVRationalMichael Niedermayer