]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoCheck extradata is large enough.
Laurent Aimar [Mon, 15 Dec 2008 23:01:54 +0000 (23:01 +0000)]
Check extradata is large enough.
Patch by Laurent Aimar fenrir \:/ via ecp fr

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

15 years agoImplement the av_set_number2() internal function, which makes possible
Stefano Sabatini [Mon, 15 Dec 2008 22:48:10 +0000 (22:48 +0000)]
Implement the av_set_number2() internal function, which makes possible
to distinguish between a not found option failure and a not valid
value failure.

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

15 years agoRemove ending period in a log message, which was inconsistent with
Stefano Sabatini [Mon, 15 Dec 2008 22:40:28 +0000 (22:40 +0000)]
Remove ending period in a log message, which was inconsistent with
most other messages.

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

15 years agoAdd xvmc configure support.
Diego Biurrun [Mon, 15 Dec 2008 22:24:12 +0000 (22:24 +0000)]
Add xvmc configure support.

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

15 years agoSwitch xvmc over to a CONFIG_ option.
Diego Biurrun [Mon, 15 Dec 2008 22:22:51 +0000 (22:22 +0000)]
Switch xvmc over to a CONFIG_ option.

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

15 years agowhitespace cosmetics
Diego Biurrun [Mon, 15 Dec 2008 22:14:58 +0000 (22:14 +0000)]
whitespace cosmetics

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

15 years agoARM: NEON optimised h264_idct_dc_add
Måns Rullgård [Mon, 15 Dec 2008 22:12:54 +0000 (22:12 +0000)]
ARM: NEON optimised h264_idct_dc_add

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

15 years agoARM: NEON optimised h264_idct_add
Måns Rullgård [Mon, 15 Dec 2008 22:12:51 +0000 (22:12 +0000)]
ARM: NEON optimised h264_idct_add

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

15 years agoARM: NEON optimised H.264 8x8 and 16x16 qpel MC
Måns Rullgård [Mon, 15 Dec 2008 22:12:47 +0000 (22:12 +0000)]
ARM: NEON optimised H.264 8x8 and 16x16 qpel MC

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

15 years agoARM: NEON optimised H.264 loop filter
Måns Rullgård [Mon, 15 Dec 2008 22:12:44 +0000 (22:12 +0000)]
ARM: NEON optimised H.264 loop filter

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

15 years agoARM: NEON optimised {put,avg}_h264_chroma_mc[48]
Måns Rullgård [Mon, 15 Dec 2008 22:12:41 +0000 (22:12 +0000)]
ARM: NEON optimised {put,avg}_h264_chroma_mc[48]

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

15 years agoARM: NEON optimised simple_idct
Måns Rullgård [Mon, 15 Dec 2008 22:12:37 +0000 (22:12 +0000)]
ARM: NEON optimised simple_idct

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

15 years agoARM: NEON optimised put_pixels functions
Måns Rullgård [Mon, 15 Dec 2008 22:12:32 +0000 (22:12 +0000)]
ARM: NEON optimised put_pixels functions

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

15 years agoAvoid invasion of POSIX-reserved _t namespace.
Diego Biurrun [Mon, 15 Dec 2008 21:02:17 +0000 (21:02 +0000)]
Avoid invasion of POSIX-reserved _t namespace.

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

15 years agoFix one peculiar case in Smacker decoding.
Daniel Verkamp [Mon, 15 Dec 2008 17:51:10 +0000 (17:51 +0000)]
Fix one peculiar case in Smacker decoding.
Patch by Daniel Verkamp ($firstname <at> drv <dot> nu)
Thread [PATCH] Smacker video decoder bug fix

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

15 years agoAvoid POSIX-reserved _t in identifier names.
Diego Biurrun [Mon, 15 Dec 2008 10:08:31 +0000 (10:08 +0000)]
Avoid POSIX-reserved _t in identifier names.

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

15 years agoEnable filter_mb_fast if CODEC_FLAG2_FAST is set.
Michael Niedermayer [Mon, 15 Dec 2008 01:24:04 +0000 (01:24 +0000)]
Enable filter_mb_fast if CODEC_FLAG2_FAST is set.

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

