summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-13
| | | | | | | 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
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-13
| | | | | | extracted from a patch by Anders Grönberg, galileo.m2 gmail com Originally committed as revision 16096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mips64 to the architecture list.Diego Biurrun2008-12-13
| | | | | | Taken from the OpenBSD ports tree. Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alternative names for sh4 and parisc architectures.Diego Biurrun2008-12-13
| | | | | | Taken from the OpenBSD ports tree. Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let imgresample altivec code buildLuca Barbato2008-12-13
| | | | Originally committed as revision 16093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup typesLuca Barbato2008-12-13
| | | | Originally committed as revision 16092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unbreak imgresample altivecLuca Barbato2008-12-13
| | | | Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename type to be consistentLuca Barbato2008-12-13
| | | | Originally committed as revision 16090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,Reimar Döffinger2008-12-13
| | | | | | which sys/types.h will not generate without this. Originally committed as revision 16089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression.sh to work on OpenBSD which has md5 instead of md5sumReimar Döffinger2008-12-13
| | | | | | but it is in the path (/bin), not /sbin. Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.Reimar Döffinger2008-12-13
| | | | Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-13
| | | | Originally committed as revision 16086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-12
| | | | Originally committed as revision 16085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also include sys/types.h when testing for socklen_t, since unfortunatelyReimar Döffinger2008-12-12
| | | | | | | 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
* configure: clean up .align detectionMåns Rullgård2008-12-12
| | | | Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-12
| | | | | | 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
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
| | | | Originally committed as revision 16082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: sort codec tags listAurelien Jacobs2008-12-12
| | | | Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-12
| | | | Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
| | | | Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-12
| | | | Originally committed as revision 16078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
| | | | Originally committed as revision 16076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-12
| | | | Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch ↵Jay Freeman2008-12-12
| | | | | | by Jay Freeman, saurik at saurik com Originally committed as revision 16074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
| | | | Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
| | | | Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-12
| | | | Originally committed as revision 16071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-12
| | | | Originally committed as revision 16070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
| | | | Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
| | | | Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
| | | | Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
| | | | | | | 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
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-11
| | | | | | namespaces of POSIX. Originally committed as revision 16065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun2008-12-11
| | | | | | version #ifdef since otherwise public API is broken. Originally committed as revision 16064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-11
| | | | Originally committed as revision 16062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comment suggesting using variables ending in _t as this would break ↵Michael Niedermayer2008-12-11
| | | | | | POSIX. Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-11
| | | | Originally committed as revision 16060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-11
| | | | Originally committed as revision 16059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid _t in typedef typeReimar Döffinger2008-12-11
| | | | Originally committed as revision 16058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
| | | | Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indenting.Ronald S. Bultje2008-12-11
| | | | Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-11
| | | | | | | 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
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
| | | | | | | 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
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ↵Reimar Döffinger2008-12-11
| | | | | | */ comment. Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
| | | | | | | 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
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsp clear_blockBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16049 to svn://svn.ffmpeg.org/ffmpeg/trunk