]> git.sesse.net Git - ffmpeg/log
ffmpeg
13 years agoTele-typewriter demuxer
Peter Ross [Sun, 18 Jul 2010 08:06:55 +0000 (08:06 +0000)]
Tele-typewriter demuxer

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

13 years agoAdd ff_sauce_read()
Peter Ross [Sun, 18 Jul 2010 08:05:04 +0000 (08:05 +0000)]
Add ff_sauce_read()

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

13 years agoASCII/ANSI art decoder
Peter Ross [Sun, 18 Jul 2010 08:03:35 +0000 (08:03 +0000)]
ASCII/ANSI art decoder

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

13 years agoAdd @file documentation tag
Peter Ross [Sun, 18 Jul 2010 07:52:47 +0000 (07:52 +0000)]
Add @file documentation tag

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

13 years ago8088flex TMV video decoder now uses ff_draw_pc_font()
Peter Ross [Sun, 18 Jul 2010 07:46:29 +0000 (07:46 +0000)]
8088flex TMV video decoder now uses ff_draw_pc_font()

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

13 years agoAdd ff_draw_pc_font()
Peter Ross [Sun, 18 Jul 2010 07:44:38 +0000 (07:44 +0000)]
Add ff_draw_pc_font()

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

13 years agoAdd ff_vga16_font
Peter Ross [Sun, 18 Jul 2010 07:42:15 +0000 (07:42 +0000)]
Add ff_vga16_font

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

13 years agoMove the AV_PERM_* flags definition outside the AVFilterPicRef
S.N. Hemanth Meenakshisundaram [Sat, 17 Jul 2010 18:55:56 +0000 (18:55 +0000)]
Move the AV_PERM_* flags definition outside the AVFilterPicRef
definition.

This way it is easier to reference them in other structures, for
example in the pending AVFilterSamplesRef struct.

Patch by S.N. Hemanth Meenakshisundaram smeenaks AT ucsd DOT edu.

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

13 years agoClarify AVFilterBuffer documentation, make it clear that it is not
Stefano Sabatini [Sat, 17 Jul 2010 18:27:11 +0000 (18:27 +0000)]
Clarify AVFilterBuffer documentation, make it clear that it is not
necessarily video-related.

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

13 years agoAdd APIchanges entry after AVFilterBuffer w and h fields removal.
Stefano Sabatini [Sat, 17 Jul 2010 18:17:02 +0000 (18:17 +0000)]
Add APIchanges entry after AVFilterBuffer w and h fields removal.

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

13 years agoRemove AVFilterBuffer w and h fields.
S.N. Hemanth Meenakshisundaram [Sat, 17 Jul 2010 18:13:17 +0000 (18:13 +0000)]
Remove AVFilterBuffer w and h fields.

These fields are never used, and they do not seem to belong to
AVFilterBuffer anymore, now that it is now a media-independent
structure and these fields are video-related.

Patch by S.N. Hemanth Meenakshisundaram smeenaks ! ucsd ! edu.

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

13 years agoUse attribute force_align_arg_pointer only on x86_32.
Carl Eugen Hoyos [Sat, 17 Jul 2010 16:35:01 +0000 (16:35 +0000)]
Use attribute force_align_arg_pointer only on x86_32.

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

13 years agofate: add stddev comparator
Måns Rullgård [Sat, 17 Jul 2010 15:02:34 +0000 (15:02 +0000)]
fate: add stddev comparator

This allows CMP=stddev in test rules.  The test passes if the reported
stddev is <= the FUZZ value (default 1).

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

13 years agofate: whitespace cosmetics
Måns Rullgård [Sat, 17 Jul 2010 15:02:32 +0000 (15:02 +0000)]
fate: whitespace cosmetics

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

13 years agoFix documentation syntax for the color source, the third parameter is
Stefano Sabatini [Sat, 17 Jul 2010 10:57:02 +0000 (10:57 +0000)]
Fix documentation syntax for the color source, the third parameter is
frame_rate, not frame_width. Thanks elenril for spotting it.

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

13 years agoUndo my revert at r24260.
Vitor Sessak [Sat, 17 Jul 2010 10:50:25 +0000 (10:50 +0000)]
Undo my revert at r24260.

This is the only way by now to test this codec.

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

13 years agoAdd APIchanges entry for AVFilterPic -> AVFilterBuffer rename.
Stefano Sabatini [Sat, 17 Jul 2010 10:47:27 +0000 (10:47 +0000)]
Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename.

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

13 years agoRename AVFilterPic to AVFilterBuffer.
S.N. Hemanth Meenakshisundaram [Sat, 17 Jul 2010 10:44:14 +0000 (10:44 +0000)]
Rename AVFilterPic to AVFilterBuffer.

The struct is going to be used for audio data as well, so the new name
is less misleading.

Patch by S.N. Hemanth Meenakshisundaram smeenaks AT ucsd DOT edu.

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

13 years agoFix Doxygen @param command attribute syntax.
Diego Biurrun [Sat, 17 Jul 2010 10:43:42 +0000 (10:43 +0000)]
Fix Doxygen @param command attribute syntax.
The [in] and [out] attributes have to be appended to the @param command.

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