15 years agovp56: don't reset dimensions to 0 in codec init
Aurelien Jacobs [Mon, 15 Dec 2008 00:00:16 +0000 (00:00 +0000)]
vp56: don't reset dimensions to 0 in codec init

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

15 years agoUse get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in...
Ronald S. Bultje [Sun, 14 Dec 2008 22:26:28 +0000 (22:26 +0000)]
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread
"[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte".

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

15 years agoReindent something that looks weird.
Ronald S. Bultje [Sun, 14 Dec 2008 22:24:58 +0000 (22:24 +0000)]
Reindent something that looks weird.

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

15 years agoAdd comment to indicate why the SDP line buffer is as big as it is.
Ronald S. Bultje [Sun, 14 Dec 2008 22:23:59 +0000 (22:23 +0000)]
Add comment to indicate why the SDP line buffer is as big as it is.

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

15 years agoIncrease SDP line buffer size because ASF headers in RTSP-MS are very big. See ML...
Ronald S. Bultje [Sun, 14 Dec 2008 22:23:14 +0000 (22:23 +0000)]
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion
in "rtsp.c: increase SDP line buffer size" thread.

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

15 years agoMove documentation of avcodec_register_all() from allcodecs.c to
Stefano Sabatini [Sun, 14 Dec 2008 21:38:03 +0000 (21:38 +0000)]
Move documentation of avcodec_register_all() from allcodecs.c to
avcodec.h.

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

15 years agoRemove set_all_opt() and its use in av_set_string2(). Make
Stefano Sabatini [Sun, 14 Dec 2008 21:34:12 +0000 (21:34 +0000)]
Remove set_all_opt() and its use in av_set_string2(). Make
av_set_string() and av_set_string2() do not accept as parameter the
name of a named constant.

This avoids av_set_string2() and av_set_string() to misbehave when
there is an option and a named constant with the same name.

See the thread: "[PATCH] Remove libavcodec/opt.c:set_all_opt()".

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

15 years ago10l (forgot sample_size)
Michael Niedermayer [Sun, 14 Dec 2008 20:38:05 +0000 (20:38 +0000)]
10l (forgot sample_size)
Should fix fate.

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

15 years agoDocument register_avcodec().
Stefano Sabatini [Sun, 14 Dec 2008 20:04:41 +0000 (20:04 +0000)]
Document register_avcodec().

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

15 years agoMake register_avcodec() call avcodec_init().
Stefano Sabatini [Sun, 14 Dec 2008 20:04:00 +0000 (20:04 +0000)]
Make register_avcodec() call avcodec_init().

This avoids the possibility to use a registered codec without first
initializing libavcodec, which resulted in unexpected behavior.

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

15 years agoUse a more explicit "codec" rather than "format" as the parameter of
Stefano Sabatini [Sun, 14 Dec 2008 19:36:38 +0000 (19:36 +0000)]
Use a more explicit "codec" rather than "format" as the parameter of
register_avcodec().

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

15 years agooggflac: fix bitstream reader usage
Måns Rullgård [Sun, 14 Dec 2008 17:30:18 +0000 (17:30 +0000)]
oggflac: fix bitstream reader usage

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

15 years agoindeo3: replace sizeof(struct ...) by sizeof(*var)
Aurelien Jacobs [Sun, 14 Dec 2008 16:41:51 +0000 (16:41 +0000)]
indeo3: replace sizeof(struct ...) by sizeof(*var)

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

15 years agoFix non interleaved variable fps ODML avis.
Michael Niedermayer [Sun, 14 Dec 2008 15:48:48 +0000 (15:48 +0000)]
Fix non interleaved variable fps ODML avis.
Fixed issue738

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

15 years agocosmetics: typo/grammar/wording/whitespace fixes
Diego Biurrun [Sun, 14 Dec 2008 15:48:01 +0000 (15:48 +0000)]
cosmetics: typo/grammar/wording/whitespace fixes

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

