]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agotypo fixes: tempBlured --> tempBlurred
Diego Biurrun [Sat, 22 Mar 2008 17:36:31 +0000 (17:36 +0000)]
typo fixes: tempBlured --> tempBlurred

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

16 years agocosmetics: comment typo fixes
Diego Biurrun [Sat, 22 Mar 2008 17:35:32 +0000 (17:35 +0000)]
cosmetics: comment typo fixes

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

16 years agoFix typo in variable name: blured --> blurred.
Diego Biurrun [Sat, 22 Mar 2008 17:34:29 +0000 (17:34 +0000)]
Fix typo in variable name: blured --> blurred.

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

16 years ago1st attempt at correcting the punktuation.
Michael Niedermayer [Sat, 22 Mar 2008 17:25:50 +0000 (17:25 +0000)]
1st attempt at correcting the punktuation.

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

16 years agocosmetics: typo fixes
Diego Biurrun [Sat, 22 Mar 2008 16:46:36 +0000 (16:46 +0000)]
cosmetics: typo fixes

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

16 years agocosmetics: Fix typo in variable name, numSkiped --> numSkipped.
Diego Biurrun [Sat, 22 Mar 2008 16:43:07 +0000 (16:43 +0000)]
cosmetics: Fix typo in variable name, numSkiped --> numSkipped.

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

16 years agocosmetics: Fix indentation to be 4 spaces and consistently place {}.
Diego Biurrun [Sat, 22 Mar 2008 15:46:34 +0000 (15:46 +0000)]
cosmetics: Fix indentation to be 4 spaces and consistently place {}.

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

16 years agoMake option time parsing functions take argument from options
Stefano Sabatini [Sat, 22 Mar 2008 15:12:04 +0000 (15:12 +0000)]
Make option time parsing functions take argument from options

Patch by Stefano Sabatini ( stefano sabatini-lala poste it )

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

16 years agoInclude files are now installed in $PREFIX/include.
Diego Biurrun [Sat, 22 Mar 2008 13:19:23 +0000 (13:19 +0000)]
Include files are now installed in $PREFIX/include.

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

16 years agotypo: occured --> occurred
Diego Biurrun [Sat, 22 Mar 2008 01:06:57 +0000 (01:06 +0000)]
typo: occured --> occurred

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

16 years agoDocument get_*_buffer()
Michael Niedermayer [Fri, 21 Mar 2008 22:17:56 +0000 (22:17 +0000)]
Document get_*_buffer()

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

16 years agosample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than...
Baptiste Coudurier [Fri, 21 Mar 2008 14:30:45 +0000 (14:30 +0000)]
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing

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

16 years agorl2 documentation update
Sascha Sommer [Fri, 21 Mar 2008 14:09:12 +0000 (14:09 +0000)]
rl2 documentation update

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

16 years agorl2 demuxer
Sascha Sommer [Fri, 21 Mar 2008 14:02:13 +0000 (14:02 +0000)]
rl2 demuxer

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

16 years agoyet again another hdv fourcc
Baptiste Coudurier [Fri, 21 Mar 2008 13:47:20 +0000 (13:47 +0000)]
yet again another hdv fourcc

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

16 years agorl2 decoder
Sascha Sommer [Fri, 21 Mar 2008 13:45:55 +0000 (13:45 +0000)]
rl2 decoder

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

16 years agosupport fragments when non streamable
Baptiste Coudurier [Fri, 21 Mar 2008 13:43:19 +0000 (13:43 +0000)]
support fragments when non streamable

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

16 years agomp4 fragments support
Baptiste Coudurier [Fri, 21 Mar 2008 13:40:23 +0000 (13:40 +0000)]
mp4 fragments support

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

16 years agoAdd missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
Zuxy Meng [Fri, 21 Mar 2008 12:36:49 +0000 (12:36 +0000)]
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()

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

16 years agoDocument AVCodec.flush()
Michael Niedermayer [Fri, 21 Mar 2008 11:40:05 +0000 (11:40 +0000)]
Document AVCodec.flush()

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

16 years agoDocument AVCodec.capabilities.
Michael Niedermayer [Fri, 21 Mar 2008 11:35:32 +0000 (11:35 +0000)]
Document AVCodec.capabilities.

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

16 years agoDocument a few url_* functions.
Michael Niedermayer [Fri, 21 Mar 2008 11:27:07 +0000 (11:27 +0000)]
Document a few url_* functions.

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

