]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
14 years agoThe script updated OMKized Makefiles. omkize-1
Pavel Pisa [Mon, 25 May 2009 10:56:05 +0000 (12:56 +0200)]
The script updated OMKized Makefiles.

Result of run of ./ffmpeg-omkize.sh .
This can be compiled after
./configure4omk
by OMK build system.

14 years agoAdded copy of libswscale/Makefile for omkization.
Pavel Pisa [Mon, 25 May 2009 10:19:10 +0000 (12:19 +0200)]
Added copy of libswscale/Makefile for omkization.

14 years agoAdded copies of makefiles for OMK build.
Pavel Pisa [Mon, 25 May 2009 10:19:10 +0000 (12:19 +0200)]
Added copies of makefiles for OMK build.

14 years agoAdded script to configure FFMpeg for OMK build.
Pavel Pisa [Mon, 25 May 2009 10:18:19 +0000 (12:18 +0200)]
Added script to configure FFMpeg for OMK build.

14 years agoAdded FFmpeg omkize script
Pavel Pisa [Mon, 25 May 2009 10:18:04 +0000 (12:18 +0200)]
Added FFmpeg omkize script

14 years agoAdd Hurd to OS list and disable dv1394 in the Hurd case.
diego [Mon, 25 May 2009 05:39:58 +0000 (05:39 +0000)]
Add Hurd to OS list and disable dv1394 in the Hurd case.
patch by Andres Mejia, mcitadel gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18938 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agohonor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly
bcoudurier [Mon, 25 May 2009 02:34:31 +0000 (02:34 +0000)]
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18937 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomlp: Re-enable x86-optimized DSP functions.
ramiro [Mon, 25 May 2009 01:53:43 +0000 (01:53 +0000)]
mlp: Re-enable x86-optimized DSP functions.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18936 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomlp: Use LABEL_MANGLE() to export label symbols from inside asm block.
ramiro [Mon, 25 May 2009 01:52:05 +0000 (01:52 +0000)]
mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18935 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd LABEL_MANGLE() to export label symbols from inside asm blocks.
ramiro [Mon, 25 May 2009 01:50:37 +0000 (01:50 +0000)]
Add LABEL_MANGLE() to export label symbols from inside asm blocks.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18934 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoCorePNG can be decoded since 18421
compn [Mon, 25 May 2009 00:31:52 +0000 (00:31 +0000)]
CorePNG can be decoded since 18421

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18933 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomove DEBUG define before include to get dprintf and change printf to dprintf
bcoudurier [Sun, 24 May 2009 22:59:25 +0000 (22:59 +0000)]
move DEBUG define before include to get dprintf and change printf to dprintf

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18932 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix unaligned dsputil call.
vitor [Sun, 24 May 2009 12:44:54 +0000 (12:44 +0000)]
Fix unaligned dsputil call.

Should fix FATE corepng test on Solaris/Sparc.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18930 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agofix get_str16_nolen with odd len, fix #1065
bcoudurier [Sun, 24 May 2009 10:26:41 +0000 (10:26 +0000)]
fix get_str16_nolen with odd len, fix #1065

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomove DEBUG define before include to get dprintf and move guidcmp before print_guid...
bcoudurier [Sun, 24 May 2009 09:59:53 +0000 (09:59 +0000)]
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18928 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoeatqi: move "block" variable into context to ensure sufficient alignment for
reimar [Sun, 24 May 2009 09:14:19 +0000 (09:14 +0000)]
eatqi: move "block" variable into context to ensure sufficient alignment for
idct_put for compilers/architectures that can not align stack variables that much.
This is also consistent with similar code in eatgq.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18927 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoDistinguish between non-coded blocks and decode errors in rtjpeg's get_block
reimar [Sun, 24 May 2009 09:06:06 +0000 (09:06 +0000)]
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18926 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd a few size checks when decoding rtjpeg blocks.
reimar [Sun, 24 May 2009 09:03:45 +0000 (09:03 +0000)]
Add a few size checks when decoding rtjpeg blocks.
Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts
for partial frames.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18925 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMove "block" variable in rtjpeg decoder to context to ensure sufficient alignment
reimar [Sun, 24 May 2009 08:36:52 +0000 (08:36 +0000)]
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment
for idct_put on architectures/compilers that have problems aligning on the stack.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18924 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoH264: Don't deblock if alpha or beta is 0.
conrad [Sun, 24 May 2009 03:39:20 +0000 (03:39 +0000)]
H264: Don't deblock if alpha or beta is 0.
This ensures that the MMX loop filter is always bitexact with the C version.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18923 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoRemove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined
stefano [Sat, 23 May 2009 23:32:29 +0000 (23:32 +0000)]
Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined
in libavcodec/colorspace.h.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18922 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoindent
michael [Sat, 23 May 2009 23:02:33 +0000 (23:02 +0000)]
indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18921 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix lowres with rv20.
michael [Sat, 23 May 2009 22:59:35 +0000 (22:59 +0000)]
Fix lowres with rv20.
Fixes issue1102.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18920 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix passing of unaligned addresses to dsputil diff_bytes() by
heydowns [Sat, 23 May 2009 19:37:01 +0000 (19:37 +0000)]
Fix passing of unaligned addresses to dsputil diff_bytes() by
changeing calls to sub_left_prediction such that
the source frame data pointers are no longer offset to skip the initial
elements. This keeps them properly aligned for the subsequent call to diff_bytes.
Changes encoding offset to compensate.

