]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
17 years agokill error messages from failed svn revision extraction commands
mru [Mon, 18 Jun 2007 19:43:11 +0000 (19:43 +0000)]
kill error messages from failed svn revision extraction commands

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

17 years agoextract revision from svn-1.4 .svn/entries files
mru [Mon, 18 Jun 2007 19:35:19 +0000 (19:35 +0000)]
extract revision from svn-1.4 .svn/entries files

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

17 years agofix imlib2 memory leaks
benoit [Mon, 18 Jun 2007 12:00:06 +0000 (12:00 +0000)]
fix imlib2 memory leaks
patch by Limin Wang: [lance lmwang gmail com]
original thread: [FFmpeg-devel] [PATCH] fix imlib2 memory leaks
date: 06/18/2007 04:22 AM

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

17 years agoindentation
benoit [Mon, 18 Jun 2007 08:48:26 +0000 (08:48 +0000)]
indentation
patch by Andreas Ă–man: [andreas olebyn nu]

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

17 years agoreplace calls to deprecated parsing functions to calls to new ones
benoit [Mon, 18 Jun 2007 08:08:43 +0000 (08:08 +0000)]
replace calls to deprecated parsing functions to calls to new ones
patch by Stefano Sabatini: [stefano sabatini-lala poste it]

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

17 years agofix thread support selection
mru [Sun, 17 Jun 2007 23:29:35 +0000 (23:29 +0000)]
fix thread support selection

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

17 years agofix report at end of configure
mru [Sun, 17 Jun 2007 23:14:08 +0000 (23:14 +0000)]
fix report at end of configure

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

17 years agoadd a comment to indicate which #endif belong to which #define
gpoirier [Sun, 17 Jun 2007 18:59:28 +0000 (18:59 +0000)]
add a comment to indicate which #endif belong to which #define

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

17 years agosimplify ppc64 handling
mru [Sun, 17 Jun 2007 15:47:03 +0000 (15:47 +0000)]
simplify ppc64 handling

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

17 years agoremove unneeded variable initializations
mru [Sun, 17 Jun 2007 15:29:22 +0000 (15:29 +0000)]
remove unneeded variable initializations

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

17 years agorestore GCC3 support
gpoirier [Sun, 17 Jun 2007 12:38:51 +0000 (12:38 +0000)]
restore GCC3 support

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

17 years agoindent
mru [Sun, 17 Jun 2007 11:57:53 +0000 (11:57 +0000)]
indent

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

17 years agosimplify simd extension checking
mru [Sun, 17 Jun 2007 11:57:50 +0000 (11:57 +0000)]
simplify simd extension checking

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

17 years agore-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
gpoirier [Sun, 17 Jun 2007 09:38:35 +0000 (09:38 +0000)]
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
they work fine now

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

17 years agopart 2/2 of fixing Altivec-accelerated H264 luma inloop filter
gpoirier [Sun, 17 Jun 2007 09:37:13 +0000 (09:37 +0000)]
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter

In h264_deblock_q1, the result of the deblock needs to be kept to
be used in future deblocks, so return this value now.

Also change the sign of tc0 vector: It is really a signed value, so
treat it as such until after the >=0 check;
then, at that point, after being masked, it can be treated as unsigned.

Patch by Graham Booker % gbooker A tamu P edu%

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

17 years agoconvert h264_deblock_q1 to an inline function.
gpoirier [Sun, 17 Jun 2007 09:14:02 +0000 (09:14 +0000)]
convert h264_deblock_q1 to an inline function.
part 1/2 of Altivec-accelerated H264 luma inloop filter

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

17 years agoIndentation
ramiro [Sun, 17 Jun 2007 00:16:55 +0000 (00:16 +0000)]
Indentation

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

17 years agoadd "checkheaders" target
mru [Sun, 17 Jun 2007 00:05:39 +0000 (00:05 +0000)]
add "checkheaders" target

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

17 years agoadd multiple inclusion guards to headers
mru [Sun, 17 Jun 2007 00:01:30 +0000 (00:01 +0000)]
add multiple inclusion guards to headers

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

17 years agoinclude all prerequisites in header files
mru [Sat, 16 Jun 2007 22:59:13 +0000 (22:59 +0000)]
include all prerequisites in header files

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

17 years agomove a couple of macros and structs to mpegaudio.h
mru [Sat, 16 Jun 2007 22:58:43 +0000 (22:58 +0000)]
move a couple of macros and structs to mpegaudio.h

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

