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-1510l for myself, fixing --disable-encodersMichael Niedermayer
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
2007-03-14dont malloc() static mv_penalty arraysMichael Niedermayer
2007-03-12Give context to dprintfMichel Bardiaux
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-01-13some interlaced direct sanity checksMichael Niedermayer
2006-12-21dont randomly disallow intr4v in adaptive quantMichael Niedermayer
2006-12-21dont randomly dissallow direct MBsMichael Niedermayer
2006-11-0910000l to myself, fixing regression test failureMichael Niedermayer
2006-11-08100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
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-30fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-24fix non ALT bitstream readerMichael Niedermayer
2006-05-08add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer
2006-04-28use previous qscale for intra_dc_threshold checkMichael Niedermayer
2006-04-09signedness error caused broken decodingD Richard Felker III
2006-04-09100l to loren. at least this fixes the compile error, but the code is still b...D Richard Felker III
2006-04-032x faster ff_mpeg4_set_direct_mvLoren Merritt
2006-03-20fixing interlaced direct mode field select valuesMichael Niedermayer
2006-03-12reset interlaced_dct flagMichael Niedermayer
2006-03-10fixing uninitalized dc_pred_dirMichael Niedermayer
2006-03-10very minor optimizationMichael Niedermayer
2006-03-10unused variableMichael Niedermayer
2006-01-27fixing bframe strategy 2Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-09get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson
2005-12-24slightly better mv_penalty tableMichael Niedermayer
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-17bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
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-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-07-31A.B.C versionsMichael Niedermayer
2005-07-31try to check for nonsense time_base instead of setting fake oneMichael Niedermayer
2005-07-30check time_base.den for mpeg4Michael Niedermayer
2005-07-24fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer
2005-07-23minor user data reading bugfixMichael Niedermayer
2005-06-17spelling fixesDiego Biurrun
2005-05-1410l (%f vs. %Ld)Michael Niedermayer
2005-05-11fixing decoding of AlanKay-245.asfMichael Niedermayer
2005-05-09#defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer