]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-08-30 Michael Niedermayerclarify
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-08-29 Nico Sabbiinstall opt.h
2006-08-29 Ramiro PollaUse av_malloc instead of plain malloc where appropriate
2006-08-29 Allan Sandfeld... add support for information in CDXA format
2006-08-29 Guillaume PoirierAdd missing file from commit r6122 (AVISynth support)
2006-08-29 Steve L'HommeAVISynth support, patch by Steve Lhomme % slhomme A...
2006-08-29 Loren Merrittslightly faster deblock
2006-08-28 Aurelien Jacobsuse the A32_BITSTREAM_READER by default on ARM (faster)
2006-08-28 Aurelien JacobsALT_BITSTREAM_READER_LE is obviously not needed for...
2006-08-28 Aurelien Jacobsforce usage of ALT_BITSTREAM_READER where needed
2006-08-28 Aurelien Jacobsmove some functions to bitstream.h to avoid conflicts
2006-08-28 Michael Niedermayerfix buffer handling
2006-08-28 Luca AbeniMinimal support for the new pixel formats in libavcodec
2006-08-28 Víctor Paesaconvert null vhook to libswscale
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-08-28 Luca AbeniAdd some new pixel formats to libavutil
2006-08-27 Michael Niedermayeroverread AV_LOG_ERROR -> AV_LOG_DEBUG
2006-08-27 Nico Sabbiscan s->probesize packets instead of MAX_SCAN_PACKETS...
2006-08-27 Nico Sabbiadded option probesize; at the moment only used by...
2006-08-27 Nico Sabbiinitial support for AVOption in AVFormatContext
2006-08-27 Michael Niedermayerfix low bitrate mp3
2006-08-27 Loren Merritttweak cabac. 0.5% faster h264.
2006-08-27 Michael Niedermayercheck the validity of the amount of the remaining bytes...
2006-08-26 Michael Niedermayerunused var
2006-08-26 Michael Niedermayerdont copy frame if the whole mp1/2/3 frame is available...
2006-08-26 Aurelien JacobsFix A32_BITSTREAM_READER compilation on x86
2006-08-26 Michael Niedermayermake mpa_decode_header() 10 times faster
2006-08-26 Michael Niedermayeranother silly typo which surprisingly neither valgrind...
2006-08-26 Michael Niedermayer10l found by valgrind
2006-08-26 Michael Niedermayerremove duplicated parser, people who pass random gibble...
2006-08-26 Michael Niedermayer2nd try of skip_bits_long() for the ALT reader
2006-08-26 Michael Niedermayermake A32 reader align its ptr during init no matter...
2006-08-26 Michael Niedermayer3rd try :)
2006-08-26 Michael Niedermayer2nd try for a skip_bits_long() for the A32 reader
2006-08-26 Michael Niedermayermove align_get_bits() to .h to avoid conflicts between...
2006-08-26 Michael Niedermayerprevent bitstream reader to be overriden
2006-08-25 Michael Niedermayersupport some totally broken ODML variant
2006-08-25 Ramiro PollaThe FFLDFLAGS for MinGW are only meant for the shared...
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
next