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

15 years agoAvoid _t in typedef type
Reimar Döffinger [Thu, 11 Dec 2008 19:19:23 +0000 (19:19 +0000)]
Avoid _t in typedef type

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

15 years agoremove _t for POSIX compatibility.
Michael Niedermayer [Thu, 11 Dec 2008 19:06:24 +0000 (19:06 +0000)]
remove _t for POSIX compatibility.

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

15 years agoFix indenting.
Ronald S. Bultje [Thu, 11 Dec 2008 18:48:08 +0000 (18:48 +0000)]
Fix indenting.

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

15 years agoDo not set COMPILE_C if AltiVec is enabled without runtime CPU detection.
Diego Biurrun [Thu, 11 Dec 2008 16:44:22 +0000 (16:44 +0000)]
Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.
Gets rid of the following warning:
postprocess_template.c:3271: warning: ‘postProcess_C’ defined but not used

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

15 years agoUse "struct gxf_stream_info" instead of "st_info_t",
Reimar Döffinger [Thu, 11 Dec 2008 10:42:06 +0000 (10:42 +0000)]
Use "struct gxf_stream_info" instead of "st_info_t",
avoids a typedef that is not really worth it and the
reserved POSIX _t namespace.

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

15 years agoRemove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
Reimar Döffinger [Thu, 11 Dec 2008 10:35:20 +0000 (10:35 +0000)]
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.

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

15 years agoadd 'ACDV' FourCC (which is just complete JPEG files in individual AVI
Mike Melanson [Thu, 11 Dec 2008 07:49:05 +0000 (07:49 +0000)]
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI
instead)

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

15 years agomove structure definitions in their own header
Baptiste Coudurier [Thu, 11 Dec 2008 01:32:24 +0000 (01:32 +0000)]
move structure definitions in their own header

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

15 years agocosmetics
Baptiste Coudurier [Thu, 11 Dec 2008 01:16:01 +0000 (01:16 +0000)]
cosmetics

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

15 years agouse dsp clear_block
Baptiste Coudurier [Thu, 11 Dec 2008 01:15:00 +0000 (01:15 +0000)]
use dsp clear_block

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

15 years agouse dsp clear_block
Baptiste Coudurier [Thu, 11 Dec 2008 01:14:32 +0000 (01:14 +0000)]
use dsp clear_block

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

15 years agoFix compilation with only Theora decoder enabled
David Conrad [Thu, 11 Dec 2008 00:33:02 +0000 (00:33 +0000)]
Fix compilation with only Theora decoder enabled

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

15 years agoAvoid the 'Claimed bitrate and buffer size mismatch' warning storm.
Kenan Gillet [Thu, 11 Dec 2008 00:11:02 +0000 (00:11 +0000)]
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
- Patch by Kenan Gillet

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

15 years agoclear_block mmx
Loren Merritt [Wed, 10 Dec 2008 21:35:17 +0000 (21:35 +0000)]
clear_block mmx

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

15 years agofix progressive jpeg:
Loren Merritt [Wed, 10 Dec 2008 21:26:00 +0000 (21:26 +0000)]
fix progressive jpeg:
support refinement passes
remove intermediate clipping
remove redundant idct

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

15 years agoAAC: move scratch array to context to ensure 16-byte alignment
Måns Rullgård [Wed, 10 Dec 2008 00:50:59 +0000 (00:50 +0000)]
AAC: move scratch array to context to ensure 16-byte alignment

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

15 years agoRemove useless inline qualifier, fixes linking with gcc 4.3.
Alexis Ballier [Tue, 9 Dec 2008 20:11:37 +0000 (20:11 +0000)]
Remove useless inline qualifier, fixes linking with gcc 4.3.
patch by Alexis Ballier, alexis.ballier gmail com

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

15 years agoAAC: Use a sign LUT rather than 1-2*get_bits1()
Alex Converse [Tue, 9 Dec 2008 17:14:42 +0000 (17:14 +0000)]
AAC: Use a sign LUT rather than 1-2*get_bits1()

Patch by Alex Converse (alex converse gmail com)

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

15 years agoAAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
Alex Converse [Tue, 9 Dec 2008 17:08:40 +0000 (17:08 +0000)]
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.

Patch by Alex Converse (alex converse gmail com)

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

15 years agoAAC: Remove unnecessary fabsf()
Alex Converse [Tue, 9 Dec 2008 11:35:08 +0000 (11:35 +0000)]
AAC: Remove unnecessary fabsf()

