]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
17 years agoCONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
diego [Tue, 11 Jul 2006 21:45:45 +0000 (21:45 +0000)]
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
CONFIG_MINGW or __MINGW32__ instead.

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

17 years agosimplify list processing
mru [Tue, 11 Jul 2006 19:54:59 +0000 (19:54 +0000)]
simplify list processing

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

17 years agotidy up option parsing
mru [Tue, 11 Jul 2006 19:44:26 +0000 (19:44 +0000)]
tidy up option parsing

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

17 years agoanother round of cola, please
mru [Tue, 11 Jul 2006 18:31:51 +0000 (18:31 +0000)]
another round of cola, please

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

17 years agolog stderr of test programs in check_exec()
mru [Tue, 11 Jul 2006 18:09:57 +0000 (18:09 +0000)]
log stderr of test programs in check_exec()

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

17 years agofind all codecs, even the ones with numbers
mru [Tue, 11 Jul 2006 18:07:53 +0000 (18:07 +0000)]
find all codecs, even the ones with numbers

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

17 years ago10l to Diego for disabling all codecs
mru [Tue, 11 Jul 2006 17:47:38 +0000 (17:47 +0000)]
10l to Diego for disabling all codecs

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

17 years agoSplit CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
diego [Tue, 11 Jul 2006 14:25:34 +0000 (14:25 +0000)]
Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.

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

17 years agocosmetics: Fix indentation after last commit.
diego [Tue, 11 Jul 2006 14:17:28 +0000 (14:17 +0000)]
cosmetics: Fix indentation after last commit.

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

17 years agoRemove old MSVC remnants.
diego [Tue, 11 Jul 2006 14:15:56 +0000 (14:15 +0000)]
Remove old MSVC remnants.

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

17 years agoCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
diego [Tue, 11 Jul 2006 00:53:55 +0000 (00:53 +0000)]
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo

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

17 years agoallow individual selection of muxers and demuxers
mru [Mon, 10 Jul 2006 21:14:37 +0000 (21:14 +0000)]
allow individual selection of muxers and demuxers

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

17 years agoNot every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
diego [Mon, 10 Jul 2006 14:57:04 +0000 (14:57 +0000)]
Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
hint by Derek E. Lewis, dlewis_at_solnetworks net

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

17 years agoassign exact codec id, needed when stream copy
bcoudurier [Mon, 10 Jul 2006 12:10:10 +0000 (12:10 +0000)]
assign exact codec id, needed when stream copy

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

17 years ago100l: Add missing quotes to FFLDFLAGS in the MinGW section.
diego [Mon, 10 Jul 2006 01:32:10 +0000 (01:32 +0000)]
100l: Add missing quotes to FFLDFLAGS in the MinGW section.

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

17 years agoMinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.
diego [Mon, 10 Jul 2006 01:15:29 +0000 (01:15 +0000)]
MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.

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

17 years agoMove MinGW section before the combination of FFLDFLAGS and LDFLAGS.
diego [Mon, 10 Jul 2006 01:12:17 +0000 (01:12 +0000)]
Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.

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

17 years agoMove gprof compiler flag handling to configure.
diego [Mon, 10 Jul 2006 00:49:16 +0000 (00:49 +0000)]
Move gprof compiler flag handling to configure.

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

17 years agoRemove silly TEST variable that is used in one line but not directly above.
diego [Mon, 10 Jul 2006 00:29:33 +0000 (00:29 +0000)]
Remove silly TEST variable that is used in one line but not directly above.

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

17 years agoMove MinGW LDFLAGS setting to configure.
diego [Mon, 10 Jul 2006 00:19:38 +0000 (00:19 +0000)]
Move MinGW LDFLAGS setting to configure.

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

17 years agoMove UltraSparc CFLAG addition to configure.
diego [Mon, 10 Jul 2006 00:12:38 +0000 (00:12 +0000)]
Move UltraSparc CFLAG addition to configure.

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