16 years agocosmetics, split or move too long lines
Baptiste Coudurier [Fri, 21 Mar 2008 11:16:16 +0000 (11:16 +0000)]
cosmetics, split or move too long lines

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

16 years agoShow the "--disable-mmx2" and "--disable-ssse3" options when using "./configure
Panagiotis Issaris [Fri, 21 Mar 2008 11:05:46 +0000 (11:05 +0000)]
Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configure
--help".

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

16 years agosimplify, and only stop parsing when non streamable
Baptiste Coudurier [Fri, 21 Mar 2008 11:04:54 +0000 (11:04 +0000)]
simplify, and only stop parsing when non streamable

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

16 years agoremove ms audio tags from table, they will be chosen or detected with riff table
Baptiste Coudurier [Fri, 21 Mar 2008 11:02:13 +0000 (11:02 +0000)]
remove ms audio tags from table, they will be chosen or detected with riff table

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

16 years agoatoms are not mp4 only, and yes probe is sufficient
Baptiste Coudurier [Fri, 21 Mar 2008 10:52:14 +0000 (10:52 +0000)]
atoms are not mp4 only, and yes probe is sufficient

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

16 years agoupdate description
Baptiste Coudurier [Fri, 21 Mar 2008 10:51:12 +0000 (10:51 +0000)]
update description

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

16 years agoreturn ENOMEM
Baptiste Coudurier [Fri, 21 Mar 2008 10:48:22 +0000 (10:48 +0000)]
return ENOMEM

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

16 years agocannot free AVStream like this, and return ENOMEM
Baptiste Coudurier [Fri, 21 Mar 2008 10:47:14 +0000 (10:47 +0000)]
cannot free AVStream like this, and return ENOMEM

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

16 years agoindentation
Baptiste Coudurier [Fri, 21 Mar 2008 10:39:49 +0000 (10:39 +0000)]
indentation

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

16 years agoApply 'alloc_size' attribute to ff_realloc_static()
Zuxy Meng [Fri, 21 Mar 2008 04:48:59 +0000 (04:48 +0000)]
Apply 'alloc_size' attribute to ff_realloc_static()

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

16 years agoApply 'alloc_size' and 'malloc' attributes to av_mallocz_static()
Zuxy Meng [Fri, 21 Mar 2008 03:54:45 +0000 (03:54 +0000)]
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()

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

16 years agoApply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng [Fri, 21 Mar 2008 03:11:20 +0000 (03:11 +0000)]
Apply 'cold' attribute to init/uninit functions in libavcodec

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

16 years agotwo more typos spotted by Mike
Diego Biurrun [Thu, 20 Mar 2008 19:36:20 +0000 (19:36 +0000)]
two more typos spotted by Mike

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

16 years agoCreate object files in a.out (aout-emx) format on OS/2. This works around
Dave Yeo [Thu, 20 Mar 2008 19:26:24 +0000 (19:26 +0000)]
Create object files in a.out (aout-emx) format on OS/2. This works around
needed system tools like nm not understanding the OMF object format.
patch by Dave Yeo, daveryeo telus net

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

16 years agobritish_english--;
Diego Biurrun [Thu, 20 Mar 2008 19:08:42 +0000 (19:08 +0000)]
british_english--;

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

16 years agoOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
Diego Biurrun [Thu, 20 Mar 2008 19:07:24 +0000 (19:07 +0000)]
Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.

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

16 years agofix mpeg2 muxing, replace seq header if contained in extradata and key frame does...
Baptiste Coudurier [Thu, 20 Mar 2008 18:48:50 +0000 (18:48 +0000)]
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it

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

16 years agocosmetics, move case up
Baptiste Coudurier [Thu, 20 Mar 2008 18:42:44 +0000 (18:42 +0000)]
cosmetics, move case up

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

16 years agoMore complete documentation for AVFrame.reference.
Michael Niedermayer [Thu, 20 Mar 2008 18:16:13 +0000 (18:16 +0000)]
More complete documentation for AVFrame.reference.

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

16 years agoOne non functional AVPalette chunk less, one heap overflow less.
Michael Niedermayer [Thu, 20 Mar 2008 16:29:18 +0000 (16:29 +0000)]
One non functional AVPalette chunk less, one heap overflow less.
Fixes playback of CIMOVI01.avi.

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

16 years agoremove useless debug print since now mov_build_index will do
Baptiste Coudurier [Thu, 20 Mar 2008 16:07:55 +0000 (16:07 +0000)]
remove useless debug print since now mov_build_index will do

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