15 years agoFix the use of Requires.private and Libs.private in generated .pc files.
Reinhard Tartler [Sun, 14 Dec 2008 15:42:14 +0000 (15:42 +0000)]
Fix the use of Requires.private and Libs.private in generated .pc files.

Patch by Reinhard Tartler \ siretart ! tauware + de /.

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

15 years agoCosmetics: remove empty comments.
Stefano Sabatini [Sun, 14 Dec 2008 15:02:27 +0000 (15:02 +0000)]
Cosmetics: remove empty comments.

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

15 years agoFix files with fps between 0.5 and 0.1.
Michael Niedermayer [Sun, 14 Dec 2008 14:45:57 +0000 (14:45 +0000)]
Fix files with fps between 0.5 and 0.1.
Fixes issue749

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

15 years agoRemove silly FIXME comment.
Michael Niedermayer [Sun, 14 Dec 2008 14:01:12 +0000 (14:01 +0000)]
Remove silly FIXME comment.

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

15 years agoPrevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.
Anders Grönberg [Sun, 14 Dec 2008 12:30:34 +0000 (12:30 +0000)]
Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.

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

15 years agoAdd a few const qualifiers in appropriate places.
Anders Grönberg [Sun, 14 Dec 2008 12:24:50 +0000 (12:24 +0000)]
Add a few const qualifiers in appropriate places.
patch by Anders Grönberg, galileo.m2 gmail com

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

15 years agoundoing revision 16118 for truemotion1.c; commit was premature
Mike Melanson [Sun, 14 Dec 2008 03:41:11 +0000 (03:41 +0000)]
undoing revision 16118 for truemotion1.c; commit was premature

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

15 years agoThe POSIX namespace shall be held sacrosanct. To that end,
Mike Melanson [Sun, 14 Dec 2008 03:29:33 +0000 (03:29 +0000)]
The POSIX namespace shall be held sacrosanct. To that end,
continue eliminating _t from structure names in FFmpeg.

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

15 years agoavoid POSIX reserved _t suffix
Aurelien Jacobs [Sun, 14 Dec 2008 00:48:16 +0000 (00:48 +0000)]
avoid POSIX reserved _t suffix

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

15 years agoGet rid of mmx_t.
Aurelien Jacobs [Sun, 14 Dec 2008 00:46:27 +0000 (00:46 +0000)]
Get rid of mmx_t.

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

15 years agoRename rtp_payload_data_t to avoid clashes with the POSIX namespace
Luca Abeni [Sat, 13 Dec 2008 23:25:19 +0000 (23:25 +0000)]
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace

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

15 years agoRemove useless typedef
Luca Abeni [Sat, 13 Dec 2008 23:20:05 +0000 (23:20 +0000)]
Remove useless typedef

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

15 years agoRemove unused types
Luca Abeni [Sat, 13 Dec 2008 23:03:34 +0000 (23:03 +0000)]
Remove unused types

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

15 years agoAvoid _t in gxf enum type names
Reimar Döffinger [Sat, 13 Dec 2008 21:58:17 +0000 (21:58 +0000)]
Avoid _t in gxf enum type names

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

15 years agoSplit RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Ronald S. Bultje [Sat, 13 Dec 2008 21:40:20 +0000 (21:40 +0000)]
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
Reason for this is that there are no shared entries in the demuxer/muxer
context, making it a mystery as to why it was shared between the two. See
"[PATCH] clean rmdemux/muxcontext" patch on mailinglist.

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

15 years agoDon't access RMContext directly in rdt.c. Rather, use the return value of
Ronald S. Bultje [Sat, 13 Dec 2008 21:37:27 +0000 (21:37 +0000)]
Don't access RMContext directly in rdt.c. Rather, use the return value of
ff_rm_parse_packet() to indicate whether more audio packets are available
in the demuxer from the last RM frame, and save that in the RDT parsing
context. See patch/discussion in "[PATCH] rdt.c: don't access RMContext"
on ML.

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

15 years agoDo not invade _t POSIX namespace.
Diego Biurrun [Sat, 13 Dec 2008 18:16:06 +0000 (18:16 +0000)]
Do not invade _t POSIX namespace.

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

