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
Ronald S. Bultje [Thu, 7 Jun 2007 16:15:20 +0000 (16:15 +0000)]
CPU feature definitions should always be available, not just when the
CPU feature is enabled.
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 9246 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 15:59:15 +0000 (15:59 +0000)]
Only run MMX2 tests when MMX2 is available.
Originally committed as revision 9245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 15:54:49 +0000 (15:54 +0000)]
Fix linking when GPL code has been disabled.
Originally committed as revision 9244 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 7 Jun 2007 15:30:54 +0000 (15:30 +0000)]
Fix compilation when MMX is disabled.
inspired by a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 9243 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 15:27:53 +0000 (15:27 +0000)]
FAAN is not x86-specific.
Originally committed as revision 9242 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Jun 2007 14:51:26 +0000 (14:51 +0000)]
Remove the unnecessary masking when counting received packet types in the H.264
RTP parsing code.
Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Jun 2007 14:48:29 +0000 (14:48 +0000)]
Remove the unnecessary masking when reconstructing the NAL unit header in the
H.264 RTP parsing code.
Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Jun 2007 14:47:40 +0000 (14:47 +0000)]
Remove the unnecessary masking when extracting the start bit in the H.264 RTP
parsing code.
Originally committed as revision 9239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Jun 2007 14:13:59 +0000 (14:13 +0000)]
Fix linking: emms_c is a macro, #include the correct header file.
Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Thu, 7 Jun 2007 13:51:06 +0000 (13:51 +0000)]
h264: use 'simple' in border backup / xchg
patch by Andreas Öman: [andreas olebyn nu]
original thread:
subject: [FFmpeg-devel] [patch] h264: use 'simple' in border backup / xchg
date: 06/07/2007 03:24 PM
Originally committed as revision 9237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 7 Jun 2007 13:24:19 +0000 (13:24 +0000)]
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net
reference thread:
Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1)
Date: Thu, 07 Jun 2007 09:01:44 -0400
Originally committed as revision 9236 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 18:56:14 +0000 (18:56 +0000)]
Add some forgotten lib prefixes to Makefile variables.
Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 6 Jun 2007 15:52:53 +0000 (15:52 +0000)]
add MMES fourcc, matrox mpeg2 in avi files
Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 6 Jun 2007 13:31:30 +0000 (13:31 +0000)]
add mpegtsraw demuxer
Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 6 Jun 2007 13:21:50 +0000 (13:21 +0000)]
warn user if video codec timebase is very high
Originally committed as revision 9232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Eric Lasota [Wed, 6 Jun 2007 10:40:05 +0000 (10:40 +0000)]
Rename cb field
patch by Eric Lasota: [riot at icculus org]
original thread: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update
date: 06/05/2007 09:22 PM
Originally committed as revision 9231 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 08:51:41 +0000 (08:51 +0000)]
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 08:48:04 +0000 (08:48 +0000)]
one more rename
Originally committed as revision 9229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 08:46:59 +0000 (08:46 +0000)]
Update for recent file removals/renames.
Originally committed as revision 9228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 08:41:45 +0000 (08:41 +0000)]
Give names of external library decoders/encoders a lib prefix
in the ffmpeg/ffplay output.
Originally committed as revision 9227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Jun 2007 00:14:18 +0000 (00:14 +0000)]
Give all wrappers for external libraries names starting with lib.
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 5 Jun 2007 14:33:27 +0000 (14:33 +0000)]
Part of MPlayer patch:
"Replace implicit use of fast_memcpy via macro by explicit use to allow
for future optimization."
This is not yet done for ffmpeg when compiled within MPlayer.
Originally committed as revision 9225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 5 Jun 2007 14:18:13 +0000 (14:18 +0000)]
Remove unused variables.
Originally committed as revision 9224 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Tue, 5 Jun 2007 13:18:16 +0000 (13:18 +0000)]
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Eric Lasota [Tue, 5 Jun 2007 08:05:16 +0000 (08:05 +0000)]
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
instead of packed 4:2:0 clusters
patch by Eric Lasota: \ riot icculus org /
original threads: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update
date: 06/04/2007 03:52 AM and 06/05/2007 01:10 AM
Originally committed as revision 9223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Denis Fortin [Tue, 5 Jun 2007 07:18:29 +0000 (07:18 +0000)]
Rename code012() to ff_code012(), and remove static qualifier: paves the way
to vc1 encoder, as this function would be useful there.
patch by Denis Fortin % fortin A nerim P net %
Original thread:
date: Jun 4, 2007 9:23 PM
subject: Re: [FFmpeg-devel] [RFC] move wmv2.c to its own file
Originally committed as revision 9222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 4 Jun 2007 23:07:27 +0000 (23:07 +0000)]
spelling
Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 4 Jun 2007 22:35:16 +0000 (22:35 +0000)]
cosmetics: use one type per field in every structs
Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 22:23:05 +0000 (22:23 +0000)]
partially revert r2931 (Support raw mpegts streams from dvr)
the change was wrong
Originally committed as revision 9219 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 4 Jun 2007 22:21:29 +0000 (22:21 +0000)]
cosmetics: indentation
Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 4 Jun 2007 22:19:17 +0000 (22:19 +0000)]
add support for real audio in matroska
Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 4 Jun 2007 22:17:55 +0000 (22:17 +0000)]
fix an infinite loop in case one cluster is not enough to demux a packet
Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Mon, 4 Jun 2007 22:10:54 +0000 (22:10 +0000)]
split some common code from the mkv demuxer that will be useful to the muxer
patch by David Conrad umovimus _at_ gmail.com
Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Mon, 4 Jun 2007 21:09:38 +0000 (21:09 +0000)]
Wording improvements for the previous commit.
Originally committed as revision 9214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Mon, 4 Jun 2007 21:05:58 +0000 (21:05 +0000)]
Typos
Originally committed as revision 9213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Mon, 4 Jun 2007 20:48:04 +0000 (20:48 +0000)]
Doxygenize av_init_packet
Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Mon, 4 Jun 2007 16:52:02 +0000 (16:52 +0000)]
Export av_init_packet
Originally committed as revision 9211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:54:33 +0000 (14:54 +0000)]
harmless typo
Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:53:47 +0000 (14:53 +0000)]
fix indention
Originally committed as revision 9209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:44:52 +0000 (14:44 +0000)]
remove duplicate PAT scaning code and actual PAT scan
also disabling the nonsense 3yr old rawts change (it would after the
above chage totally break the demuxer if its left enabled)
Originally committed as revision 9208 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:20:07 +0000 (14:20 +0000)]
unused variables
Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:17:43 +0000 (14:17 +0000)]
dont rescan for information on each pid, but rather do it just once by
opening 1 filter for each at the same time
Originally committed as revision 9206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 14:11:54 +0000 (14:11 +0000)]
move structs and enums to top of file so they can be used
Originally committed as revision 9205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 13:57:00 +0000 (13:57 +0000)]
passing MpegTSFilter to the filters instead of a random void *opaque
code is simler and the filters now know the pid they are filtering so one
filter callback can be used with more then one pid at the same time
Originally committed as revision 9204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Mon, 4 Jun 2007 13:28:02 +0000 (13:28 +0000)]
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565
Originally committed as revision 9203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Mon, 4 Jun 2007 13:25:29 +0000 (13:25 +0000)]
convert if then else video palette to pix_fmt construct to simpiler table based lookup.
Originally committed as revision 9202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 12:19:38 +0000 (12:19 +0000)]
do not perform SDT scan at the begin (this avoids a timeconsuming search for
optional info) instead fill SDT info in and update it as we stumble across it
Originally committed as revision 9201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 11:46:59 +0000 (11:46 +0000)]
make new_service() update existing info sanely
Originally committed as revision 9200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Jun 2007 11:25:33 +0000 (11:25 +0000)]
remove fake service/provider names used for PAT
this allows us to distingush if the info came from SDT or PAT and will
allow to dyamically fill info in ...
Originally committed as revision 9199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christian Lohmaier [Mon, 4 Jun 2007 11:03:24 +0000 (11:03 +0000)]
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
introduced when init_vlc was turned into a macro
Patch by Christian Lohmaier %cloph A openoffice P org%
Originally committed as revision 9198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 4 Jun 2007 08:53:08 +0000 (08:53 +0000)]
Indentation
Originally committed as revision 9197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 4 Jun 2007 07:28:34 +0000 (07:28 +0000)]
Codebook generator using the ELBG algorithm
patch by Vitor: printf(vitor%d gmail com, 1001)
original thread: Re: [FFmpeg-devel] [PATCH] Add a codebook generator
(was: [PATCH] RoQ video encoder, take 2)
date: 05/28/2007 01:21 PM
Originally committed as revision 9196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 3 Jun 2007 23:11:13 +0000 (23:11 +0000)]
readability cosmetics
Originally committed as revision 9195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 22:56:11 +0000 (22:56 +0000)]
cosmetics remove struct name with typedef
Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 22:40:42 +0000 (22:40 +0000)]
remove unused EssenceContainerData
Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 18:04:33 +0000 (18:04 +0000)]
skip no more needed on error
Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:53:15 +0000 (17:53 +0000)]
remove duplicate entry since now we ignore version byte
Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:29:49 +0000 (17:29 +0000)]
typo
Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:26:30 +0000 (17:26 +0000)]
set pkt pos
Originally committed as revision 9189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:20:35 +0000 (17:20 +0000)]
remove now useless sync key
Originally committed as revision 9188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:19:15 +0000 (17:19 +0000)]
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files
Originally committed as revision 9187 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:15:39 +0000 (17:15 +0000)]
do not print error message when klv_read_packet fails
Originally committed as revision 9186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 17:10:55 +0000 (17:10 +0000)]
sync to mxf klv key before trying to read klv packet
Originally committed as revision 9185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 14:52:55 +0000 (14:52 +0000)]
match uids indenpendantly of the version byte
Originally committed as revision 9184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 3 Jun 2007 14:33:57 +0000 (14:33 +0000)]
cosmetics, reorder and classify uids
Originally committed as revision 9183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 3 Jun 2007 13:27:44 +0000 (13:27 +0000)]
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>
Originally committed as revision 9182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 3 Jun 2007 13:09:58 +0000 (13:09 +0000)]
Add support for Cell (requires gcc-4.2 or patches)
Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Sun, 3 Jun 2007 11:44:43 +0000 (11:44 +0000)]
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
Patch by Andreas Öman [andreas at olebyn dot nu].
Originally committed as revision 9180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Jun 2007 23:14:38 +0000 (23:14 +0000)]
get rid of if(1)
Originally committed as revision 9179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Jun 2007 23:11:17 +0000 (23:11 +0000)]
get rid of one layer of callback obfuscation
Originally committed as revision 9178 to svn://svn.ffmpeg.org/ffmpeg/trunk