platform/upstream/libav.git
17 years agoreverse remainder of the failed attempt to optimize *state=c->mps_state[s]
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

17 years agox86 branchless cabac decoder
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

17 years agooptimize branchless C CABAC decoder
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

17 years agoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
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

17 years agomove outcommented START/STOP_TIMER to a hopefully better place for benchmarking ...
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

17 years agodrop failed attempt to optimize *state= c->mps_state[s];
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

17 years ago10l bugfix for some disabled code
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

17 years agofirst try of a handwritten get_cabac() for x86, this is 10-20% faster on P3 depening...
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

17 years agoalways add -fomit-frame-pointer if optimizations are enabled
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

17 years agoadd_bytes passes tests
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

17 years agoremove bytestream_end checks, seems to work fine without them and the bitstream reade...
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

17 years agofix AC3 5.1 being decoded as mono
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

17 years agoFix GPL/LGPL license version mismatch.
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

17 years agodecrease ff_h264_norm_shift[] size
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

17 years agoFixes:
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

17 years agocleanup
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

17 years agoFixes:
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

17 years agoFixes:
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

17 years agoFixes:
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

17 years agoAvoid void *-arithmetic
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

17 years agoQuote names individually, since otherwise the whole list was understood
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

17 years agoNon Altivec optimizations already present at the top
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

17 years agobranchless renormalization (1% faster get_cabac) old branchless renormalization wasnt...
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

17 years ago5% faster get_cabac()
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

17 years agooutput typo fixes
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

17 years agoCompilation fix: pix_abs16x16_c was undeclared.
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

17 years agoCompilation fix, printf gets redefined to please_use_av_log.
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

17 years agodisable benchmarking code
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

17 years agorenorm_cabac_decoder_once START/STOP_TIMER scores for athlon
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

17 years agofix the dcbz check and move it in configure
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

17 years agoAdd fourccs for Wavpak and TTA
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

17 years agorefill cabac variables in 16bit steps, 3% faster get_cabac()
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

17 years agoChange license headers to say 'FFmpeg' instead of 'this program'.
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

17 years agoChange license headers to say 'FFmpeg' instead of 'this program/this library'
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

17 years ago() 10l
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

17 years agofix a warning
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

17 years agoCompilation fix, printf gets redefined to please_use_av_log.
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

17 years agoseveral x86 renorm_cabac_decoder_once optimizations
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

17 years agoReplace -I.. by -I$(BUILD_ROOT).
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

17 years agoReplace -I../-I. by -I$(BUILD_ROOT).
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

17 years agoRemove bogus commented out include line.
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

17 years agocosmetics: Add backslashes to the last line of continued lines to make
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

17 years agoflac fourcc (fixes mplayer -demuxer 35 with flac)
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

17 years agoprevent >16bit tags to be truncated and used in creating .wav files
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

17 years agofix decoding of ED-small-sample-file.ogg
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

17 years agoUpdate checksum to match latest ASF patch
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

17 years agofix buffer underflows by reencoding the current frame with a higher QP
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

17 years agomessage typo fixes
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

17 years agoSimplify test program build.
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

17 years agoSimplify test program build.
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

17 years agosupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal...
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

17 years agoFix imgresample-test compilation.
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

17 years agoTest programs depend on $(LIB).
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

17 years agoimgresample-test depends on $(LIB).
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

17 years agoSimplify EXTRALIBS handling.
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

17 years agoSwitch idct_mmx_xvid.c from GPL to LGPL as permitted by the
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

17 years agoFFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
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

17 years agocosmetics: Put all OBJS on a line of their own for nicer-looking diffs.
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

17 years agoLibraries are created in the build tree, not in the source tree.
Diego Biurrun [Wed, 4 Oct 2006 16:22:14 +0000 (16:22 +0000)]
Libraries are created in the build tree, not in the source tree.

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

17 years agoMSys bash 2.04 is broken.
Ramiro Polla [Wed, 4 Oct 2006 16:05:00 +0000 (16:05 +0000)]
MSys bash 2.04 is broken.
patch by Ramiro Polla, angustia (at) arrozcru no-ip org

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

17 years agoRemove cs_test and swscale-example on clean.
Diego Biurrun [Wed, 4 Oct 2006 14:02:42 +0000 (14:02 +0000)]
Remove cs_test and swscale-example on clean.

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

17 years agoRemove redundant EXTRALIBS declaration.
Diego Biurrun [Wed, 4 Oct 2006 14:00:14 +0000 (14:00 +0000)]
Remove redundant EXTRALIBS declaration.

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

17 years agoSimplify compilation call by using $(EXTRALIBS).
Diego Biurrun [Wed, 4 Oct 2006 13:56:24 +0000 (13:56 +0000)]
Simplify compilation call by using $(EXTRALIBS).

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

17 years agoFix warnings:
Diego Biurrun [Wed, 4 Oct 2006 13:54:56 +0000 (13:54 +0000)]
Fix warnings:
swscale-example.c:87: warning: implicit declaration of function 'sws_format_name'
swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init'

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

17 years agoFix warnings:
Diego Biurrun [Wed, 4 Oct 2006 13:51:12 +0000 (13:51 +0000)]
Fix warnings:
cs_test.c:62: warning: return type defaults to 'int'
cs_test.c:64: warning: implicit declaration of function 'memalign'

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

17 years agoReplace .. by $(SRC_PATH), otherwise there might be problems with
Diego Biurrun [Wed, 4 Oct 2006 13:47:30 +0000 (13:47 +0000)]
Replace .. by $(SRC_PATH), otherwise there might be problems with
out-of-tree builds.

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

17 years agoremove useless casts
Baptiste Coudurier [Wed, 4 Oct 2006 13:18:51 +0000 (13:18 +0000)]
remove useless casts

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

17 years agochange extradata type to uint8_t *
Baptiste Coudurier [Wed, 4 Oct 2006 13:13:07 +0000 (13:13 +0000)]
change extradata type to uint8_t *

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

17 years agomjpeg 4:2:2 encoding support
Baptiste Coudurier [Wed, 4 Oct 2006 12:49:52 +0000 (12:49 +0000)]
mjpeg 4:2:2 encoding support

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

17 years agodon't try to inline cabac functions. gcc ignored the hint anyway, and forcing it...
Loren Merritt [Wed, 4 Oct 2006 07:16:10 +0000 (07:16 +0000)]
don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower.

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

17 years agosimplify write_back_motion for skip mbs
Loren Merritt [Wed, 4 Oct 2006 07:08:26 +0000 (07:08 +0000)]
simplify write_back_motion for skip mbs

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

17 years ago10l in r6412
Loren Merritt [Wed, 4 Oct 2006 02:57:43 +0000 (02:57 +0000)]
10l in r6412

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

17 years agomake some global var static (fix a build failure with shared lib on x86_64)
Aurelien Jacobs [Tue, 3 Oct 2006 23:51:32 +0000 (23:51 +0000)]
make some global var static (fix a build failure with shared lib on x86_64)

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

17 years agoremove confusing divx note
Michael Niedermayer [Tue, 3 Oct 2006 21:09:02 +0000 (21:09 +0000)]
remove confusing divx note

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

17 years agoMove EXTRALIBS handling to common.mak.
Diego Biurrun [Tue, 3 Oct 2006 19:23:39 +0000 (19:23 +0000)]
Move EXTRALIBS handling to common.mak.

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

17 years agofix r_frame_rate detection in mpeg4 streams with non integer fps
Michael Niedermayer [Tue, 3 Oct 2006 19:13:27 +0000 (19:13 +0000)]
fix r_frame_rate detection in mpeg4 streams with non integer fps

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

17 years agoSlightly simplify apiexample compilation command line.
Diego Biurrun [Tue, 3 Oct 2006 18:03:45 +0000 (18:03 +0000)]
Slightly simplify apiexample compilation command line.

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

17 years agoAlso remove cpuid_test on clean.
Diego Biurrun [Tue, 3 Oct 2006 17:59:10 +0000 (17:59 +0000)]
Also remove cpuid_test on clean.

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

17 years agoRemove bogus dependency information.
Diego Biurrun [Tue, 3 Oct 2006 17:50:02 +0000 (17:50 +0000)]
Remove bogus dependency information.

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

