OSDN Git Service

coroid/libav_saccubus.git
13 years agooggparsevorbis: Add some sanity checks to header packet ordering/presence.
Alex Converse [Sat, 7 Aug 2010 21:30:34 +0000 (21:30 +0000)]
oggparsevorbis: Add some sanity checks to header packet ordering/presence.

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

13 years agoApply misc docs fixes spotted by Diego.
Stefano Sabatini [Sat, 7 Aug 2010 21:06:46 +0000 (21:06 +0000)]
Apply misc docs fixes spotted by Diego.

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

13 years agoFix VfW spelling.
Stefano Sabatini [Sat, 7 Aug 2010 21:06:43 +0000 (21:06 +0000)]
Fix VfW spelling.

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

13 years agoFix spelling in comment(s)
Reinhard Tartler [Sat, 7 Aug 2010 14:11:43 +0000 (14:11 +0000)]
Fix spelling in comment(s)

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

13 years agoH.264: 8% faster CAVLC zero-run decoding
Jason Garrett-Glaser [Sat, 7 Aug 2010 12:30:44 +0000 (12:30 +0000)]
H.264: 8% faster CAVLC zero-run decoding

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

13 years agoAdd RTP packetization of Theora and Vorbis
Josh Allmann [Sat, 7 Aug 2010 11:16:07 +0000 (11:16 +0000)]
Add RTP packetization of Theora and Vorbis

Patch by Josh Allmann, joshua dot allmann at gmail

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

13 years agoFix the compilation of some libavcodec/lib* files which were not
Stefano Sabatini [Sat, 7 Aug 2010 01:36:35 +0000 (01:36 +0000)]
Fix the compilation of some libavcodec/lib* files which were not
including libavcore/imgutils.h, which was required since the recent
avcodec_check_dimensions() -> av_check_image_size() transition.

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

13 years agoAdd APIchanges entries after the last recent libavfilter renames.
Stefano Sabatini [Sat, 7 Aug 2010 01:24:42 +0000 (01:24 +0000)]
Add APIchanges entries after the last recent libavfilter renames.

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

13 years agoRename fields:
S.N. Hemanth Meenakshisundaram [Sat, 7 Aug 2010 01:15:34 +0000 (01:15 +0000)]
Rename fields:

AVFilterLink.srcpic    ->  AVFilterLink.src_buf
AVFilterLink.cur_pic   ->  AVFilterLink.cur_buf
AVFilterLink.outpic    ->  AVFilterLink.out_buf

The new names are more generic and more consistent, since the struct
they contain, which was named AVFilterPicRef, has been renamed to
AVFilterBufferRef.

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

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

13 years agoRename functions and fields:
S.N. Hemanth Meenakshisundaram [Sat, 7 Aug 2010 01:15:27 +0000 (01:15 +0000)]
Rename functions and fields:

avfilter_(un)ref_pic       -> avfilter_(un)ref_buffer
avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props
AVFilterBufferRef.pic      -> AVFilterBufferRef.buffer

They have been renamed to allow sharing with audio.

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

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

13 years agoRename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram [Sat, 7 Aug 2010 01:15:19 +0000 (01:15 +0000)]
Rename AVFilterPicRef to AVFilterBufferRef.

The struct is going to be used for storing audio buffer references as
well, and the new name is more generic.

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

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

13 years agoAdd APIchanges entry after r24728.
Stefano Sabatini [Sat, 7 Aug 2010 00:19:45 +0000 (00:19 +0000)]
Add APIchanges entry after r24728.

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

13 years agoMove format from AVFilterBuffer to AVFilterPicRef.
S.N. Hemanth Meenakshisundaram [Sat, 7 Aug 2010 00:02:26 +0000 (00:02 +0000)]
Move format from AVFilterBuffer to AVFilterPicRef.

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

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

13 years agoFix the size of the data to be copied from an AVFilterBuffer to an
S.N. Hemanth Meenakshisundaram [Sat, 7 Aug 2010 00:02:21 +0000 (00:02 +0000)]
Fix the size of the data to be copied from an AVFilterBuffer to an
AVFilterBuffereRef in avfilter_default_get_video_buffer().

The error was being caused by the previous patch which resized
AVFilterBuffer's data and linesize arrays to 8.

Patch by S.N. Hemanth Meenakshisundaram" &smeenaks&ucsd&edu&.

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

13 years agoApply misc fixes spotted by Diego to protocols.texi.
Stefano Sabatini [Fri, 6 Aug 2010 23:15:35 +0000 (23:15 +0000)]
Apply misc fixes spotted by Diego to protocols.texi.

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

13 years agoRemove audio_beos entries in indevs.texi and output.devs, BeOS audio
Stefano Sabatini [Fri, 6 Aug 2010 23:15:31 +0000 (23:15 +0000)]
Remove audio_beos entries in indevs.texi and output.devs, BeOS audio
support has been dropped.

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

13 years agoApply misc fixes spotted by Diego to indevs.texi and outdevs.texi.
Stefano Sabatini [Fri, 6 Aug 2010 23:15:27 +0000 (23:15 +0000)]
Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.

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

13 years agoRename the chapter Devices -> Input Devices, as the file is about
Stefano Sabatini [Fri, 6 Aug 2010 23:15:23 +0000 (23:15 +0000)]
Rename the chapter Devices -> Input Devices, as the file is about
input devices.

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

13 years agoshowfiltfmts: destroy filter context before exit
Måns Rullgård [Fri, 6 Aug 2010 22:25:44 +0000 (22:25 +0000)]
showfiltfmts: destroy filter context before exit

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

13 years agoshowfiltfmts: set media type of links to that of corresponding pad
Måns Rullgård [Fri, 6 Aug 2010 22:25:42 +0000 (22:25 +0000)]
showfiltfmts: set media type of links to that of corresponding pad

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

13 years agoavfilter: indent
Måns Rullgård [Fri, 6 Aug 2010 22:25:39 +0000 (22:25 +0000)]
avfilter: indent

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

13 years agoavfilter: do not crash on null link src/dst in avfilter_destroy()
Måns Rullgård [Fri, 6 Aug 2010 22:25:36 +0000 (22:25 +0000)]
avfilter: do not crash on null link src/dst in avfilter_destroy()

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

13 years agoavfilter: free link in/out_formats in avfilter_destroy()
Måns Rullgård [Fri, 6 Aug 2010 22:25:33 +0000 (22:25 +0000)]
avfilter: free link in/out_formats in avfilter_destroy()

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

13 years agolibvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’".
Alex Converse [Fri, 6 Aug 2010 18:57:14 +0000 (18:57 +0000)]
libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’".

av_check_image_size() is declared in libavcore/imgutils.h.

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

13 years agovorbis_dec: Change partition_class[] to uint8_t.
Alex Converse [Fri, 6 Aug 2010 16:10:42 +0000 (16:10 +0000)]
vorbis_dec: Change partition_class[] to uint8_t.

When sizeof(uint_fast8_t) >= sizeof(int) there are unintended size effects.

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

13 years agoAdd a CONFIG_ variable for generic Huffman routines.
Diego Biurrun [Fri, 6 Aug 2010 10:29:14 +0000 (10:29 +0000)]
Add a CONFIG_ variable for generic Huffman routines.

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

13 years agoPreserve status reason
Luca Barbato [Fri, 6 Aug 2010 10:26:30 +0000 (10:26 +0000)]
Preserve status reason

It is used to provide meaningful error messages.

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

13 years agoExtend the gas-preprocessor section with basic installation instructions.
Diego Biurrun [Fri, 6 Aug 2010 10:01:31 +0000 (10:01 +0000)]
Extend the gas-preprocessor section with basic installation instructions.

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

13 years agoAdd APIchanges entry for the av_check_image_size() addition.
Stefano Sabatini [Fri, 6 Aug 2010 09:42:28 +0000 (09:42 +0000)]
Add APIchanges entry for the av_check_image_size() addition.

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

13 years agoRemove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini [Fri, 6 Aug 2010 09:37:04 +0000 (09:37 +0000)]
Remove use of the deprecated function avcodec_check_dimensions(), use
av_check_image_size() instead.

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

13 years agoClarify av_check_image_size() log message.
Stefano Sabatini [Fri, 6 Aug 2010 09:36:50 +0000 (09:36 +0000)]
Clarify av_check_image_size() log message.

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

13 years agoDeprecate avcodec_check_dimensions() in favor of the new function
Stefano Sabatini [Fri, 6 Aug 2010 09:36:45 +0000 (09:36 +0000)]
Deprecate avcodec_check_dimensions() in favor of the new function
av_check_image_size() declared in libavcore/imgutils.h.

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

13 years agofft-test: free buffers before exiting
Måns Rullgård [Fri, 6 Aug 2010 07:09:12 +0000 (07:09 +0000)]
fft-test: free buffers before exiting

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

