OSDN Git Service

android-x86/external-ffmpeg.git
16 years agoOnly write extradata if it exists
David Conrad [Wed, 5 Sep 2007 00:23:46 +0000 (00:23 +0000)]
Only write extradata if it exists

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

16 years agoDetermine the output sample rate for SBR AAC and write it
David Conrad [Wed, 5 Sep 2007 00:23:43 +0000 (00:23 +0000)]
Determine the output sample rate for SBR AAC and write it

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:23:41 +0000 (00:23 +0000)]
Simplify

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

16 years agoKeyframe is the first bit not last
David Conrad [Wed, 5 Sep 2007 00:23:39 +0000 (00:23 +0000)]
Keyframe is the first bit not last

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:23:38 +0000 (00:23 +0000)]
Simplify

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

16 years agoUse av_get_bits_per_sample
David Conrad [Wed, 5 Sep 2007 00:23:34 +0000 (00:23 +0000)]
Use av_get_bits_per_sample

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

16 years agoWrite bit depth for PCM audio
David Conrad [Wed, 5 Sep 2007 00:23:31 +0000 (00:23 +0000)]
Write bit depth for PCM audio

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

16 years agoWrite wav header if there is no native audio codec ID
David Conrad [Wed, 5 Sep 2007 00:23:29 +0000 (00:23 +0000)]
Write wav header if there is no native audio codec ID

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

16 years agoWrite the cues element
David Conrad [Wed, 5 Sep 2007 00:23:27 +0000 (00:23 +0000)]
Write the cues element

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

16 years agoDoxygenize comments
David Conrad [Wed, 5 Sep 2007 00:23:26 +0000 (00:23 +0000)]
Doxygenize comments

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

16 years agoCalculate the size of a SimpleBlock before writing it so that bytes aren't wasted...
David Conrad [Wed, 5 Sep 2007 00:23:23 +0000 (00:23 +0000)]
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size

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

16 years agoIndentation
David Conrad [Wed, 5 Sep 2007 00:23:21 +0000 (00:23 +0000)]
Indentation

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

16 years agoWrite the Seek Head element
David Conrad [Wed, 5 Sep 2007 00:23:19 +0000 (00:23 +0000)]
Write the Seek Head element

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

16 years agoMake sure to return a value in functions that return a value
David Conrad [Wed, 5 Sep 2007 00:23:17 +0000 (00:23 +0000)]
Make sure to return a value in functions that return a value

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

16 years agoMove writing the tracks element to its own function
David Conrad [Wed, 5 Sep 2007 00:23:15 +0000 (00:23 +0000)]
Move writing the tracks element to its own function

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

16 years agoMove Xiph's CodecPrivate writing code to its own function
David Conrad [Wed, 5 Sep 2007 00:23:13 +0000 (00:23 +0000)]
Move Xiph's CodecPrivate writing code to its own function

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

16 years agoWrite the duration of the file
David Conrad [Wed, 5 Sep 2007 00:23:11 +0000 (00:23 +0000)]
Write the duration of the file

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

16 years agoput_ebml_void()
David Conrad [Wed, 5 Sep 2007 00:23:09 +0000 (00:23 +0000)]
put_ebml_void()

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

16 years agoRemove unused prototype
David Conrad [Wed, 5 Sep 2007 00:23:07 +0000 (00:23 +0000)]
Remove unused prototype

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

16 years agoWrite unknown size if the size given is too large for EBML (greater than 2^56-1)
David Conrad [Wed, 5 Sep 2007 00:23:06 +0000 (00:23 +0000)]
Write unknown size if the size given is too large for EBML (greater than 2^56-1)

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

16 years agoTrack number and UID only have to be nonzero
David Conrad [Wed, 5 Sep 2007 00:23:03 +0000 (00:23 +0000)]
Track number and UID only have to be nonzero

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

16 years agoSimpleBlocks are Matroska v2
David Conrad [Wed, 5 Sep 2007 00:23:01 +0000 (00:23 +0000)]
SimpleBlocks are Matroska v2

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

16 years agoStart a new cluster every 5 MB or 5 seconds
David Conrad [Wed, 5 Sep 2007 00:23:00 +0000 (00:23 +0000)]
Start a new cluster every 5 MB or 5 seconds

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

16 years agoFix writing Xiph header sizes
David Conrad [Wed, 5 Sep 2007 00:22:58 +0000 (00:22 +0000)]
Fix writing Xiph header sizes

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

