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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Ronald S. Bultje [Thu, 7 Jun 2007 21:31:26 +0000 (21:31 +0000)]
emms --> emms_c, taken from a patch by Ronald Bultje
Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 17:21:34 +0000 (17:21 +0000)]
Use consistent names for all test programs.
Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 17:19:37 +0000 (17:19 +0000)]
Preprocessor #defines starting with __ are reserved for the system.
Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 7 Jun 2007 17:18:01 +0000 (17:18 +0000)]
Use FFmpeg-specific CPU feature definitions.
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Date: Thu, 07 Jun 2007 08:57:46 -0400
Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1)
- ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1)
Originally committed as revision 9250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 7 Jun 2007 16:58:08 +0000 (16:58 +0000)]
Add CPU feature definitions for SSE3 and SSSE3.
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Date: Thu, 07 Jun 2007 08:57:46 -0400
Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ffmpeg_nommx.patch (1/1)
- ffmpeg-nommx.patch (1/1) - ff-cputest-noavconfig.patch (1/1)
Originally committed as revision 9249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 16:49:08 +0000 (16:49 +0000)]
'-acodec mp3' --> '-acodec libmp3lame'
Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
avcoder [Thu, 7 Jun 2007 16:43:34 +0000 (16:43 +0000)]
Change names of codecs provided by external libraries in examples to account
for the recent renamings of those codecs.
patch by QuickTime, ffmpeg gmail com
Originally committed as revision 9247 to svn://svn.ffmpeg.org/ffmpeg/trunk