13 years agoVP8: fix bug in prefetch
Jason Garrett-Glaser [Thu, 5 Aug 2010 20:03:54 +0000 (20:03 +0000)]
VP8: fix bug in prefetch
Motion vectors in VP8 are qpel, not fullpel.

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

13 years agoARM: NEON H264 8x8 IDCT
Måns Rullgård [Thu, 5 Aug 2010 19:45:57 +0000 (19:45 +0000)]
ARM: NEON H264 8x8 IDCT

Parts by David Conrad.

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

13 years agoconfigure: remove redundant extralibs settings
Måns Rullgård [Thu, 5 Aug 2010 16:54:23 +0000 (16:54 +0000)]
configure: remove redundant extralibs settings

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

13 years agortpdec_xiph: Split packets in the depacketizer
Martin Storsjö [Thu, 5 Aug 2010 04:42:36 +0000 (04:42 +0000)]
rtpdec_xiph: Split packets in the depacketizer

The vorbis decoder doesn't handle more than one audio frame packed into
the same AVPacket, so they need to be split in the depacketizer.

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

13 years agoAdd file missing in r24702
Jason Garrett-Glaser [Thu, 5 Aug 2010 00:49:48 +0000 (00:49 +0000)]
Add file missing in r24702

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

13 years agoH.264: SSE2/SSSE3 weighted prediction asm
Eli Friedman [Thu, 5 Aug 2010 00:13:38 +0000 (00:13 +0000)]
H.264: SSE2/SSSE3 weighted prediction asm
Patch by Eli Friedman <eli.friedman at gmail dot com>

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

13 years agoVP5/6/8: eliminate CABAC dependency
Jason Garrett-Glaser [Wed, 4 Aug 2010 23:04:05 +0000 (23:04 +0000)]
VP5/6/8: eliminate CABAC dependency
Create a custom table for VP5/6/8's renorm to avoid depending on H.264's.
Saves one instruction in the arithmetic decoder as well.

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

13 years agoMove read_mms_packet() code to be inlined in the calling function.
Zhentan Feng [Wed, 4 Aug 2010 22:34:43 +0000 (22:34 +0000)]
Move read_mms_packet() code to be inlined in the calling function.

Patch by Zhentan Feng <spyfeng gmail com>.

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

13 years agoRemove is_playing variable.
Zhentan Feng [Wed, 4 Aug 2010 22:33:38 +0000 (22:33 +0000)]
Remove is_playing variable.

Patch by Zhentan Feng <spyfeng gmail com>.

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

13 years agoMove send_media_packet_request() and clear_stream_buffers() up.
Zhentan Feng [Wed, 4 Aug 2010 22:32:43 +0000 (22:32 +0000)]
Move send_media_packet_request() and clear_stream_buffers() up.

Patch by Zhentan Feng <spyfeng gmail com>.

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

13 years agofate: move some groups of related tests to their own files
Måns Rullgård [Wed, 4 Aug 2010 18:47:20 +0000 (18:47 +0000)]
fate: move some groups of related tests to their own files

This moves some groups of tests for single codecs to separate files,
and adds shorthands for running all tests in a group.

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

13 years agortpdec_xiph: Correct the bitmask for num_pkts
Martin Storsjö [Wed, 4 Aug 2010 17:22:25 +0000 (17:22 +0000)]
rtpdec_xiph: Correct the bitmask for num_pkts

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

13 years agofate: add fft tests
Måns Rullgård [Wed, 4 Aug 2010 06:57:02 +0000 (06:57 +0000)]
fate: add fft tests

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

13 years agofate-run: add helper to run things on target
Måns Rullgård [Wed, 4 Aug 2010 06:56:59 +0000 (06:56 +0000)]
fate-run: add helper to run things on target

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

13 years agofft-test: exit with non-zero status if test failed
Måns Rullgård [Wed, 4 Aug 2010 06:56:55 +0000 (06:56 +0000)]
fft-test: exit with non-zero status if test failed

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

13 years agoFix VP8 decoder dependencies
Martin Storsjö [Wed, 4 Aug 2010 05:20:49 +0000 (05:20 +0000)]
Fix VP8 decoder dependencies

This reverts rev 24674 - the VP8 decoder actually depends on cabac.o.
vp8.c includes vp56.h, which includes cabac.h, which has inline functions
that reference tables from cabac.c.

This fixes compilation with --disable-everything --enable-decoder=vp8.

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