Mailing list thread:
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-May/069952.html

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18919 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd offset argument to encode_422_bitstream() to control where
heydowns [Sat, 23 May 2009 19:30:35 +0000 (19:30 +0000)]
Add offset argument to encode_422_bitstream() to control where
in the source data array to start encoding.
Change all calls to pass zero for this new argument for equivalent behavior.

This is a restructure to support a forthcoming bug fix.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18918 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoARM: actually add VP3 loop filter
conrad [Sat, 23 May 2009 18:47:26 +0000 (18:47 +0000)]
ARM: actually add VP3 loop filter

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18917 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoARM: NEON VP3 Loop Filter
conrad [Sat, 23 May 2009 18:36:20 +0000 (18:36 +0000)]
ARM: NEON VP3 Loop Filter

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetching...
bcoudurier [Sat, 23 May 2009 09:28:45 +0000 (09:28 +0000)]
Fix regression tests, diff was due to a patch to mpeg-2 parser timestamp fetching, pending,
current ref is technically more correct though.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agofix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala...
bcoudurier [Sat, 23 May 2009 07:17:17 +0000 (07:17 +0000)]
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18911 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agosimplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail...
bcoudurier [Sat, 23 May 2009 06:25:44 +0000 (06:25 +0000)]
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18910 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocompute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com
bcoudurier [Sat, 23 May 2009 06:09:16 +0000 (06:09 +0000)]
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18909 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agofix qtrle encoding when previous frame linesize differs, fix #998
bcoudurier [Sat, 23 May 2009 05:55:29 +0000 (05:55 +0000)]
fix qtrle encoding when previous frame linesize differs, fix #998

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18908 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agopad last audio frame when encoding
bcoudurier [Sat, 23 May 2009 04:07:25 +0000 (04:07 +0000)]
pad last audio frame when encoding

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18907 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoremove useless include
bcoudurier [Sat, 23 May 2009 03:05:56 +0000 (03:05 +0000)]
remove useless include

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18906 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSet progressive_sequence before MPV_common_init which cares about it when
bcoudurier [Sat, 23 May 2009 01:22:43 +0000 (01:22 +0000)]
Set progressive_sequence before MPV_common_init which cares about it when
setting mb_height for interlaced mpeg-2 encoding.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18905 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoRevert part of r18903:
ramiro [Sat, 23 May 2009 01:20:42 +0000 (01:20 +0000)]
Revert part of r18903:
MLP DSP functions x86-optimized.
12.59% overall speedup in x86_32
 9.98% overall speedup in x86_64
compared to gcc 4.3.3

It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which
is not wanted for labels.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMLP DSP functions x86-optimized.
ramiro [Sat, 23 May 2009 00:23:30 +0000 (00:23 +0000)]
MLP DSP functions x86-optimized.
12.59% overall speedup in x86_32
 9.98% overall speedup in x86_64
