]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agocosmetic change to adjust alignment.
Justin Ruggles [Sun, 16 Jul 2006 17:08:25 +0000 (17:08 +0000)]
cosmetic change to adjust alignment.

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

17 years agoModify preset compression levels to utilize log search.
Justin Ruggles [Sun, 16 Jul 2006 17:04:54 +0000 (17:04 +0000)]
Modify preset compression levels to utilize log search.

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

17 years agoSplit common.h in two parts, purely internal stuff (internal.h) and things
Reimar Döffinger [Sun, 16 Jul 2006 16:32:48 +0000 (16:32 +0000)]
Split common.h in two parts, purely internal stuff (internal.h) and things
available to external programs as well.
Also make more things available to external programs like GET_UTF8, MKTAG etc.

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

17 years agocosmetics
Måns Rullgård [Sun, 16 Jul 2006 16:23:12 +0000 (16:23 +0000)]
cosmetics

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

17 years agolog prediction order search method
Michael Niedermayer [Sun, 16 Jul 2006 15:46:45 +0000 (15:46 +0000)]
log prediction order search method

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

17 years agoAdd lpc order search. This creates new compression levels 6 to 12.
Justin Ruggles [Sun, 16 Jul 2006 13:34:47 +0000 (13:34 +0000)]
Add lpc order search.  This creates new compression levels 6 to 12.

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

17 years agoDon't pass block[6][64] parameter to decode_p_mb as we always use s->block
Kostya Shishkov [Sun, 16 Jul 2006 03:50:00 +0000 (03:50 +0000)]
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block

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

17 years agoCorrect inverse quantization for P-frames
Kostya Shishkov [Sun, 16 Jul 2006 03:47:34 +0000 (03:47 +0000)]
Correct inverse quantization for P-frames

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

17 years agoRounding control for motion compensation.
Kostya Shishkov [Sun, 16 Jul 2006 03:45:04 +0000 (03:45 +0000)]
Rounding control for motion compensation.

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

17 years agocalculate all coefficients for several orders during cholesky factorization, the...
Michael Niedermayer [Sat, 15 Jul 2006 23:43:38 +0000 (23:43 +0000)]
calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders

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

17 years agoRemove unused variable.
Diego Biurrun [Sat, 15 Jul 2006 23:05:44 +0000 (23:05 +0000)]
Remove unused variable.

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

17 years agoCygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.
Víctor Paesa [Sat, 15 Jul 2006 23:05:16 +0000 (23:05 +0000)]
Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.

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

17 years agoCreate infrastructure to install shared and static libs into different places.
Diego Biurrun [Sat, 15 Jul 2006 23:01:52 +0000 (23:01 +0000)]
Create infrastructure to install shared and static libs into different places.
based on patch by Víctor Paesa wzrlpy at arsystel com

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

17 years agoFix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir
Diego Biurrun [Sat, 15 Jul 2006 16:16:49 +0000 (16:16 +0000)]
Fix DESTDIR handling.  DESTDIR got prepended twice for $(DESTDIR)$libdir
and similar since $libdir contained $prefix, which contained $(DESTDIR)..

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

17 years agoset defaults before showing help
Måns Rullgård [Sat, 15 Jul 2006 16:12:57 +0000 (16:12 +0000)]
set defaults before showing help

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

17 years agoavoid double copying of left border in luma prediction
Stefan Gehrer [Fri, 14 Jul 2006 19:31:58 +0000 (19:31 +0000)]
avoid double copying of left border in luma prediction

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

17 years agoreplace run by run+1 in VLC tables
Stefan Gehrer [Fri, 14 Jul 2006 19:15:08 +0000 (19:15 +0000)]
replace run by run+1 in VLC tables

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

17 years agocleanup
Michael Niedermayer [Fri, 14 Jul 2006 19:14:25 +0000 (19:14 +0000)]
cleanup

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

17 years agochange partition flags SYM -> FWD|SYM
Stefan Gehrer [Fri, 14 Jul 2006 18:56:17 +0000 (18:56 +0000)]
change partition flags SYM -> FWD|SYM

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

17 years agoset mvP2 also in PSKIP macroblock
Stefan Gehrer [Fri, 14 Jul 2006 18:48:50 +0000 (18:48 +0000)]
set mvP2 also in PSKIP macroblock

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

17 years agooptionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
Michael Niedermayer [Fri, 14 Jul 2006 18:48:38 +0000 (18:48 +0000)]
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients
  this will find the coefficients which minimize the sum of the squared errors,
  levinson-durbin recursion OTOH is only strictly correct if the autocorrelation matrix is a
  toeplitz matrix which it is only if the blocksize is infinite, this is also why applying
  a window (like the welch winodw we currently use) improves the lpc coefficients generated
  by levinson-durbin recursion ...

optionally (use_lpc>2) support iterative linear least abs() solver using cholesky
  factorization with adjusted weights in each iteration

compression gain for both is small, and multiple passes are of course dead slow

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