15 years agoSeparate the packet fetching from the data reading, so that the data reading
Ronald S. Bultje [Sat, 13 Dec 2008 17:18:11 +0000 (17:18 +0000)]
Separate the packet fetching from the data reading, so that the data reading
function is assured to parse at most one packet. This makes this function
useful for ASF data packet parsing in a "push-mode" in addition to the
current "pull-mode", and therefore allows for use of these functions in,
for example, the RTSP demuxer (for MS-RTSP support). Tested to give identical
output before and after for regular ASF playback, also see discussion in the
ML thread "[PATCH] asf.c: move packet_time_start=0 statement". Testsuite also
works after the patch, tested by Benoit Fouet.

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

15 years ago100l: Add missing backslashes.
Diego Biurrun [Sat, 13 Dec 2008 17:04:22 +0000 (17:04 +0000)]
100l: Add missing backslashes.

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

15 years agocosmetics: Break some lines for a more aesthetically pleasing result.
Diego Biurrun [Sat, 13 Dec 2008 16:35:58 +0000 (16:35 +0000)]
cosmetics: Break some lines for a more aesthetically pleasing result.

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

15 years agoRemove misleading comment, _t is POSIX-reserved namespace.
Diego Biurrun [Sat, 13 Dec 2008 16:08:31 +0000 (16:08 +0000)]
Remove misleading comment, _t is POSIX-reserved namespace.

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

15 years agoconfigure: fix $nm
Måns Rullgård [Sat, 13 Dec 2008 15:45:03 +0000 (15:45 +0000)]
configure: fix $nm

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

15 years agoRemove other shared lib names from linker command line for shared libs
Måns Rullgård [Sat, 13 Dec 2008 15:31:30 +0000 (15:31 +0000)]
Remove other shared lib names from linker command line for shared libs

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

15 years agoAllow setting a different nm binary from the configure line.
Reimar Döffinger [Sat, 13 Dec 2008 15:13:24 +0000 (15:13 +0000)]
Allow setting a different nm binary from the configure line.

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

15 years agoMake mips64 a separate arch with fast_64bit.
Diego Biurrun [Sat, 13 Dec 2008 14:29:53 +0000 (14:29 +0000)]
Make mips64 a separate arch with fast_64bit.

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

15 years agowhitespace cosmetics
Diego Biurrun [Sat, 13 Dec 2008 13:39:13 +0000 (13:39 +0000)]
whitespace cosmetics

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

15 years agoReplace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.
Diego Biurrun [Sat, 13 Dec 2008 13:34:59 +0000 (13:34 +0000)]
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.

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

15 years agoAvoid _t in identifier names, _t is reserved by POSIX.
Jai Menon [Sat, 13 Dec 2008 13:11:42 +0000 (13:11 +0000)]
Avoid _t in identifier names, _t is reserved by POSIX.
patch by Jai Menon, jmenon86 gmail com

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

15 years agoAdd img_convert() to imgconvert.h and #include it from imgresample.c.
Diego Biurrun [Sat, 13 Dec 2008 12:56:29 +0000 (12:56 +0000)]
Add img_convert() to imgconvert.h and #include it from imgresample.c.
This fixes an implicit declaration of img_convert() warning.
taken from a patchset from Anders Grönberg, galileo.m2 gmail com

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

15 years agoMatroska uses tables from isom.c, so add the object file to its dependencies.
Anders Grönberg [Sat, 13 Dec 2008 12:46:11 +0000 (12:46 +0000)]
Matroska uses tables from isom.c, so add the object file to its dependencies.
extracted from a patch by Anders Grönberg, galileo.m2 gmail com

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

15 years agoAdd mips64 to the architecture list.
Diego Biurrun [Sat, 13 Dec 2008 11:35:59 +0000 (11:35 +0000)]
Add mips64 to the architecture list.
Taken from the OpenBSD ports tree.

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

15 years agoAdd alternative names for sh4 and parisc architectures.
Diego Biurrun [Sat, 13 Dec 2008 11:35:08 +0000 (11:35 +0000)]
Add alternative names for sh4 and parisc architectures.
Taken from the OpenBSD ports tree.

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