16 years agoCorrectly write CodecPrivate element for Vorbis and Theora
David Conrad [Wed, 5 Sep 2007 00:22:56 +0000 (00:22 +0000)]
Correctly write CodecPrivate element for Vorbis and Theora

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

16 years agoCompile fix; missed a variable declaration in the last commit
David Conrad [Wed, 5 Sep 2007 00:22:54 +0000 (00:22 +0000)]
Compile fix; missed a variable declaration in the last commit

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

16 years agoWrite one cluster and SimpleBlocks for the frames. Should now create playable mkv...
David Conrad [Wed, 5 Sep 2007 00:22:52 +0000 (00:22 +0000)]
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked)

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

16 years agoFirst stab at writing the tracks element, still needs some additional cases for certa...
David Conrad [Wed, 5 Sep 2007 00:22:50 +0000 (00:22 +0000)]
First stab at writing the tracks element, still needs some additional cases for certain codecs

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

16 years agoRemove useless debug write
David Conrad [Wed, 5 Sep 2007 00:22:48 +0000 (00:22 +0000)]
Remove useless debug write

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

16 years agoput_ebml_float()
David Conrad [Wed, 5 Sep 2007 00:22:47 +0000 (00:22 +0000)]
put_ebml_float()

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

16 years agoConst correctness
David Conrad [Wed, 5 Sep 2007 00:22:45 +0000 (00:22 +0000)]
Const correctness

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

16 years agoGet rid of put_ebml_utf8(); the error checking that would have distinguished it from...
David Conrad [Wed, 5 Sep 2007 00:22:43 +0000 (00:22 +0000)]
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf.

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

16 years agoCosmetics: align nicely for better readibility
David Conrad [Wed, 5 Sep 2007 00:22:41 +0000 (00:22 +0000)]
Cosmetics: align nicely for better readibility

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:22:39 +0000 (00:22 +0000)]
Simplify

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

16 years agoBeginning of mkv muxer, only EBML head is written correctly
David Conrad [Wed, 5 Sep 2007 00:22:37 +0000 (00:22 +0000)]
Beginning of mkv muxer, only EBML head is written correctly

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

16 years agocode to do halfpel interpolation per frame (unfinished and under ifdef but it
Michael Niedermayer [Wed, 5 Sep 2007 00:06:34 +0000 (00:06 +0000)]
code to do halfpel interpolation per frame (unfinished and under ifdef but it
should be faster when its finished)

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

16 years agoTreat dc1394 as a library
Ramiro Polla [Tue, 4 Sep 2007 22:03:32 +0000 (22:03 +0000)]
Treat dc1394 as a library

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

16 years agosimplify PTS handling
Mike Melanson [Tue, 4 Sep 2007 17:33:35 +0000 (17:33 +0000)]
simplify PTS handling

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

16 years agoFix issue 123 (Support Magic-carpet fli version,
Mike Melanson [Tue, 4 Sep 2007 17:31:25 +0000 (17:31 +0000)]
Fix issue 123 (Support Magic-carpet fli version,
https://roundup.mplayerhq.hu/roundup/ffmpeg/issue123 ) by rearranging the bit depth

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

16 years agoSilence warnings about NAL_SVC_NON_IDR in H.264.
Carl Eugen Hoyos [Tue, 4 Sep 2007 14:48:39 +0000 (14:48 +0000)]
Silence warnings about NAL_SVC_NON_IDR in H.264.
patch by Carl Eugen Hoyos, cehoyos ag.or at

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

16 years agoadd a close function to bitstream filter
Benoit Fouet [Tue, 4 Sep 2007 06:48:22 +0000 (06:48 +0000)]
add a close function to bitstream filter

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

16 years agoFill the buffer with 0 before writing an SDP in it
Luca Abeni [Mon, 3 Sep 2007 09:00:40 +0000 (09:00 +0000)]
Fill the buffer with 0 before writing an SDP in it

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

16 years agoRemove error raising when explicitely skipping frame
Carl Eugen Hoyos [Mon, 3 Sep 2007 08:46:24 +0000 (08:46 +0000)]
Remove error raising when explicitely skipping frame
patch by Carl Eugen Hoyos: [cehoyos ag or at]
original thread:
[FFmpeg-devel] [PATCH] Don't let ctx->skip_frame>0 produce errors
date: 08/30/2007 01:30 PM

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

16 years agoIf a stream has no start time, but the first packet has a 'pts', use that
Neil Brown [Mon, 3 Sep 2007 07:56:26 +0000 (07:56 +0000)]
If a stream has no start time, but the first packet has a 'pts', use that
pts to set the start_time.
patch by Neil Brown: [neilb suse de]
original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations less
dependant on start_time being defined.
date: 08/16/2007 08:27 AM

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

16 years agoSet the "B" flag in the payload header
Luca Abeni [Mon, 3 Sep 2007 07:28:58 +0000 (07:28 +0000)]
Set the "B" flag in the payload header

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

16 years agoSet the "TR" field in the payload header
Luca Abeni [Mon, 3 Sep 2007 07:22:37 +0000 (07:22 +0000)]
Set the "TR" field in the payload header

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

16 years agoCorrectly set the "P" field in the payload header
Luca Abeni [Mon, 3 Sep 2007 07:14:10 +0000 (07:14 +0000)]
Correctly set the "P" field in the payload header

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

16 years agofix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}.
Wolfram Gloger [Mon, 3 Sep 2007 05:19:59 +0000 (05:19 +0000)]
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}.
[FFmpeg-devel] [PATCH] ac3_probe input buffer overrun
Aug 28, 2007

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

16 years agoworkaround ms (lack of) intelligence in their design of dvr-ms
Michael Niedermayer [Sun, 2 Sep 2007 15:58:43 +0000 (15:58 +0000)]
workaround ms (lack of) intelligence in their design of dvr-ms
yes kids you do not make 90% of your file contain empty dummy packets
closes issue76

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

16 years agoRemove reimplementation of get_unary.
Vitor Sessak [Sat, 1 Sep 2007 21:03:17 +0000 (21:03 +0000)]
Remove reimplementation of get_unary.
Based on a patch by Alex Beregszaszi.

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

16 years agoCosmetics
Luca Barbato [Sat, 1 Sep 2007 14:00:47 +0000 (14:00 +0000)]
Cosmetics

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

16 years agoadd a warning message for unsupported kind of encoding
Aurelien Jacobs [Sat, 1 Sep 2007 13:04:25 +0000 (13:04 +0000)]
add a warning message for unsupported kind of encoding

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

16 years agofix 1fps videos
Michael Niedermayer [Fri, 31 Aug 2007 23:59:45 +0000 (23:59 +0000)]
fix 1fps videos

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

16 years agoCosmetical: Empty line removal
Vitor Sessak [Fri, 31 Aug 2007 18:51:22 +0000 (18:51 +0000)]
Cosmetical: Empty line removal

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

16 years agoSimpleBlock keyframe flag is the most significant bit
David Conrad [Fri, 31 Aug 2007 18:24:09 +0000 (18:24 +0000)]
SimpleBlock keyframe flag is the most significant bit

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

16 years agoComment about unsupported sample size
Vitor Sessak [Fri, 31 Aug 2007 15:05:40 +0000 (15:05 +0000)]
Comment about unsupported sample size

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

16 years agorenaming ARCH_BFIN to HAVE_BFIN
Marc Hoffman [Fri, 31 Aug 2007 14:58:44 +0000 (14:58 +0000)]
renaming ARCH_BFIN to HAVE_BFIN

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

16 years agorenaming ARCH_BFIN to HAVE_BFIN
Marc Hoffman [Fri, 31 Aug 2007 14:57:50 +0000 (14:57 +0000)]
renaming ARCH_BFIN to HAVE_BFIN

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

16 years agoadd Dénes Balatoni to CREDITS
Benoit Fouet [Fri, 31 Aug 2007 07:30:27 +0000 (07:30 +0000)]
add Dénes Balatoni to CREDITS

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

16 years agocosmetics: Add some whitespace for better readability.
Diego Biurrun [Thu, 30 Aug 2007 23:16:34 +0000 (23:16 +0000)]
cosmetics: Add some whitespace for better readability.

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

16 years agocosmetics: Sort bitstream filters.
Diego Biurrun [Thu, 30 Aug 2007 23:13:10 +0000 (23:13 +0000)]
cosmetics: Sort bitstream filters.

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

16 years agocosmetics: Sort some lines, whitespace changes.
Diego Biurrun [Thu, 30 Aug 2007 23:11:55 +0000 (23:11 +0000)]
cosmetics: Sort some lines, whitespace changes.

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

16 years agocosmetics: Sort some lines, whitespace changes.
Diego Biurrun [Thu, 30 Aug 2007 23:11:24 +0000 (23:11 +0000)]
cosmetics: Sort some lines, whitespace changes.

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

16 years agoUse a consistent multiple inclusion guard.
Diego Biurrun [Thu, 30 Aug 2007 22:41:54 +0000 (22:41 +0000)]
Use a consistent multiple inclusion guard.

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

16 years agoadd simple_idct implemented in Sparc VIS
Denes Balatoni [Thu, 30 Aug 2007 19:18:23 +0000 (19:18 +0000)]
add simple_idct implemented in Sparc VIS
patch by Balatoni Denes % dbalatoni A interware P hu%

Original thread: Messages starting with:
[PATCH] SPARC VIS simple_idct *

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

16 years agoRename function
Vitor Sessak [Thu, 30 Aug 2007 16:40:51 +0000 (16:40 +0000)]
Rename function

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

16 years agoReplace two #define's by inline functions
Vitor Sessak [Thu, 30 Aug 2007 16:04:00 +0000 (16:04 +0000)]
Replace two #define's by inline functions

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

16 years agoHooking bfin/mathops.h
Marc Hoffman [Thu, 30 Aug 2007 15:16:52 +0000 (15:16 +0000)]
Hooking bfin/mathops.h

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

16 years agoBlackfin 32bit multiplication primitives MULH MUL16
Marc Hoffman [Thu, 30 Aug 2007 15:15:48 +0000 (15:15 +0000)]
Blackfin 32bit multiplication primitives MULH MUL16

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

16 years agoReplace complicated and currently broken manual alignment code by
Reimar Döffinger [Thu, 30 Aug 2007 11:41:58 +0000 (11:41 +0000)]
Replace complicated and currently broken manual alignment code by
DECLARE_ALIGNED_16. Fixes crash in ff_snow_horizontal_compose97i_sse2

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

16 years agoCorrect packetization for MPEG video frames, and correct setting of the
Luca Abeni [Wed, 29 Aug 2007 10:47:15 +0000 (10:47 +0000)]
Correct packetization for MPEG video frames, and correct setting of the
"B" and "E" bits in the payload header

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

16 years agoRemove commented code (payload header extension)
Luca Abeni [Wed, 29 Aug 2007 10:42:13 +0000 (10:42 +0000)]
Remove commented code (payload header extension)

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

16 years ago10l: Actually add the .libs dependency to the seek_test binary,
Diego Biurrun [Tue, 28 Aug 2007 23:29:07 +0000 (23:29 +0000)]
10l: Actually add the .libs dependency to the seek_test binary,
not the phony seektest target.

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

16 years agoBackport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci...
Luca Barbato [Tue, 28 Aug 2007 13:43:39 +0000 (13:43 +0000)]
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng

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

16 years agosnow altivec is broken
Luca Barbato [Tue, 28 Aug 2007 13:39:50 +0000 (13:39 +0000)]
snow altivec is broken

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

16 years agoSplit FFmpeg documentation into general documentation and the documentation
Diego Biurrun [Tue, 28 Aug 2007 06:22:57 +0000 (06:22 +0000)]
Split FFmpeg documentation into general documentation and the documentation
of the ffmpeg command line program.

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

16 years agoChange 4xm demuxer and video decoder to pass the video format version in
Roberto Togni [Mon, 27 Aug 2007 21:58:39 +0000 (21:58 +0000)]
Change 4xm demuxer and video decoder to pass the video format version in
extradata instead of codec_tag.

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

16 years agodo not use "strings" in endian check
Måns Rullgård [Mon, 27 Aug 2007 14:19:04 +0000 (14:19 +0000)]
do not use "strings" in endian check

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

16 years agoRemove unused variable.
Diego Biurrun [Mon, 27 Aug 2007 12:36:19 +0000 (12:36 +0000)]
Remove unused variable.

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

16 years agotypo
Michael Niedermayer [Mon, 27 Aug 2007 10:39:31 +0000 (10:39 +0000)]
typo

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

16 years agoSimplify preprocessor directives.
Diego Biurrun [Mon, 27 Aug 2007 09:21:33 +0000 (09:21 +0000)]
Simplify preprocessor directives.

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

16 years agoRemove unused definition.
Diego Biurrun [Mon, 27 Aug 2007 09:17:20 +0000 (09:17 +0000)]
Remove unused definition.

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

16 years agoChange SYS_DARWIN preprocessor checks to __APPLE__, they are specific
Diego Biurrun [Mon, 27 Aug 2007 09:17:03 +0000 (09:17 +0000)]
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
to Mac OS X rather than to Darwin.

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

16 years agoGive seektest .libs dependency so that it gets updated on libavformat changes.
Wolfram Gloger [Mon, 27 Aug 2007 08:42:23 +0000 (08:42 +0000)]
Give seektest .libs dependency so that it gets updated on libavformat changes.
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de

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

16 years agocosmetics: Insert empty line for readability.
Diego Biurrun [Mon, 27 Aug 2007 08:40:16 +0000 (08:40 +0000)]
cosmetics: Insert empty line for readability.

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

16 years agoCorrected pause handling when using the 's' step by frame key.
Craig Nicol [Mon, 27 Aug 2007 08:06:48 +0000 (08:06 +0000)]
Corrected pause handling when using the 's' step by frame key.
patch by Craig Nicol: [craig nicol /\ ed ac uk]
original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused
date: 08/02/2007 12:39 PM

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

16 years agoprint EBX/EBP availability
Michael Niedermayer [Sun, 26 Aug 2007 23:09:34 +0000 (23:09 +0000)]
print EBX/EBP availability

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

16 years agoadd get_unary_0_33() to help gcc with inlining
Aurelien Jacobs [Sun, 26 Aug 2007 22:38:57 +0000 (22:38 +0000)]
add get_unary_0_33() to help gcc with inlining

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

16 years agocleanup get_unary()
Aurelien Jacobs [Sun, 26 Aug 2007 22:34:49 +0000 (22:34 +0000)]
cleanup get_unary()

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

16 years agomove get_unary() to its own file
Aurelien Jacobs [Sun, 26 Aug 2007 22:33:48 +0000 (22:33 +0000)]
move get_unary() to its own file

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

16 years agoDo not wrongly mark Apple gcc workarounds as being specific to Darwin.
Diego Biurrun [Sun, 26 Aug 2007 22:06:40 +0000 (22:06 +0000)]
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.

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

16 years agoremove alignment correction of the destination pointers in luma_16x6
Guillaume Poirier [Sun, 26 Aug 2007 21:47:58 +0000 (21:47 +0000)]
remove alignment correction of the destination pointers in luma_16x6
interpolations, since they are always 16-bytes aligned in practice.
Add asserts to ease narrowing down potential image corructions on exotic plateforms

Based on a patch by Mauricio Alvarez % lokifo A gmail P com %
Original thread:
Date: Jun 26, 2007 1:07 PM
Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec

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

16 years agoCONFIG_7REGS has been renamed to HAVE_7REGS
Ramiro Polla [Sun, 26 Aug 2007 16:10:53 +0000 (16:10 +0000)]
CONFIG_7REGS has been renamed to HAVE_7REGS

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

16 years agoworkaround gcc bug, untested as my gcc is not complaining
Michael Niedermayer [Sun, 26 Aug 2007 12:34:22 +0000 (12:34 +0000)]
workaround gcc bug, untested as my gcc is not complaining

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

16 years agoadd a link to VIS instructions whitepaper
Dominik Mierzejewski [Sun, 26 Aug 2007 11:45:09 +0000 (11:45 +0000)]
add a link to VIS instructions whitepaper

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

16 years agooptimize the first vertical lifting step, this also prevents another
Michael Niedermayer [Sun, 26 Aug 2007 11:16:23 +0000 (11:16 +0000)]
optimize the first vertical lifting step, this also prevents another
overflow, the last known possible overflow

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

16 years agouse POSIX "strings -a" rather than "strings -"
Måns Rullgård [Sun, 26 Aug 2007 09:11:22 +0000 (09:11 +0000)]
use POSIX "strings -a" rather than "strings -"

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

16 years agofix endian detection on MacOS
Måns Rullgård [Sun, 26 Aug 2007 09:08:21 +0000 (09:08 +0000)]
fix endian detection on MacOS

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

16 years agooptimize 1st horizontal lifting step
Michael Niedermayer [Sun, 26 Aug 2007 08:31:55 +0000 (08:31 +0000)]
optimize 1st horizontal lifting step

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

16 years agotypo
Michael Niedermayer [Sun, 26 Aug 2007 08:03:23 +0000 (08:03 +0000)]
typo

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