17 years agoavoid overflows of qp and pic_type
Stefan Gehrer [Fri, 14 Jul 2006 18:38:23 +0000 (18:38 +0000)]
avoid overflows of qp and pic_type

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

17 years agoProperly handle vhook build flags for platforms that require special handling.
Diego Biurrun [Fri, 14 Jul 2006 16:18:59 +0000 (16:18 +0000)]
Properly handle vhook build flags for platforms that require special handling.
Removes one of the last FIXMEs from the build system.

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

17 years agocosmetics: Reorder some entries for more consistency and readability.
Diego Biurrun [Fri, 14 Jul 2006 15:30:36 +0000 (15:30 +0000)]
cosmetics: Reorder some entries for more consistency and readability.

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

17 years agounneeded #include
Michael Niedermayer [Fri, 14 Jul 2006 12:01:53 +0000 (12:01 +0000)]
unneeded #include

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

17 years ago10l: the ${prefix} variable should not be expanded when setting path defaults.
Diego Biurrun [Fri, 14 Jul 2006 11:21:37 +0000 (11:21 +0000)]
10l: the ${prefix} variable should not be expanded when setting path defaults.

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

17 years agoadding a \ so we can add more lines without having to do a "cosmetic" change in the...
Michael Niedermayer [Fri, 14 Jul 2006 10:04:29 +0000 (10:04 +0000)]
adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line

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

17 years agolinear least squares solver using cholesky factorization
Michael Niedermayer [Fri, 14 Jul 2006 10:03:09 +0000 (10:03 +0000)]
linear least squares solver using cholesky factorization

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

17 years agoindent
Måns Rullgård [Fri, 14 Jul 2006 00:28:16 +0000 (00:28 +0000)]
indent

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

17 years agosimplify
Måns Rullgård [Fri, 14 Jul 2006 00:25:58 +0000 (00:25 +0000)]
simplify

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

17 years agosimplify
Måns Rullgård [Fri, 14 Jul 2006 00:20:04 +0000 (00:20 +0000)]
simplify

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

17 years agoremove impossible #ifdef case
Måns Rullgård [Fri, 14 Jul 2006 00:04:40 +0000 (00:04 +0000)]
remove impossible #ifdef case

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

17 years agoremove old msvc cruft
Måns Rullgård [Thu, 13 Jul 2006 23:47:16 +0000 (23:47 +0000)]
remove old msvc cruft

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

17 years agoremove redundant #include <math.h>
Måns Rullgård [Thu, 13 Jul 2006 23:10:28 +0000 (23:10 +0000)]
remove redundant #include <math.h>

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

17 years agoreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
Måns Rullgård [Thu, 13 Jul 2006 23:10:01 +0000 (23:10 +0000)]
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
of gnu extensions

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

17 years agocleanup suggested by Michael Niedermayer
Måns Rullgård [Thu, 13 Jul 2006 21:41:28 +0000 (21:41 +0000)]
cleanup suggested by Michael Niedermayer

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

17 years agomove adler32 to libavutil
Måns Rullgård [Thu, 13 Jul 2006 21:29:01 +0000 (21:29 +0000)]
move adler32 to libavutil

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

17 years agoSimplify the setting of some defaults.
Diego Biurrun [Thu, 13 Jul 2006 21:17:20 +0000 (21:17 +0000)]
Simplify the setting of some defaults.

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

17 years agoadd loop_input to AVFormatContext, getting rid of old hack
Víctor Paesa [Thu, 13 Jul 2006 21:13:49 +0000 (21:13 +0000)]
add loop_input to AVFormatContext, getting rid of old hack
patch by Víctor Paesa <wzrlpy at arsystel com>

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

17 years agoAdd/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
Guillaume Poirier [Thu, 13 Jul 2006 14:40:04 +0000 (14:40 +0000)]
Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,
so recognize them as such.

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

17 years agodither lpc cpeffs
Michael Niedermayer [Thu, 13 Jul 2006 11:41:52 +0000 (11:41 +0000)]
dither lpc cpeffs

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

17 years agoadd lost raw pcm input/output formats
Måns Rullgård [Thu, 13 Jul 2006 08:05:42 +0000 (08:05 +0000)]
add lost raw pcm input/output formats

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

17 years agorename AMR config variables to CONFIG_AMR*
Måns Rullgård [Wed, 12 Jul 2006 16:49:14 +0000 (16:49 +0000)]
rename AMR config variables to CONFIG_AMR*

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

17 years agostatic libvorbis needs -logg
Måns Rullgård [Wed, 12 Jul 2006 16:43:07 +0000 (16:43 +0000)]
static libvorbis needs -logg

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

17 years agoRemove MPlayer-specific include option hacks.
Diego Biurrun [Wed, 12 Jul 2006 15:19:51 +0000 (15:19 +0000)]
Remove MPlayer-specific include option hacks.

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

