summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-07
| | | | | | based on patch by Víctor Paesa <wzrlpy@arsystel.com> Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* editorial changesDiego Biurrun2006-08-07
| | | | Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* things to take care of for the next socMichael Niedermayer2006-08-07
| | | | Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
| | | | Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
| | | | Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-06
| | | | Originally committed as revision 5938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-06
| | | | Originally committed as revision 5937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-05
| | | | Originally committed as revision 19342 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-05
| | | | Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-05
| | | | Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
| | | | Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-04
| | | | Originally committed as revision 5934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet another typoLuca Barbato2006-08-04
| | | | Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta ↵Luca Barbato2006-08-04
| | | | | | <exg@gentoo.org> for pointing out the issue and the patch Originally committed as revision 5932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-04
| | | | Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun2006-08-04
| | | | | | with MinGW where ln is emulated by cp. Originally committed as revision 5930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add quotes where necessary.Diego Biurrun2006-08-04
| | | | Originally committed as revision 5929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-04
| | | | Originally committed as revision 5928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-03
| | | | Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect more broken shellsMåns Rullgård2006-08-03
| | | | Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify command loggingMåns Rullgård2006-08-03
| | | | Originally committed as revision 5925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa2006-08-03
| | | | | | patch by Víctor Paesa, wzrlpy $@$ arsystel dot com Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-03
| | | | Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-03
| | | | Originally committed as revision 5922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-03
| | | | Originally committed as revision 5921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* standalone snow dsputil initLuca Barbato2006-08-03
| | | | Originally committed as revision 5919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
| | | | | | | | - whitespace consistency 2->4 [dsputil_init_ppc] - reorder struct initialization with dsputil_init_altivec [dsputil_init_ppc] - use casts instead of temp variables [vorbis_inverse_coupling_altivec] Originally committed as revision 5918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2006-08-03
| | | | Originally committed as revision 5916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid alignment hacks, luckly gcc does the right thing on arches different ↵Luca Barbato2006-08-03
| | | | | | from x86 Originally committed as revision 5915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
| | | | Originally committed as revision 5914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CleanupLuca Barbato2006-08-03
| | | | Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1/WMV3/WMV9 decoderDiego Biurrun2006-08-03
| | | | Originally committed as revision 5912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* again, disable DEBUGBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, check container_ul existenceBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate codeBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec detection based on essence container ulBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-03
| | | | Originally committed as revision 5903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-03
| | | | Originally committed as revision 5902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-03
| | | | Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk