| Commit message (Expand) | Author | Age | Files | Lines |
* | floating point "emulation" code | Michael Niedermayer | 2006-08-08 | 2 | -0/+155 |
* | 3dnow2 implementation of imdct. | Loren Merritt | 2006-08-08 | 5 | -7/+93 |
* | use correct tag for h263 in mov | Baptiste Coudurier | 2006-08-07 | 1 | -2/+8 |
* | detailed infos about d263 atom | Baptiste Coudurier | 2006-08-07 | 1 | -2/+4 |
* | update regression tests for patches r5945-r5950 based on patch by Francois Dr... | Baptiste Coudurier | 2006-08-07 | 1 | -2/+2 |
* | indention | Baptiste Coudurier | 2006-08-07 | 1 | -8/+8 |
* | only set fields for mov, reserved for 3gp, mp4 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+8 |
* | sampleSize field to 16, reserved for mp4 and 3gp | Baptiste Coudurier | 2006-08-07 | 1 | -3/+2 |
* | mp4, 3gp field is reserved and value is 2 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+1 |
* | use ternary | Baptiste Coudurier | 2006-08-07 | 1 | -5/+1 |
* | vbr compression id is only used in mov | Baptiste Coudurier | 2006-08-07 | 1 | -7/+7 |
* | Cygwin compilation and Cygwin/MinGW crosscompilation sections | Diego Biurrun | 2006-08-07 | 1 | -0/+54 |
* | r5939 (flvenc.c) rotozoom regression update | Baptiste Coudurier | 2006-08-07 | 1 | -2/+2 |
* | editorial changes | Diego Biurrun | 2006-08-07 | 1 | -9/+9 |
* | things to take care of for the next soc | Michael Niedermayer | 2006-08-07 | 1 | -0/+24 |
* | Cosmetics: 2->4 spaces and some braces | Luca Barbato | 2006-08-06 | 1 | -135/+126 |
* | always write duration and file size, fix seeking, progress bar is now active | Baptiste Coudurier | 2006-08-06 | 3 | -13/+22 |
* | Correct MC for B-frames and some improvements (not 100% complete though) | Kostya Shishkov | 2006-08-06 | 1 | -13/+135 |
* | Bicubic interpolation requires two additional pixels for block | Kostya Shishkov | 2006-08-06 | 1 | -2/+2 |
* | Another PIX_FMT_ ---> IMGFMT_ conversion | Luca Abeni | 2006-08-05 | 1 | -0/+1 |
* | Avoid segfaulting if the swscale context cannot be allocated | Luca Abeni | 2006-08-05 | 1 | -0/+4 |
* | Fix "-aspect" when "-pad*" is used | Luca Abeni | 2006-08-05 | 1 | -1/+1 |
* | Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. | Diego Biurrun | 2006-08-05 | 3 | -10/+12 |
* | printf -> av_log, only occurs in DEBUG cases | Mike Melanson | 2006-08-04 | 1 | -2/+2 |
* | Yet another typo | Luca Barbato | 2006-08-04 | 1 | -2/+2 |
* | Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo... | Luca Barbato | 2006-08-04 | 1 | -4/+4 |
* | Shared libraries should go in $PREFIX on MinGW. | Diego Biurrun | 2006-08-04 | 1 | -1/+2 |
* | Remove MinGW specialcasing and make shared library installation compatible | Diego Biurrun | 2006-08-04 | 1 | -12/+4 |
* | Add quotes where necessary. | Diego Biurrun | 2006-08-04 | 1 | -10/+10 |
* | 100l: intensity compensation must be also done in 4-MV mode | Kostya Shishkov | 2006-08-04 | 1 | -2/+30 |
* | Shared libraries now go in $(shlibdir), not $(libdir). | Diego Biurrun | 2006-08-03 | 2 | -6/+6 |
* | detect more broken shells | Måns Rullgård | 2006-08-03 | 1 | -1/+2 |
* | simplify command logging | Måns Rullgård | 2006-08-03 | 1 | -3/+1 |
* | Add $(EXESUF) where necessary, fixes regression tests under MinGW. | Víctor Paesa | 2006-08-03 | 1 | -4/+4 |
* | Move output_example.c and ffplay.c to the swscale interface | Luca Abeni | 2006-08-03 | 2 | -6/+33 |
* | Don't hardcode .dll in the MinGW section, use $SLIBSUF instead. | Diego Biurrun | 2006-08-03 | 1 | -2/+2 |
* | Move MinGW special casing for shared lib creation to configure. | Diego Biurrun | 2006-08-03 | 2 | -3/+3 |
* | sample size is 1 if bits per sample is 8 and mono channel | Baptiste Coudurier | 2006-08-03 | 1 | -1/+1 |
* | standalone snow dsputil init | Luca Barbato | 2006-08-03 | 2 | -17/+13 |
* | Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: | Luca Barbato | 2006-08-03 | 3 | -81/+62 |
* | revert r5909, dont use non constant static variable, breaks multithreaded apps | Baptiste Coudurier | 2006-08-03 | 1 | -10/+1 |
* | Minor fix | Luca Barbato | 2006-08-03 | 1 | -6/+6 |
* | avoid alignment hacks, luckly gcc does the right thing on arches different fr... | Luca Barbato | 2006-08-03 | 1 | -38/+25 |
* | vorbis_inverse_coupling_altivec | Luca Barbato | 2006-08-03 | 1 | -0/+23 |
* | Cleanup | Luca Barbato | 2006-08-03 | 1 | -4/+1 |
* | VC-1/WMV3/WMV9 decoder | Diego Biurrun | 2006-08-03 | 1 | -0/+1 |
* | parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf | Baptiste Coudurier | 2006-08-03 | 1 | -0/+11 |
* | skip run-in sequence before reading header | Baptiste Coudurier | 2006-08-03 | 1 | -1/+10 |
* | again, disable DEBUG | Baptiste Coudurier | 2006-08-03 | 1 | -1/+1 |
* | 10l, check container_ul existence | Baptiste Coudurier | 2006-08-03 | 1 | -2/+2 |