Baptiste Coudurier [Wed, 14 Jul 2010 23:21:18 +0000 (23:21 +0000)]
In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe
when page buffer is bigger than default buffer size. Max page is 65k.
Originally committed as revision 24242 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 14 Jul 2010 21:22:06 +0000 (21:22 +0000)]
Restore mistakenly removed [in]/[out] Doxygen parameter attributes.
Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 14 Jul 2010 19:49:52 +0000 (19:49 +0000)]
Add myself as mmst maintainer.
Originally committed as revision 24240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Jul 2010 19:36:14 +0000 (19:36 +0000)]
matroskaenc: write DisplayUnit element to better match the spec
This makes it clear that we are specifying the aspect ratio, and not
the intended display size in pixels.
Originally committed as revision 24239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 14 Jul 2010 17:28:40 +0000 (17:28 +0000)]
Pass the composition and ancillary ID for DVB subtitles via extradata instead
of sub_id, this allows detecting when that information is not available and
just decode everything.
In addition extradata is required for many codecs and thus in contrast to
sub_id generally already passed on by any programs using libav*.
Also ask for a sample if we encounter a stream with multiple/changing IDs.
Originally committed as revision 24238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thilo Borgmann [Wed, 14 Jul 2010 13:12:24 +0000 (13:12 +0000)]
Remove incomplete Doxygen for static decode_frame functions.
These functions are not documented for other decoders and
should be obvious enough even without Doxygen.
patch by Thilo Borgmann, thilo.borgmann googlemail com
Originally committed as revision 24237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Allmann [Wed, 14 Jul 2010 12:32:00 +0000 (12:32 +0000)]
Add a depacketizer for QDM2
Patch by Josh Allmann, joshua dot allmann at gmail, original code
by Ronald S Bultje.
Originally committed as revision 24236 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Wed, 14 Jul 2010 12:27:26 +0000 (12:27 +0000)]
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
The timestamp of the first RTP packet forming the output AVPacket is
written back in *timestamp, which is used in later calculations in generic
rtpdec code (together with RTCP sync timestamps) to form the final pkt->pts
value.
Originally committed as revision 24235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Wed, 14 Jul 2010 12:26:16 +0000 (12:26 +0000)]
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE
Originally committed as revision 24234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Wed, 14 Jul 2010 04:10:52 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.
Originally committed as revision 24233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Wed, 14 Jul 2010 04:10:47 +0000 (04:10 +0000)]
aacenc: aac_psy_init(): Factorize line_to_frequency.
Originally committed as revision 24232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Wed, 14 Jul 2010 04:10:41 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.
Fix the MDCT line to frequency calculation for the first line in each sfb.
Use this value to calculate ATH.
Originally committed as revision 24231 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Wed, 14 Jul 2010 04:10:31 +0000 (04:10 +0000)]
aacenc: psy_3gpp_init(): Calculate barks on demand.
Originally committed as revision 24230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Jul 2010 18:01:50 +0000 (18:01 +0000)]
avfft: remove useless parens
Originally committed as revision 24229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 13 Jul 2010 06:54:31 +0000 (06:54 +0000)]
100l: really fix fft external API init functions
Originally committed as revision 24228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Tue, 13 Jul 2010 00:49:30 +0000 (00:49 +0000)]
aacsbr: Eliminate double precision arithmetic.
Originally committed as revision 24227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 12 Jul 2010 21:36:41 +0000 (21:36 +0000)]
aacdec: Eliminate the use of doubles in the MAIN predictor.
Originally committed as revision 24226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 12 Jul 2010 21:36:10 +0000 (21:36 +0000)]
aacdec: Eliminate the use of doubles in decode_cce().
Originally committed as revision 24225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 12 Jul 2010 21:35:43 +0000 (21:35 +0000)]
aacdec: Use a LUT to generate CCE scale.
Originally committed as revision 24224 to svn://svn.ffmpeg.org/ffmpeg/trunk
James Zern [Mon, 12 Jul 2010 21:23:03 +0000 (21:23 +0000)]
Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.
Patch by James Zern, jzern google
Originally committed as revision 24223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jul 2010 21:17:10 +0000 (21:17 +0000)]
configure: match regtest ref files more strictly
Only names consisting of letters, numbers, hyphens, and underscores
are allowed.
Originally committed as revision 24222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 12 Jul 2010 21:02:52 +0000 (21:02 +0000)]
Add TrueSpeech regtest
Originally committed as revision 24221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jul 2010 20:24:23 +0000 (20:24 +0000)]
fate: add vp8 bilinear tests
Mike added these some time ago, and I forgot to update here.
Originally committed as revision 24220 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jul 2010 19:54:16 +0000 (19:54 +0000)]
avfft: make init functions return NULL on failure as intended
Originally committed as revision 24219 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Jul 2010 19:36:35 +0000 (19:36 +0000)]
Use correct length modifier for size comparison in printf expression, fixes:
libavcodec/wmavoice.c:1906: warning: format `%lu' expects type `long unsigned int', but argument 5 has type `unsigned int'
approved by Ronald and Mans on IRC
Originally committed as revision 24218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 12 Jul 2010 18:52:03 +0000 (18:52 +0000)]
Split the ADTS header decoder off of the ADTS parser.
The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Jul 2010 18:36:07 +0000 (18:36 +0000)]
Do not generate LaTeX Doxygen documentation by default.
Our general use case just requires HTML documentation, so skip the extra step.
Originally committed as revision 24216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 12 Jul 2010 18:35:00 +0000 (18:35 +0000)]
Turn off the useless default chatter that doxygen prints to the console.
Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 12 Jul 2010 18:24:22 +0000 (18:24 +0000)]
aacdec: Remove the warning about non-meaningful window transitions.
It created false positives on seeks and where the first frame is STOP or SHORT.
It failed to warn in illegal SHORT->LONG transitions. In general it created
much confusion and many junk bug reports from the users.
Originally committed as revision 24214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Mon, 12 Jul 2010 12:32:24 +0000 (12:32 +0000)]
Use math constant instead of hardcoded rounded value for sqrt(0.5).
Patch by Christophe.Gisquet (gmail)
Originally committed as revision 24213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Mon, 12 Jul 2010 10:17:20 +0000 (10:17 +0000)]
Report when a method gets an error status code
That makes easier understand what went wrong.
In debug mode the whole reply gets printed.
Originally committed as revision 24212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Brereton [Mon, 12 Jul 2010 09:10:53 +0000 (09:10 +0000)]
Fix side channels when XCh extension is present.
Patch by Nick Brereton $name AT n$surname DOT net
Originally committed as revision 24210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Brereton [Mon, 12 Jul 2010 09:00:17 +0000 (09:00 +0000)]
Move XCH parameters into context structure.
Patch by Nick Brereton $name AT n$surname DOT net
Originally committed as revision 24209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 12 Jul 2010 08:35:20 +0000 (08:35 +0000)]
Change the type of Y table to pointer to void in fill_table().
This fixes warnings about wrong type being used, e.g.:
libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’
Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
David Conrad [Sun, 11 Jul 2010 22:53:01 +0000 (22:53 +0000)]
MMX/SSE VC1 loop filter
Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sun, 11 Jul 2010 22:52:55 +0000 (22:52 +0000)]
Make ff_pw_4 128 bits
Originally committed as revision 24207 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sun, 11 Jul 2010 22:52:51 +0000 (22:52 +0000)]
vc1: Fix ordering of loop filter for I/B frames
All horizontal edges must be filtered before all vertical edges
Originally committed as revision 24206 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sun, 11 Jul 2010 22:52:47 +0000 (22:52 +0000)]
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active
Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 11 Jul 2010 22:31:41 +0000 (22:31 +0000)]
mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 11 Jul 2010 22:17:17 +0000 (22:17 +0000)]
mingw32: properly check if vfw capture is supported by the system headers
Remove check for an specific w32api version, checking instead if vfw.h
supports vfw capture. The defines in w32api 3.12 were wrong, so this must be
accounted for in the check.
Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 11 Jul 2010 17:58:15 +0000 (17:58 +0000)]
APIchanges: fix a grammar mistake
Originally committed as revision 24202 to svn://svn.ffmpeg.org/ffmpeg/trunk
James Zern [Sun, 11 Jul 2010 17:46:44 +0000 (17:46 +0000)]
Set libvpx encoding profile to libavcodec's profile.
Patch by James Zern, jzern google
Originally committed as revision 24201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 11 Jul 2010 16:57:20 +0000 (16:57 +0000)]
Fill-in revision number for addition of lpc_type and lpc_passes.
Originally committed as revision 24200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 11 Jul 2010 16:56:20 +0000 (16:56 +0000)]
Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
Add AVLPCType enum.
Deprecate AVCodecContext.use_lpc.
Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sun, 11 Jul 2010 14:56:32 +0000 (14:56 +0000)]
Clarify the avoidance of usage of these AVStream fields.
Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 11 Jul 2010 14:50:20 +0000 (14:50 +0000)]
Do not try to decode less than one frame of data in TrueSpeech decoder.
This should solve issue 2085.
Originally committed as revision 24197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sun, 11 Jul 2010 14:44:43 +0000 (14:44 +0000)]
Use avfilter_copy_picref_props() along lavfi.
Originally committed as revision 24196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 11 Jul 2010 14:13:23 +0000 (14:13 +0000)]
NellyMoser regtest
Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 11 Jul 2010 14:05:38 +0000 (14:05 +0000)]
DTS Coherent Acoustics regtest
Originally committed as revision 24194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 11 Jul 2010 12:44:32 +0000 (12:44 +0000)]
Add Pictor/PC Paint PIC regtest
Originally committed as revision 24193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan de Konink [Sun, 11 Jul 2010 11:56:56 +0000 (11:56 +0000)]
Fix crop filter syntax shown for the -crop* options in the ffmpeg man
page.
Patch by Stefan de Konink /$name/@/konink/de.
Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 11 Jul 2010 11:54:48 +0000 (11:54 +0000)]
Handle av_base64_decode return value
garbled sdp would cause crash otherwise.
Originally committed as revision 24191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 11 Jul 2010 11:49:44 +0000 (11:49 +0000)]
Update lavu minor and add APIchanges entry after r24174 (add bswap.h
and intreadwrite.h API public interface).
Originally committed as revision 24190 to svn://svn.ffmpeg.org/ffmpeg/trunk
James Darnley [Sun, 11 Jul 2010 11:28:46 +0000 (11:28 +0000)]
Fix ID3v1 tags in mp3 files
Patch by James Darnley, james dot darnley at gmail
Originally committed as revision 24189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Jul 2010 07:53:39 +0000 (07:53 +0000)]
100l, change avsubtitle_free to the actually tested and working version.
Originally committed as revision 24188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Jul 2010 07:48:04 +0000 (07:48 +0000)]
Set pix_fmt to the correct value for the format the PGS decoder actually uses.
Originally committed as revision 24187 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Jul 2010 07:45:42 +0000 (07:45 +0000)]
Remove useless casts and memset.
Originally committed as revision 24186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Jul 2010 07:35:00 +0000 (07:35 +0000)]
Add avsubtitle_free function.
Originally committed as revision 24185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Pascal Massimino [Sun, 11 Jul 2010 06:59:21 +0000 (06:59 +0000)]
add some buffer checks
Originally committed as revision 24184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Pascal Massimino [Sun, 11 Jul 2010 06:40:05 +0000 (06:40 +0000)]
use avccontext->frame_size where appropriate
Originally committed as revision 24183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross [Sun, 11 Jul 2010 05:06:08 +0000 (05:06 +0000)]
Fix trivial punctuation error
Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 11 Jul 2010 00:07:31 +0000 (00:07 +0000)]
Psygnosis YOP demuxer and decoder test
Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 23:50:17 +0000 (23:50 +0000)]
Add Intel Music Coder regtest
Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 10 Jul 2010 23:42:08 +0000 (23:42 +0000)]
Check url_fseek results in gxf demuxer.
Originally committed as revision 24179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 23:41:26 +0000 (23:41 +0000)]
Add QDM2 test
Originally committed as revision 24178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 10 Jul 2010 23:35:15 +0000 (23:35 +0000)]
Document that and why subtitle decoders do not support direct-rendering.
Originally committed as revision 24177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 23:15:45 +0000 (23:15 +0000)]
Add QCELP regtest
Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 22:57:19 +0000 (22:57 +0000)]
Add MPEG2 field encoding fate2 regtest
Originally committed as revision 24175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:22:07 +0000 (22:22 +0000)]
Install bswap.h and intreadwrite.h
Originally committed as revision 24174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:22:03 +0000 (22:22 +0000)]
Make intreadwrite.h installation-safe
Originally committed as revision 24173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:22:00 +0000 (22:22 +0000)]
Set fast_unaligned in avconfig.h
Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:21:55 +0000 (22:21 +0000)]
Make bswap.h safe to install as public API
Originally committed as revision 24171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:12:38 +0000 (22:12 +0000)]
Add av_ prefix to bswap macros
Originally committed as revision 31679 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Måns Rullgård [Sat, 10 Jul 2010 22:12:30 +0000 (22:12 +0000)]
Add av_ prefix to bswap macros
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 22:09:01 +0000 (22:09 +0000)]
bswap: change ME to NE in macro names
Other parts of FFmpeg use NE (native endian) rather than ME (machine).
This makes it consistent.
Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 18:46:10 +0000 (18:46 +0000)]
Add RealAudio COOK fate2 test
Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 10 Jul 2010 18:43:01 +0000 (18:43 +0000)]
Add fate2 test for RA288
Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 18:01:16 +0000 (18:01 +0000)]
fate: some AAC tests need FUZZ=2 on ARM
Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 10 Jul 2010 17:11:27 +0000 (17:11 +0000)]
mingw32: avisynth does not need w32api >= 3.13
Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 16:58:00 +0000 (16:58 +0000)]
fate: ensure file sizes match in oneoff tests
Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Sat, 10 Jul 2010 16:51:04 +0000 (16:51 +0000)]
AAC fate2 tests.
Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 10 Jul 2010 15:25:42 +0000 (15:25 +0000)]
faq: remove note that says avisynth "has just been added". it has been there
for almost 4 years.
Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 10 Jul 2010 14:36:53 +0000 (14:36 +0000)]
Make WMV3 decoder print more errors when decoding beta WMV9 files.
As a side effect it will also decode a lot of P-frames from those.
Originally committed as revision 24161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 10 Jul 2010 14:26:37 +0000 (14:26 +0000)]
fix VP5/6 neon dependencies
Originally committed as revision 24160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Sat, 10 Jul 2010 09:14:19 +0000 (09:14 +0000)]
Fix a leak in the AAC encoder
Originally committed as revision 24159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 10 Jul 2010 07:55:06 +0000 (07:55 +0000)]
Add native GSM 06.10 audio decoder.
Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jason Garrett-Glaser [Sat, 10 Jul 2010 06:34:57 +0000 (06:34 +0000)]
Change qmax/qmin limits to 63 instead of 51.
VP8 supports quantizers up to 63.
Originally committed as revision 24157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 10 Jul 2010 04:08:02 +0000 (04:08 +0000)]
configure: properly check for mingw-w64 through installed headers.
mingw-w64 can also target 32-bit code.
Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 00:40:59 +0000 (00:40 +0000)]
intreadwrite: common.h is not needed, attributes.h is sufficient
Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 00:40:55 +0000 (00:40 +0000)]
lfg: add missing includes
Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jul 2010 00:40:53 +0000 (00:40 +0000)]
pixdesc: add missing includes
Originally committed as revision 24153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:55:16 +0000 (23:55 +0000)]
fate: fail with a sensible error message if reference file is missing
Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:37:19 +0000 (23:37 +0000)]
Remove dead target from .PHONY list
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:36:04 +0000 (23:36 +0000)]
fate: delete output files from successful tests
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:26:39 +0000 (23:26 +0000)]
tiny_psnr: change error exit code from -1 to 1
Originally committed as revision 24149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:26:36 +0000 (23:26 +0000)]
tiny_psnr: check fread() return values
Originally committed as revision 24148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 23:26:33 +0000 (23:26 +0000)]
fate: exit with error immediately if test command fails
Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jul 2010 19:27:07 +0000 (19:27 +0000)]
tiny_psnr: use abs()
Originally committed as revision 24146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Fri, 9 Jul 2010 17:19:18 +0000 (17:19 +0000)]
SIPR tests for "make fate2"
Originally committed as revision 24145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Fri, 9 Jul 2010 17:09:57 +0000 (17:09 +0000)]
Current Cygwin has mkstemp().
Originally committed as revision 24144 to svn://svn.ffmpeg.org/ffmpeg/trunk