summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* regression test for ratecontrol & adv mpeg4 stuffMichael Niedermayer2002-09-20
* pix_sum16_mmx()Michael Niedermayer2002-09-20
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* fixing apiexampleMichael Niedermayer2002-09-19
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-19
* * Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner2002-09-19
* fixing *pixels_tab stuff (hopefully, as its untested ...)Michael Niedermayer2002-09-19
* avcodec_alloc_context()Michael Niedermayer2002-09-19
* 10l (forgot to commit)Michael Niedermayer2002-09-18
* better min/max rate handlingMichael Niedermayer2002-09-18
* fixingMichael Niedermayer2002-09-18
* use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WO...Arpi2002-09-16
* fixing rc of non-intra-only streams which only contain i framesMichael Niedermayer2002-09-16
* fixing memalignMichael Niedermayer2002-09-15
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
* alignment infoMichael Niedermayer2002-09-14
* interlaced b frames fixMichael Niedermayer2002-09-14
* fixing qpel 4mvMichael Niedermayer2002-09-14
* complete aspect supportAlex Beregszaszi2002-09-14
* interlaced qpel mpeg4 fixedMichael Niedermayer2002-09-14
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-13
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-13
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
* 10l (field select readed at the wrong place ...)Michael Niedermayer2002-09-13
* interlaced b frames cleanupMichael Niedermayer2002-09-13
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-13
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-13
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-13
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-12
* error resilience command line optionMichael Niedermayer2002-09-12
* parsing resync header extension supportMichael Niedermayer2002-09-12
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-12
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-12
* regression checksum change cuz of LIBAVCODEC_BUILD changeMichael Niedermayer2002-09-12
* uninitialized var ...Michael Niedermayer2002-09-12
* mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v...Michael Niedermayer2002-09-12
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-12
* m4v input supportMichael Niedermayer2002-09-12
* export pts from stream if availableMichael Niedermayer2002-09-12
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-12
* Change calls to abort() to be calls to av_abort()Philip Gladstone2002-09-12
* * Add code to pace sending a stream when it is being sent from a file.Philip Gladstone2002-09-12
* Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone2002-09-12
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-12
* mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualc...Max Krasnyansky2002-09-11
* fixing raw yuv inputMichael Niedermayer2002-09-11
* put/avg_pixels16Michael Niedermayer2002-09-11
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-11