]> git.sesse.net Git - ffmpeg/log
ffmpeg
13 years agoaacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.
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

13 years agoaacenc: psy_3gpp_init(): Calculate barks on demand.
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

13 years agoavfft: remove useless parens
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

13 years ago100l: really fix fft external API init functions
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

13 years agoaacsbr: Eliminate double precision arithmetic.
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

13 years agoaacdec: Eliminate the use of doubles in the MAIN predictor.
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

13 years agoaacdec: Eliminate the use of doubles in decode_cce().
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

13 years agoaacdec: Use a LUT to generate CCE scale.
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

13 years agoDo not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.
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

13 years agoconfigure: match regtest ref files more strictly
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

13 years agoAdd TrueSpeech regtest
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

13 years agofate: add vp8 bilinear tests
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

13 years agoavfft: make init functions return NULL on failure as intended
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

13 years agoUse correct length modifier for size comparison in printf expression, fixes:
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

13 years agoSplit the ADTS header decoder off of the ADTS parser.
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

13 years agoDo not generate LaTeX Doxygen documentation by default.
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

13 years agoTurn off the useless default chatter that doxygen prints to the console.
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

13 years agoaacdec: Remove the warning about non-meaningful window transitions.
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

13 years agoUse math constant instead of hardcoded rounded value for sqrt(0.5).
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

13 years agoReport when a method gets an error status code
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

13 years agoFix side channels when XCh extension is present.
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

13 years agoMove XCH parameters into context structure.
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

13 years agoChange the type of Y table to pointer to void in fill_table().
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

13 years agoMMX/SSE VC1 loop filter
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

13 years agoMake ff_pw_4 128 bits
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

13 years agovc1: Fix ordering of loop filter for I/B frames
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

13 years agovc1: ff_draw_horiz_band needs a one row delay when the loop filter is active
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

13 years agomingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
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

13 years agomingw32: properly check if vfw capture is supported by the system headers
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

13 years agoAPIchanges: fix a grammar mistake
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

13 years agoSet libvpx encoding profile to libavcodec's profile.
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

13 years agoFill-in revision number for addition of lpc_type and lpc_passes.
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

13 years agoAdd AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.
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

13 years agoClarify the avoidance of usage of these AVStream fields.
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

13 years agoDo not try to decode less than one frame of data in TrueSpeech decoder.
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

13 years agoUse avfilter_copy_picref_props() along lavfi.
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

13 years agoNellyMoser regtest
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

13 years agoDTS Coherent Acoustics regtest
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

13 years agoAdd Pictor/PC Paint PIC regtest
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

13 years agoFix crop filter syntax shown for the -crop* options in the ffmpeg man
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

13 years agoHandle av_base64_decode return value
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