17 years agoAdd expression evaluation parameters for colors in imlib2 vhook
ramiro [Sat, 16 Jun 2007 22:28:10 +0000 (22:28 +0000)]
Add expression evaluation parameters for colors in imlib2 vhook

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

17 years agoFactor out init_scan_tables(), patch by Andreas Oman %andreas A olebyn.nu%
gpoirier [Sat, 16 Jun 2007 19:54:04 +0000 (19:54 +0000)]
Factor out init_scan_tables(), patch by Andreas Oman %andreas A olebyn.nu%
original thread:
Date: Jun 15, 2007 10:10 PM
Subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept)

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

17 years agoUse a faster way to compute 255-val: Instead of creating a vector of
gpoirier [Sat, 16 Jun 2007 18:59:10 +0000 (18:59 +0000)]
Use a faster way to compute 255-val: Instead of creating a vector of
all 255s, and then doing the subtraction, nor of the vector with itself: saves
one instruction and a register.
Patch by Graham Booker % gbooker A tamu P edu%

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

17 years agomove definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
mru [Sat, 16 Jun 2007 15:15:19 +0000 (15:15 +0000)]
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
need to #include "h261data.h"

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

17 years agocorrect type of qsort() comparison callback
mru [Sat, 16 Jun 2007 15:15:17 +0000 (15:15 +0000)]
correct type of qsort() comparison callback

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

17 years agocorrect type for h263_parse()
mru [Sat, 16 Jun 2007 15:15:16 +0000 (15:15 +0000)]
correct type for h263_parse()

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

17 years agofix indentation
mru [Sat, 16 Jun 2007 14:52:12 +0000 (14:52 +0000)]
fix indentation

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

17 years agoreplace endian detection hack with #ifdef WORDS_BIGENDIAN
mru [Sat, 16 Jun 2007 14:52:10 +0000 (14:52 +0000)]
replace endian detection hack with #ifdef WORDS_BIGENDIAN

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

17 years agofix some printf format specifiers
mru [Sat, 16 Jun 2007 14:52:05 +0000 (14:52 +0000)]
fix some printf format specifiers

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

17 years agocorrect type for {put,avg}_h264_chroma_mc2_mmx2
mru [Sat, 16 Jun 2007 14:51:57 +0000 (14:51 +0000)]
correct type for {put,avg}_h264_chroma_mc2_mmx2

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

17 years agokill some "defined but not used" warnings
mru [Sat, 16 Jun 2007 11:44:57 +0000 (11:44 +0000)]
kill some "defined but not used" warnings

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

17 years agokill a warning on 64-bit machines
mru [Sat, 16 Jun 2007 11:44:54 +0000 (11:44 +0000)]
kill a warning on 64-bit machines

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

17 years agomove dsputil_init_foo() out from #ifdef
mru [Sat, 16 Jun 2007 10:44:46 +0000 (10:44 +0000)]
move dsputil_init_foo() out from #ifdef

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

17 years agoTypo
ramiro [Sat, 16 Jun 2007 00:26:51 +0000 (00:26 +0000)]
Typo

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

17 years agotest whether linker supports --warn-common
mru [Fri, 15 Jun 2007 20:43:58 +0000 (20:43 +0000)]
test whether linker supports --warn-common

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

17 years agoIndentation for previous commit
ramiro [Fri, 15 Jun 2007 20:42:56 +0000 (20:42 +0000)]
Indentation for previous commit

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

17 years agoAllow user to specify rgb.txt for imlib2 vhook
ramiro [Fri, 15 Jun 2007 20:40:14 +0000 (20:40 +0000)]
Allow user to specify rgb.txt for imlib2 vhook

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

17 years agomerge print_config_enable() and print_config() as only the former is used
mru [Fri, 15 Jun 2007 20:35:46 +0000 (20:35 +0000)]
merge print_config_enable() and print_config() as only the former is used

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

17 years agoreplace TARGET_* with HAVE_* simplifying lists in configure script
mru [Fri, 15 Jun 2007 20:35:44 +0000 (20:35 +0000)]
replace TARGET_* with HAVE_* simplifying lists in configure script

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

17 years agoadd x86 to ARCH_LIST simplifying config file generation
mru [Fri, 15 Jun 2007 20:35:40 +0000 (20:35 +0000)]
add x86 to ARCH_LIST simplifying config file generation

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

17 years agoreplace TARGET_ARCH_* to ARCH_* for consistency
mru [Fri, 15 Jun 2007 20:35:37 +0000 (20:35 +0000)]
replace TARGET_ARCH_* to ARCH_* for consistency

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