16 years agofree track data asap
Baptiste Coudurier [Thu, 20 Mar 2008 16:00:45 +0000 (16:00 +0000)]
free track data asap

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

16 years agomove mov_build_index before mov_read_trak to avoid useless declaration
Baptiste Coudurier [Thu, 20 Mar 2008 15:57:11 +0000 (15:57 +0000)]
move mov_build_index before mov_read_trak to avoid useless declaration

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

16 years agomove specific end treatment when trak is detected, will be needed for fragments
Baptiste Coudurier [Thu, 20 Mar 2008 15:55:50 +0000 (15:55 +0000)]
move specific end treatment when trak is detected, will be needed for fragments

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

16 years agoHardcode register to prevent aparent miscompilation.
Michael Niedermayer [Thu, 20 Mar 2008 14:24:29 +0000 (14:24 +0000)]
Hardcode register to prevent aparent miscompilation.
Fixes regression tests with gcc 2.95.

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

16 years agoremove unused temp
Michael Niedermayer [Thu, 20 Mar 2008 14:09:31 +0000 (14:09 +0000)]
remove unused temp

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

16 years ago Additional checks for strange num_val in FLV metadata
Pascal Massimino [Thu, 20 Mar 2008 11:02:40 +0000 (11:02 +0000)]
    Additional checks for strange num_val in FLV metadata
        Avoids some "Unsupported audio codec (6)" message in FLVs, e.g.
        Example of such problematic bitstream is 'bad_codec6.flv'
        in ftp's /incoming directory.

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

16 years agoomg, fix compilation
Baptiste Coudurier [Thu, 20 Mar 2008 09:38:55 +0000 (09:38 +0000)]
omg, fix compilation

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

16 years agocorrectly set avctx->frame_size for mp3on4 and mp3adu
Baptiste Coudurier [Thu, 20 Mar 2008 09:36:04 +0000 (09:36 +0000)]
correctly set avctx->frame_size for mp3on4 and mp3adu

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

16 years agoAdd Mimic and MSN TCP Webcam streams to documentation.
Ramiro Polla [Wed, 19 Mar 2008 18:51:20 +0000 (18:51 +0000)]
Add Mimic and MSN TCP Webcam streams to documentation.

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

16 years agoReindent after rtsp-alternate-protocol* patches.
Ronald S. Bultje [Wed, 19 Mar 2008 14:08:16 +0000 (14:08 +0000)]
Reindent after rtsp-alternate-protocol* patches.

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

16 years agoChange protocol_mask into protocol, since we always just try a single one per
Ronald S. Bultje [Wed, 19 Mar 2008 14:07:31 +0000 (14:07 +0000)]
Change protocol_mask into protocol, since we always just try a single one per
iteration in make_setup_request(), and cycling between the different protocols
is now done in the calling function, therefore the need for a mask goes away.
This also makes the function somewhat simpler to read.

Discussed and approved in "[PATCH] RTSP alternate protocol 3/4".

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

16 years agoAllow cycling between different protocols (TCP, UDP or multicast) so that if
Ronald S. Bultje [Wed, 19 Mar 2008 14:05:08 +0000 (14:05 +0000)]
Allow cycling between different protocols (TCP, UDP or multicast) so that if
one doesn't work, we can try the next one (i.e. trial-error protocol auto-
probing).

Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3".

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

16 years agoCheck for sys/mman.h and set appropriate definitions.
Alexander Strange [Wed, 19 Mar 2008 10:11:16 +0000 (10:11 +0000)]
Check for sys/mman.h and set appropriate definitions.
patch by Alexander Strange, astrange ithinksw com

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

16 years agoadd missing #include "common.h" to libavutil headers
Måns Rullgård [Wed, 19 Mar 2008 08:47:31 +0000 (08:47 +0000)]
add missing #include "common.h" to libavutil headers

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

16 years agoCosmetic change: remove the whitespace after 'defined'
Zuxy Meng [Wed, 19 Mar 2008 07:43:43 +0000 (07:43 +0000)]
Cosmetic change: remove the whitespace after 'defined'

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

16 years ago'malloc' attribute isn't supported in old gcc.
Zuxy Meng [Wed, 19 Mar 2008 07:42:50 +0000 (07:42 +0000)]
'malloc' attribute isn't supported in old gcc.

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

16 years agoApply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
Zuxy Meng [Wed, 19 Mar 2008 07:30:34 +0000 (07:30 +0000)]
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz

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

