platform/upstream/libav.git
18 years agoSet DC = 0 for skipped MB as it interferes DC prediction
Kostya Shishkov [Fri, 21 Jul 2006 04:03:56 +0000 (04:03 +0000)]
Set DC = 0 for skipped MB as it interferes DC prediction

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

18 years agoSet correctly quantizer and transform mode when parsing frame header.
Kostya Shishkov [Fri, 21 Jul 2006 03:58:48 +0000 (03:58 +0000)]
Set correctly quantizer and transform mode when parsing frame header.

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

18 years agoupdate
Michael Niedermayer [Thu, 20 Jul 2006 14:32:30 +0000 (14:32 +0000)]
update

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

18 years agoUse libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni [Thu, 20 Jul 2006 12:13:57 +0000 (12:13 +0000)]
Use libavutil in libswscale, and allow it to be built out of the mplayer tree

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

18 years agoremoving redundant mess next time we break compatiility
Michael Niedermayer [Thu, 20 Jul 2006 11:55:08 +0000 (11:55 +0000)]
removing redundant mess next time we break compatiility

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

18 years agofix regression failure after adler simplification
Michael Niedermayer [Thu, 20 Jul 2006 10:22:07 +0000 (10:22 +0000)]
fix regression failure after adler simplification

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

18 years agosimplify
Michael Niedermayer [Thu, 20 Jul 2006 10:14:06 +0000 (10:14 +0000)]
simplify

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

18 years agofor floats fabs is better & smaller then ABS
Michael Niedermayer [Thu, 20 Jul 2006 09:06:23 +0000 (09:06 +0000)]
for floats fabs is better & smaller then ABS

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

18 years agosimpler, smaller and faster
Michael Niedermayer [Thu, 20 Jul 2006 08:34:01 +0000 (08:34 +0000)]
simpler, smaller and faster

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

18 years agoavoid 4 +
Michael Niedermayer [Wed, 19 Jul 2006 23:51:11 +0000 (23:51 +0000)]
avoid 4 +

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

18 years agoremove 166 useless underscores, and make this file valid c code as a result
Michael Niedermayer [Wed, 19 Jul 2006 23:21:20 +0000 (23:21 +0000)]
remove 166 useless underscores, and make this file valid c code as a result

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

18 years agoremove a few useless casts and avoid the useless t1/t2 variables
Michael Niedermayer [Wed, 19 Jul 2006 23:17:18 +0000 (23:17 +0000)]
remove a few useless casts and avoid the useless t1/t2 variables

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

18 years agosimplify
Michael Niedermayer [Wed, 19 Jul 2006 22:42:31 +0000 (22:42 +0000)]
simplify

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

18 years agomore simplifications
Michael Niedermayer [Wed, 19 Jul 2006 22:21:45 +0000 (22:21 +0000)]
more simplifications

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

18 years agosimplification
Michael Niedermayer [Wed, 19 Jul 2006 21:20:56 +0000 (21:20 +0000)]
simplification

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

18 years agoiabs -> ABS
Michael Niedermayer [Wed, 19 Jul 2006 21:05:42 +0000 (21:05 +0000)]
iabs -> ABS

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

18 years agosimplify
Michael Niedermayer [Wed, 19 Jul 2006 20:57:44 +0000 (20:57 +0000)]
simplify

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

18 years agofix loop filter
Michael Niedermayer [Wed, 19 Jul 2006 20:41:16 +0000 (20:41 +0000)]
fix loop filter

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

18 years agoInstall log.h
Luca Abeni [Wed, 19 Jul 2006 12:10:01 +0000 (12:10 +0000)]
Install log.h

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

18 years agoAdd missing EXESUF to executable rules.
Víctor Paesa [Wed, 19 Jul 2006 10:52:22 +0000 (10:52 +0000)]
Add missing EXESUF to executable rules.
patch by Victor Paesa, wzrlpy at arsystel com
M    tests/Makefile

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

18 years agodisable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested...
Michael Niedermayer [Wed, 19 Jul 2006 09:49:21 +0000 (09:49 +0000)]
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ...

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