17 years agogive AVInput/OutputFormat structs consistent names
mru [Sun, 9 Jul 2006 23:40:53 +0000 (23:40 +0000)]
give AVInput/OutputFormat structs consistent names

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

17 years agosimplify
michael [Sun, 9 Jul 2006 22:41:42 +0000 (22:41 +0000)]
simplify

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

17 years agoavoid redundant local variables
michael [Sun, 9 Jul 2006 15:35:06 +0000 (15:35 +0000)]
avoid redundant local variables

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

17 years agosimplify
michael [Sun, 9 Jul 2006 15:20:18 +0000 (15:20 +0000)]
simplify

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

17 years agoFastUVMV vs FastUVMC typo, noticed by bond
diego [Sun, 9 Jul 2006 15:12:45 +0000 (15:12 +0000)]
FastUVMV vs FastUVMC typo, noticed by bond

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

17 years agomake some tables const
mru [Sun, 9 Jul 2006 13:01:06 +0000 (13:01 +0000)]
make some tables const

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

17 years ago--enable/disable parsers. Warning: some combinations are broken.
mru [Sun, 9 Jul 2006 12:02:15 +0000 (12:02 +0000)]
--enable/disable parsers. Warning: some combinations are broken.

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

17 years agocosmetic
michael [Sun, 9 Jul 2006 10:56:39 +0000 (10:56 +0000)]
cosmetic

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

17 years agoremove STATS code (probably hasnt been used for years ..., and its not completely...
michael [Sun, 9 Jul 2006 10:33:49 +0000 (10:33 +0000)]
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)

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

17 years agoCheck if 4-MV MB should not be decoded.
kostya [Sun, 9 Jul 2006 03:00:57 +0000 (03:00 +0000)]
Check if 4-MV MB should not be decoded.

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

17 years agoMVRANGE may occur in all frames and RESPIC in all but B-frames
kostya [Sun, 9 Jul 2006 02:56:40 +0000 (02:56 +0000)]
MVRANGE may occur in all frames and RESPIC in all but B-frames

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

17 years agoFix mquant selection for ALL_MBS mode
kostya [Sun, 9 Jul 2006 02:51:13 +0000 (02:51 +0000)]
Fix mquant selection for ALL_MBS mode

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

17 years agoUse overlap filter instead of loop filter.
kostya [Sun, 9 Jul 2006 02:47:09 +0000 (02:47 +0000)]
Use overlap filter instead of loop filter.

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

17 years agoUse s->first_slice_line in checks instead of s->mb_y
kostya [Sun, 9 Jul 2006 02:44:05 +0000 (02:44 +0000)]
Use s->first_slice_line in checks instead of s->mb_y

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

17 years ago10l: make disabling all pcm/adpcm codecs work
mru [Sun, 9 Jul 2006 01:08:13 +0000 (01:08 +0000)]
10l: make disabling all pcm/adpcm codecs work

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

17 years agosimplify, use LE_32, BE_32 macros
bcoudurier [Sat, 8 Jul 2006 23:23:47 +0000 (23:23 +0000)]
simplify, use LE_32, BE_32 macros

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

17 years agoonly build dpcm.o if its codecs are enabled
mru [Sat, 8 Jul 2006 23:05:12 +0000 (23:05 +0000)]
only build dpcm.o if its codecs are enabled

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

17 years agoforgot to remove adx.o from objs always built
mru [Sat, 8 Jul 2006 22:38:35 +0000 (22:38 +0000)]
forgot to remove adx.o from objs always built

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

17 years agomake the adx adpcm codec available
mru [Sat, 8 Jul 2006 22:31:14 +0000 (22:31 +0000)]
make the adx adpcm codec available

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

17 years agoenable/disable pcm and adpcm codecs
mru [Sat, 8 Jul 2006 21:15:50 +0000 (21:15 +0000)]
enable/disable pcm and adpcm codecs

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

