]> git.sesse.net Git - ffmpeg/history - libavcodec
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was...
[ffmpeg] / libavcodec /
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 Loren Merrittmmx implementation of deblocking strength decision.
2006-08-27 Michael Niedermayeroverread AV_LOG_ERROR -> AV_LOG_DEBUG
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 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 Coudurieradd codec id and tag for JPEG 2000
2006-08-24 Michael Niedermayer10l typo
2006-08-24 Michael Niedermayeravoid a few if(x==0) checks in the inner loops
2006-08-24 Michael Niedermayerfix non ALT bitstream reader
2006-08-24 Michael Niedermayeroptimize reorder_block() though this function seems...
2006-08-24 Michael Niedermayersimplify
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-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 Michael Niedermayerreplace a few MULL by MULH
2006-08-20 Michael Niedermayerreorder butterflies to reduce memory load/store
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-08-19 Michael Niedermayercosmetics
2006-08-19 Michael NiedermayerSWAP
2006-08-19 Michael Niedermayeraudio format conversion
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 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 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-08-18 Michael Niedermayersimplify
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 Michael Niedermayercleanup
2006-08-17 Michael Niedermayerinsufficient alignment
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-15 Guillaume PoirierCompile fix (for GCC<3.3) when encoders are disabled
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 Marco ManfrediniFix building with --disable-opts but MMX enabled.
2006-08-13 Luca BarbatoClean up:make dsputil subfile names consistent
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
2006-08-12 Marco ManfrediniFix CHECK_BIDIR macro so it works with Intel's Compiler
2006-08-11 Loren Merrittvorbis simd tweaks
2006-08-11 Kostya ShishkovDisable B-frames decoding until I return and finish...
2006-08-11 Luca Barbatokeep in sync with dsputil, makes --disable-decoder...
2006-08-10 Loren Merrittvorbis cosmetics: mdct0,mdct1 => mdct[2]
2006-08-10 Loren Merrittmisc tweaks in vorbis_residue_decode().
2006-08-10 Michael Niedermayerconvert vector_fmul_reverse_sse2 and vector_fmul_add_a...
2006-08-10 Loren Merrittsse and 3dnow implementations of float->int conversion...
2006-08-10 Loren Merrittr5954 broke fft on cpus with 3dnow but without mm3dnow.h
2006-08-10 Luca BarbatoFix x86 SIMD asm and pic, patch from Martin von Gagern...
2006-08-10 John DalglieshSupport for MacIntel, take xx: '/nop' illegal for old...
2006-08-10 John DalglieshAdd support for Mac OS X Intel part 2: Assembler macros...
2006-08-10 John DalglieshSupport for Mac OS X Intel, part 3: binary integer...
2006-08-09 Panagiotis IssarisCorrect wrong memset invocation.
2006-08-09 Loren Merrittemms -> femms
2006-08-09 Loren Merrittgcc 2.95 and 3.4.x on x86 32bit without fomit-frame...
2006-08-08 Loren Merrittslightly faster ff_imdct_calc_3dn2() on amd64. (gcc...
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-08-08 Michael Niedermayerchange vorbis_inverse_coupling_sse2() so it works on...
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
2006-08-06 Luca BarbatoCosmetics: 2->4 spaces and some braces
2006-08-06 Kostya ShishkovCorrect MC for B-frames and some improvements (not...
2006-08-06 Kostya ShishkovBicubic interpolation requires two additional pixels...
2006-08-04 Mike Melansonprintf -> av_log, only occurs in DEBUG cases
2006-08-04 Luca BarbatoYet another typo
next