15 years agoLet imgresample altivec code build
Luca Barbato [Sat, 13 Dec 2008 10:53:30 +0000 (10:53 +0000)]
Let imgresample altivec code build

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

15 years agoCleanup types
Luca Barbato [Sat, 13 Dec 2008 10:52:34 +0000 (10:52 +0000)]
Cleanup types

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

15 years agoUnbreak imgresample altivec
Luca Barbato [Sat, 13 Dec 2008 10:49:38 +0000 (10:49 +0000)]
Unbreak imgresample altivec

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

15 years agoRename type to be consistent
Luca Barbato [Sat, 13 Dec 2008 10:45:44 +0000 (10:45 +0000)]
Rename type to be consistent

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

15 years agoDefine _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,
Reimar Döffinger [Sat, 13 Dec 2008 09:16:12 +0000 (09:16 +0000)]
Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,
which sys/types.h will not generate without this.

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

15 years agoFix regression.sh to work on OpenBSD which has md5 instead of md5sum
Reimar Döffinger [Sat, 13 Dec 2008 09:10:55 +0000 (09:10 +0000)]
Fix regression.sh to work on OpenBSD which has md5 instead of md5sum
but it is in the path (/bin), not /sbin.

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

15 years agoRemove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.
Reimar Döffinger [Sat, 13 Dec 2008 08:53:31 +0000 (08:53 +0000)]
Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.

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

15 years agompegts: replace Program_t typedef with "struct Program"
Måns Rullgård [Sat, 13 Dec 2008 00:04:34 +0000 (00:04 +0000)]
mpegts: replace Program_t typedef with "struct Program"

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

15 years agos/#AVClass/AVClass/, consistent with the rest of the doxy.
Stefano Sabatini [Fri, 12 Dec 2008 23:02:21 +0000 (23:02 +0000)]
s/#AVClass/AVClass/, consistent with the rest of the doxy.

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

15 years agoAlso include sys/types.h when testing for socklen_t, since unfortunately
Reimar Döffinger [Fri, 12 Dec 2008 22:43:25 +0000 (22:43 +0000)]
Also include sys/types.h when testing for socklen_t, since unfortunately
OpenBSD 4.4 defines it there (and sys/socket.h does not compile without
it).

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

15 years agoconfigure: clean up .align detection
Måns Rullgård [Fri, 12 Dec 2008 17:17:41 +0000 (17:17 +0000)]
configure: clean up .align detection

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

15 years agoSome forgotten eax -> REG_a changes.
Reimar Döffinger [Fri, 12 Dec 2008 16:46:43 +0000 (16:46 +0000)]
Some forgotten eax -> REG_a changes.
It seems that binutils >= 2.18 just treat eax as rax but older versions fail.

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

15 years agoMore POSIX _t namespace cleanup.
Michael Niedermayer [Fri, 12 Dec 2008 16:21:23 +0000 (16:21 +0000)]
More POSIX _t namespace cleanup.

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

15 years agomatroska: sort codec tags list
Aurelien Jacobs [Fri, 12 Dec 2008 16:04:15 +0000 (16:04 +0000)]
matroska: sort codec tags list

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

15 years agomatroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
Kurtnoise [Fri, 12 Dec 2008 15:55:08 +0000 (15:55 +0000)]
matroska: add dirac support (patch by Kurtnoise  kurtnoise _at_ free _dot_ fr)

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

15 years agoadd another mpeg4 avi fourcc from uncommon codecs list
Ben Littler [Fri, 12 Dec 2008 15:34:55 +0000 (15:34 +0000)]
add another mpeg4 avi fourcc from uncommon codecs list

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

15 years agoadd Altivec implementation of clear_block
Guillaume Poirier [Fri, 12 Dec 2008 09:59:00 +0000 (09:59 +0000)]
add Altivec implementation of clear_block

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

15 years agoAdd sys/time.h header #include, fixes compilation on OS/2.
Dave Yeo [Fri, 12 Dec 2008 06:55:48 +0000 (06:55 +0000)]
Add sys/time.h header #include, fixes compilation on OS/2.
patch by Dave Yeo, daveryeo telus net

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