17 years agoset CONFIG_SMALL if user wants small ffmpeg
michael [Sat, 8 Jul 2006 20:26:09 +0000 (20:26 +0000)]
set CONFIG_SMALL if user wants small ffmpeg

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

17 years agoput the code which is specific for the large crc table under #ifndef CONFIG_SMALL
michael [Sat, 8 Jul 2006 20:23:19 +0000 (20:23 +0000)]
put the code which is specific for the large crc table under #ifndef CONFIG_SMALL

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

17 years agocosmetic: sort codec list alphabetically
mru [Sat, 8 Jul 2006 16:41:52 +0000 (16:41 +0000)]
cosmetic: sort codec list alphabetically

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

17 years agoallows user-settable block size and fixes related typo
jbr [Sat, 8 Jul 2006 16:39:58 +0000 (16:39 +0000)]
allows user-settable block size and fixes related typo

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

17 years agorewrite kconfig-style
mru [Sat, 8 Jul 2006 16:39:49 +0000 (16:39 +0000)]
rewrite kconfig-style

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

17 years agoSun mlib works fine. Remove comment stating otherwise.
mru [Sat, 8 Jul 2006 16:36:21 +0000 (16:36 +0000)]
Sun mlib works fine.  Remove comment stating otherwise.

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

17 years agoEtsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
mru [Sat, 8 Jul 2006 16:25:45 +0000 (16:25 +0000)]
Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
This patch permits to recognize these streams but it's untested for
lack of samples.

Patch by Nico Sabbi <nicola_sabbi at fastwebnet it>

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

17 years agoRemove bogus IPP section that is not referenced anywhere.
diego [Sat, 8 Jul 2006 15:29:33 +0000 (15:29 +0000)]
Remove bogus IPP section that is not referenced anywhere.

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

17 years agoclean up useless code
bcoudurier [Sat, 8 Jul 2006 13:36:31 +0000 (13:36 +0000)]
clean up useless code

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

17 years agobetter handling of partial files
bcoudurier [Sat, 8 Jul 2006 12:58:50 +0000 (12:58 +0000)]
better handling of partial files

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

17 years agonew mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm
bcoudurier [Sat, 8 Jul 2006 12:14:41 +0000 (12:14 +0000)]
new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm

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

17 years agoset proper bits_per_sample value for ADPCM codecs
aurel [Sat, 8 Jul 2006 07:14:00 +0000 (07:14 +0000)]
set proper bits_per_sample value for ADPCM codecs

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

17 years agoremove -fforce-addr as it to generate slightly slower code
mru [Fri, 7 Jul 2006 23:54:13 +0000 (23:54 +0000)]
remove -fforce-addr as it to generate slightly slower code

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

17 years agomoving utf8 reading function to libavutil
michael [Fri, 7 Jul 2006 22:43:32 +0000 (22:43 +0000)]
moving utf8 reading function to libavutil

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

17 years agosimplify the voc demuxer using av_get_bits_per_sample()
aurel [Fri, 7 Jul 2006 22:42:36 +0000 (22:42 +0000)]
simplify the voc demuxer using av_get_bits_per_sample()

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

17 years agoseems i forgot to commit this simplification ...
michael [Fri, 7 Jul 2006 22:41:43 +0000 (22:41 +0000)]
seems i forgot to commit this simplification ...

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

17 years agoav_get_bits_per_sample and due simplifications
bcoudurier [Fri, 7 Jul 2006 17:50:09 +0000 (17:50 +0000)]
av_get_bits_per_sample and due simplifications

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

17 years agoFix compilation with --disable-decoders.
diego [Fri, 7 Jul 2006 11:08:58 +0000 (11:08 +0000)]
Fix compilation with --disable-decoders.
patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com

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

17 years agoChinese AVS decoder
diego [Fri, 7 Jul 2006 11:07:22 +0000 (11:07 +0000)]
Chinese AVS decoder

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

