Baptiste Coudurier
86ca5710bb
mp4, 3gp field is reserved and value is 2
...
Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
57ef6acc39
use ternary
...
Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c096ebca48
vbr compression id is only used in mov
...
Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
30aee296ea
Cygwin compilation and Cygwin/MinGW crosscompilation sections
...
based on patch by Víctor Paesa <wzrlpy@arsystel.com>
Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ba19d25a55
r5939 (flvenc.c) rotozoom regression update
...
Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a67a96a053
editorial changes
...
Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
4f9807d8f8
things to take care of for the next soc
...
Originally committed as revision 5941 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
bf29ed5dbc
Cosmetics: 2->4 spaces and some braces
...
Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
634b8cfaf4
always write duration and file size, fix seeking, progress bar is now active
...
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
fb2d9140e4
Correct MC for B-frames and some improvements (not 100% complete though)
...
Originally committed as revision 5938 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
78cbfc0c88
Bicubic interpolation requires two additional pixels for block
...
Originally committed as revision 5937 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
c792037176
Another PIX_FMT_ ---> IMGFMT_ conversion
...
Originally committed as revision 19342 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Luca Abeni
0b50ac8a0f
Avoid segfaulting if the swscale context cannot be allocated
...
Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
e7268d51af
Fix "-aspect" when "-pad*" is used
...
Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dbdae6ec54
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
...
Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
19 years ago
Mike Melanson
9bd0d79fcb
printf -> av_log, only occurs in DEBUG cases
...
Originally committed as revision 5934 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
c489d907e1
Yet another typo
...
Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
532877894b
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch
...
Originally committed as revision 5932 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1066a99540
Shared libraries should go in $PREFIX on MinGW.
...
Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e35a3b7d65
Remove MinGW specialcasing and make shared library installation compatible
...
with MinGW where ln is emulated by cp.
Originally committed as revision 5930 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
afa615327b
Add quotes where necessary.
...
Originally committed as revision 5929 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
99f649a265
100l: intensity compensation must be also done in 4-MV mode
...
Originally committed as revision 5928 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a1309f8f61
Shared libraries now go in $(shlibdir), not $(libdir).
...
Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
5237ce67eb
detect more broken shells
...
Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
b3cb5d519f
simplify command logging
...
Originally committed as revision 5925 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Víctor Paesa
f5c85943d0
Add $(EXESUF) where necessary, fixes regression tests under MinGW.
...
patch by Víctor Paesa, wzrlpy $@$ arsystel dot com
Originally committed as revision 5924 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
03ae87a3e8
Move output_example.c and ffplay.c to the swscale interface
...
Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dfeb80a5a9
Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.
...
Originally committed as revision 5922 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5cb854e1c6
Move MinGW special casing for shared lib creation to configure.
...
Originally committed as revision 5921 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2965f17b4f
sample size is 1 if bits per sample is 8 and mono channel
...
Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
7f624e80ef
standalone snow dsputil init
...
Originally committed as revision 5919 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
73e4ff9de9
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:
...
- 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
19 years ago
Baptiste Coudurier
f8503792f0
revert r5909, dont use non constant static variable, breaks multithreaded apps
...
Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
7c2a270b70
Minor fix
...
Originally committed as revision 5916 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
8047fe72a9
avoid alignment hacks, luckly gcc does the right thing on arches different from x86
...
Originally committed as revision 5915 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
3b0df5254e
vorbis_inverse_coupling_altivec
...
Originally committed as revision 5914 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
90530cec20
Cleanup
...
Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b394e39acf
VC-1/WMV3/WMV9 decoder
...
Originally committed as revision 5912 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e1dacee11e
parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
...
Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
61ca932e4a
skip run-in sequence before reading header
...
Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
49b6f16239
again, disable DEBUG
...
Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f0d4729212
10l, check container_ul existence
...
Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c2e8805441
remove duplicate code
...
Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3bb63b822f
attempt to demux clip wrapped content
...
Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
8c5002db17
add codec detection based on essence container ul
...
Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
cd035a6051
10l, vorbis_inverse_coupling_sse() was really 3dnow
...
Originally committed as revision 5903 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
32e8763103
another div -> fastdiv, another 2% faster vorbis.
...
Originally committed as revision 5902 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
c198597864
Looks like to be a good time to re-enable WMV3 decoder
...
Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
48d3fca717
Don't try to decode P-frames from old WMV3 variant until their format is figured
...
Originally committed as revision 5900 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
481fb636b1
Some AltiVec optimizations for VC-1
...
Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago