Víctor Paesa [Wed, 11 Oct 2006 12:14:37 +0000 (12:14 +0000)]
simplifies fish vhook by using sws_getCachedContext()
Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread:
Date: Sep 15, 2006 6:21 PM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Wed, 11 Oct 2006 12:11:30 +0000 (12:11 +0000)]
port watermark vhook to swscaler
Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread + testcase:
Date: Sep 12, 2006 5:29 PM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Wed, 11 Oct 2006 12:08:36 +0000 (12:08 +0000)]
port imlib2 vhook to swscaler
Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread + testcase:
Date: Sep 13, 2006 11:06 PM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 11 Oct 2006 10:29:00 +0000 (10:29 +0000)]
doxy
Originally committed as revision 6647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Oct 2006 10:22:21 +0000 (10:22 +0000)]
fix bit rate
Originally committed as revision 6646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Oct 2006 10:17:18 +0000 (10:17 +0000)]
use av_get_bits_per_sample
Originally committed as revision 6645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Oct 2006 10:15:05 +0000 (10:15 +0000)]
use av_get_bits_per_sample, compute block align if not set
Originally committed as revision 6644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Oct 2006 10:09:45 +0000 (10:09 +0000)]
simplify by not writing unneeded codec name to fix segfault when stream copy
Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Oct 2006 08:30:22 +0000 (08:30 +0000)]
Move CFLAGS handling to common.mak.
Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 11 Oct 2006 08:30:13 +0000 (08:30 +0000)]
Move CFLAGS handling to common.mak.
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Oct 2006 07:47:59 +0000 (07:47 +0000)]
Switch to the LGPL as agreed to by the author according to the
initial commit log message.
Originally committed as revision 6641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 11 Oct 2006 04:15:04 +0000 (04:15 +0000)]
Targa image decoder
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Oct 2006 00:18:33 +0000 (00:18 +0000)]
printf --> av_log with some help from Oded
Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:59:08 +0000 (23:59 +0000)]
unused #define
Originally committed as revision 6638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:57:44 +0000 (23:57 +0000)]
remove dummy amr_read_close()
Originally committed as revision 6637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:56:49 +0000 (23:56 +0000)]
more factoriztaion and a FIXME note
Originally committed as revision 6636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:53:14 +0000 (23:53 +0000)]
factorze another 2 lines
Originally committed as revision 6635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:49:45 +0000 (23:49 +0000)]
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org)
Originally committed as revision 6634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:45:12 +0000 (23:45 +0000)]
factorize (untested)
Originally committed as revision 6633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 23:28:27 +0000 (23:28 +0000)]
return cleanup
Originally committed as revision 6632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 10 Oct 2006 14:29:03 +0000 (14:29 +0000)]
fix d-10 mapping detection
Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 10 Oct 2006 13:27:41 +0000 (13:27 +0000)]
assign myself to aiff maintainer
Originally committed as revision 6630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 10 Oct 2006 13:00:50 +0000 (13:00 +0000)]
rewind completely if sample time is negative
Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 10 Oct 2006 12:58:34 +0000 (12:58 +0000)]
dont seek back if no sync to let eof happen
Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 10 Oct 2006 12:33:03 +0000 (12:33 +0000)]
Add pentium-m to the list of tuning targets
Originally committed as revision 6627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 12:07:25 +0000 (12:07 +0000)]
Rename SIGN macro to the more fitting UNFOLD.
Originally committed as revision 6626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 11:59:10 +0000 (11:59 +0000)]
Remove unused variables.
Originally committed as revision 6625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 10 Oct 2006 09:17:51 +0000 (09:17 +0000)]
quiet gcc about enum value not handled in switch
Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 08:16:41 +0000 (08:16 +0000)]
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
Originally committed as revision 6623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 08:09:12 +0000 (08:09 +0000)]
Change libpostproc to use the FFMIN/FFMAX macros from libavutil.
Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 10 Oct 2006 08:01:19 +0000 (08:01 +0000)]
Move TRANSPOSE8 macro to dsputil_altivec.h.
(was duplicated in libavcodec/ppc/vc1dsp_altivec.c
nd libavcodec/ppc/mpegvideo_altivec.c, and will be
used in upcoming routines for h264_altivec.c)
Originally committed as revision 6621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 07:49:10 +0000 (07:49 +0000)]
Move sign macro to libavutil.
Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 10 Oct 2006 07:46:41 +0000 (07:46 +0000)]
Use ABS macro from libavutil.
Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 06:56:51 +0000 (06:56 +0000)]
moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop
Originally committed as revision 6618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 10 Oct 2006 04:10:53 +0000 (04:10 +0000)]
10l: remove alien seek function from demuxer
Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 01:17:39 +0000 (01:17 +0000)]
move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster)
Originally committed as revision 6616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 10 Oct 2006 01:08:39 +0000 (01:08 +0000)]
replace a few and/sub/... by cmov
this is faster on P3, should be faster on AMD, and should be slower on P4
its disabled by default (benchmarks welcome so we know when to enable it)
Originally committed as revision 6615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 9 Oct 2006 22:36:38 +0000 (22:36 +0000)]
Remove gcc-workaround that is already present in libavutil/common.h.
Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 9 Oct 2006 22:24:35 +0000 (22:24 +0000)]
Fix default license header.
Originally committed as revision 6613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 21:57:10 +0000 (21:57 +0000)]
reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1
Originally committed as revision 6612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 21:39:07 +0000 (21:39 +0000)]
on the P4 inc needs twice as much time a add
Originally committed as revision 6611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 21:21:10 +0000 (21:21 +0000)]
10l
Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 21:14:16 +0000 (21:14 +0000)]
reverse remainder of the failed attempt to optimize *state=c->mps_state[s]
Originally committed as revision 6609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 20:51:33 +0000 (20:51 +0000)]
x86 branchless cabac decoder
slightly faster on P3
Originally committed as revision 6608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 20:44:11 +0000 (20:44 +0000)]
optimize branchless C CABAC decoder
Originally committed as revision 6607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Mon, 9 Oct 2006 18:29:46 +0000 (18:29 +0000)]
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 18:20:00 +0000 (18:20 +0000)]
move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ...
Originally committed as revision 6605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 15:52:17 +0000 (15:52 +0000)]
drop failed attempt to optimize *state= c->mps_state[s];
Originally committed as revision 6604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 14:15:53 +0000 (14:15 +0000)]
10l bugfix for some disabled code
Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 14:15:14 +0000 (14:15 +0000)]
first try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening on if you try to subtract the START/STOP_TIMER overhead
Originally committed as revision 6602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 14:11:28 +0000 (14:11 +0000)]
always add -fomit-frame-pointer if optimizations are enabled
Originally committed as revision 6601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Mon, 9 Oct 2006 13:37:43 +0000 (13:37 +0000)]
add_bytes passes tests
Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 12:25:24 +0000 (12:25 +0000)]
remove bytestream_end checks, seems to work fine without them and the bitstream reader doesnt check for the end either
Originally committed as revision 6599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andrea Gianarro [Mon, 9 Oct 2006 11:36:42 +0000 (11:36 +0000)]
fix AC3 5.1 being decoded as mono
patch by Andrea Gianarro % giandrea AH gmail P com %
Original thread:
Date: Oct 9, 2006 11:55 AM
Subject: [Ffmpeg-devel] AC3 5:1 decoding as mono
Originally committed as revision 6598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 9 Oct 2006 07:31:27 +0000 (07:31 +0000)]
Fix GPL/LGPL license version mismatch.
Originally committed as revision 6597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 9 Oct 2006 00:59:42 +0000 (00:59 +0000)]
decrease ff_h264_norm_shift[] size
Originally committed as revision 6596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Sun, 8 Oct 2006 21:26:19 +0000 (21:26 +0000)]
Fixes:
rv10.c:494: warning: implicit declaration of function ‘ff_mpeg4_init_direct_mv’
Approved by Michael.
Originally committed as revision 6595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 8 Oct 2006 21:26:08 +0000 (21:26 +0000)]
cleanup
Originally committed as revision 6594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Sun, 8 Oct 2006 21:25:22 +0000 (21:25 +0000)]
Fixes:
opt.c:327: warning: no return statement in function returning non-void
opt_list return value is never checked.
Approved by Michael.
Originally committed as revision 6593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Sun, 8 Oct 2006 21:23:57 +0000 (21:23 +0000)]
Fixes:
parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’
Approved by Michael.
Originally committed as revision 6592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Sun, 8 Oct 2006 21:11:03 +0000 (21:11 +0000)]
Fixes:
mpegvideo.h:777: warning: ‘inline’ is not at beginning of declaration
motion_est_template.c:236: warning: ‘inline’ is not at beginning of declaration
Approved by Diego.
Originally committed as revision 6591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 8 Oct 2006 14:32:27 +0000 (14:32 +0000)]
Avoid void *-arithmetic
Originally committed as revision 6590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Sun, 8 Oct 2006 14:14:33 +0000 (14:14 +0000)]
Quote names individually, since otherwise the whole list was understood
as a single long filename by the shell.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 8 Oct 2006 13:55:02 +0000 (13:55 +0000)]
Non Altivec optimizations already present at the top
Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 8 Oct 2006 13:20:22 +0000 (13:20 +0000)]
branchless renormalization (1% faster get_cabac) old branchless renormalization wasnt faster because gcc was scared of the shift variable (missusing bit variable now)
Originally committed as revision 6587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 8 Oct 2006 11:24:37 +0000 (11:24 +0000)]
5% faster get_cabac()
Originally committed as revision 6586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 8 Oct 2006 10:11:58 +0000 (10:11 +0000)]
output typo fixes
Originally committed as revision 6585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 8 Oct 2006 09:41:00 +0000 (09:41 +0000)]
Compilation fix: pix_abs16x16_c was undeclared.
Originally committed as revision 6584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 8 Oct 2006 09:38:22 +0000 (09:38 +0000)]
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Oct 2006 22:37:34 +0000 (22:37 +0000)]
disable benchmarking code
disable asm optims as the fastest depends on cpu type
Originally committed as revision 6582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Oct 2006 22:34:32 +0000 (22:34 +0000)]
renorm_cabac_decoder_once START/STOP_TIMER scores for athlon
Originally committed as revision 6581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sat, 7 Oct 2006 19:14:25 +0000 (19:14 +0000)]
fix the dcbz check and move it in configure
Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Yong [Sat, 7 Oct 2006 18:30:41 +0000 (18:30 +0000)]
Add fourccs for Wavpak and TTA
Patch by yong ||| y0ngc |a| yahoo dot com |||
Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Oct 2006 15:44:14 +0000 (15:44 +0000)]
refill cabac variables in 16bit steps, 3% faster get_cabac()
Originally committed as revision 6578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 7 Oct 2006 15:33:14 +0000 (15:33 +0000)]
Change license headers to say 'FFmpeg' instead of 'this program'.
Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 7 Oct 2006 15:30:46 +0000 (15:30 +0000)]
Change license headers to say 'FFmpeg' instead of 'this program/this library'
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Oct 2006 12:41:55 +0000 (12:41 +0000)]
() 10l
Originally committed as revision 6576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sat, 7 Oct 2006 11:46:35 +0000 (11:46 +0000)]
fix a warning
Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 7 Oct 2006 11:30:24 +0000 (11:30 +0000)]
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 7 Oct 2006 11:15:10 +0000 (11:15 +0000)]
several x86 renorm_cabac_decoder_once optimizations
START/STOP_TIMER benchmarking code for them
please benchmark on P4 & athlon
(ill remove the benchmarking code and the always slower variants as soon as p4/athlon benchmarks have been posted or commited)
Originally committed as revision 6573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 7 Oct 2006 09:23:09 +0000 (09:23 +0000)]
Replace -I.. by -I$(BUILD_ROOT).
Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 7 Oct 2006 09:22:44 +0000 (09:22 +0000)]
Replace -I../-I. by -I$(BUILD_ROOT).
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 7 Oct 2006 08:38:55 +0000 (08:38 +0000)]
Remove bogus commented out include line.
Originally committed as revision 6571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 7 Oct 2006 08:10:47 +0000 (08:10 +0000)]
cosmetics: Add backslashes to the last line of continued lines to make
future commits look cleaner.
Originally committed as revision 6570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 6 Oct 2006 18:36:58 +0000 (18:36 +0000)]
flac fourcc (fixes mplayer -demuxer 35 with flac)
Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 6 Oct 2006 18:20:40 +0000 (18:20 +0000)]
prevent >16bit tags to be truncated and used in creating .wav files
Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 6 Oct 2006 11:33:57 +0000 (11:33 +0000)]
fix decoding of ED-small-sample-file.ogg
Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Fri, 6 Oct 2006 09:45:41 +0000 (09:45 +0000)]
Update checksum to match latest ASF patch
Originally committed as revision 6566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 5 Oct 2006 19:27:18 +0000 (19:27 +0000)]
fix buffer underflows by reencoding the current frame with a higher QP
Originally committed as revision 6565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 18:15:17 +0000 (18:15 +0000)]
message typo fixes
Originally committed as revision 6564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 17:11:05 +0000 (17:11 +0000)]
Simplify test program build.
Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 5 Oct 2006 17:10:33 +0000 (17:10 +0000)]
Simplify test program build.
Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 5 Oct 2006 09:01:04 +0000 (09:01 +0000)]
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf
Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 01:28:25 +0000 (01:28 +0000)]
Fix imgresample-test compilation.
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 00:57:48 +0000 (00:57 +0000)]
Test programs depend on $(LIB).
Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 5 Oct 2006 00:51:40 +0000 (00:51 +0000)]
imgresample-test depends on $(LIB).
Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 00:32:56 +0000 (00:32 +0000)]
Simplify EXTRALIBS handling.
Originally committed as revision 6558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 5 Oct 2006 00:23:24 +0000 (00:23 +0000)]
Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the
author, Peter Ross (pross xvid org).
Originally committed as revision 6557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 4 Oct 2006 22:18:40 +0000 (22:18 +0000)]
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 4 Oct 2006 21:42:31 +0000 (21:42 +0000)]
cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
Originally committed as revision 6556 to svn://svn.ffmpeg.org/ffmpeg/trunk