13 years agoAdd color source.
Stefano Sabatini [Sat, 17 Jul 2010 10:14:52 +0000 (10:14 +0000)]
Add color source.

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

13 years agoavidec : Free packet if dv_produce_packet fails.
Jai Menon [Sat, 17 Jul 2010 05:40:18 +0000 (05:40 +0000)]
avidec : Free packet if dv_produce_packet fails.

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

13 years agoaviobuf: Do short seeks forward by reading and skipping data instead of a proper...
Martin Storsjö [Sat, 17 Jul 2010 05:26:30 +0000 (05:26 +0000)]
aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek

This improves performance on e.g. seekable http.

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

13 years agoavidec : Free codec context before initializing the chained DV demuxer.
Jai Menon [Sat, 17 Jul 2010 05:08:01 +0000 (05:08 +0000)]
avidec : Free codec context before initializing the chained DV demuxer.

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

13 years agoBump minor and add APIchanges entry for url_fskip return value change.
Martin Storsjö [Fri, 16 Jul 2010 23:31:30 +0000 (23:31 +0000)]
Bump minor and add APIchanges entry for url_fskip return value change.

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

13 years agourl_fskip: Return an error code if the url_fseek failed
Martin Storsjö [Fri, 16 Jul 2010 23:20:03 +0000 (23:20 +0000)]
url_fskip: Return an error code if the url_fseek failed

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

13 years agoIn ogg muxer, free dyn allocated buffer, fix memleak
Baptiste Coudurier [Fri, 16 Jul 2010 22:36:01 +0000 (22:36 +0000)]
In ogg muxer, free dyn allocated buffer, fix memleak

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

13 years agoAttempt to fix x86-64 testsuite on fate.
Ronald S. Bultje [Fri, 16 Jul 2010 21:35:30 +0000 (21:35 +0000)]
Attempt to fix x86-64 testsuite on fate.

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

13 years ago10l: Add a missing const.
Alex Converse [Fri, 16 Jul 2010 20:28:55 +0000 (20:28 +0000)]
10l: Add a missing const.

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

13 years agoaacenc: Template quantize_and_encode_band_cost().
Alex Converse [Fri, 16 Jul 2010 20:02:46 +0000 (20:02 +0000)]
aacenc: Template quantize_and_encode_band_cost().

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

13 years agoRemove duplicate define.
Ronald S. Bultje [Fri, 16 Jul 2010 19:54:47 +0000 (19:54 +0000)]
Remove duplicate define.

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

13 years agoRevert 24270, it contained some stuff that shouldn't have been in there.
Ronald S. Bultje [Fri, 16 Jul 2010 19:54:25 +0000 (19:54 +0000)]
Revert 24270, it contained some stuff that shouldn't have been in there.

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

13 years agoRemove duplicate define.
Ronald S. Bultje [Fri, 16 Jul 2010 19:42:32 +0000 (19:42 +0000)]
Remove duplicate define.

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

13 years agoGive x86 r%d registers names, this will simplify implementation of the chroma
Ronald S. Bultje [Fri, 16 Jul 2010 19:38:10 +0000 (19:38 +0000)]
Give x86 r%d registers names, this will simplify implementation of the chroma
inner loopfilter, and it also allows us to save one register on x86-64/sse2.

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

13 years agoChange return statement, the REP_RET is a mistake since the else case (x86-64,
Ronald S. Bultje [Fri, 16 Jul 2010 18:29:14 +0000 (18:29 +0000)]
Change return statement, the REP_RET is a mistake since the else case (x86-64,
sse2) doesn't actually loop, so REP_RET isn't necessary.

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

13 years agoIn planarCopyWrapper, Only copy length, not stride of the last line in the plane
Martin Storsjö [Fri, 16 Jul 2010 17:45:50 +0000 (17:45 +0000)]
In planarCopyWrapper, Only copy length, not stride of the last line in the plane

If the destination planes are offset within the destination buffer,
writing the extra bytes at the end may write outside of the destination
buffer.

Originally committed as revision 31746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

13 years agoMake Intel Music Coder output SAMPLE_FMT_FLT
Vitor Sessak [Fri, 16 Jul 2010 16:50:56 +0000 (16:50 +0000)]
Make Intel Music Coder output SAMPLE_FMT_FLT

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

13 years agohttp: Log a warning when receiving an error code
Martin Storsjö [Fri, 16 Jul 2010 14:15:37 +0000 (14:15 +0000)]
http: Log a warning when receiving an error code

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

13 years agoMove SPACE_CHARS back to libavformat/internal.h
Martin Storsjö [Fri, 16 Jul 2010 14:12:52 +0000 (14:12 +0000)]
Move SPACE_CHARS back to libavformat/internal.h

It will be used by other parts of lavf now. This reverts svn rev 23846.

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

13 years agoUse designated initialisers for pcm codec struct
Peter Ross [Fri, 16 Jul 2010 13:02:48 +0000 (13:02 +0000)]
Use designated initialisers for pcm codec struct

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

13 years agofate: update vc1 reference
Måns Rullgård [Fri, 16 Jul 2010 12:37:09 +0000 (12:37 +0000)]
fate: update vc1 reference

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

13 years agoVorbis regtests
Vitor Sessak [Fri, 16 Jul 2010 12:32:14 +0000 (12:32 +0000)]
Vorbis regtests

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

13 years agoFix dependencies for msmpeg4v3 regression test
Måns Rullgård [Fri, 16 Jul 2010 10:39:37 +0000 (10:39 +0000)]
Fix dependencies for msmpeg4v3 regression test

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

13 years agoRevert r24258:
Vitor Sessak [Fri, 16 Jul 2010 10:19:21 +0000 (10:19 +0000)]
Revert r24258:

Log:
Add msmpeg4v1 regtest

Added:
   trunk/tests/ref/fate/msmpeg4v1
Modified:
   trunk/tests/fate2.mak

According to Mans, "make test" tests already msmpeg4v1.

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

13 years agoNit: fix alphabetical order
Vitor Sessak [Fri, 16 Jul 2010 10:08:26 +0000 (10:08 +0000)]
Nit: fix alphabetical order

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

13 years agoAdd msmpeg4v1 regtest
Vitor Sessak [Fri, 16 Jul 2010 10:06:33 +0000 (10:06 +0000)]
Add msmpeg4v1 regtest

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

13 years agoAdd MS-GSM regtest
Vitor Sessak [Fri, 16 Jul 2010 09:58:17 +0000 (09:58 +0000)]
Add MS-GSM regtest

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

13 years agoATRAC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:41:53 +0000 (09:41 +0000)]
ATRAC3 regtests

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

