]> git.sesse.net Git - ffmpeg/log
ffmpeg
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

17 years agocosmetics: indentation
Aurelien Jacobs [Wed, 30 May 2007 10:11:05 +0000 (10:11 +0000)]
cosmetics: indentation

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

17 years agouse if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
Aurelien Jacobs [Wed, 30 May 2007 10:09:54 +0000 (10:09 +0000)]
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER

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

17 years agotypo
Aurelien Jacobs [Wed, 30 May 2007 10:04:37 +0000 (10:04 +0000)]
typo

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

17 years agouse FFSWAP()
Aurelien Jacobs [Wed, 30 May 2007 09:50:35 +0000 (09:50 +0000)]
use FFSWAP()

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

17 years agocosmetics: indentation
Aurelien Jacobs [Wed, 30 May 2007 09:45:09 +0000 (09:45 +0000)]
cosmetics: indentation

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

17 years agosplit rm muxer and demuxer in their own files
Aurelien Jacobs [Wed, 30 May 2007 09:44:16 +0000 (09:44 +0000)]
split rm muxer and demuxer in their own files

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

17 years agorename attribute_unused to av_unused as it is declared in common.h
Carl Eugen Hoyos [Wed, 30 May 2007 09:33:09 +0000 (09:33 +0000)]
rename attribute_unused to av_unused as it is declared in common.h
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM

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

17 years agorename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos [Wed, 30 May 2007 09:32:25 +0000 (09:32 +0000)]
rename attribute_unused to av_unused and moves its declaration to common.h
patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM

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

17 years agoseek tests only available with GPL enabled
Benoit Fouet [Wed, 30 May 2007 07:11:03 +0000 (07:11 +0000)]
seek tests only available with GPL enabled

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

17 years agowarn the user about the the mdhd problem
Michael Niedermayer [Wed, 30 May 2007 00:08:32 +0000 (00:08 +0000)]
warn the user about the the mdhd problem
(this is of course not a good solution but its better than silently
generating invalid files, we should find a better solution)

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

17 years agofix assertion failure
Michael Niedermayer [Tue, 29 May 2007 16:51:55 +0000 (16:51 +0000)]
fix assertion failure

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

17 years agoDo proper frame swapping so VMD video decoder works again
Kostya Shishkov [Tue, 29 May 2007 16:43:25 +0000 (16:43 +0000)]
Do proper frame swapping so VMD video decoder works again

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

17 years agoMark phony swscale_error target as such.
Diego Biurrun [Tue, 29 May 2007 15:18:51 +0000 (15:18 +0000)]
Mark phony swscale_error target as such.

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

17 years agoSplit RoQ decoder to accommodate future encoder patch
Vitor Sessak [Tue, 29 May 2007 15:01:33 +0000 (15:01 +0000)]
Split RoQ decoder to accommodate future encoder patch
patch by Vitor vitor1001 gmail moc
original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM

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

17 years agoallocate PPS and SPS dynamically
Andreas Öman [Tue, 29 May 2007 14:35:29 +0000 (14:35 +0000)]
allocate PPS and SPS dynamically
patch by Andreas Öman andreas ta olebyn tod nu
reference thread:
subject: [FFmpeg-devel] [PATCH] h264: allocate PPS and SPS dynamically
date: 05/28/2007 03:00 PM

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

17 years agocosmetics and function rename
Vitor Sessak [Tue, 29 May 2007 12:20:40 +0000 (12:20 +0000)]
cosmetics and function rename
patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/
reference thread:
subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM

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

17 years agovariable initialization (because of a gcc warning)
Glenn A. Serre [Tue, 29 May 2007 08:19:37 +0000 (08:19 +0000)]
variable initialization (because of a gcc warning)
patch by Glenn A. Serre gaserre spiresoftware com

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