compared to gcc 4.3.3

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18903 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agofix mouse seeking when start time is not set, fix #1083
bcoudurier [Fri, 22 May 2009 23:08:07 +0000 (23:08 +0000)]
fix mouse seeking when start time is not set, fix #1083

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18902 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoRemove duplicated RGB_TO_[YUV] macros, use those included in
stefano [Fri, 22 May 2009 22:51:46 +0000 (22:51 +0000)]
Remove duplicated RGB_TO_[YUV] macros, use those included in
libavcodec/colorspace.h.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18901 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix grammar for avfilter_graph_parse() doxy.
stefano [Fri, 22 May 2009 22:38:41 +0000 (22:38 +0000)]
Fix grammar for avfilter_graph_parse() doxy.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix libtheora encoding for non-mod16 sizes
conrad [Fri, 22 May 2009 22:01:50 +0000 (22:01 +0000)]
Fix libtheora encoding for non-mod16 sizes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18899 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMove ALIGN macro to libavutil/common.h and use it in various places
conrad [Fri, 22 May 2009 21:32:13 +0000 (21:32 +0000)]
Move ALIGN macro to libavutil/common.h and use it in various places

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18898 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agofail if stream fifo could not be allocated
bcoudurier [Fri, 22 May 2009 19:11:56 +0000 (19:11 +0000)]
fail if stream fifo could not be allocated

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18897 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMove eatgq blocks array from the stack to the codec context and make sure
reimar [Fri, 22 May 2009 18:39:00 +0000 (18:39 +0000)]
Move eatgq blocks array from the stack to the codec context and make sure
it is aligned as necessary for DSPContext's idct_put.
Just aligning it on the stack would have been possible but less reliable
and without any real benefit.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18896 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSet speex frame_size in ogg demuxer
conrad [Fri, 22 May 2009 18:34:01 +0000 (18:34 +0000)]
Set speex frame_size in ogg demuxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18895 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: Fix some typos.
diego [Fri, 22 May 2009 17:14:22 +0000 (17:14 +0000)]
cosmetics: Fix some typos.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18894 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoPrint out more verbose licensing information.
diego [Fri, 22 May 2009 10:10:02 +0000 (10:10 +0000)]
Print out more verbose licensing information.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18893 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocheck av_fifo_alloc return
bcoudurier [Thu, 21 May 2009 23:12:41 +0000 (23:12 +0000)]
check av_fifo_alloc return

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18892 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocorrectly check for audio streams in mpeg ps muxer, fix multiple audio tracks
bcoudurier [Thu, 21 May 2009 22:33:17 +0000 (22:33 +0000)]
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18891 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years ago10l: typing mistake in r18888
jbr [Thu, 21 May 2009 00:28:23 +0000 (00:28 +0000)]
10l: typing mistake in r18888

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18890 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoeac3dec: fix bug in GAQ dequantization
jbr [Thu, 21 May 2009 00:15:44 +0000 (00:15 +0000)]
eac3dec: fix bug in GAQ dequantization

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18889 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoeac3dec: make GAQ dequantization 24-bit
jbr [Thu, 21 May 2009 00:15:03 +0000 (00:15 +0000)]
eac3dec: make GAQ dequantization 24-bit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18888 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoeac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ
jbr [Thu, 21 May 2009 00:09:23 +0000 (00:09 +0000)]
eac3dec: revert commit r18860.  keep the AHT IDCT 24-bit.  will make AHT GAQ
dequantization 24-bit in a separate commit.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomathops: sort arch-specific #include lines
mru [Wed, 20 May 2009 18:49:55 +0000 (18:49 +0000)]
mathops: sort arch-specific #include lines

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomathops: whitespace cosmetics
mru [Wed, 20 May 2009 18:49:52 +0000 (18:49 +0000)]
mathops: whitespace cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoCreate shared libs correctly, fix mingw build
mru [Wed, 20 May 2009 18:37:34 +0000 (18:37 +0000)]
Create shared libs correctly, fix mingw build

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18884 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd QCP demuxer.
kmalaussene [Wed, 20 May 2009 17:19:39 +0000 (17:19 +0000)]
Add QCP demuxer.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMention LGPL AC-3 decoder in the changelog.
diego [Wed, 20 May 2009 16:30:56 +0000 (16:30 +0000)]
Mention LGPL AC-3 decoder in the changelog.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18882 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix building from within subdirs
mru [Wed, 20 May 2009 10:24:59 +0000 (10:24 +0000)]
Fix building from within subdirs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18881 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoUse IF1 frame sizes in AMR-WB.
benoit [Wed, 20 May 2009 08:57:32 +0000 (08:57 +0000)]
Use IF1 frame sizes in AMR-WB.
Patch by Martin Storsjö: martin (remove that) at martin (oh and this too) st

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18880 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoUse iMDCT output scaling to simplify ffvorbis and make it slightly faster.
serge [Wed, 20 May 2009 07:26:09 +0000 (07:26 +0000)]
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18879 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix for a problem with inverted sign of output data from ffvorbis decoder.
serge [Wed, 20 May 2009 07:24:38 +0000 (07:24 +0000)]
Fix for a problem with inverted sign of output data from ffvorbis decoder.