17 years agotable contains vlc with 19 bits and 8*2 < 19
michael [Fri, 7 Jul 2006 10:50:14 +0000 (10:50 +0000)]
table contains vlc with 19 bits and 8*2 < 19

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

17 years agospelling/grammar
diego [Fri, 7 Jul 2006 10:32:45 +0000 (10:32 +0000)]
spelling/grammar

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

17 years agounresponsive maintainer policy (its pretty much what has always been done in practice...
michael [Fri, 7 Jul 2006 10:25:14 +0000 (10:25 +0000)]
unresponsive maintainer policy (its pretty much what has always been done in practice anyway)
changes have been ok-ed by a lot of people (see ffmpeg-dev)
iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon

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

17 years agoadd MS ADPCM fourcc
bcoudurier [Fri, 7 Jul 2006 09:43:46 +0000 (09:43 +0000)]
add MS ADPCM fourcc

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

17 years agoskip others fourcc, if present
bcoudurier [Fri, 7 Jul 2006 08:56:05 +0000 (08:56 +0000)]
skip others fourcc, if present

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

17 years agoclean
bcoudurier [Fri, 7 Jul 2006 08:45:50 +0000 (08:45 +0000)]
clean

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

17 years agoImprove chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always...
kostya [Fri, 7 Jul 2006 05:02:01 +0000 (05:02 +0000)]
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC.
Not quite there yet but a bit better picture on some files.

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

17 years agoEnable coefficient scaling
kostya [Fri, 7 Jul 2006 04:51:50 +0000 (04:51 +0000)]
Enable coefficient scaling

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

17 years agoDon't read out-of-bounds values.
kostya [Fri, 7 Jul 2006 04:50:13 +0000 (04:50 +0000)]
Don't read out-of-bounds values.

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

17 years agosimplify
mru [Thu, 6 Jul 2006 21:41:54 +0000 (21:41 +0000)]
simplify

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

17 years agobuild mpegaudio.c and ac3enc.c only if needed
mru [Thu, 6 Jul 2006 20:32:19 +0000 (20:32 +0000)]
build mpegaudio.c and ac3enc.c only if needed

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

17 years agohopefully better for platforms not supporting misaligned read
stefang [Thu, 6 Jul 2006 19:23:21 +0000 (19:23 +0000)]
hopefully better for platforms not supporting misaligned read

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

17 years agomake use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it
stefang [Thu, 6 Jul 2006 19:21:00 +0000 (19:21 +0000)]
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it

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

17 years agoincreasing version for AVBitStreamFilters
michael [Thu, 6 Jul 2006 15:35:29 +0000 (15:35 +0000)]
increasing version for AVBitStreamFilters

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

17 years agonoise bitstream filter
michael [Thu, 6 Jul 2006 15:28:17 +0000 (15:28 +0000)]
noise bitstream filter
add priv_data field to AVBitStreamFilterContext

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

17 years agoAVBitStreamFilter (some thingy which can modify the bitstream like add or remove...
michael [Thu, 6 Jul 2006 15:04:46 +0000 (15:04 +0000)]
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)

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

17 years agotypo fix
bcoudurier [Thu, 6 Jul 2006 14:57:55 +0000 (14:57 +0000)]
typo fix

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

17 years ago10l, all modes is 0x81FF
bcoudurier [Thu, 6 Jul 2006 14:46:01 +0000 (14:46 +0000)]
10l, all modes is 0x81FF

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

17 years agosimplify and write correct values conforming to specs
bcoudurier [Thu, 6 Jul 2006 14:38:50 +0000 (14:38 +0000)]
simplify and write correct values conforming to specs

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

17 years agoMark some read-only datastructures as const.
diego [Thu, 6 Jul 2006 13:53:07 +0000 (13:53 +0000)]
Mark some read-only datastructures as const.
patch by Stefan Huehner, stefan & at & huehner & dot & org

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

17 years ago100l to whoever write this
michael [Thu, 6 Jul 2006 13:25:11 +0000 (13:25 +0000)]
100l to whoever write this

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

17 years agocheck for unparsed AMR input
michael [Thu, 6 Jul 2006 12:27:43 +0000 (12:27 +0000)]
check for unparsed AMR input

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

17 years agovbr requires version=1 and samplesize=0 per QT spec
michael [Thu, 6 Jul 2006 12:17:01 +0000 (12:17 +0000)]
vbr requires version=1 and samplesize=0 per QT spec
untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done

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

17 years agoFix one case of choosing MV for chroma
kostya [Thu, 6 Jul 2006 03:42:51 +0000 (03:42 +0000)]
Fix one case of choosing MV for chroma

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

17 years agoAdd proper LGPL header.
diego [Wed, 5 Jul 2006 22:57:47 +0000 (22:57 +0000)]
Add proper LGPL header.

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

17 years agospelling typo
diego [Wed, 5 Jul 2006 22:56:45 +0000 (22:56 +0000)]
spelling typo

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

17 years agoFix compilation with --disable-muxers.
diego [Wed, 5 Jul 2006 22:01:49 +0000 (22:01 +0000)]
Fix compilation with --disable-muxers.
patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it

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

17 years agoMake ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
lu_zero [Wed, 5 Jul 2006 20:32:19 +0000 (20:32 +0000)]
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>

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

17 years agouse $(LIBOBJFLAGS) when compiling sparc/*.c
mru [Wed, 5 Jul 2006 19:34:26 +0000 (19:34 +0000)]
use $(LIBOBJFLAGS) when compiling sparc/*.c

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

17 years agoset CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled
mru [Wed, 5 Jul 2006 19:31:48 +0000 (19:31 +0000)]
set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabled

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

17 years ago#define SBUTTERFLY outside CONFIG_ENCODERS
mru [Wed, 5 Jul 2006 19:31:01 +0000 (19:31 +0000)]
#define SBUTTERFLY outside CONFIG_ENCODERS

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

17 years agoeven more cbp safety
stefang [Wed, 5 Jul 2006 17:11:55 +0000 (17:11 +0000)]
even more cbp safety

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

17 years agomissed removing this line in my last commit
stefang [Wed, 5 Jul 2006 17:08:13 +0000 (17:08 +0000)]
missed removing this line in my last commit

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

17 years agoRemove obsolete and non-functional support for external LZO.
diego [Wed, 5 Jul 2006 15:53:41 +0000 (15:53 +0000)]
Remove obsolete and non-functional support for external LZO.
patch by Ville Skyttä, scop at users dot sourceforge dot net

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

17 years ago100l: V_PATH vs VPATH typo
diego [Wed, 5 Jul 2006 14:33:17 +0000 (14:33 +0000)]
100l: V_PATH vs VPATH typo

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

17 years agoIgnore config.*.
diego [Wed, 5 Jul 2006 14:13:42 +0000 (14:13 +0000)]
Ignore config.*.

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

17 years agocosmetics: Break overly long lines.
diego [Wed, 5 Jul 2006 14:12:00 +0000 (14:12 +0000)]
cosmetics: Break overly long lines.

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

17 years agoRemove erroneous -I../.. flag that points outside of the src directory.
diego [Wed, 5 Jul 2006 14:09:37 +0000 (14:09 +0000)]
Remove erroneous -I../.. flag that points outside of the src directory.

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

17 years agosimplify: $(SRC_PATH)/tests --> $(V_PATH)
diego [Wed, 5 Jul 2006 14:01:45 +0000 (14:01 +0000)]
simplify: $(SRC_PATH)/tests --> $(V_PATH)

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

17 years agoset flags needed for shared libs on solaris
mru [Tue, 4 Jul 2006 23:05:14 +0000 (23:05 +0000)]
set flags needed for shared libs on solaris

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