OSDN Git Service

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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agoemms --> emms_c, taken from a patch by Ronald Bultje
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

17 years agoUse consistent names for all test programs.
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

17 years agoPreprocessor #defines starting with __ are reserved for the system.
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

17 years agoUse FFmpeg-specific CPU feature definitions.
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

17 years agoAdd CPU feature definitions for SSE3 and SSSE3.
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

17 years ago'-acodec mp3' --> '-acodec libmp3lame'
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

17 years agoChange names of codecs provided by external libraries in examples to account
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

17 years agoCPU feature definitions should always be available, not just when the
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

17 years agoOnly run MMX2 tests when MMX2 is available.
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

17 years agoFix linking when GPL code has been disabled.
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

17 years agoFix compilation when MMX is disabled.
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

17 years agoFAAN is not x86-specific.
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

17 years agoRemove the unnecessary masking when counting received packet types in the H.264
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

17 years agoRemove the unnecessary masking when reconstructing the NAL unit header in the
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

17 years agoRemove the unnecessary masking when extracting the start bit in the H.264 RTP
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

17 years agoFix linking: emms_c is a macro, #include the correct header file.
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

17 years agoh264: use 'simple' in border backup / xchg
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

17 years agoemms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net
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

17 years agoAdd some forgotten lib prefixes to Makefile variables.
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

17 years agoadd MMES fourcc, matrox mpeg2 in avi files
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

17 years agoadd mpegtsraw demuxer
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

17 years agowarn user if video codec timebase is very high
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

17 years agoRename cb field
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

17 years agoConsistent naming and lib prefixes for x264, xvid and mp3lame within the code.
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

17 years agoone more rename
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

17 years agoUpdate for recent file removals/renames.
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

17 years agoGive names of external library decoders/encoders a lib prefix
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

17 years agoGive all wrappers for external libraries names starting with lib.
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

17 years agoPart of MPlayer patch:
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

17 years agoRemove unused variables.
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

17 years agocorrecting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
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

17 years agoConvert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
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

17 years agoRename code012() to ff_code012(), and remove static qualifier: paves the way
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

17 years agospelling
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

17 years agocosmetics: use one type per field in every structs
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

17 years agopartially revert r2931 (Support raw mpegts streams from dvr)
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

17 years agocosmetics: indentation
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

17 years agoadd support for real audio in matroska
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

17 years agofix an infinite loop in case one cluster is not enough to demux a packet
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

17 years agosplit some common code from the mkv demuxer that will be useful to the muxer
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

17 years agoWording improvements for the previous commit.
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

17 years agoTypos
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

17 years agoDoxygenize av_init_packet
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

17 years agoExport av_init_packet
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

17 years agoharmless typo
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

17 years agofix indention
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

17 years agoremove duplicate PAT scaning code and actual PAT scan
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

17 years agounused variables
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

17 years agodont rescan for information on each pid, but rather do it just once by
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

17 years agomove structs and enums to top of file so they can be used
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

17 years agopassing MpegTSFilter to the filters instead of a random void *opaque
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

17 years agoextending video4linux support to handle the additional formats UYVY, YUYV and RGB565
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

17 years agoconvert if then else video palette to pix_fmt construct to simpiler table based lookup.
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