15 years agoRename all vorbis encoder related typedefs to not use _t for POSIX compatibility
Oded Shimon [Fri, 12 Dec 2008 05:12:51 +0000 (05:12 +0000)]
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility

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

15 years agoUpdate lavf/libnut.c to _tt type names in libnut API
Oded Shimon [Fri, 12 Dec 2008 05:10:43 +0000 (05:10 +0000)]
Update lavf/libnut.c to _tt type names in libnut API

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

15 years agofix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay...
Jay Freeman [Fri, 12 Dec 2008 01:40:00 +0000 (01:40 +0000)]
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com

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

15 years agorename Vp56Model to VP56Model for consistency
Aurelien Jacobs [Fri, 12 Dec 2008 00:51:53 +0000 (00:51 +0000)]
rename Vp56Model to VP56Model for consistency

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

15 years agodnxhd get_pixels_8x4_sym sse2
Baptiste Coudurier [Fri, 12 Dec 2008 00:19:14 +0000 (00:19 +0000)]
dnxhd get_pixels_8x4_sym sse2

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

15 years agoMove get_pixels_8x4 before init func to avoid useless forward declaration.
Baptiste Coudurier [Fri, 12 Dec 2008 00:12:59 +0000 (00:12 +0000)]
Move get_pixels_8x4 before init func to avoid useless forward declaration.

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

15 years agorename 4x8 to 8x4 to match widthxheight consistently
Baptiste Coudurier [Fri, 12 Dec 2008 00:11:19 +0000 (00:11 +0000)]
rename 4x8 to 8x4 to match widthxheight consistently

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

15 years agocosmetics: vertical alignment
Aurelien Jacobs [Thu, 11 Dec 2008 23:00:58 +0000 (23:00 +0000)]
cosmetics: vertical alignment

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

15 years agoavoid POSIX reserved _t suffix
Aurelien Jacobs [Thu, 11 Dec 2008 22:56:19 +0000 (22:56 +0000)]
avoid POSIX reserved _t suffix

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

15 years agoavoid POSIX reserved _t suffix
Aurelien Jacobs [Thu, 11 Dec 2008 22:34:14 +0000 (22:34 +0000)]
avoid POSIX reserved _t suffix

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

15 years agoparse pasp atom and set sample aspect ratio,
Baptiste Coudurier [Thu, 11 Dec 2008 22:24:56 +0000 (22:24 +0000)]
parse pasp atom and set sample aspect ratio,
warn if transformation matrix differs from pasp,
based on a patch by Skal.

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

15 years agos/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
Michael Niedermayer [Thu, 11 Dec 2008 21:45:41 +0000 (21:45 +0000)]
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
namespaces of POSIX.

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

15 years agoAdd backwards-compatibility typedef for removed _t names under appropriate
Diego Biurrun [Thu, 11 Dec 2008 21:05:31 +0000 (21:05 +0000)]
Add backwards-compatibility typedef for removed _t names under appropriate
version #ifdef since otherwise public API is broken.

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

15 years agoremove _t in typedef for POSIX compatibility
Baptiste Coudurier [Thu, 11 Dec 2008 20:06:56 +0000 (20:06 +0000)]
remove _t in typedef for POSIX compatibility

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

15 years agoDrop _t from typedef names for POSIX compatibility.
Diego Biurrun [Thu, 11 Dec 2008 20:06:16 +0000 (20:06 +0000)]
Drop _t from typedef names for POSIX compatibility.

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

15 years agoRemove comment suggesting using variables ending in _t as this would break POSIX.
Michael Niedermayer [Thu, 11 Dec 2008 20:02:15 +0000 (20:02 +0000)]
Remove comment suggesting using variables ending in _t as this would break POSIX.

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

15 years agoAvoid POSIX reserved _t suffix.
Vitor Sessak [Thu, 11 Dec 2008 19:36:25 +0000 (19:36 +0000)]
Avoid POSIX reserved _t suffix.

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

15 years agoRename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
Vitor Sessak [Thu, 11 Dec 2008 19:27:53 +0000 (19:27 +0000)]
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.

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