13 years agoVP8: partially inline decode_block_coeffs
Jason Garrett-Glaser [Wed, 4 Aug 2010 02:23:25 +0000 (02:23 +0000)]
VP8: partially inline decode_block_coeffs
Avoids a function call in the case of empty DCT blocks (most of the time).

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

13 years agoFix 100L in r24689
Jason Garrett-Glaser [Wed, 4 Aug 2010 01:40:58 +0000 (01:40 +0000)]
Fix 100L in r24689
Accidentally committed some timing code.

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

13 years agoVP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs
Jason Garrett-Glaser [Wed, 4 Aug 2010 01:38:08 +0000 (01:38 +0000)]
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs
Slightly faster.

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

13 years agoCosmetics: add missing space to options.c
Jason Garrett-Glaser [Wed, 4 Aug 2010 00:08:16 +0000 (00:08 +0000)]
Cosmetics: add missing space to options.c

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

13 years agoVP8: slightly faster DCT coefficient probability update
Jason Garrett-Glaser [Tue, 3 Aug 2010 23:21:47 +0000 (23:21 +0000)]
VP8: slightly faster DCT coefficient probability update

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

13 years agoARM: update struct offsets
Måns Rullgård [Tue, 3 Aug 2010 22:29:38 +0000 (22:29 +0000)]
ARM: update struct offsets

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

13 years agoMove cavs dsp functions to their own struct
Måns Rullgård [Tue, 3 Aug 2010 20:59:00 +0000 (20:59 +0000)]
Move cavs dsp functions to their own struct

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

13 years agoSilence unused function warnings in vp56.h
Jason Garrett-Glaser [Tue, 3 Aug 2010 11:35:41 +0000 (11:35 +0000)]
Silence unused function warnings in vp56.h

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

13 years agoVP8: make another RAC call branchy
Jason Garrett-Glaser [Tue, 3 Aug 2010 11:34:24 +0000 (11:34 +0000)]
VP8: make another RAC call branchy
1-2 clocks faster.

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

13 years agoVP5/6/8: add one inline missed in r24677
Jason Garrett-Glaser [Tue, 3 Aug 2010 11:21:22 +0000 (11:21 +0000)]
VP5/6/8: add one inline missed in r24677

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

13 years agoVP8: unroll partition type decoding tree
Jason Garrett-Glaser [Tue, 3 Aug 2010 11:10:58 +0000 (11:10 +0000)]
VP8: unroll partition type decoding tree
~34% faster partition type decoding.

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

13 years agoVP8: unroll splitmv decoding tree
Jason Garrett-Glaser [Tue, 3 Aug 2010 10:37:14 +0000 (10:37 +0000)]
VP8: unroll splitmv decoding tree
Much faster splitmv mode decoding.

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

13 years agoVP8: unroll MB mode decoding tree
Jason Garrett-Glaser [Tue, 3 Aug 2010 10:24:28 +0000 (10:24 +0000)]
VP8: unroll MB mode decoding tree
~50% faster MB mode decoding, plus eliminate a costly switch.

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

13 years agoMake avfilter_copy_picref_props() copy w and h from src to dst.
Stefano Sabatini [Tue, 3 Aug 2010 09:02:16 +0000 (09:02 +0000)]
Make avfilter_copy_picref_props() copy w and h from src to dst.

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

13 years agoVP5/6/8: tweak some arithcoder inlining
Jason Garrett-Glaser [Tue, 3 Aug 2010 08:06:08 +0000 (08:06 +0000)]
VP5/6/8: tweak some arithcoder inlining
Always inline the arithmetic coder, except in the case of header-parsing stuff,
in which case don't inline it at all to save code size.

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

13 years agovorbisdec: Return AVERROR(ENOMEM) on malloc() failure.
Alex Converse [Tue, 3 Aug 2010 00:27:54 +0000 (00:27 +0000)]
vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.

This is especially important because classifs can be very large.

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

13 years agovorbisdec: Prevent a potential integer overflow.
Alex Converse [Tue, 3 Aug 2010 00:25:06 +0000 (00:25 +0000)]
vorbisdec: Prevent a potential integer overflow.

If sizeof uint_fast8_t > 1 and sizeof size_t <= 4, the expression that mallocs
classifs  is susceptible to integer overflow.

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

13 years agoThe VP8 decoder does not depend on cabac.o.
Diego Biurrun [Mon, 2 Aug 2010 23:49:49 +0000 (23:49 +0000)]
The VP8 decoder does not depend on cabac.o.

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