17 years agosplit compile and link in check_ld
Måns Rullgård [Wed, 12 Jul 2006 00:33:22 +0000 (00:33 +0000)]
split compile and link in check_ld
based on patch by Graham Booker <ffmpeglist at cod3r com>

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

17 years agonut needs crc.o
Måns Rullgård [Wed, 12 Jul 2006 00:10:12 +0000 (00:10 +0000)]
nut needs crc.o

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

17 years agomove common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård [Wed, 12 Jul 2006 00:09:34 +0000 (00:09 +0000)]
move common stuff from avienc.c and wav.c to new file riff.c

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

17 years agoAlso remove versioned .so files on make clean.
Diego Biurrun [Tue, 11 Jul 2006 23:09:19 +0000 (23:09 +0000)]
Also remove versioned .so files on make clean.

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

17 years agoCONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun [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.

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

17 years agosimplify list processing
Måns Rullgård [Tue, 11 Jul 2006 19:54:59 +0000 (19:54 +0000)]
simplify list processing

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

17 years agotidy up option parsing
Måns Rullgård [Tue, 11 Jul 2006 19:44:26 +0000 (19:44 +0000)]
tidy up option parsing

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

17 years agoanother round of cola, please
Måns Rullgård [Tue, 11 Jul 2006 18:31:51 +0000 (18:31 +0000)]
another round of cola, please

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

18 years agoallow individual selection of muxers and demuxers
Måns Rullgård [Mon, 10 Jul 2006 21:14:37 +0000 (21:14 +0000)]
allow individual selection of muxers and demuxers

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

18 years agoNot every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
Diego Biurrun [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

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

18 years agomake libswscale build system similar to the libav* one
Luca Abeni [Mon, 10 Jul 2006 12:35:52 +0000 (12:35 +0000)]
make libswscale build system similar to the libav* one

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

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

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

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

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

18 years agoMinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.
Diego Biurrun [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.

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

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

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

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

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

18 years agoRemove silly TEST variable that is used in one line but not directly above.
Diego Biurrun [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.

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

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

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

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

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

18 years agogive AVInput/OutputFormat structs consistent names
Måns Rullgård [Sun, 9 Jul 2006 23:40:53 +0000 (23:40 +0000)]
give AVInput/OutputFormat structs consistent names

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

18 years agosimplify
Michael Niedermayer [Sun, 9 Jul 2006 22:41:42 +0000 (22:41 +0000)]
simplify

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

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

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

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

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

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

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

18 years agomake some tables const
Måns Rullgård [Sun, 9 Jul 2006 13:01:06 +0000 (13:01 +0000)]
make some tables const

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

18 years ago--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård [Sun, 9 Jul 2006 12:02:15 +0000 (12:02 +0000)]
--enable/disable parsers. Warning: some combinations are broken.

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

18 years agocosmetic
Michael Niedermayer [Sun, 9 Jul 2006 10:56:39 +0000 (10:56 +0000)]
cosmetic

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

18 years agoremove STATS code (probably hasnt been used for years ..., and its not completely...
Michael Niedermayer [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)

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

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

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

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

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

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

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

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

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

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

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

18 years ago10l: make disabling all pcm/adpcm codecs work
Måns Rullgård [Sun, 9 Jul 2006 01:08:13 +0000 (01:08 +0000)]
10l: make disabling all pcm/adpcm codecs work

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

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

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

18 years agoonly build dpcm.o if its codecs are enabled
Måns Rullgård [Sat, 8 Jul 2006 23:05:12 +0000 (23:05 +0000)]
only build dpcm.o if its codecs are enabled

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

18 years agoforgot to remove adx.o from objs always built
Måns Rullgård [Sat, 8 Jul 2006 22:38:35 +0000 (22:38 +0000)]
forgot to remove adx.o from objs always built

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

18 years agomake the adx adpcm codec available
Måns Rullgård [Sat, 8 Jul 2006 22:31:14 +0000 (22:31 +0000)]
make the adx adpcm codec available

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

18 years agoenable/disable pcm and adpcm codecs
Måns Rullgård [Sat, 8 Jul 2006 21:15:50 +0000 (21:15 +0000)]
enable/disable pcm and adpcm codecs

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

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

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

18 years agoput the code which is specific for the large crc table under #ifndef CONFIG_SMALL
Michael Niedermayer [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

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

18 years agocosmetic: sort codec list alphabetically
Måns Rullgård [Sat, 8 Jul 2006 16:41:52 +0000 (16:41 +0000)]
cosmetic: sort codec list alphabetically

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

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

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

18 years agorewrite kconfig-style
Måns Rullgård [Sat, 8 Jul 2006 16:39:49 +0000 (16:39 +0000)]
rewrite kconfig-style

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

18 years agoSun mlib works fine. Remove comment stating otherwise.
Måns Rullgård [Sat, 8 Jul 2006 16:36:21 +0000 (16:36 +0000)]
Sun mlib works fine.  Remove comment stating otherwise.

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

18 years agoEtsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).
Nico Sabbi [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>

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

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

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

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

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