OSDN Git Service

coroid/libav_saccubus.git
17 years agosimplify simd extension checking
Måns Rullgård [Sun, 17 Jun 2007 11:57:50 +0000 (11:57 +0000)]
simplify simd extension checking

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

17 years agore-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
Guillaume Poirier [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

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

17 years agopart 2/2 of fixing Altivec-accelerated H264 luma inloop filter
Graham Booker [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%

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

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

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

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

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

17 years agoadd "checkheaders" target
Måns Rullgård [Sun, 17 Jun 2007 00:05:39 +0000 (00:05 +0000)]
add "checkheaders" target

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

17 years agoadd multiple inclusion guards to headers
Måns Rullgård [Sun, 17 Jun 2007 00:01:30 +0000 (00:01 +0000)]
add multiple inclusion guards to headers

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

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

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

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

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

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

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

17 years agoFactor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%
Andreas Öman [Sat, 16 Jun 2007 19:54:04 +0000 (19:54 +0000)]
Factor out init_scan_tables(), patch by Andreas Öman %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)

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

17 years agoUse a faster way to compute 255-val: Instead of creating a vector of
Graham Booker [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%

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

17 years agoMissing libswscale part of TARGET_ -> HAVE_ change
Reimar Döffinger [Sat, 16 Jun 2007 15:29:26 +0000 (15:29 +0000)]
Missing libswscale part of TARGET_ -> HAVE_ change

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

17 years agoCopile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
Reimar Döffinger [Sat, 16 Jun 2007 15:17:00 +0000 (15:17 +0000)]
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.

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

17 years agomove definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
Måns Rullgård [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"

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

17 years agocorrect type of qsort() comparison callback
Måns Rullgård [Sat, 16 Jun 2007 15:15:17 +0000 (15:15 +0000)]
correct type of qsort() comparison callback

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

17 years agocorrect type for h263_parse()
Måns Rullgård [Sat, 16 Jun 2007 15:15:16 +0000 (15:15 +0000)]
correct type for h263_parse()

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

17 years agofix indentation
Måns Rullgård [Sat, 16 Jun 2007 14:52:12 +0000 (14:52 +0000)]
fix indentation

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

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

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

17 years agofix some printf format specifiers
Måns Rullgård [Sat, 16 Jun 2007 14:52:05 +0000 (14:52 +0000)]
fix some printf format specifiers

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agoAdd support for track numbers when they are set via strings
Patrice Bensoussan [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

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

17 years agosome samples aren't decoded correctly such as
Guillaume Poirier [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.

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

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

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

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

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

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

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

17 years agoVhooks require special cflags and ldflags for Windows builds
Ramiro Polla [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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agothis file credits authors of non-trivial code, which I don't qualify for
Guillaume Poirier [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

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

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

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

17 years agoList myself in CREDITS as I did have some of code committed,
Guillaume Poirier [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

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

17 years agomisc spelling fixes
Diego Biurrun [Wed, 13 Jun 2007 17:48:15 +0000 (17:48 +0000)]
misc spelling fixes

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

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

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

17 years agoBlackfin - read_time primitive
Marc Hoffman [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.

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

17 years agoImprove understanding ofavcodec_find_decoder()
Carl Eugen Hoyos [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 !

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

17 years agoWorkaround adjustments for DivX 6.1 and later
Lord [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 ]

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

17 years agoremove decode_be32/64 and replace them by AV_RB32/64
Ronald S. Bultje [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 /

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

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

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

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

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

17 years agokill one vector constant value load by the right combination of vec_splatX/vec_sl
Sigbjorn Skjaeret [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%

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

17 years agorestore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
Sigbjorn Skjaeret [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%

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

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

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

17 years agoBlackfin dct_quantize_bfin routine
Marc Hoffman [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

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

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

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

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

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

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

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

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

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

17 years agoMove the video size and rate abbreviations system from libavformat to libavcodec
Stefano Sabatini [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

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

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

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

17 years agofix 8- and 24-bit FLAC decoding
Michael Donaghy [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

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

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

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

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

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

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

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

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

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

17 years agoone step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
Guillaume Poirier [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

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

17 years agoCygwin compatibility workaround
Eric Lasota [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

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

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

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

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

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

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

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

17 years agoAdd a bounds check on AVProbeData input.
Ronald S. Bultje [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

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

17 years agoMove HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun [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.

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agoAdapt to API changes, fix compilation.
Ronald S. Bultje [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

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

17 years agominor GCC3 compile fix
Guillaume Poirier [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)

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

17 years agoAltivec version of h264_(h|v)_loop_filter_luma
Graham Booker [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

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

17 years agoAdd some #includes to allow compilation without HAVE_AV_CONFIG_H.
Ronald S. Bultje [Sat, 9 Jun 2007 17:52:16 +0000 (17:52 +0000)]
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net

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

17 years agoRemove unused variable.
Diego Biurrun [Sat, 9 Jun 2007 08:50:15 +0000 (08:50 +0000)]
Remove unused variable.

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

17 years agoRemove redundant #include, avformat.h indirectly includes common.h.
Diego Biurrun [Sat, 9 Jun 2007 08:41:07 +0000 (08:41 +0000)]
Remove redundant #include, avformat.h indirectly includes common.h.

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

17 years agowork around issues with the old version of Gnu Assembler shipped on
Graham Booker [Fri, 8 Jun 2007 20:35:30 +0000 (20:35 +0000)]
work around issues with the old version of Gnu Assembler shipped on
Intel / OSX 10.4.9
patch by Graham Booker % gbooker A cod3r P com %
Original thread:
Date: May 25, 2007 11:51 PM
Subject: [FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs
The patch:
Date: Jun 3, 2007 4:37 PM
Subject: Re: [FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs

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

17 years agoRemove stray commented out line, fix individual regression test dependencies.
Diego Biurrun [Fri, 8 Jun 2007 19:05:48 +0000 (19:05 +0000)]
Remove stray commented out line, fix individual regression test dependencies.

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

17 years agosimplify
Michael Niedermayer [Fri, 8 Jun 2007 17:34:37 +0000 (17:34 +0000)]
simplify

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

17 years agoremove now unused "global" pcr_pid
Michael Niedermayer [Fri, 8 Jun 2007 17:26:05 +0000 (17:26 +0000)]
remove now unused "global" pcr_pid

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

17 years agoproper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen...
Michael Niedermayer [Fri, 8 Jun 2007 17:21:29 +0000 (17:21 +0000)]
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de )

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

17 years agoFix yuv2rgb C functions to work for widths divisible by 4 but not by 8
Reimar Döffinger [Fri, 8 Jun 2007 07:49:59 +0000 (07:49 +0000)]
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8

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

17 years agoMerge tests Makefile into the top-level Makefile.
Diego Biurrun [Thu, 7 Jun 2007 22:36:39 +0000 (22:36 +0000)]
Merge tests Makefile into the top-level Makefile.
This gets rid of some recursion and simplifies the code.

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

17 years agoThe server configuration file is passed as a command line parameter.
Diego Biurrun [Thu, 7 Jun 2007 21:36:58 +0000 (21:36 +0000)]
The server configuration file is passed as a command line parameter.

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