]> git.sesse.net Git - ffmpeg/history - libavcodec
avoid too many false detections
[ffmpeg] / libavcodec /
2003-02-02 Fabrice Bellardhandle odd image sizes when using subsampled chroma...
2003-02-01 Fabrice Bellarddependencies are only build with make depend
2003-02-01 Michael Niedermayerfix for ppc compile broken by (Romain Dolbeau <dolbeau...
2003-01-29 Michael Niedermayer100000l
2003-01-29 Michael Niedermayerbugfix
2003-01-29 Michael Niedermayer--disable-risky support
2003-01-28 Zdenek Kabelac* headers valid for C++ compilers
2003-01-28 Fabrice Bellardwin32: rint() does not seem to be defined with mingw32...
2003-01-28 Fabrice Bellardwin32: added vsnprintf
2003-01-28 Michael Niedermayer10l / 4mv segfault fix
2003-01-27 Michael Niedermayeroptimizing av_log2
2003-01-27 Fabrice BellardDV audio decoder by Roman Shaposhnick
2003-01-26 Michael Niedermayerdrawing cute arrows instead of lame lines for motion...
2003-01-26 Michael Niedermayerfeeding doxygen
2003-01-26 Romain DolbeauAltivec on non darwin systems patch by Romain Dolbeau
2003-01-23 Fabrice Bellardremoved warning
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-23 Fabrice Bellardundefine malloc macros
2003-01-23 Michael Niedermayerreversing my own stupidity ... (raw packed yuv422 files...
2003-01-22 Fabrice Bellardfixed dependancy generation (I want the case where...
2003-01-21 Michael Niedermayercleanup
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-20 Romain DolbeauMore AltiVec MC functions patch by (Romain Dolbeau...
2003-01-20 Max Krasnyanskyimg_convert() (YUV to YUV) patch by (Max Krasnyansky...
2003-01-20 Fabrice Bellardadded gray<->RGB functions - fixed rgb<->yuv functions...
2003-01-20 Michael Niedermayertrying to fix mb skip bug in mpeg1/2 if slices are...
2003-01-20 Michael Niedermayerfixing yuv422 -> yuv420p (i need that for the vceq...
2003-01-20 Zdenek Kabelac* code for parsing options
2003-01-20 Nick Kurshevreverse
2003-01-20 Nick KurshevFunction renaming. Solves some namespace conflicts
2003-01-19 Michael Niedermayeralign
2003-01-19 Romain DolbeauPPC perf, PPC clear_block, AltiVec put_pixels8_xy2...
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-19 Falk Hüffnersse16_c is totally fucked up (unaligned loads, LONG_MAX...
2003-01-18 Michael Niedermayerbugs
2003-01-17 Arpi- removed nonsense *.d dependancy stuff, there was...
2003-01-16 Michael NiedermayerAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-14 Michael Niedermayer10l
2003-01-14 Philip GladstoneAUtomatic dependency generation. Runs on Linux (at...
2003-01-13 Michael Niedermayerpadding bug autodetection improvement 2nd try
2003-01-13 Michael Niedermayerbetter padding/stuffing bug autodetection
2003-01-13 Michael Niedermayergmc1 segfault fix (found by kabi)
2003-01-12 Michael Niedermayerdct_unquantize_h263_altivec by (Romain Dolbeau <dolbeau...
2003-01-12 Michael Niedermayer/* align 16 */
2003-01-12 Michael Niedermayeraverage motion vector rounding like the reference says...
2003-01-12 Michael Niedermayerget_format()
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
next