13 years agoThe VP8 decoder does not depend on vp56.o and vp56data.o.
Diego Biurrun [Mon, 2 Aug 2010 23:23:27 +0000 (23:23 +0000)]
The VP8 decoder does not depend on vp56.o and vp56data.o.

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

13 years agoRemove redundant h264pred.o from VP8 objects list.
Diego Biurrun [Mon, 2 Aug 2010 23:16:52 +0000 (23:16 +0000)]
Remove redundant h264pred.o from VP8 objects list.
It is already selected through the H264DSP dependency of VP8.

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

13 years agoVP8: eliminate a dereference in coefficient decoding
Jason Garrett-Glaser [Mon, 2 Aug 2010 22:48:38 +0000 (22:48 +0000)]
VP8: eliminate a dereference in coefficient decoding

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

13 years agoVP8: much faster DC transform handling
Jason Garrett-Glaser [Mon, 2 Aug 2010 20:57:03 +0000 (20:57 +0000)]
VP8: much faster DC transform handling
A lot of the time the DC block is empty: don't do the WHT in this case.
A lot of the rest of the time, there's only one coefficient: make a special
DC-only transform for that case.
When the block is empty, don't incorrectly mark luma DCT blocks as having DC
coefficients.

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

13 years agovorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build
Måns Rullgård [Mon, 2 Aug 2010 20:35:50 +0000 (20:35 +0000)]
vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build

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

13 years agoVP8: move zeroing of luma DC block into the WHT
Jason Garrett-Glaser [Mon, 2 Aug 2010 20:18:09 +0000 (20:18 +0000)]
VP8: move zeroing of luma DC block into the WHT
Lets us do the zeroing in asm instead of C.
Also makes it consistent with the way the regular iDCT code does it.

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

13 years agolavfi-regression: trim \r line ends from showfiltfmts output
Måns Rullgård [Mon, 2 Aug 2010 19:44:58 +0000 (19:44 +0000)]
lavfi-regression: trim \r line ends from showfiltfmts output

This is required when cross-testing on dos-like targets.

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

13 years agoAdd -Wno-parentheses to CFLAGS.
Diego Biurrun [Mon, 2 Aug 2010 17:09:55 +0000 (17:09 +0000)]
Add -Wno-parentheses to CFLAGS.
Without this flag -Wall generates warnings that nobody wants to see fixed or
worked around. Disabling those warnings is thus the best solution.

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

13 years agoSort lavfi pixdesc tests.
Stefano Sabatini [Mon, 2 Aug 2010 11:56:51 +0000 (11:56 +0000)]
Sort lavfi pixdesc tests.

Increase readability and robustness, as the test result is not going
to differ if the order of the pixfmts codes changes.

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

13 years agoonly store intra prediction modes on the boundary for keyframes, not as a plane.
Pascal Massimino [Mon, 2 Aug 2010 09:44:53 +0000 (09:44 +0000)]
only store intra prediction modes on the boundary for keyframes, not as a plane.
inter-frame behaviour unchanged.

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

13 years agoFix doxygen comment.
Benoit Fouet [Mon, 2 Aug 2010 07:28:35 +0000 (07:28 +0000)]
Fix doxygen comment.

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

13 years agoChange a doxy comment to a normal one.
Benoit Fouet [Mon, 2 Aug 2010 07:26:27 +0000 (07:26 +0000)]
Change a doxy comment to a normal one.

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