Now the sign of audio samples in ffvorbis output is the same as in original
uncompressed audio file and this also allows the use of tiny_psnr to compare
ffvorbis with libvorbis/tremor.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSupport for testing (i)MDCT output scale factor in fft-test tool.
serge [Wed, 20 May 2009 07:23:09 +0000 (07:23 +0000)]
Support for testing (i)MDCT output scale factor in fft-test tool.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoThe AC-3 decoder is now LGPL. Exchange the license header and change references
diego [Tue, 19 May 2009 22:58:09 +0000 (22:58 +0000)]
The AC-3 decoder is now LGPL. Exchange the license header and change references
in the build system and documentation that mark it as GPL.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoLGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.
darkshikari [Tue, 19 May 2009 21:29:21 +0000 (21:29 +0000)]
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoDefine ARCH_MIPS64 when building for MIPS64
mru [Tue, 19 May 2009 19:40:24 +0000 (19:40 +0000)]
Define ARCH_MIPS64 when building for MIPS64

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoDefine HAVE_BIGENDIAN as 0 or 1 according to CPU type
mru [Tue, 19 May 2009 19:40:22 +0000 (19:40 +0000)]
Define HAVE_BIGENDIAN as 0 or 1 according to CPU type

This should replace the inconsistently named and defined
WORDS_BIGENDIAN.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoconfigure: add some MIPS CPUs
mru [Tue, 19 May 2009 19:38:44 +0000 (19:38 +0000)]
configure: add some MIPS CPUs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd missing libavformat dependencies on mpeg4audio.o
alexc [Tue, 19 May 2009 18:02:06 +0000 (18:02 +0000)]
Add missing libavformat dependencies on mpeg4audio.o

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18871 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMove AMR-WB-specific code to the AMR-WB section of the file.
diego [Tue, 19 May 2009 17:31:56 +0000 (17:31 +0000)]
Move AMR-WB-specific code to the AMR-WB section of the file.
Fixes compilation when AMR-NB #includes are not available on the system.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.
diego [Tue, 19 May 2009 17:30:27 +0000 (17:30 +0000)]
cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoLog with level AV_LOG_ERROR if av_parse_color() cannot recognize a
stefano [Mon, 18 May 2009 17:59:03 +0000 (17:59 +0000)]
Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a
color.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoRemove useless casts of vec_ld() parameters.
diego [Mon, 18 May 2009 08:21:50 +0000 (08:21 +0000)]
Remove useless casts of vec_ld() parameters.
Gets rid of 'cast discards qualifiers from pointer target type' warnings.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoIndent
banan [Sun, 17 May 2009 16:13:03 +0000 (16:13 +0000)]
Indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3
banan [Sun, 17 May 2009 16:12:07 +0000 (16:12 +0000)]
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoIndent
banan [Sun, 17 May 2009 10:31:16 +0000 (10:31 +0000)]
Indent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.
banan [Sun, 17 May 2009 10:29:40 +0000 (10:29 +0000)]
Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18863 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMake TMV decoder check packet sizes before reading from it.
vitor [Sun, 17 May 2009 09:48:12 +0000 (09:48 +0000)]
Make TMV decoder check packet sizes before reading from it.

FATE test 295 might need updating.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd a forward declaration of mpeg1_decode_block_intra to fix compilation
reimar [Sun, 17 May 2009 09:09:07 +0000 (09:09 +0000)]
Add a forward declaration of mpeg1_decode_block_intra to fix compilation
broken by r18859 for e.g. all gcc 4 compilers.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoeac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
jbr [Sun, 17 May 2009 06:53:24 +0000 (06:53 +0000)]
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is
simpler and also fixes a bug in GAQ dequantization.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agompeg12: fix non-standard use of "extern inline"
mru [Sun, 17 May 2009 00:54:29 +0000 (00:54 +0000)]
mpeg12: fix non-standard use of "extern inline"

