summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove duplicate codeBaptiste Coudurier2006-08-031-8/+5
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-031-38/+59
* add codec detection based on essence container ulBaptiste Coudurier2006-08-031-0/+19
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-031-3/+3
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-031-1/+3
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-031-2/+0
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-031-2/+4
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-033-1/+377
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-035-20/+95
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-031-2/+2
* set supported pixel formats correctlyMichael Niedermayer2006-08-021-0/+2
* avoid possible segfault situationsLuca Barbato2006-08-021-4/+4
OpenPOWER on IntegriCloud