13 years agoUpdate lavu minor and add APIchanges entry after r24174 (add bswap.h
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

13 years agoFix ID3v1 tags in mp3 files
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

13 years ago100l, change avsubtitle_free to the actually tested and working version.
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

13 years agoSet pix_fmt to the correct value for the format the PGS decoder actually uses.
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

13 years agoRemove useless casts and memset.
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

13 years agoAdd avsubtitle_free function.
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

13 years agoadd some buffer checks
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

13 years agouse avccontext->frame_size where appropriate
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

13 years agoFix trivial punctuation error
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

13 years agoPsygnosis YOP demuxer and decoder test
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

13 years agoAdd Intel Music Coder regtest
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

13 years agoCheck url_fseek results in gxf demuxer.
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

13 years agoAdd QDM2 test
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

13 years agoDocument that and why subtitle decoders do not support direct-rendering.
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

13 years agoAdd QCELP regtest
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

13 years agoAdd MPEG2 field encoding fate2 regtest
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

13 years agoInstall bswap.h and intreadwrite.h
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

13 years agoMake intreadwrite.h installation-safe
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

13 years agoSet fast_unaligned in avconfig.h
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

13 years agoMake bswap.h safe to install as public API
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

13 years agoAdd av_ prefix to bswap macros
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

13 years agoAdd av_ prefix to bswap macros
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

13 years agobswap: change ME to NE in macro names
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

13 years agoAdd RealAudio COOK fate2 test
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

13 years agoAdd fate2 test for RA288
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

13 years agofate: some AAC tests need FUZZ=2 on ARM
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

13 years agomingw32: avisynth does not need w32api >= 3.13
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

13 years agofate: ensure file sizes match in oneoff tests
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

13 years agoAAC fate2 tests.
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

13 years agofaq: remove note that says avisynth "has just been added". it has been there
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

13 years agoMake WMV3 decoder print more errors when decoding beta WMV9 files.
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

13 years agofix VP5/6 neon dependencies
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

13 years agoFix a leak in the AAC encoder
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

13 years agoAdd native GSM 06.10 audio decoder.
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

13 years agoChange qmax/qmin limits to 63 instead of 51.
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

13 years agoconfigure: properly check for mingw-w64 through installed headers.
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

13 years agointreadwrite: common.h is not needed, attributes.h is sufficient
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

13 years agolfg: add missing includes
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

13 years agopixdesc: add missing includes
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

13 years agofate: fail with a sensible error message if reference file is missing
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

13 years agoRemove dead target from .PHONY list
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

13 years agofate: delete output files from successful tests
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

13 years agotiny_psnr: change error exit code from -1 to 1
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

13 years agotiny_psnr: check fread() return values
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

13 years agofate: exit with error immediately if test command fails
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

13 years agotiny_psnr: use abs()
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

13 years agoSIPR tests for "make fate2"
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

13 years agoCurrent Cygwin has mkstemp().
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

13 years agotiny_psnr: skip wav headers on input files
Måns Rullgård [Fri, 9 Jul 2010 16:06:05 +0000 (16:06 +0000)]
tiny_psnr: skip wav headers on input files

The byte count printed excludes the header, and offsets are applied
after the the headers are skipped.

Reference files updated to reflect new output.  Some stddev/psnr values
have changed slightly due to headers no longer being compared.

Originally committed as revision 24143 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoresample: replace VLA with malloc/free
Måns Rullgård [Fri, 9 Jul 2010 16:05:58 +0000 (16:05 +0000)]
resample: replace VLA with malloc/free

Originally committed as revision 24142 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoresample: check memory allocations in av_resample_init()
Måns Rullgård [Fri, 9 Jul 2010 16:05:52 +0000 (16:05 +0000)]
resample: check memory allocations in av_resample_init()

Originally committed as revision 24141 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agomove ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
Michael Chinen [Fri, 9 Jul 2010 12:14:33 +0000 (12:14 +0000)]
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c

patch by Micheal Chinen < mchinen gmail >

Originally committed as revision 24140 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agorename get_length to ff_get_v_length and put_v to ff_put_v
Michael Chinen [Fri, 9 Jul 2010 12:10:47 +0000 (12:10 +0000)]
rename get_length to ff_get_v_length and put_v to ff_put_v

patch by Michael Chinen < mchinen gmail >

Originally committed as revision 24139 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agolibxvid: add some const fixing a warning
Måns Rullgård [Fri, 9 Jul 2010 10:53:36 +0000 (10:53 +0000)]
libxvid: add some const fixing a warning

Originally committed as revision 24138 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoAllow using libxvid RC without enabling encoding wrapper
Måns Rullgård [Fri, 9 Jul 2010 10:53:30 +0000 (10:53 +0000)]
Allow using libxvid RC without enabling encoding wrapper

Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agofate: add oneoff test for twinvq
Måns Rullgård [Fri, 9 Jul 2010 00:40:55 +0000 (00:40 +0000)]
fate: add oneoff test for twinvq

Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agofate: add oneoff comparison method
Måns Rullgård [Fri, 9 Jul 2010 00:40:51 +0000 (00:40 +0000)]
fate: add oneoff comparison method

This adds the 'oneoff' comparison method.  It compares two s16le pcm
files with a max difference <= the fuzz factor treated as success.
Default fuzz is 1.  On failure, the full tiny_psnr output is printed.

Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agofate: pass additional variables to test script
Måns Rullgård [Fri, 9 Jul 2010 00:40:45 +0000 (00:40 +0000)]
fate: pass additional variables to test script

This passes the following additional variables to the test script:

- CMP  method to use comparing output with reference, default 'diff'
- REF  reference file, default 'tests/ref/fate/${test}'
- FUZZ maximum fuzz factor in comparison, meaning depends on CMP

Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agotiny_psnr: print max absolute difference between files
Vitor Sessak [Fri, 9 Jul 2010 00:40:37 +0000 (00:40 +0000)]
tiny_psnr: print max absolute difference between files

Regression test reference updates are due to the extra output
from tiny_psnr.

Patch by Vitor Sessak

Originally committed as revision 24132 to svn://svn.ffmpeg.org/ffmpeg/trunk