16 years agoReapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng [Wed, 19 Mar 2008 06:17:43 +0000 (06:17 +0000)]
Reapply r12489: Add pure, const and malloc attributes to proper functions
                in libavutil.
Fix a compilation failure in r12489.

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

16 years agoadd some missing formats: lmlm4, pva, pcx and sun rasterfile.
Ivo van Poorten [Tue, 18 Mar 2008 23:50:55 +0000 (23:50 +0000)]
add some missing formats: lmlm4, pva, pcx and sun rasterfile.

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

16 years ago32/64-bit agnostic x86 bswap
Måns Rullgård [Tue, 18 Mar 2008 22:28:33 +0000 (22:28 +0000)]
32/64-bit agnostic x86 bswap

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

16 years agoRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Diego Biurrun [Tue, 18 Mar 2008 22:14:57 +0000 (22:14 +0000)]
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.

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

16 years agoRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Diego Biurrun [Tue, 18 Mar 2008 22:14:41 +0000 (22:14 +0000)]
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.

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

16 years agocosmetics: sanitise asm() statements in bswap.h
Måns Rullgård [Tue, 18 Mar 2008 20:52:37 +0000 (20:52 +0000)]
cosmetics: sanitise asm() statements in bswap.h

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

16 years agoRemove useless variable since r8456.
Ramiro Polla [Tue, 18 Mar 2008 20:14:57 +0000 (20:14 +0000)]
Remove useless variable since r8456.

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

16 years agoMSN TCP Webcam stream demuxer.
Ramiro Polla [Tue, 18 Mar 2008 19:54:47 +0000 (19:54 +0000)]
MSN TCP Webcam stream demuxer.

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

16 years agoMimic decoder.
Ramiro Polla [Tue, 18 Mar 2008 19:51:34 +0000 (19:51 +0000)]
Mimic decoder.

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

16 years agorevert r12489.
Benoit Fouet [Tue, 18 Mar 2008 16:29:47 +0000 (16:29 +0000)]
revert r12489.

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

