| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | remove duplicate code | Baptiste Coudurier | 2006-08-03 | 1 | -8/+5 |
* | attempt to demux clip wrapped content | Baptiste Coudurier | 2006-08-03 | 1 | -38/+59 |
* | add codec detection based on essence container ul | Baptiste Coudurier | 2006-08-03 | 1 | -0/+19 |
* | 10l, vorbis_inverse_coupling_sse() was really 3dnow | Loren Merritt | 2006-08-03 | 1 | -3/+3 |
* | another div -> fastdiv, another 2% faster vorbis. | Loren Merritt | 2006-08-03 | 1 | -1/+3 |
* | Looks like to be a good time to re-enable WMV3 decoder | Kostya Shishkov | 2006-08-03 | 1 | -2/+0 |
* | Don't try to decode P-frames from old WMV3 variant until their format is figured | Kostya Shishkov | 2006-08-03 | 1 | -2/+4 |
* | Some AltiVec optimizations for VC-1 | Kostya Shishkov | 2006-08-03 | 3 | -1/+377 |
* | sse & sse2 implementations of vorbis channel coupling. | Loren Merritt | 2006-08-03 | 5 | -20/+95 |
* | int16_t is faster than int_fast16_t for division. | Loren Merritt | 2006-08-03 | 1 | -2/+2 |
* | set supported pixel formats correctly | Michael Niedermayer | 2006-08-02 | 1 | -0/+2 |
* | avoid possible segfault situations | Luca Barbato | 2006-08-02 | 1 | -4/+4 |