Rename ff_mpeg1_decode_block_intra to mpeg1_decode_block_intra and
make it static.  Add ff_mpeg1_decode_block_intra as plain extern
function calling mpeg1_decode_block_intra.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix the M bit for multi-packet NALs.
lucabe [Sat, 16 May 2009 17:11:47 +0000 (17:11 +0000)]
Fix the M bit for multi-packet NALs.
Patch by Yao Peter (peter AT yuvad DOT com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoac3dec: fix coupling range check. the start subband must be less than
jbr [Sat, 16 May 2009 17:02:44 +0000 (17:02 +0000)]
ac3dec: fix coupling range check.  the start subband must be less than
the end subband.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agooma: fix build if memcmp() is a macro
mru [Sat, 16 May 2009 15:09:30 +0000 (15:09 +0000)]
oma: fix build if memcmp() is a macro

Any C library function may be a macro, so compound literals
passed to memcmp() must be surrounded by parens to avoid being
split on commas.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSupport for getting (i)MDCT output multiplied by a constant scaling factor.
serge [Sat, 16 May 2009 14:17:08 +0000 (14:17 +0000)]
Support for getting (i)MDCT output multiplied by a constant scaling factor.

Scaling (i)MDCT output has no runtime overhead and can be used to improve
performance of audio codecs. All the changes are only needed in
'ff_mdct_init' function and slow down initialization a bit.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoMove img_convert_ctx to VideoState and free it in stream_close().
cehoyos [Sat, 16 May 2009 10:29:55 +0000 (10:29 +0000)]
Move img_convert_ctx to VideoState and free it in stream_close().

Patch by Martin Storsjö, martin martin st

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd missing frees to stream_close() and do_exit().
cehoyos [Sat, 16 May 2009 10:26:41 +0000 (10:26 +0000)]
Add missing frees to stream_close() and do_exit().

Patch by Martin Storsjö, martin martin st

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoFix off-by-one error in MS RLE decoder which may result into writing past
kostya [Sat, 16 May 2009 06:39:08 +0000 (06:39 +0000)]
Fix off-by-one error in MS RLE decoder which may result into writing past
picture buffer.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomove increment after debug print
bcoudurier [Sat, 16 May 2009 04:08:34 +0000 (04:08 +0000)]
move increment after debug print

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: K&R coding style, indent correctly, break overly long lines
diego [Fri, 15 May 2009 22:46:29 +0000 (22:46 +0000)]
cosmetics: K&R coding style, indent correctly, break overly long lines

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoReplace 'x == 0' if conditions with '!x'.
diego [Fri, 15 May 2009 22:41:26 +0000 (22:41 +0000)]
Replace 'x == 0' if conditions with '!x'.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: Remove pointless {}.
diego [Fri, 15 May 2009 20:12:45 +0000 (20:12 +0000)]
cosmetics: Remove pointless {}.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoSurround AMR_WB encoding code by appropriate #ifdefs.
diego [Fri, 15 May 2009 19:03:45 +0000 (19:03 +0000)]
Surround AMR_WB encoding code by appropriate #ifdefs.
This will help support the opencore AMR library.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: Move some more code around to avoid #ifdeffery.
diego [Fri, 15 May 2009 18:54:36 +0000 (18:54 +0000)]
cosmetics: Move some more code around to avoid #ifdeffery.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agocosmetics: Move functions around so that encoding and decoding functions are
diego [Fri, 15 May 2009 17:34:26 +0000 (17:34 +0000)]
cosmetics: Move functions around so that encoding and decoding functions are
grouped together. This will save some #ifdefs.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoRemove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each...
diego [Fri, 15 May 2009 17:22:41 +0000 (17:22 +0000)]
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after each other,
so that the second check was pointless.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoAdd av_cold attribute to amr_nb decoding/encoding initialization functions.
diego [Fri, 15 May 2009 17:15:12 +0000 (17:15 +0000)]
Add av_cold attribute to amr_nb decoding/encoding initialization functions.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agoBugfix for bug introduced in the multichannel cook patchset.
banan [Fri, 15 May 2009 16:25:54 +0000 (16:25 +0000)]
Bugfix for bug introduced in the multichannel cook patchset.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomlp: Simplify adressing of state and coeffs arrays for both filters by making
ramiro [Fri, 15 May 2009 15:34:22 +0000 (15:34 +0000)]
mlp: Simplify adressing of state and coeffs arrays for both filters by making
the arrays sequential.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18841 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

14 years agomlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.
ramiro [Fri, 15 May 2009 15:30:43 +0000 (15:30 +0000)]
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b