summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
* use ternaryBaptiste Coudurier2006-08-07
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-07
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-07
* editorial changesDiego Biurrun2006-08-07
* things to take care of for the next socMichael Niedermayer2006-08-07
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-06
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-06
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-05
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-05
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-05
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-04