summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* trying to fix av_realloc()Michael Niedermayer2006-08-13
* Mention MacIntel supportGuillaume Poirier2006-08-13
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-13
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
* align av_realloc()Michael Niedermayer2006-08-13
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-13
* mailinglistMichael Niedermayer2006-08-12
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-12
* Add #define REGcGuillaume Poirier2006-08-12
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-11
* update documentationBaptiste Coudurier2006-08-11
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
* vorbis simd tweaksLoren Merritt2006-08-11
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-11
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-11
* set elst start time to first ptsBaptiste Coudurier2006-08-11
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-11
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-11
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-10
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-10
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-10
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-10
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-10
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-10
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-10
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-10
* fourcc cleanupBaptiste Coudurier2006-08-09
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
* Correct wrong memset invocation.Panagiotis Issaris2006-08-09
* emms -> femmsLoren Merritt2006-08-09
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-09
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-08
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-08
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-08
* timestamp debugging av_logs()Michael Niedermayer2006-08-08
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-08
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-08
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
* floating point "emulation" codeMichael Niedermayer2006-08-08
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
* use correct tag for h263 in movBaptiste Coudurier2006-08-07
* detailed infos about d263 atomBaptiste Coudurier2006-08-07
* update regression tests for patches r5945-r5950 based on patch by Francois Dr...Baptiste Coudurier2006-08-07
* indentionBaptiste Coudurier2006-08-07