]> git.sesse.net Git - ffmpeg/history - libavcodec
sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe...
[ffmpeg] / libavcodec /
2003-01-11 Felix von Leitnersse16 & pix_norm1 optimization patch by (Felix von...
2003-01-11 Felix von Leitneradd/diff_bytes bugfix patch by (Felix von Leitner ...
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2003-01-11 Fabrice Bellardadded missing formats in all functions - added monoblac...
2003-01-11 Fabrice Bellardmoved avpicture_xxx to imgconvert
2003-01-11 Fabrice Bellardbuild update - avpicture_fill() returns the image size
2003-01-11 Fabrice Bellardchanged BGRA32 to RGBA32. XXX: clarify expected behavio...
2003-01-11 Fabrice Bellardsimplified code (need automatic testing) - added primit...
2003-01-11 Fabrice Bellardmoved avcodec_get_chroma_sub_sample() to imgconvert.c
2003-01-11 Fabrice Bellardnew image formats - suppressed ill defined formats...
2003-01-10 Falk HüffnerImplement sad8x8 and sad16x16 with pix_abs.
2003-01-09 Michael Niedermayertypo (noticed by kabi)
2003-01-09 Michael Niedermayerqpel fix
2003-01-09 Michael Niedermayerfixed wmv2 slices
2003-01-09 Michael Niedermayerworkaround dropable p frame after first frame bug
2003-01-08 Fabrice Bellardaltivec patches by Romain Dolbeau
2003-01-07 Fabrice Bellardsuppressed getopt.h
2003-01-07 Fabrice Bellardtests link all libavcodec
2003-01-07 Fabrice Bellardsuppressed pix_norm_altivec
2003-01-07 Fabrice Bellardsuppressed redundant math.h - suppressed M_PI redefinition
2003-01-07 Fabrice Bellardgeneric M_PI define
2003-01-07 Fabrice Bellardfft altivec by Romain Dolbeau - simplified patch, test...
2003-01-07 Fabrice Bellardremoved redundant includes
2003-01-07 Fabrice Bellardenabled SSE fft (first code using GCC 3.2 vector builti...
2003-01-07 Fabrice Bellardalign fixes for sse/altivec
2003-01-07 Fabrice Bellardenabled SSE fft on x86
2003-01-07 Fabrice Bellarduse av_malloc instead of malloc
2003-01-07 Fabrice Bellardcompile fixes
2003-01-07 Fabrice Bellardadded define for builtins use - inverse fix by Romain...
2003-01-07 Michael NiedermayerPIC / ebx fix
2003-01-07 Michael Niedermayermore gcc bug workarounds
2003-01-07 Michael Niedermayergcc 3.2.2 -O3 bug workaround (older gcc are very likely...
2003-01-06 Fabrice Bellardoops : better error resilience - should fix most wma...
2003-01-06 Zdenek Kabelac* avoid usage of next/last buffer after flush
2003-01-06 Zdenek Kabelac* first shot for generaly usable option parser for...
2003-01-06 Michael Niedermayer1000l (push & esp) using mangle now ...
2003-01-06 Michael Niedermayerb frame segfault fix
2003-01-05 Michael Niedermayerqpel in b frames bugfixes
2003-01-05 Michael Niedermayerslowdown / gcc 2.95.* bug workaround (this should be...
2003-01-05 Michael Niedermayernegative linesize support (so mplayer -flip works)
2003-01-05 Thomas Jaroschpts encoding fix patch by (Thomas Jarosch <tomj at...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-03 Michael Niedermayermpeg4 header encoding bugfix
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-02 Michael Niedermayermotion estimation pre pass
2003-01-01 Michael Niedermayerbugfix
2003-01-01 bubuwarnings patch by (bubu <bubu at bubu dot net>)
2003-01-01 Michael Niedermayershape adaptive diamonds for EPZS
2003-01-01 Michael Niedermayertrellis quantization for mpeg1
2002-12-31 Michael Niedermayermore optimized trellis quantizer
2002-12-31 Michael Niedermayertrellis quantization
2002-12-30 Michael Niedermayercorrecter mpeg4 headers
2002-12-29 Michael Niedermayerremoving PIX_FMT_ANY
2002-12-29 Michael Niedermayerbetter set pix_fmt explicitly
2002-12-29 Michael Niedermayerxvid build 3 still has the padding wrong in 1/8 of...
2002-12-27 Michael Niedermayerqpel encoding
2002-12-22 Alex Beregszaszidisabled aspect code due to it is extra buggy
2002-12-21 Mark Hillsfixes crash patch by (Mark Hills <mark at pogo dot...
2002-12-19 Zdenek Kabelac* fix for empty image queue
2002-12-18 Michael Niedermayermb qp limits
2002-12-18 Michael Niedermayersupport dumping the qscale stuff to the screen
2002-12-17 Michael Niedermayermore debug output
2002-12-15 Jürgen Keilmlib fix patch by (Juergen Keil <jk at tools dot de>)
2002-12-11 Michael Niedermayerfixing playback of DaveMatthews_Crash_PocketPC.avi
2002-12-09 Zdenek Kabelac* fill codec_id in codec_open
2002-12-09 Michael Niedermayer100l
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-09 Michael Niedermayercorrect mpeg4 vo type
2002-12-08 Michael Niedermayerremove fake wmv2 codec
2002-12-07 Michael Niedermayerump4 decoding fixed
2002-12-06 Dieterpractically disabling altivec resampling code (some...
2002-12-06 Michael Niedermayerfixing api-example
2002-12-06 Michael Niedermayeraspect ratio encoding for mpeg1
2002-12-06 Michael Niedermayermpeg1&2 aspect decoding
2002-12-06 Michael Niedermayerfixing aspect (hopefully, i couldnt reproduce the bug)
2002-12-06 Michael Niedermayerfixing 2pass assert failure
2002-12-06 Michael Niedermayermissing "\" (found by nick)
2002-12-05 Michael Niedermayerbetter? scene change detection
2002-12-05 Michael Niedermayerfixing hq + adaptive quant
2002-12-05 Michael Niedermayerdrop b frames if there are no reference frames
2002-12-04 Michael Niedermayerfixing files where the first frame isn a keyframe
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-12-04 Michael Niedermayerprint a warning if something allocates 0 bytes
2002-12-04 Michael Niedermayerworkaround old xvid bug
2002-12-04 Michael Niedermayerspecific debug output support
2002-12-04 Michael Niedermayerfixing illegal 3. esc bug (the mpeg4 std only requires...
2002-12-04 Michael Niedermayeruse spatial error concealment if we dont have a previou...
2002-12-04 Michael Niedermayercleanup
2002-12-03 Zdenek Kabelac* two functions to handle allocation of static data...
2002-12-03 Alex Beregszaszi10l fix
2002-12-03 Michael Niedermayer100l (sad8x8_x2 had params in wrong order)
2002-12-03 Michael Niedermayer100l (mixing chroma & luma linesize)
2002-11-30 Philip GladstoneSimplify an expression and eliminate a compile warning
2002-11-27 Falk HüffnerKludge around compilation failure on Alpha.
2002-11-26 Francisco Javier... via c3 fix patch by (Francisco Javier Cabello Torres...
2002-11-26 Michael Niedermayerapiexample doesnt send complete frames to the codec
2002-11-26 Brian Foleyaltivec accelerated v-resample patch by (Brian Foley...
2002-11-26 François RevolAvoid "unused variable 'c'" warning.
next