17 years agodo not perform SDT scan at the begin (this avoids a timeconsuming search for
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

17 years agomake new_service() update existing info sanely
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

17 years agoremove fake service/provider names used for PAT
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

17 years agofix error: indeo2.c:202:1: directives may not be used inside a macro argument,
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

17 years agoIndentation
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

17 years agoCodebook generator using the ELBG algorithm
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

17 years agoreadability cosmetics
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

17 years agocosmetics remove struct name with typedef
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

17 years agoremove unused EssenceContainerData
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

17 years agoskip no more needed on error
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

17 years agoremove duplicate entry since now we ignore version byte
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

17 years agotypo
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

17 years agoset pkt pos
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

17 years agoremove now useless sync key
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

17 years agono need to seek on specific key anymore, since klv_read_packet will sync, tested...
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

17 years agodo not print error message when klv_read_packet fails
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

17 years agosync to mxf klv key before trying to read klv packet
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

17 years agomatch uids indenpendantly of the version byte
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

17 years agocosmetics, reorder and classify uids
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

17 years agoh264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc...
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

17 years agoAdd support for Cell (requires gcc-4.2 or patches)
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

17 years agofilter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delega...
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

17 years agoget rid of if(1)
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

17 years agoget rid of one layer of callback obfuscation
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

17 years agokill completely idiotic code which hides all but 2 streams
Michael Niedermayer [Sat, 2 Jun 2007 23:04:46 +0000 (23:04 +0000)]
kill completely idiotic code which hides all but 2 streams

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

17 years agoAdd FAQ entry for video joining.
Víctor Paesa [Sat, 2 Jun 2007 21:50:45 +0000 (21:50 +0000)]
Add FAQ entry for video joining.

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

17 years agocorrect implementation of "try with auto_guess if first detection fails"
Michael Niedermayer [Sat, 2 Jun 2007 21:48:49 +0000 (21:48 +0000)]
correct implementation of "try with auto_guess if first detection fails"
(untested)

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

17 years agorevert r4802 (try with auto_guess if first detection fails)
Michael Niedermayer [Sat, 2 Jun 2007 21:44:20 +0000 (21:44 +0000)]
revert r4802 (try with auto_guess if first detection fails)
this change is broken, 3/4 of the code added is unreachable, ill implement
it correctly in a moment

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

17 years agosplit mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty...
Michael Niedermayer [Sat, 2 Jun 2007 20:57:31 +0000 (20:57 +0000)]
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack

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

17 years agoRename aac_decoder to libfaad_decoder for consistency and to be able to
Diego Biurrun [Sat, 2 Jun 2007 11:44:44 +0000 (11:44 +0000)]
Rename aac_decoder to libfaad_decoder for consistency and to be able to
more easily add a possible future native decoder.

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

17 years agoRename faac_encoder to libfaac_encoder for consistency and to be able to
Diego Biurrun [Sat, 2 Jun 2007 11:20:24 +0000 (11:20 +0000)]
Rename faac_encoder to libfaac_encoder for consistency and to be able to
more easily add a possible future native encoder.

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

17 years agoRemove get_byte wrapper
Ramiro Polla [Sat, 2 Jun 2007 01:42:47 +0000 (01:42 +0000)]
Remove get_byte wrapper

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

17 years agoUse AV_xx throughout libavcodec
Ramiro Polla [Sat, 2 Jun 2007 01:41:07 +0000 (01:41 +0000)]
Use AV_xx throughout libavcodec

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

17 years agofix skipped blocks
Michael Niedermayer [Fri, 1 Jun 2007 21:17:05 +0000 (21:17 +0000)]
fix skipped blocks
fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq)

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

17 years agoA bit more clear FAQ 1.2
Víctor Paesa [Fri, 1 Jun 2007 12:03:33 +0000 (12:03 +0000)]
A bit more clear FAQ 1.2
Patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agocheck qblur > 1 (prevent assert failure / segfault)
Michael Niedermayer [Thu, 31 May 2007 21:40:22 +0000 (21:40 +0000)]
check qblur > 1 (prevent assert failure / segfault)
fixes sf bug #797610

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

17 years agomove jpegls up, fixes sf bug #1629152
Michael Niedermayer [Wed, 30 May 2007 23:42:37 +0000 (23:42 +0000)]
move jpegls up, fixes sf bug #1629152

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

17 years agosanity checks (should prevent hypothetical div by zero issue)
Michael Niedermayer [Wed, 30 May 2007 23:06:37 +0000 (23:06 +0000)]
sanity checks (should prevent hypothetical div by zero issue)
should fix sf bug #1547313

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

17 years agofix assert() 2nd try
Michael Niedermayer [Wed, 30 May 2007 21:38:57 +0000 (21:38 +0000)]
fix assert() 2nd try

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

17 years agoAdd support for listing the supported pixel formats using the option
Stefano Sabatini [Wed, 30 May 2007 14:20:55 +0000 (14:20 +0000)]
Add support for listing the supported pixel formats using the option
-pix_fmt list
patch by Stefano Sabatini stefano sabatini minus lala chez poste it
original thread: [FFmpeg-devel] [PATCH] List supported pixel formats
date: 05/25/2007 05:46 PM

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