summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* floating point "emulation" codeMichael Niedermayer2006-08-082-0/+155
* 3dnow2 implementation of imdct.Loren Merritt2006-08-085-7/+93
* use correct tag for h263 in movBaptiste Coudurier2006-08-071-2/+8
* detailed infos about d263 atomBaptiste Coudurier2006-08-071-2/+4
* update regression tests for patches r5945-r5950 based on patch by Francois Dr...Baptiste Coudurier2006-08-071-2/+2
* indentionBaptiste Coudurier2006-08-071-8/+8
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-071-1/+8
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-071-3/+2
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-071-1/+1
* use ternaryBaptiste Coudurier2006-08-071-5/+1
* vbr compression id is only used in movBaptiste Coudurier2006-08-071-7/+7
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-071-0/+54
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-071-2/+2
* editorial changesDiego Biurrun2006-08-071-9/+9
* things to take care of for the next socMichael Niedermayer2006-08-071-0/+24
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-061-135/+126
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-063-13/+22
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-061-13/+135
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-061-2/+2
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-051-0/+1
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-051-0/+4
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-051-1/+1
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-053-10/+12
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-041-2/+2
* Yet another typoLuca Barbato2006-08-041-2/+2
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-041-4/+4
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-041-1/+2
* Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun2006-08-041-12/+4
* Add quotes where necessary.Diego Biurrun2006-08-041-10/+10
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-041-2/+30
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-032-6/+6
* detect more broken shellsMåns Rullgård2006-08-031-1/+2
* simplify command loggingMåns Rullgård2006-08-031-3/+1
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-031-4/+4
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-032-6/+33
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-031-2/+2
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-032-3/+3
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-031-1/+1
* standalone snow dsputil initLuca Barbato2006-08-032-17/+13
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-033-81/+62
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-031-10/+1
* Minor fixLuca Barbato2006-08-031-6/+6
* avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato2006-08-031-38/+25
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-031-0/+23
* CleanupLuca Barbato2006-08-031-4/+1
* VC-1/WMV3/WMV9 decoderDiego Biurrun2006-08-031-0/+1
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-031-0/+11
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-031-1/+10
* again, disable DEBUGBaptiste Coudurier2006-08-031-1/+1
* 10l, check container_ul existenceBaptiste Coudurier2006-08-031-2/+2