13 years agoAdd ATRAC1 regtest
Vitor Sessak [Fri, 16 Jul 2010 09:35:26 +0000 (09:35 +0000)]
Add ATRAC1 regtest

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

13 years agoAdd EAC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:24:09 +0000 (09:24 +0000)]
Add EAC3 regtests

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

13 years agoAdd AC3 regtests
Vitor Sessak [Fri, 16 Jul 2010 09:09:53 +0000 (09:09 +0000)]
Add AC3 regtests

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

13 years agovp8: Save mb border needed for intra prediction so that loop filter can run
David Conrad [Fri, 16 Jul 2010 07:20:35 +0000 (07:20 +0000)]
vp8: Save mb border needed for intra prediction so that loop filter can run
immediately after a mb row is decoded

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

13 years agovp8: Check for malloc failure
David Conrad [Fri, 16 Jul 2010 07:20:31 +0000 (07:20 +0000)]
vp8: Check for malloc failure

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

13 years agoVP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
Ronald S. Bultje [Thu, 15 Jul 2010 23:02:34 +0000 (23:02 +0000)]
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.

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

13 years agoARM: NEON H264 chroma loop filter 3 cycles faster
Måns Rullgård [Thu, 15 Jul 2010 21:59:27 +0000 (21:59 +0000)]
ARM: NEON H264 chroma loop filter 3 cycles faster

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

13 years agogrep Changelog entry from unified diffs
Rafaël Carré [Thu, 15 Jul 2010 12:05:53 +0000 (12:05 +0000)]
grep Changelog entry from unified diffs

Patch by Rafaël Carré, rafael d carre a gmail

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

13 years agoFFmpeg : Close input file and free any related memory if
Jai Menon [Thu, 15 Jul 2010 11:53:34 +0000 (11:53 +0000)]
FFmpeg : Close input file and free any related memory if
av_find_stream_info fails.

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

13 years agoremove redundant text and whitespaces from iff demuxer av_log() statements
Peter Ross [Thu, 15 Jul 2010 11:43:09 +0000 (11:43 +0000)]
remove redundant text and whitespaces from iff demuxer av_log() statements

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

13 years agoFix obviously missing dependency of float DCT.
Vitor Sessak [Thu, 15 Jul 2010 08:56:18 +0000 (08:56 +0000)]
Fix obviously missing dependency of float DCT.

Fixes issue 2095.

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

13 years agoUpdate maintainers list according to renames made in rev 21284 and 22109
Martin Storsjö [Thu, 15 Jul 2010 08:21:01 +0000 (08:21 +0000)]
Update maintainers list according to renames made in rev 21284 and 22109

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

13 years agoARM: remove two insns from NEON chroma loop filter
Måns Rullgård [Thu, 15 Jul 2010 06:45:11 +0000 (06:45 +0000)]
ARM: remove two insns from NEON chroma loop filter

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

13 years agoIn ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe
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

13 years agoRestore mistakenly removed [in]/[out] Doxygen parameter attributes.
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

13 years agoAdd myself as mmst maintainer.
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

13 years agomatroskaenc: write DisplayUnit element to better match the spec
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

13 years agoPass the composition and ancillary ID for DVB subtitles via extradata instead
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

13 years agoRemove incomplete Doxygen for static decode_frame functions.
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

13 years agoAdd a depacketizer for QDM2
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

13 years agortpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
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

13 years agortpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE
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

13 years agoaacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.
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

13 years agoaacenc: aac_psy_init(): Factorize line_to_frequency.
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

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