17 years agogenerate ENABLE_* defines also for ARCH_*
aurel [Fri, 15 Jun 2007 18:47:30 +0000 (18:47 +0000)]
generate ENABLE_* defines also for ARCH_*

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

17 years agouse if() instead of #ifdef and ensure all possible optimisations are enabled
aurel [Fri, 15 Jun 2007 18:18:31 +0000 (18:18 +0000)]
use if() instead of #ifdef and ensure all possible optimisations are enabled

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

17 years agogenerate ENABLE_* defines also for all the HAVE_* values
aurel [Fri, 15 Jun 2007 18:17:42 +0000 (18:17 +0000)]
generate ENABLE_* defines also for all the HAVE_* values

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

17 years agoAdd support for track numbers when they are set via strings
benoit [Fri, 15 Jun 2007 09:10:19 +0000 (09:10 +0000)]
Add support for track numbers when they are set via strings
patch by Patrice Bensoussan: patrice bensoussan free fr

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

17 years agosome samples aren't decoded correctly such as
gpoirier [Fri, 15 Jun 2007 08:22:06 +0000 (08:22 +0000)]
some samples aren't decoded correctly such as
( http://www.pennfans.net/files/videos/Penn&Teller.on.The.View.mp4 )
with current Altivec implementation of loopfilter, while others are fine.
Let's disable it until we iron this bug out.

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

17 years agoRemove unneeded semicolon.
takis [Fri, 15 Jun 2007 08:16:24 +0000 (08:16 +0000)]
Remove unneeded semicolon.

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

17 years agoCorrect signature of just_return().
takis [Fri, 15 Jun 2007 08:15:45 +0000 (08:15 +0000)]
Correct signature of just_return().

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

17 years agouse get_bits_long() where needed
mru [Thu, 14 Jun 2007 18:14:35 +0000 (18:14 +0000)]
use get_bits_long() where needed
patch by Aurelien Jacobs, aurel gnuage org

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

17 years agoVhooks require special cflags and ldflags for Windows builds
ramiro [Thu, 14 Jun 2007 16:48:09 +0000 (16:48 +0000)]
Vhooks require special cflags and ldflags for Windows builds
Copy them from Cygwin to MinGW

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

17 years agoMake ppm vhook depend on fork()
ramiro [Thu, 14 Jun 2007 16:43:56 +0000 (16:43 +0000)]
Make ppm vhook depend on fork()

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

17 years agoPrint static vhook warning for Cygwin and MinGW
ramiro [Thu, 14 Jun 2007 16:40:55 +0000 (16:40 +0000)]
Print static vhook warning for Cygwin and MinGW

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

17 years agoPrint static vhook warning for Cygwin only when both are enabled
ramiro [Thu, 14 Jun 2007 16:39:44 +0000 (16:39 +0000)]
Print static vhook warning for Cygwin only when both are enabled

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

17 years agoRemove an unreferenced variable from qpeg_decode_inter().
takis [Thu, 14 Jun 2007 16:16:37 +0000 (16:16 +0000)]
Remove an unreferenced variable from qpeg_decode_inter().

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

17 years agoadd and remove some parentheses
benoit [Thu, 14 Jun 2007 09:32:04 +0000 (09:32 +0000)]
add and remove some parentheses

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

17 years agoSimplify init preprocessor statements.
diego [Thu, 14 Jun 2007 08:44:41 +0000 (08:44 +0000)]
Simplify init preprocessor statements.
patch by Albert Lee, trisk+xine acm.jhu edu

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

17 years agothis file credits authors of non-trivial code, which I don't qualify for
gpoirier [Thu, 14 Jun 2007 08:19:19 +0000 (08:19 +0000)]
this file credits authors of non-trivial code, which I don't qualify for

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

17 years agoMore detailed documentation
benoit [Thu, 14 Jun 2007 07:28:16 +0000 (07:28 +0000)]
More detailed documentation
patch by Nicolas George: [nicolas george normalesup org]

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

17 years agoList myself in CREDITS as I did have some of code committed,
gpoirier [Wed, 13 Jun 2007 18:48:39 +0000 (18:48 +0000)]
List myself in CREDITS as I did have some of code committed,
Add myself to PPC/OSX maintainers as this what I've been doing
for several month already, and Romain isn't active that much
these days

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

17 years agoremoving underscores from block profiling renaming to xx_
mhoffman [Wed, 13 Jun 2007 12:46:27 +0000 (12:46 +0000)]
removing underscores from block profiling renaming to xx_

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

17 years agoBlackfin - read_time primitive
mhoffman [Wed, 13 Jun 2007 11:09:07 +0000 (11:09 +0000)]
Blackfin - read_time primitive
note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support
around DImode and asm.

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

17 years agoImprove understanding ofavcodec_find_decoder()
benoit [Wed, 13 Jun 2007 08:28:00 +0000 (08:28 +0000)]
Improve understanding ofavcodec_find_decoder()
patch by Carl Eugen Hoyos: ! cehoyos ag or at !

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

17 years agoWorkaround adjustments for DivX 6.1 and later
benoit [Wed, 13 Jun 2007 08:25:48 +0000 (08:25 +0000)]
Workaround adjustments for DivX 6.1 and later
patch by Lord: [ Lord_veryrandomD8 yahoo com ]

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

17 years agoremove decode_be32/64 and replace them by AV_RB32/64
benoit [Wed, 13 Jun 2007 08:24:22 +0000 (08:24 +0000)]
remove decode_be32/64 and replace them by AV_RB32/64
patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net /

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

17 years agocosmetics
gpoirier [Tue, 12 Jun 2007 21:44:38 +0000 (21:44 +0000)]
cosmetics

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

17 years agoRemove unused declarations
ramiro [Tue, 12 Jun 2007 21:27:32 +0000 (21:27 +0000)]
Remove unused declarations

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

17 years agokill one vector constant value load by the right combination of vec_splatX/vec_sl
gpoirier [Tue, 12 Jun 2007 21:24:25 +0000 (21:24 +0000)]
kill one vector constant value load by the right combination of vec_splatX/vec_sl
patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%

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

17 years agorestore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
gpoirier [Tue, 12 Jun 2007 21:17:22 +0000 (21:17 +0000)]
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%

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

17 years agointegrating MPV_common_init_bfin into the build system and mpegvideo.c
mhoffman [Tue, 12 Jun 2007 19:34:06 +0000 (19:34 +0000)]
integrating MPV_common_init_bfin into the build system and mpegvideo.c

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

17 years agoBlackfin dct_quantize_bfin routine
mhoffman [Tue, 12 Jun 2007 19:13:50 +0000 (19:13 +0000)]
Blackfin dct_quantize_bfin routine

2x performance boost in performing quantization for mpeg encoding

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

17 years agoBlackfin IDCT has no special permutation it uses normal order
mhoffman [Tue, 12 Jun 2007 19:06:39 +0000 (19:06 +0000)]
Blackfin IDCT has no special permutation it uses normal order

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

17 years agomisc typo fixes
diego [Tue, 12 Jun 2007 18:50:50 +0000 (18:50 +0000)]
misc typo fixes

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

17 years agoTypo
kostya [Tue, 12 Jun 2007 15:03:28 +0000 (15:03 +0000)]
Typo

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

17 years agomisc spelling fixes
diego [Tue, 12 Jun 2007 09:29:25 +0000 (09:29 +0000)]
misc spelling fixes

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

17 years agoMove the video size and rate abbreviations system from libavformat to libavcodec
benoit [Tue, 12 Jun 2007 08:06:54 +0000 (08:06 +0000)]
Move the video size and rate abbreviations system from libavformat to libavcodec
patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it]
original thread:
[FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system
date: 06/02/2007 05:30 PM

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

17 years agoAdd some explanatory comments to #endif directives.
diego [Tue, 12 Jun 2007 08:01:35 +0000 (08:01 +0000)]
Add some explanatory comments to #endif directives.

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

17 years agofix 8- and 24-bit FLAC decoding
gpoirier [Tue, 12 Jun 2007 07:59:43 +0000 (07:59 +0000)]
fix 8- and 24-bit FLAC decoding
Patch by Michael Donaghy %md401 A cam P ac P uk%
Original thread:
date: Jun 10, 2007 4:48 PM
subject: [FFmpeg-devel] [PATCH] Bugfix: decoding 8- and 24-bit FLAC files

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

17 years agoRemove unused static function.
diego [Tue, 12 Jun 2007 07:59:34 +0000 (07:59 +0000)]
Remove unused static function.

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

17 years agodont attach huge samplesto mails
michael [Mon, 11 Jun 2007 23:37:15 +0000 (23:37 +0000)]
dont attach huge samplesto mails

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

17 years agomove codecs declarations from avcodec.h to allcodecs.h
aurel [Mon, 11 Jun 2007 16:05:32 +0000 (16:05 +0000)]
move codecs declarations from avcodec.h to allcodecs.h

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

17 years agoDo not ignore files that are never generated.
diego [Mon, 11 Jun 2007 09:01:42 +0000 (09:01 +0000)]
Do not ignore files that are never generated.

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

17 years agoThe video hooks do not depend on the libav* libraries.
diego [Mon, 11 Jun 2007 08:14:45 +0000 (08:14 +0000)]
The video hooks do not depend on the libav* libraries.

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

17 years agoone step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
gpoirier [Mon, 11 Jun 2007 08:00:31 +0000 (08:00 +0000)]
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go

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

17 years agoCygwin compatibility workaround
benoit [Mon, 11 Jun 2007 07:57:15 +0000 (07:57 +0000)]
Cygwin compatibility workaround
patch by Eric Lasota: [ riot icculus org ]
original thread: [FFmpeg-devel] [PATCH] elbg.c Cygwin compatibility workaround
date: 06/09/2007 09:26 AM

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

17 years agoWe do not create .d files, thus no need to remove them.
diego [Sun, 10 Jun 2007 21:48:54 +0000 (21:48 +0000)]
We do not create .d files, thus no need to remove them.

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

17 years agoMove libpostproc-specific uninstallation command to the libpostproc Makefile.
diego [Sun, 10 Jun 2007 21:29:56 +0000 (21:29 +0000)]
Move libpostproc-specific uninstallation command to the libpostproc Makefile.

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

17 years agoUse consistent paths for adding values to LDFLAGS.
diego [Sun, 10 Jun 2007 21:19:15 +0000 (21:19 +0000)]
Use consistent paths for adding values to LDFLAGS.

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

17 years agoAdd a bounds check on AVProbeData input.
diego [Sun, 10 Jun 2007 20:35:01 +0000 (20:35 +0000)]
Add a bounds check on AVProbeData input.
patch by Ronald S. Bultje, rbultje ronald.bitfreak net
thread:
Date: Sat, 09 Jun 2007 19:22:17 -0400
Subject: [FFmpeg-devel] lavf probing

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

17 years agoIgnore cws2fws.
diego [Sun, 10 Jun 2007 14:35:54 +0000 (14:35 +0000)]
Ignore cws2fws.

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

17 years agoMove HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
diego [Sun, 10 Jun 2007 14:34:56 +0000 (14:34 +0000)]
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.

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

17 years agowhitespace cosmetics
diego [Sun, 10 Jun 2007 14:28:42 +0000 (14:28 +0000)]
whitespace cosmetics

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

17 years agoSimplify ffplay.o CFLAGS handling.
diego [Sun, 10 Jun 2007 14:21:53 +0000 (14:21 +0000)]
Simplify ffplay.o CFLAGS handling.

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

17 years agoCompile all binaries with default CFLAGS.
diego [Sun, 10 Jun 2007 14:21:07 +0000 (14:21 +0000)]
Compile all binaries with default CFLAGS.

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

17 years agoMake main() return 0 at the end and mark as int.
diego [Sun, 10 Jun 2007 14:14:47 +0000 (14:14 +0000)]
Make main() return 0 at the end and mark as int.

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

17 years agoAdd appropriate headers for exit and printf.
diego [Sun, 10 Jun 2007 14:12:01 +0000 (14:12 +0000)]
Add appropriate headers for exit and printf.

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

17 years agoSimplify command with automatic variable.
diego [Sun, 10 Jun 2007 14:05:12 +0000 (14:05 +0000)]
Simplify command with automatic variable.

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

17 years agoAdapt to API changes, fix compilation.
diego [Sun, 10 Jun 2007 13:54:11 +0000 (13:54 +0000)]
Adapt to API changes, fix compilation.
patch by Ronald S. Bultje, rbultje ronald.bitfreak net

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

17 years agominor GCC3 compile fix
gpoirier [Sat, 9 Jun 2007 22:20:24 +0000 (22:20 +0000)]
minor GCC3 compile fix
(there's still 2 more, but there's burried into several levels of macros, so it's hard to narrow them down)

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

17 years agoAltivec version of h264_(h|v)_loop_filter_luma
gpoirier [Sat, 9 Jun 2007 19:13:34 +0000 (19:13 +0000)]
Altivec version of h264_(h|v)_loop_filter_luma
patch by Graham Booker % perian A cod3r P com% with some minor fixes by me.
historic of the patch: http://trac.perian.org/ticket/113
Original thread:
Date: May 11, 2007 9:45 PM
Subject: [FFmpeg-devel] [PATCH] Altivec version of-altivec h264_h-v_loop_filter_luma

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