Ramiro Polla
5e4c7ca224
Add attribute that forces alignment of stack to functions that need it.
...
Necessary for systems that don't align by default to 16 bytes, required by some
SSE instructions.
Requires GCC >= 4.2.
Based on patch by Gaël Chardon.
Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
345bb2ad90
special handling for vp3 idct, use the c reference
...
Originally committed as revision 10105 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
07c02992b9
use bytestream_get_le*() this also fixes a big endian bug
...
Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
8838141268
Make ffserver -h exit 0.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9d4edf966e
Make native and libnut NUT muxers mutually exclusive.
...
Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Bryant
a6ba65f7f2
Support for WavPack version 0x410 (false stereo chunks)
...
Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name);
Thread [PATCH] handle WavPack stream version 0x410
Originally committed as revision 10101 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
11ead90e23
Rename flag for consistency with the next commit
...
Originally committed as revision 10100 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
42c71907cb
Add av_get_bits_per_sample_format()
...
Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
99e8b22dc5
Use PRId64 in seek test
...
Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
40802d36bc
fix type 3 aka skipped blocks for old version
...
Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9ac34d947a
fix motion vectors for old version
...
Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
cf786021a6
set pix_fmt properly depending on version
...
Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
70bbeb6fbf
use version instead of some random 32bit value to switch between 16 and
...
32bit versions (this is more reliable, the old code failed on some files)
Originally committed as revision 10094 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a0d30cbcbf
replace vlc_type by version and set that from codec_tag which contains the
...
4xm video version from the demuxer
Originally committed as revision 10093 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a985a940c0
export 4xm video version
...
Originally committed as revision 10092 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b74fb935f8
support ifr2 from Toy-Story2_better-image-quality.4xa
...
Originally committed as revision 10091 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
3ca96802e2
use shorter types vec_"type" instead of the too long vector "type"
...
part 1 of h264 luma interpolation 8x8 for altivec contributed by
Mauricio Alvarez % lokifo A gmail P com %
Original thread:
Date: Jun 26, 2007 8:15 PM
Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec
Originally committed as revision 10090 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
62f68aa9bf
add second vlc table
...
pfr* of Toy-Story2_better-image-quality.4xa are decoded now without
bitstream errors
Originally committed as revision 10089 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
880e3ef413
add support for old flac in ogg
...
fixes samples.mplayerhq.hu/flac/Yesterday.ogg
closes issue73
Originally committed as revision 10088 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
4e68cb8ac7
restoring the alphabetical order (this time with case ignored)
...
Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
3b4e7bb3b6
Also check for closesocket in winsock2.h
...
Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
07870f8537
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
...
Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alexander Strange
880003bbb9
Don't check the return value of decode_cabac_residual since it always
...
returns 0. This leads to a 0.4% speed-up.
Patch by Alexander Strange astrange at_ ithinksw dot com
Original thread:
Date: Aug 11, 2007 11:44 PM
Subject: [FFmpeg-devel] [PATCH] h264: don't check decode_cabac_residual return
Originally committed as revision 10084 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
e56397800e
Ensure av_tree_insert() is defined before using it.
...
Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at
Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
88e2d5882b
more usage of av_clip()
...
Originally committed as revision 10082 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
e4a50e6d2e
one more simplification
...
Originally committed as revision 10081 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
295f373792
various simplifications around recent av_clip_int16() usage
...
Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b0f3382873
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
...
closes issue78
Originally committed as revision 10079 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
aee481cebe
use av_clip_int16() where it makes sense
...
Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
160ab30fcc
Set dts in tta demuxer
...
Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ddb8ebe7a1
add a new av_clip_int16() function to libavutil
...
Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b9c684a2b8
ensure av_noinline is always defined
...
Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
06c5c560ed
cola for diego
...
Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
70b4d49294
Enable swscale in MinGW vhooks only if swscale was configured.
...
Copied from Cygwin configure.
Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
68bf8d83c5
Bump minor number, NUT muxer was added.
...
Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
74f0780543
Make show-version exit 0.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
5c14a7955e
Make show-license exit 0.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefano Sabatini
c20bd3e0d8
Make ffmpeg -formats exit 0.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
63dd9d0ee3
simplify
...
Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d2062ff64d
do not remove FLAG_CODED
...
Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0e6472fdcb
remove useless code, found by oded
...
Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2529024b3c
this is debug not info
...
Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0701006e34
ensure that default_get_buffer() doesnt reuse images if the dimension or
...
pix_fmt changed
fixes heap overflow, possibly exploitable
Originally committed as revision 10064 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6aacfd22ab
dnxhd 120 interlaced support
...
Originally committed as revision 10063 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fbd69f519b
100000l (forgotten return)
...
Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
65d7d68b99
mention AVPROBE_PADDING_SIZE at the read_probe() doxy
...
Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d1a4544de9
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
...
Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e020dbd2a1
flac probe
...
closes issue83
Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
9c3e2f78a0
ensure that negative block_time are properly checked
...
(workaround unsigned comparison)
Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f38e2b13bd
nut regression test
...
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago