]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-08-25 Diego BiurrunFFMPEG_VERSION was moved to version.h.
2006-08-25 Michael Niedermayeravoid branch
2006-08-25 Michael Niedermayermove variable declarations so that their scope is smaller
2006-08-25 Michael Niedermayermove the +400 out of the innermost loop
2006-08-25 Michael Niedermayeravoid reading exponent twice
2006-08-25 Michael Niedermayerreduce size of vlc table, thats slightly faster here
2006-08-25 Michael Niedermayertry to avoid l3_unscale() by using a table
2006-08-25 Michael Niedermayerreplace l3_unscale(1, exponents[pos]) by LUT
2006-08-25 Michael Niedermayermaybe fixing the segfault on ARM
2006-08-24 Aurelien Jacobscook shouldn't try to enforce the bitstream reader...
2006-08-24 Baptiste Coudurierfix mac3audio.mov, pcm_s8 and pcm_u8 can only have...
2006-08-24 Baptiste Couduriercorrect uid, and enable JPEG 2000 detection
2006-08-24 Nigel PearsonUse add_cflags/add_ldflags/add_extralibs instead of...
2006-08-24 Baptiste Coudurieradd codec id and tag for JPEG 2000
2006-08-24 Michel BardiauxUpdate the FAQ with the current status of image formats.
2006-08-24 Michael Niedermayer10l typo
2006-08-24 Michael Niedermayeravoid a few if(x==0) checks in the inner loops
2006-08-24 Baptiste Coudurierwide atom is only defined in mov, use free for mp4/3gp
2006-08-24 Baptiste Couduriermove amr parameters adjusting like other codecs
2006-08-24 Michael Niedermayerfix non ALT bitstream reader
2006-08-24 Baptiste Coudurierdont set width/height for h261/h263/mpeg4 since they...
2006-08-24 Michael Niedermayeroptimize reorder_block() though this function seems...
2006-08-24 Michael Niedermayersimplify
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Coudurierput dv demuxing code around ifdef
2006-08-24 Baptiste Couduriersupport vdva fourcc (dv + dv audio in mov)
2006-08-24 Brian Bricefix ODML AVI Duration for files > 2GB
2006-08-24 Michael Niedermayerdont copy the whole GetBitContext around
2006-08-24 Michael Niedermayerfaster handling of zero coeffs in the low freq decode
2006-08-24 Michael Niedermayeroptimizing high freq decode
2006-08-24 Michael Niedermayeruse memset() instead of slow c loops
2006-08-23 Michael Niedermayersimplify
2006-08-23 Aurelien Jacobsfix arm asm compilation in mpegaudiodec
2006-08-23 Michael BenjaminBlackfin processor support
2006-08-23 Michael Niedermayerfix fallback if theres no index
2006-08-23 Michael Niedermayerread and use index (based on a patch by John Donaghy...
2006-08-23 Steve L'Hommevalue_num should also be 64bit (1 hunk from the asf...
2006-08-23 Michael Niedermayertotal_size should be 64bit (1 hunk of the asf seeking...
2006-08-22 Baptiste CoudurierAlignment of the LT window, segfault fix patch by Bapti...
2006-08-22 Michael NiedermayerMUL* for ARM code based on a patch by Siarhei Siamashka
2006-08-22 Michael Niedermayerreplace MULL with asm too, no significnat speedup but...
2006-08-22 Michael Niedermayerreplacing MULH by asm for x86
2006-08-22 Michael Niedermayerindent preprocessor directives
2006-08-22 Michael Niedermayermake high precission synth filter 3 times faster on x86
2006-08-22 Michael Niedermayerreplace MULL by MULH + shift in dct32() (code is very...
2006-08-21 Reimar Döffingercc -> $cc typo fix, caused amd64 to be misdetected...
2006-08-21 Baptiste Coudurierset correct first gop closed value
2006-08-21 Baptiste Coudurierrename closed_gop to first_gop_closed
2006-08-21 Baptiste Couduriergxf regression tests
2006-08-21 Baptiste Coudurierinit buffer
2006-08-21 Luca AbeniAllow to compile swscale tests
2006-08-21 Michael Niedermayerreplace a few MULL by MULH
2006-08-21 Baptiste Coudurieradd fullname
2006-08-20 Michael Niedermayerreorder butterflies to reduce memory load/store
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-08-20 Michael Niedermayercompatibility warning
2006-08-20 Michael Niedermayercleanup PixelFormat a little
2006-08-20 Michael Niedermayerattribute_deprecated
2006-08-19 Michael Niedermayercosmetics
2006-08-19 Diego Biurrunspelling fixes for the last commit
2006-08-19 Michael NiedermayerSWAP
2006-08-19 Michael Niedermayeraudio format conversion
2006-08-19 Benjamin Larsson-async and -vsync documentation. Based on info from...
2006-08-19 Luca AbeniAllow swscale emulation header to be included by C...
2006-08-19 Benjamin LarssonSIMD vector optimizations. 3% faster overall decoding.
2006-08-19 Michael Niedermayerfix probing of 02-Penguin.flac
2006-08-19 Loren Merrittuse ff_fft_calc_3dn2 instead of sse on a K8.
2006-08-18 Loren Merrittff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline...
2006-08-18 David ConradAVI tag reading and writing patch by David Conrad.
2006-08-18 Diego BiurrunExplicitly include libmpcodecs/img_format.h and libvo...
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-08-18 Michael Niedermayersimplify
2006-08-18 Michael Niedermayerav_free* cleanup
2006-08-18 Steve L'HommeAdd YV12 support, patch by Steve Lhomme % steve P lhomm...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-17 Luca Barbatoadd --disable-ipv6 option to configure
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-17 Diego Biurrunsimplification cosmetics
2006-08-17 Diego BiurrunRevert last commit, VPATH is necessary for out-of-tree...
2006-08-17 Diego BiurrunRemove unnecessary include and variable declaration.
2006-08-17 Diego BiurrunMake vhook CFLAGS handling less confusing.
2006-08-17 Diego BiurrunSimplify dsptest* rule and add libavutil to the dsptest...
2006-08-17 Diego BiurrunRemove unnecessary -I. option.
2006-08-17 Diego BiurrunRemove duplicate -I option.
2006-08-17 Michael Niedermayerrevert aligned realloc() changesm this should be identi...
2006-08-17 Michael Niedermayercleanup
2006-08-17 Michael Niedermayerinsufficient alignment
2006-08-16 Luca AbeniFix compilation as a win32 shared library (libavutil...
2006-08-16 Dennis MelentyevFreeBSD malloc aligns on 16 byte boundaries, so no...
2006-08-16 John DalglieshIt's not possible to portably echo a backslash, use...
2006-08-15 Diego BiurrunSimplify expression by using single quotes and avoiding...
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-15 Diego BiurrunMac OS X requires running ranlib on static libraries...
2006-08-15 Guillaume PoirierCompile fix (for GCC<3.3) when encoders are disabled
2006-08-15 Uoti UrpalaFix compilation with -no-PIC and without -fomit-frame...
2006-08-15 Jason Tackaberry-fPIC support for libswscale
2006-08-14 Luca Barbatoaltivec float optimizations
2006-08-14 Michael Niedermayerfix codec timebase and timestamps
2006-08-14 Michael Niedermayerfix h261 parsing bug
2006-08-13 Michael Niedermayertrying to fix av_realloc()
next