18 years agoGXF muxer
Baptiste Coudurier [Wed, 19 Jul 2006 09:38:22 +0000 (09:38 +0000)]
GXF muxer

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

18 years agosimplify
Michael Niedermayer [Wed, 19 Jul 2006 08:39:50 +0000 (08:39 +0000)]
simplify

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

18 years agoFix memleak, patch by I. Po % yyymmmm # gmail O com %
I. Po [Wed, 19 Jul 2006 08:06:24 +0000 (08:06 +0000)]
Fix memleak, patch by  I. Po % yyymmmm # gmail O com %
Original thread:
Date: Jul 18, 2006 3:49 PM
Subject: Re: [Ffmpeg-devel] [PATCH] http.c: http_connect() memleak

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

18 years agoMove av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
Luca Abeni [Wed, 19 Jul 2006 07:28:58 +0000 (07:28 +0000)]
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil

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

18 years agoPossibility to skip bytes in the beginning of a file.
Benjamin Larsson [Tue, 18 Jul 2006 21:41:49 +0000 (21:41 +0000)]
Possibility to skip bytes in the beginning of a file.

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

18 years agosimplify b64_encode()
Michael Niedermayer [Tue, 18 Jul 2006 18:51:35 +0000 (18:51 +0000)]
simplify b64_encode()
maybe this should be moved to libavutil ...

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

18 years agoMove av_log() & friends to libavutil
Luca Abeni [Tue, 18 Jul 2006 11:00:55 +0000 (11:00 +0000)]
Move av_log() & friends to libavutil

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

18 years agosync to x264 r537
Loren Merritt [Tue, 18 Jul 2006 01:29:43 +0000 (01:29 +0000)]
sync to x264 r537

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

18 years agoadd header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad...
Michael Niedermayer [Mon, 17 Jul 2006 21:51:21 +0000 (21:51 +0000)]
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch )

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

18 years agoparse all QIS values (we still ignore them though ...)
Michael Niedermayer [Mon, 17 Jul 2006 13:09:45 +0000 (13:09 +0000)]
parse all QIS values (we still ignore them though ...)

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

18 years ago100l for me
Michael Niedermayer [Mon, 17 Jul 2006 11:06:09 +0000 (11:06 +0000)]
100l for me

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

18 years agofix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu...
Matthieu Castet [Mon, 17 Jul 2006 10:44:53 +0000 (10:44 +0000)]
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)

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

18 years agoattempt to implement xiphs useless and stupid quantization matrix mess
Michael Niedermayer [Mon, 17 Jul 2006 09:51:59 +0000 (09:51 +0000)]
attempt to implement xiphs useless and stupid quantization matrix mess

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

18 years agoreplace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora...
Michael Niedermayer [Mon, 17 Jul 2006 08:09:08 +0000 (08:09 +0000)]
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec)

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

18 years agouse RSHIFT
Michael Niedermayer [Sun, 16 Jul 2006 21:09:32 +0000 (21:09 +0000)]
use RSHIFT

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

18 years agouseless memcpy
Michael Niedermayer [Sun, 16 Jul 2006 21:00:38 +0000 (21:00 +0000)]
useless memcpy

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

18 years agosome fixmes if someone ever wants to implement theora support correctly ...
Michael Niedermayer [Sun, 16 Jul 2006 20:47:48 +0000 (20:47 +0000)]
some fixmes if someone ever wants to implement theora support correctly ...

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

18 years agocheck how many bits are left after decoding extradata
Michael Niedermayer [Sun, 16 Jul 2006 20:30:39 +0000 (20:30 +0000)]
check how many bits are left after decoding extradata
this change is messy as whoever wrote the original code copied the GetBitContext instead of passing a pointer to it which has to be fixed for the above thing

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

18 years agocleanup
Michael Niedermayer [Sun, 16 Jul 2006 19:21:59 +0000 (19:21 +0000)]
cleanup

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

18 years agoslightly faster h264 fill_caches()
Loren Merritt [Sun, 16 Jul 2006 18:55:18 +0000 (18:55 +0000)]
slightly faster h264 fill_caches()

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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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