platform/upstream/libav.git
14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 years agoAdd back previously removed non-existing function params in doxygen comments.
Diego Biurrun [Thu, 8 Jul 2010 22:57:27 +0000 (22:57 +0000)]
Add back previously removed non-existing function params in doxygen comments.

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

14 years agoPerform minor style fixes.
Stefano Sabatini [Thu, 8 Jul 2010 22:21:10 +0000 (22:21 +0000)]
Perform minor style fixes.

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

14 years agoUpdate APIchanges after the recent avfilter.h and pixdesc.h changes.
Stefano Sabatini [Thu, 8 Jul 2010 22:13:35 +0000 (22:13 +0000)]
Update APIchanges after the recent avfilter.h and pixdesc.h changes.

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

14 years agoBump minor after read/write_line() to av_read/write_image_line()
Stefano Sabatini [Thu, 8 Jul 2010 22:13:32 +0000 (22:13 +0000)]
Bump minor after read/write_line() to av_read/write_image_line()
rename, done in r24101.

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

14 years agoChange names of regtest output files to closer match the reference files
Måns Rullgård [Thu, 8 Jul 2010 22:10:14 +0000 (22:10 +0000)]
Change names of regtest output files to closer match the reference files

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

14 years agoReindent after r24101.
Stefano Sabatini [Thu, 8 Jul 2010 22:05:33 +0000 (22:05 +0000)]
Reindent after r24101.

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

14 years agoIn mpegts muxer, print VBR instead of dummy 1 when displaying muxrate
Baptiste Coudurier [Thu, 8 Jul 2010 22:01:31 +0000 (22:01 +0000)]
In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate

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

14 years agoIn mov muxer, write pixel aspect ratio tag in mov files.
Baptiste Coudurier [Thu, 8 Jul 2010 21:57:20 +0000 (21:57 +0000)]
In mov muxer, write pixel aspect ratio tag in mov files.
Based on a patch by Daniel Kristjansson, danielk at cuymedia dot net

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

14 years agoconfigure: fix pcm test deps
Måns Rullgård [Thu, 8 Jul 2010 20:15:54 +0000 (20:15 +0000)]
configure: fix pcm test deps

10l to me for using non-standard shell syntax

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

14 years agoDo not generate documentation for .d files; they do not contain source code.
Diego Biurrun [Thu, 8 Jul 2010 18:46:22 +0000 (18:46 +0000)]
Do not generate documentation for .d files; they do not contain source code.

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

14 years agoSimplify regtest reference makefile dependencies
Måns Rullgård [Thu, 8 Jul 2010 18:44:08 +0000 (18:44 +0000)]
Simplify regtest reference makefile dependencies

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

14 years agoMove regression test dependencies to configure
Måns Rullgård [Thu, 8 Jul 2010 18:44:06 +0000 (18:44 +0000)]
Move regression test dependencies to configure

This allows expressing complex dependencies more easily.

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

14 years agoconfigure: add print_enabled() function
Måns Rullgård [Thu, 8 Jul 2010 18:44:03 +0000 (18:44 +0000)]
configure: add print_enabled() function

The print_enabled() function prints all elements in a list which
are enabled.

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

14 years agoregtest: put rgb and yuv reference files in correct place
Måns Rullgård [Thu, 8 Jul 2010 18:44:00 +0000 (18:44 +0000)]
regtest: put rgb and yuv reference files in correct place

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

14 years agoregtest: put rgb and yuv reference files in correct place
Måns Rullgård [Thu, 8 Jul 2010 18:43:56 +0000 (18:43 +0000)]
regtest: put rgb and yuv reference files in correct place

SVN design flaw requires deleting dirs in separate step

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

14 years agoFix infinite loop with clock() returning (clock_t)-1.
Michael Niedermayer [Thu, 8 Jul 2010 18:13:31 +0000 (18:13 +0000)]
Fix infinite loop with clock() returning (clock_t)-1.

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

14 years agoImprove variable names in imlt_window_float() and mlt_compensate_output().
Diego Biurrun [Thu, 8 Jul 2010 17:55:37 +0000 (17:55 +0000)]
Improve variable names in imlt_window_float() and mlt_compensate_output().

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

14 years agoChange i to unsigned in get_generic_seed().
Michael Niedermayer [Thu, 8 Jul 2010 17:49:39 +0000 (17:49 +0000)]
Change i to unsigned in get_generic_seed().
This is clearer than comparing against an unsigned number to force an unsigned
comparison that we need.

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

14 years agoCreate the regtest reference files only when necessary
Måns Rullgård [Thu, 8 Jul 2010 15:30:30 +0000 (15:30 +0000)]
Create the regtest reference files only when necessary

This avoid recreating the ref files every time an individual test
is run from the command line.

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

14 years agoClean up make rules for calling codec test scripts
Måns Rullgård [Thu, 8 Jul 2010 15:30:25 +0000 (15:30 +0000)]
Clean up make rules for calling codec test scripts

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

14 years agoBeautify make messages when generating test data files
Måns Rullgård [Thu, 8 Jul 2010 15:30:23 +0000 (15:30 +0000)]
Beautify make messages when generating test data files

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

14 years agoAdd missing doxy for function arguments.
Ronald S. Bultje [Thu, 8 Jul 2010 15:01:59 +0000 (15:01 +0000)]
Add missing doxy for function arguments.

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

14 years agoFix two doxy warnings.
Ronald S. Bultje [Thu, 8 Jul 2010 15:00:47 +0000 (15:00 +0000)]
Fix two doxy warnings.

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

14 years agoRestore array sizes in doxygen parameter names.
Diego Biurrun [Thu, 8 Jul 2010 13:35:46 +0000 (13:35 +0000)]
Restore array sizes in doxygen parameter names.

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

14 years agoAlso use 503 for bandwidth limit exceeded
Howard Chu [Thu, 8 Jul 2010 09:21:24 +0000 (09:21 +0000)]
Also use 503 for bandwidth limit exceeded

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

14 years agoFix "server too busy" status code
Howard Chu [Thu, 8 Jul 2010 08:59:53 +0000 (08:59 +0000)]
Fix "server too busy" status code

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

14 years agoRemove a useless variable in zmbv decoder.
Eli Friedman [Thu, 8 Jul 2010 08:58:52 +0000 (08:58 +0000)]
Remove a useless variable in zmbv decoder.
Patch by Eli.Friedman (gmail)

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

14 years agoac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
Justin Ruggles [Wed, 7 Jul 2010 23:52:24 +0000 (23:52 +0000)]
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
if any E-AC-3 frames have been detected instead of switching back and forth for
AC-3 core + dependent E-AC-3 substream(s).
Fixes Issue 2022.

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

14 years agoget_generic_seed() for the cases without /dev/random and AV_READ_TIME
Michael Niedermayer [Wed, 7 Jul 2010 23:47:48 +0000 (23:47 +0000)]
get_generic_seed() for the cases without /dev/random and AV_READ_TIME

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

14 years agoRename read/write_line() to av_read/write_image_line().
Stefano Sabatini [Wed, 7 Jul 2010 23:41:42 +0000 (23:41 +0000)]
Rename read/write_line() to av_read/write_image_line().

The old names were not av_ prefixed, and they were causing linking
failure on many platforms.  The new names are also more descriptive.

Patch by Stefano Sabatini.

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