13 years agoFix doxygen comments.
Benoit Fouet [Mon, 2 Aug 2010 07:25:25 +0000 (07:25 +0000)]
Fix doxygen comments.
/**\u2264 => /**<

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

13 years agoIssue a warning when fed with misformatted one-line doxygen comments.
Benoit Fouet [Mon, 2 Aug 2010 07:23:47 +0000 (07:23 +0000)]
Issue a warning when fed with misformatted one-line doxygen comments.

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

13 years agoVP8: simplify token_prob handling
Jason Garrett-Glaser [Mon, 2 Aug 2010 05:20:38 +0000 (05:20 +0000)]
VP8: simplify token_prob handling
~1.5% faster decode_block_coeffs

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

13 years agolavfi-regression: use different temp file names for each pixfmt test
Måns Rullgård [Sun, 1 Aug 2010 23:34:48 +0000 (23:34 +0000)]
lavfi-regression: use different temp file names for each pixfmt test

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

13 years agoAdd lavfi-pixfmts LE tests.
Stefano Sabatini [Sun, 1 Aug 2010 23:20:46 +0000 (23:20 +0000)]
Add lavfi-pixfmts LE tests.

The corresponding lavfi-pixfmts BE tests are not yet added, as there
are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p)
which result in differences with the LE reference, and I cannot
visually check the generated files on BE.

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

13 years agoprevent access to vp8_coeff_band[16]
Pascal Massimino [Sun, 1 Aug 2010 23:20:06 +0000 (23:20 +0000)]
prevent access to vp8_coeff_band[16]

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

13 years agoReindent.
Stefano Sabatini [Sun, 1 Aug 2010 23:04:16 +0000 (23:04 +0000)]
Reindent.

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

13 years agoSplit lavfi pixfmts test.
Stefano Sabatini [Sun, 1 Aug 2010 23:04:13 +0000 (23:04 +0000)]
Split lavfi pixfmts test.

Introduce the function do_lavfi_pixfmts(), and use it for generating a
pixfmts test for each different filter.

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

13 years agoImplement set_ne_test_deps() and use if for the lavfi pixdesc test.
Stefano Sabatini [Sun, 1 Aug 2010 23:04:10 +0000 (23:04 +0000)]
Implement set_ne_test_deps() and use if for the lavfi pixdesc test.

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

13 years agoFix suncc ident string (hopefully)
Måns Rullgård [Sun, 1 Aug 2010 16:13:12 +0000 (16:13 +0000)]
Fix suncc ident string (hopefully)

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

13 years agofate: fix non-standard use of bc
Måns Rullgård [Sun, 1 Aug 2010 15:28:42 +0000 (15:28 +0000)]
fate: fix non-standard use of bc

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

13 years agofate: fix signal name translation
Måns Rullgård [Sun, 1 Aug 2010 12:29:03 +0000 (12:29 +0000)]
fate: fix signal name translation

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

13 years agofate: make tar command configurable
Måns Rullgård [Sun, 1 Aug 2010 12:29:00 +0000 (12:29 +0000)]
fate: make tar command configurable

The 'tar' variable should be set to a command writing a tar archive
of the named files to stdout, typically "tar c" or "tar cf -"

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

13 years agoSimplify lavfi-pixfmts test script
Måns Rullgård [Sun, 1 Aug 2010 11:34:59 +0000 (11:34 +0000)]
Simplify lavfi-pixfmts test script

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

13 years agolavfi-showfiltfmts: print one format per line
Måns Rullgård [Sun, 1 Aug 2010 11:34:56 +0000 (11:34 +0000)]
lavfi-showfiltfmts: print one format per line

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

13 years agoRemove temporary files in lavfi-pixfmts test
Måns Rullgård [Sun, 1 Aug 2010 10:47:41 +0000 (10:47 +0000)]
Remove temporary files in lavfi-pixfmts test

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

13 years agoFix fate-lavfi-pixfmts test cross-compilation.
Stefano Sabatini [Sun, 1 Aug 2010 10:27:04 +0000 (10:27 +0000)]
Fix fate-lavfi-pixfmts test cross-compilation.

Add the lavfi-showfiltfmts dependency in the Makefile, and correctly
use the $target_exec and $target_path variables for invoking the
lavfi-showfiltfmts tool.

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

13 years agoUse the ffmpeg specified in $ffmpeg in the pixfmts lavfi test,
Stefano Sabatini [Sun, 1 Aug 2010 10:27:00 +0000 (10:27 +0000)]
Use the ffmpeg specified in $ffmpeg in the pixfmts lavfi test,
otherwise the test will be running whatever ffmpeg is installed on the
host system.

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

13 years agoPut the filter name before the pixel format name in the lavfi pixfmts
Stefano Sabatini [Sun, 1 Aug 2010 00:46:11 +0000 (00:46 +0000)]
Put the filter name before the pixel format name in the lavfi pixfmts
test output files, and add a prefix with the name of the test.
Make per-filter grouping of the generated output files easier, which
is more useful than per-pixel-format grouping.

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

13 years agoIntroduce and use a variable $output in the lavfi pixfmts test code.
Stefano Sabatini [Sun, 1 Aug 2010 00:46:08 +0000 (00:46 +0000)]
Introduce and use a variable $output in the lavfi pixfmts test code.
Consistent with the lavfi pixdesc test code, and slightly improve
readability.

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

13 years agoSplit the lavfi pixfmts tests in _le and _be, this is required as the
Stefano Sabatini [Sun, 1 Aug 2010 00:46:06 +0000 (00:46 +0000)]
Split the lavfi pixfmts tests in _le and _be, this is required as the
test results and references depend on machine endianess.

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