16 years agoPure, const and malloc attributes to libavutil.
Zuxy Meng [Tue, 18 Mar 2008 15:27:15 +0000 (15:27 +0000)]
Pure, const and malloc attributes to libavutil.
Patch by Zuxy Meng: zuxy meng gmail com
Original thread:
[FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil
Date: 03/18/2008 6:09 AM

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

16 years agocosmetics, remove superflous comments
Baptiste Coudurier [Tue, 18 Mar 2008 13:13:57 +0000 (13:13 +0000)]
cosmetics, remove superflous comments

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

16 years agoCheck for and set HAVE_MMX2, it is used in several places.
Alexander Strange [Tue, 18 Mar 2008 12:32:55 +0000 (12:32 +0000)]
Check for and set HAVE_MMX2, it is used in several places.
patch by Alexander Strange, astrange ithinksw com

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

16 years agofix extern prefix detection when cross compiling.
Michael Kostylev [Tue, 18 Mar 2008 12:08:37 +0000 (12:08 +0000)]
fix extern prefix detection when cross compiling.
Patch by Michael Kostylev: mik niipt ru

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

16 years agofix extern prefix detection on mingw
Måns Rullgård [Tue, 18 Mar 2008 09:36:29 +0000 (09:36 +0000)]
fix extern prefix detection on mingw

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

16 years agocheck for prefix on extern symbols in configure
Måns Rullgård [Tue, 18 Mar 2008 02:01:20 +0000 (02:01 +0000)]
check for prefix on extern symbols in configure

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

16 years agosimplify ALIGN_MASK definition
Måns Rullgård [Mon, 17 Mar 2008 23:44:46 +0000 (23:44 +0000)]
simplify ALIGN_MASK definition

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

16 years agoget register names from x86_cpu.h
Måns Rullgård [Mon, 17 Mar 2008 23:08:19 +0000 (23:08 +0000)]
get register names from x86_cpu.h

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

16 years agoadd REGd definition
Måns Rullgård [Mon, 17 Mar 2008 23:08:17 +0000 (23:08 +0000)]
add REGd definition

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

16 years agouse HAVE_FAST_64BIT
Måns Rullgård [Mon, 17 Mar 2008 23:08:14 +0000 (23:08 +0000)]
use HAVE_FAST_64BIT

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

16 years agocosmetics: remove useless \-newline escapes
Måns Rullgård [Mon, 17 Mar 2008 21:00:30 +0000 (21:00 +0000)]
cosmetics: remove useless \-newline escapes

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

16 years agoindentation
Måns Rullgård [Mon, 17 Mar 2008 19:22:31 +0000 (19:22 +0000)]
indentation

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

16 years agoclean up FFT SIMD selection
Måns Rullgård [Mon, 17 Mar 2008 19:22:28 +0000 (19:22 +0000)]
clean up FFT SIMD selection

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

16 years agoSplit the SETUP request into a separate function, as a prelude into allowing
Ronald S. Bultje [Mon, 17 Mar 2008 12:16:39 +0000 (12:16 +0000)]
Split the SETUP request into a separate function, as a prelude into allowing
multiple SETUPs to be send to cycle protocols rather than bailing if one
fails.

Discussed and approved in "[PATCH] RTSP alternate protocol 1/3".

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

16 years agoFix previously broken x86_64 check, simplifying it in the process.
Diego Biurrun [Mon, 17 Mar 2008 09:43:32 +0000 (09:43 +0000)]
Fix previously broken x86_64 check, simplifying it in the process.

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

16 years agoFix previously broken xlc checks, simplifying them in the process.
Diego Biurrun [Mon, 17 Mar 2008 09:40:42 +0000 (09:40 +0000)]
Fix previously broken xlc checks, simplifying them in the process.

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

16 years agoDrop unnecessary subshell invocation from BEINCLUDES check.
Diego Biurrun [Mon, 17 Mar 2008 09:36:44 +0000 (09:36 +0000)]
Drop unnecessary subshell invocation from BEINCLUDES check.

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

16 years agoProvide a context to parse_time_or_die().
Stefano Sabatini [Mon, 17 Mar 2008 09:33:21 +0000 (09:33 +0000)]
Provide a context to parse_time_or_die().
Patch by Stefano Sabatini: stefano sabatini-lala poste it

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

16 years agocosmetics: indentation
Diego Biurrun [Mon, 17 Mar 2008 09:22:39 +0000 (09:22 +0000)]
cosmetics: indentation

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

16 years agoSimplify MANGLE macro preprocessor condition checks.
Diego Biurrun [Mon, 17 Mar 2008 09:22:11 +0000 (09:22 +0000)]
Simplify MANGLE macro preprocessor condition checks.

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

16 years agoAdd -q to grep invocation where appropriate.
Diego Biurrun [Mon, 17 Mar 2008 09:20:42 +0000 (09:20 +0000)]
Add -q to grep invocation where appropriate.

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

16 years agoFix MANGLE macro on Mac OS X.
İsmail Dönmez [Mon, 17 Mar 2008 07:49:03 +0000 (07:49 +0000)]
Fix MANGLE macro on Mac OS X.
Allows compiling a 64 bit FFmpeg on Mac OS X without using --disable-mmx.
patch by İsmail Dönmez  ismail namtrac org

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

16 years agoFix a typo that causes an assertion to always fail.
Zuxy Meng [Mon, 17 Mar 2008 06:01:58 +0000 (06:01 +0000)]
Fix a typo that causes an assertion to always fail.
Reported by Alexander Bokovikov (openworld AT uralweb DOT ru)

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

16 years agompegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
Måns Rullgård [Mon, 17 Mar 2008 02:33:08 +0000 (02:33 +0000)]
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS

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

16 years agotypo: add missing \ in multi-line macro
Måns Rullgård [Mon, 17 Mar 2008 02:33:05 +0000 (02:33 +0000)]
typo: add missing \ in multi-line macro

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

16 years agofix typo ARCH_PPC -> ARCH_POWERPC
Måns Rullgård [Mon, 17 Mar 2008 02:33:02 +0000 (02:33 +0000)]
fix typo ARCH_PPC -> ARCH_POWERPC

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

16 years agojust skip klv packet, when no corresponding stream is found
Baptiste Coudurier [Sun, 16 Mar 2008 17:54:36 +0000 (17:54 +0000)]
just skip klv packet, when no corresponding stream is found

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

16 years agoMove functions that are only used when libswscale is not compiled in below
Diego Biurrun [Sun, 16 Mar 2008 17:34:31 +0000 (17:34 +0000)]
Move functions that are only used when libswscale is not compiled in below
the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings
when compiling with libswscale enabled.

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

16 years agoEscape \1 and \2 in sed expressions written to config.mak to avoid mangling.
Diego Biurrun [Sun, 16 Mar 2008 15:51:47 +0000 (15:51 +0000)]
Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.

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

16 years agoReturn of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
Diego Biurrun [Sun, 16 Mar 2008 15:27:18 +0000 (15:27 +0000)]
Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD

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