Patch by Alex Converse (alex converse gmail com)

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

15 years agoMake av_log_missing_feature an internal function, and change its name
Stefano Sabatini [Mon, 8 Dec 2008 21:21:38 +0000 (21:21 +0000)]
Make av_log_missing_feature an internal function, and change its name
to ff_log_missing_feature.

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

15 years agoadd mpeg2 fourcc and aac format tag from asf
Ben Littler [Mon, 8 Dec 2008 20:09:15 +0000 (20:09 +0000)]
add mpeg2 fourcc and aac format tag from asf

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

15 years agocosmetics: alignment after last commit
Justin Ruggles [Mon, 8 Dec 2008 03:15:10 +0000 (03:15 +0000)]
cosmetics: alignment after last commit

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

15 years agoac3: detect dba errors and prevent writing past end of array
Justin Ruggles [Mon, 8 Dec 2008 03:13:20 +0000 (03:13 +0000)]
ac3: detect dba errors and prevent writing past end of array

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

15 years agoRemove unnecessary ret variable.
Stefano Sabatini [Sun, 7 Dec 2008 22:52:32 +0000 (22:52 +0000)]
Remove unnecessary ret variable.

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

15 years agobind to the multicast address if possible
Jindřich Makovička [Sun, 7 Dec 2008 17:29:09 +0000 (17:29 +0000)]
bind to the multicast address if possible

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

15 years agoDo not attempt to decode RV30/40 B-frames without anchors.
Kostya Shishkov [Sun, 7 Dec 2008 16:30:08 +0000 (16:30 +0000)]
Do not attempt to decode RV30/40 B-frames without anchors.

This fixes issue 747.

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

15 years agodocumentation: update documentation for minimal w32api version.
Ramiro Polla [Sun, 7 Dec 2008 12:14:44 +0000 (12:14 +0000)]
documentation: update documentation for minimal w32api version.

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

15 years agomingw: update w32api to 3.13
Ramiro Polla [Sun, 7 Dec 2008 05:17:57 +0000 (05:17 +0000)]
mingw: update w32api to 3.13

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

15 years agoCOSMETICS
Reynaldo H. Verdejo Pinochet [Sun, 7 Dec 2008 01:53:31 +0000 (01:53 +0000)]
COSMETICS

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

15 years agomlp: cosmetics: remove {}s over one-lined if.
Ramiro Polla [Sun, 7 Dec 2008 00:58:41 +0000 (00:58 +0000)]
mlp: cosmetics: remove {}s over one-lined if.

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

15 years agomlp: support bit-depths greater than 16 by default.
Ramiro Polla [Sun, 7 Dec 2008 00:57:26 +0000 (00:57 +0000)]
mlp: support bit-depths greater than 16 by default.

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

15 years agoRemove static variable and a printf using it. See "[PATCH] asf.c: move
Ronald S. Bultje [Sat, 6 Dec 2008 20:28:38 +0000 (20:28 +0000)]
Remove static variable and a printf using it. See "[PATCH] asf.c: move
packet_time_start=0 statement" thread on ML.

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

15 years agoChange function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
Ronald S. Bultje [Sat, 6 Dec 2008 18:41:17 +0000 (18:41 +0000)]
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
This function is called in rtsp.c for each a= line in the SDP of the Describe
response after m= RTSP stream descriptors. The function prototype used to
take an AVStream argument. For RDT, however, every RTSPStream represents
a set of streams of identical content, and can thus represent multiple
AVStreams. Therefore, it should not take an AVStream as argument. This
patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer)
instead. See discussion in "[PATCH/RFC] change function prototype of
parse_sdp_a_line" thread on ML.

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

15 years agoDo not access s->gb directly in functions that have a local copy of that
Ronald S. Bultje [Sat, 6 Dec 2008 18:35:52 +0000 (18:35 +0000)]
Do not access s->gb directly in functions that have a local copy of that
variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on
ML.

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

15 years agoac3dec: simplify exponent bounds checking
Justin Ruggles [Sat, 6 Dec 2008 16:33:16 +0000 (16:33 +0000)]
ac3dec: simplify exponent bounds checking

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

15 years agomlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
Mathieu Velten [Sat, 6 Dec 2008 16:28:48 +0000 (16:28 +0000)]
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.

Patch by Mathieu Velten < matmaul at gmail dot com >

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