17 years agomake dep should also work.
Diego Biurrun [Tue, 3 Oct 2006 17:47:25 +0000 (17:47 +0000)]
make dep should also work.

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

17 years agodepend and dep are really the same target.
Diego Biurrun [Tue, 3 Oct 2006 17:47:04 +0000 (17:47 +0000)]
depend and dep are really the same target.

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

17 years agoMark all phony targets as such.
Diego Biurrun [Tue, 3 Oct 2006 17:42:17 +0000 (17:42 +0000)]
Mark all phony targets as such.

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

17 years ago1000000l for lu_zero (commiting untested? code)
Michael Niedermayer [Tue, 3 Oct 2006 17:24:07 +0000 (17:24 +0000)]
1000000l for lu_zero (commiting untested? code)

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

17 years agoRemove unused variables and the corresponding warnings along with them.
Diego Biurrun [Tue, 3 Oct 2006 17:12:48 +0000 (17:12 +0000)]
Remove unused variables and the corresponding warnings along with them.

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

17 years agoFix unused variable warning when compiling with MMX disabled.
Diego Biurrun [Tue, 3 Oct 2006 17:11:43 +0000 (17:11 +0000)]
Fix unused variable warning when compiling with MMX disabled.

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

17 years agofix blackfin support, thaks to vapier for pointing out
Luca Barbato [Tue, 3 Oct 2006 14:59:18 +0000 (14:59 +0000)]
fix blackfin support, thaks to vapier for pointing out

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

17 years agoFix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
Luca Barbato [Tue, 3 Oct 2006 07:57:04 +0000 (07:57 +0000)]
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>

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

17 years agortp.o needs mpegts.o
Diego Biurrun [Mon, 2 Oct 2006 17:15:00 +0000 (17:15 +0000)]
rtp.o needs mpegts.o

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

17 years agoAdd codectest to test targets.
Diego Biurrun [Mon, 2 Oct 2006 16:56:09 +0000 (16:56 +0000)]
Add codectest to test targets.

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

17 years agoMerge identical targets.
Diego Biurrun [Mon, 2 Oct 2006 16:55:06 +0000 (16:55 +0000)]
Merge identical targets.

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

17 years agofix audio for mog_op1a_prompeg_mpeg.mxf
Baptiste Coudurier [Mon, 2 Oct 2006 14:12:50 +0000 (14:12 +0000)]
fix audio for mog_op1a_prompeg_mpeg.mxf

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

17 years agoAdd replacement for libavcodec/fdctref.c to the list.
Diego Biurrun [Mon, 2 Oct 2006 13:36:37 +0000 (13:36 +0000)]
Add replacement for libavcodec/fdctref.c to the list.

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

17 years agoreturn 0 as stream index if only one stream, this is completely non standard, fix...
Baptiste Coudurier [Mon, 2 Oct 2006 13:22:51 +0000 (13:22 +0000)]
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf

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

17 years agomore forgotten free's.
Oded Shimon [Mon, 2 Oct 2006 11:55:24 +0000 (11:55 +0000)]
more forgotten free's.

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

17 years ago10l, wrong order in freeing
Oded Shimon [Mon, 2 Oct 2006 11:47:10 +0000 (11:47 +0000)]
10l, wrong order in freeing

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

17 years agoslightly saner indention
Michael Niedermayer [Mon, 2 Oct 2006 11:31:52 +0000 (11:31 +0000)]
slightly saner indention

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

17 years agomake postproc use avutil
Luca Barbato [Mon, 2 Oct 2006 10:49:27 +0000 (10:49 +0000)]
make postproc use avutil

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

17 years agoFix quantiSer --> quantiZer typo.
Diego Biurrun [Mon, 2 Oct 2006 10:23:59 +0000 (10:23 +0000)]
Fix quantiSer --> quantiZer typo.

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

17 years agoExplain lmin, lmax, mblmin, mblmax options.
Víctor Paesa [Mon, 2 Oct 2006 10:19:39 +0000 (10:19 +0000)]
Explain lmin, lmax, mblmin, mblmax options.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoadd vorbis encoder to changelog/MAINTAINERS
Oded Shimon [Mon, 2 Oct 2006 09:51:34 +0000 (09:51 +0000)]
add vorbis encoder to changelog/MAINTAINERS

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