------------------------------------------------------------------------ r16014 | mru | 2008-12-06 10:42:00 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/dsputil_arm.c ARM: remove some useless comments ------------------------------------------------------------------------ r16015 | jbr | 2008-12-06 12:36:23 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c ac3dec: detect out-of-range exponents ------------------------------------------------------------------------ r16016 | jbr | 2008-12-06 12:37:04 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c cosmetics: reindent after last commit ------------------------------------------------------------------------ r16017 | jbr | 2008-12-06 12:38:21 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c cosmetics: vertical alignment ------------------------------------------------------------------------ r16018 | jbr | 2008-12-06 12:46:23 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). ------------------------------------------------------------------------ r16019 | jbr | 2008-12-06 13:18:10 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/eac3dec.c ac3dec: use skip_bits_long() for block start bits ------------------------------------------------------------------------ r16020 | jbr | 2008-12-06 13:19:44 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/eac3dec.c ac3dec: add missing feature log message for block start info ------------------------------------------------------------------------ r16021 | ramiro | 2008-12-06 13:28:48 -0300 (Sat, 06 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/mlp_parser.c M /trunk/libavcodec/mlpdec.c mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. Patch by Mathieu Velten < matmaul at gmail dot com > ------------------------------------------------------------------------ r16022 | jbr | 2008-12-06 13:33:16 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c ac3dec: simplify exponent bounds checking ------------------------------------------------------------------------ r16023 | rbultje | 2008-12-06 15:35:52 -0300 (Sat, 06 Dec 2008) | 5 lines Changed paths: M /trunk/libavformat/asf.c 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. ------------------------------------------------------------------------ r16024 | rbultje | 2008-12-06 15:41:17 -0300 (Sat, 06 Dec 2008) | 11 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rtp_h264.c M /trunk/libavformat/rtp_internal.h M /trunk/libavformat/rtsp.c 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. ------------------------------------------------------------------------ r16025 | rbultje | 2008-12-06 17:28:38 -0300 (Sat, 06 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/asf.c Remove static variable and a printf using it. See "[PATCH] asf.c: move packet_time_start=0 statement" thread on ML. ------------------------------------------------------------------------ r16026 | ramiro | 2008-12-06 21:57:26 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/mlp_parser.c M /trunk/libavcodec/mlpdec.c mlp: support bit-depths greater than 16 by default. ------------------------------------------------------------------------ r16027 | ramiro | 2008-12-06 21:58:41 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/mlpdec.c mlp: cosmetics: remove {}s over one-lined if. ------------------------------------------------------------------------ r16028 | reynaldo | 2008-12-06 22:53:31 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/mtv.c COSMETICS ------------------------------------------------------------------------ r16029 | ramiro | 2008-12-07 02:17:57 -0300 (Sun, 07 Dec 2008) | 1 line Changed paths: M /trunk/configure M /trunk/libavdevice/vfwcap.c mingw: update w32api to 3.13 ------------------------------------------------------------------------ r16030 | ramiro | 2008-12-07 09:14:44 -0300 (Sun, 07 Dec 2008) | 1 line Changed paths: M /trunk/doc/general.texi documentation: update documentation for minimal w32api version. ------------------------------------------------------------------------ r16031 | kostya | 2008-12-07 13:30:08 -0300 (Sun, 07 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/rv34.c Do not attempt to decode RV30/40 B-frames without anchors. This fixes issue 747. ------------------------------------------------------------------------ r16032 | henry | 2008-12-07 14:29:09 -0300 (Sun, 07 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/udp.c bind to the multicast address if possible ------------------------------------------------------------------------ r16033 | stefano | 2008-12-07 19:52:32 -0300 (Sun, 07 Dec 2008) | 2 lines Changed paths: M /trunk/libavdevice/v4l.c Remove unnecessary ret variable. ------------------------------------------------------------------------ r16034 | jbr | 2008-12-08 00:13:20 -0300 (Mon, 08 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3.c M /trunk/libavcodec/ac3.h M /trunk/libavcodec/ac3dec.c ac3: detect dba errors and prevent writing past end of array ------------------------------------------------------------------------ r16035 | jbr | 2008-12-08 00:15:10 -0300 (Mon, 08 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3.c M /trunk/libavcodec/ac3.h M /trunk/libavcodec/ac3dec.c cosmetics: alignment after last commit ------------------------------------------------------------------------ r16036 | compn | 2008-12-08 17:09:15 -0300 (Mon, 08 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c add mpeg2 fourcc and aac format tag from asf ------------------------------------------------------------------------ r16037 | stefano | 2008-12-08 18:21:38 -0300 (Mon, 08 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/aac.c M /trunk/libavcodec/ac3dec.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/eac3dec.c A /trunk/libavcodec/internal.h M /trunk/libavcodec/qcelpdec.c M /trunk/libavcodec/utils.c Make av_log_missing_feature an internal function, and change its name to ff_log_missing_feature. ------------------------------------------------------------------------ r16038 | diego | 2008-12-08 19:47:43 -0300 (Mon, 08 Dec 2008) | 2 lines Changed paths: M /trunk Use ffmpeg.org as the address for the libswscale svn:external. ------------------------------------------------------------------------ r16039 | superdump | 2008-12-09 08:35:08 -0300 (Tue, 09 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/aac.c AAC: Remove unnecessary fabsf() Patch by Alex Converse (alex converse gmail com) ------------------------------------------------------------------------ r16040 | superdump | 2008-12-09 14:08:40 -0300 (Tue, 09 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/aac.c AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. Patch by Alex Converse (alex converse gmail com) ------------------------------------------------------------------------ r16041 | superdump | 2008-12-09 14:14:42 -0300 (Tue, 09 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/aac.c AAC: Use a sign LUT rather than 1-2*get_bits1() Patch by Alex Converse (alex converse gmail com) ------------------------------------------------------------------------ r16042 | diego | 2008-12-09 17:11:37 -0300 (Tue, 09 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/sparc/simple_idct_vis.c Remove useless inline qualifier, fixes linking with gcc 4.3. patch by Alexis Ballier, alexis.ballier gmail com ------------------------------------------------------------------------ r16043 | mru | 2008-12-09 21:50:59 -0300 (Tue, 09 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/aac.c M /trunk/libavcodec/aac.h AAC: move scratch array to context to ensure 16-byte alignment ------------------------------------------------------------------------ r16044 | lorenm | 2008-12-10 18:26:00 -0300 (Wed, 10 Dec 2008) | 5 lines Changed paths: M /trunk/libavcodec/mjpegdec.c M /trunk/libavcodec/mjpegdec.h fix progressive jpeg: support refinement passes remove intermediate clipping remove redundant idct ------------------------------------------------------------------------ r16045 | lorenm | 2008-12-10 18:35:17 -0300 (Wed, 10 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/h263.c M /trunk/libavcodec/i386/dsputil_mmx.c M /trunk/libavcodec/intrax8.c M /trunk/libavcodec/mimic.c M /trunk/libavcodec/mjpegdec.c M /trunk/libavcodec/vp3.c M /trunk/libavcodec/vp56.c M /trunk/libavcodec/wmv2.c clear_block mmx ------------------------------------------------------------------------ r16046 | reynaldo | 2008-12-10 21:11:02 -0300 (Wed, 10 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdec.c Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. - Patch by Kenan Gillet ------------------------------------------------------------------------ r16047 | conrad | 2008-12-10 21:33:02 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile Fix compilation with only Theora decoder enabled ------------------------------------------------------------------------ r16048 | bcoudurier | 2008-12-10 22:14:32 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dnxhddec.c use dsp clear_block ------------------------------------------------------------------------ r16049 | bcoudurier | 2008-12-10 22:15:00 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dnxhdenc.c use dsp clear_block ------------------------------------------------------------------------ r16050 | bcoudurier | 2008-12-10 22:16:01 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dnxhdenc.c cosmetics ------------------------------------------------------------------------ r16051 | bcoudurier | 2008-12-10 22:32:24 -0300 (Wed, 10 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dnxhdenc.c A /trunk/libavcodec/dnxhdenc.h move structure definitions in their own header ------------------------------------------------------------------------ r16052 | melanson | 2008-12-11 04:49:05 -0300 (Thu, 11 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/riff.c 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) ------------------------------------------------------------------------ r16053 | reimar | 2008-12-11 07:35:20 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/gxf.h Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. ------------------------------------------------------------------------ r16054 | reimar | 2008-12-11 07:42:06 -0300 (Thu, 11 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/gxf.c 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. ------------------------------------------------------------------------ r16055 | diego | 2008-12-11 13:44:22 -0300 (Thu, 11 Dec 2008) | 4 lines Changed paths: M /trunk/libpostproc/postprocess.c 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 ------------------------------------------------------------------------ r16056 | rbultje | 2008-12-11 15:48:08 -0300 (Thu, 11 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/rmdec.c Fix indenting. ------------------------------------------------------------------------ r16057 | michael | 2008-12-11 16:06:24 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/nut.c M /trunk/libavformat/nut.h M /trunk/libavformat/nutdec.c M /trunk/libavformat/nutenc.c remove _t for POSIX compatibility. ------------------------------------------------------------------------ r16058 | reimar | 2008-12-11 16:19:23 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/nuv.c Avoid _t in typedef type ------------------------------------------------------------------------ r16059 | vitor | 2008-12-11 16:27:53 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/roqaudioenc.c Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. ------------------------------------------------------------------------ r16060 | vitor | 2008-12-11 16:36:25 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/roqvideoenc.c Avoid POSIX reserved _t suffix. ------------------------------------------------------------------------ r16061 | michael | 2008-12-11 17:02:15 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/nut.h Remove comment suggesting using variables ending in _t as this would break POSIX. ------------------------------------------------------------------------ r16062 | diego | 2008-12-11 17:06:16 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libpostproc/postprocess.c M /trunk/libpostproc/postprocess.h Drop _t from typedef names for POSIX compatibility. ------------------------------------------------------------------------ r16063 | bcoudurier | 2008-12-11 17:06:56 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/isom.h M /trunk/libavformat/mov.c M /trunk/libavformat/movenc.c remove _t in typedef for POSIX compatibility ------------------------------------------------------------------------ r16064 | diego | 2008-12-11 18:05:31 -0300 (Thu, 11 Dec 2008) | 3 lines Changed paths: M /trunk/libpostproc/postprocess.h Add backwards-compatibility typedef for removed _t names under appropriate version #ifdef since otherwise public API is broken. ------------------------------------------------------------------------ r16065 | michael | 2008-12-11 18:45:41 -0300 (Thu, 11 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h263.c s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved namespaces of POSIX. ------------------------------------------------------------------------ r16066 | bcoudurier | 2008-12-11 19:24:56 -0300 (Thu, 11 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/mov.c parse pasp atom and set sample aspect ratio, warn if transformation matrix differs from pasp, based on a patch by Skal. ------------------------------------------------------------------------ r16067 | aurel | 2008-12-11 19:34:14 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/avs.c M /trunk/libavformat/avs.c M /trunk/libavformat/c93.c M /trunk/libavformat/voc.h M /trunk/libavformat/vocdec.c M /trunk/libavformat/vocenc.c avoid POSIX reserved _t suffix ------------------------------------------------------------------------ r16068 | aurel | 2008-12-11 19:56:19 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/huffman.c M /trunk/libavcodec/huffman.h M /trunk/libavcodec/vp5.c M /trunk/libavcodec/vp56.c M /trunk/libavcodec/vp56.h M /trunk/libavcodec/vp56data.c M /trunk/libavcodec/vp56data.h M /trunk/libavcodec/vp6.c M /trunk/libavcodec/vp6data.h avoid POSIX reserved _t suffix ------------------------------------------------------------------------ r16069 | aurel | 2008-12-11 20:00:58 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/vp56.c M /trunk/libavcodec/vp56.h cosmetics: vertical alignment ------------------------------------------------------------------------ r16070 | bcoudurier | 2008-12-11 21:11:19 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/dnxhdenc.c rename 4x8 to 8x4 to match widthxheight consistently ------------------------------------------------------------------------ r16071 | bcoudurier | 2008-12-11 21:12:59 -0300 (Thu, 11 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/dnxhdenc.c Move get_pixels_8x4 before init func to avoid useless forward declaration. ------------------------------------------------------------------------ r16072 | bcoudurier | 2008-12-11 21:19:14 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/dnxhdenc.c M /trunk/libavcodec/dnxhdenc.h A /trunk/libavcodec/i386/dnxhd_mmx.c dnxhd get_pixels_8x4_sym sse2 ------------------------------------------------------------------------ r16073 | aurel | 2008-12-11 21:51:53 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/vp5.c M /trunk/libavcodec/vp56.c M /trunk/libavcodec/vp56.h M /trunk/libavcodec/vp6.c rename Vp56Model to VP56Model for consistency ------------------------------------------------------------------------ r16074 | bcoudurier | 2008-12-11 22:40:00 -0300 (Thu, 11 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/mjpega_dump_header_bsf.c fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com ------------------------------------------------------------------------ r16075 | ods15 | 2008-12-12 02:10:43 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/libnut.c Update lavf/libnut.c to _tt type names in libnut API ------------------------------------------------------------------------ r16076 | ods15 | 2008-12-12 02:12:51 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/vorbis.c M /trunk/libavcodec/vorbis.h M /trunk/libavcodec/vorbis_dec.c M /trunk/libavcodec/vorbis_enc.c Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility ------------------------------------------------------------------------ r16077 | diego | 2008-12-12 03:55:48 -0300 (Fri, 12 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/udp.c Add sys/time.h header #include, fixes compilation on OS/2. patch by Dave Yeo, daveryeo telus net ------------------------------------------------------------------------ r16078 | gpoirier | 2008-12-12 06:59:00 -0300 (Fri, 12 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/ppc/dsputil_altivec.c add Altivec implementation of clear_block ------------------------------------------------------------------------ r16079 | compn | 2008-12-12 12:34:55 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c add another mpeg4 avi fourcc from uncommon codecs list ------------------------------------------------------------------------ r16080 | aurel | 2008-12-12 12:55:08 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/matroska.c matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) ------------------------------------------------------------------------ r16081 | aurel | 2008-12-12 13:04:15 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/matroska.c matroska: sort codec tags list ------------------------------------------------------------------------ r16082 | michael | 2008-12-12 13:21:23 -0300 (Fri, 12 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/huffyuv.c M /trunk/libavcodec/snow.c More POSIX _t namespace cleanup. ------------------------------------------------------------------------ r16083 | mru | 2008-12-12 14:17:41 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/configure configure: clean up .align detection ------------------------------------------------------------------------ r16084 | reimar | 2008-12-12 19:43:25 -0300 (Fri, 12 Dec 2008) | 3 lines Changed paths: M /trunk/configure 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). ------------------------------------------------------------------------ r16085 | stefano | 2008-12-12 20:02:21 -0300 (Fri, 12 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/opt.h s/#AVClass/AVClass/, consistent with the rest of the doxy. ------------------------------------------------------------------------ r16086 | mru | 2008-12-12 21:04:34 -0300 (Fri, 12 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/mpegts.c mpegts: replace Program_t typedef with "struct Program" ------------------------------------------------------------------------ r16087 | reimar | 2008-12-13 05:53:31 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation. ------------------------------------------------------------------------ r16088 | reimar | 2008-12-13 06:10:55 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/tests/regression.sh Fix regression.sh to work on OpenBSD which has md5 instead of md5sum but it is in the path (/bin), not /sbin. ------------------------------------------------------------------------ r16089 | reimar | 2008-12-13 06:16:12 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/libavdevice/bktr.c 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. ------------------------------------------------------------------------ r16090 | lu_zero | 2008-12-13 07:45:44 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/rtsp.c Rename type to be consistent ------------------------------------------------------------------------ r16091 | lu_zero | 2008-12-13 07:49:38 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ppc/imgresample_altivec.c Unbreak imgresample altivec ------------------------------------------------------------------------ r16092 | lu_zero | 2008-12-13 07:52:34 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ppc/imgresample_altivec.c Cleanup types ------------------------------------------------------------------------ r16093 | lu_zero | 2008-12-13 07:53:30 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile Let imgresample altivec code build ------------------------------------------------------------------------ r16094 | diego | 2008-12-13 08:35:08 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/configure Add alternative names for sh4 and parisc architectures. Taken from the OpenBSD ports tree. ------------------------------------------------------------------------ r16095 | diego | 2008-12-13 08:35:59 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/configure Add mips64 to the architecture list. Taken from the OpenBSD ports tree. ------------------------------------------------------------------------ r16096 | diego | 2008-12-13 09:46:11 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/Makefile 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 ------------------------------------------------------------------------ r16097 | diego | 2008-12-13 09:56:29 -0300 (Sat, 13 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/imgconvert.h M /trunk/libavcodec/imgresample.c 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 ------------------------------------------------------------------------ r16098 | diego | 2008-12-13 10:11:42 -0300 (Sat, 13 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/iff.c Avoid _t in identifier names, _t is reserved by POSIX. patch by Jai Menon, jmenon86 gmail com ------------------------------------------------------------------------ r16099 | diego | 2008-12-13 10:34:59 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/indeo3.c Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. ------------------------------------------------------------------------ r16100 | diego | 2008-12-13 10:39:13 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/allformats.c M /trunk/libavformat/avio.h M /trunk/libavformat/aviobuf.c whitespace cosmetics ------------------------------------------------------------------------ r16101 | diego | 2008-12-13 11:29:53 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Make mips64 a separate arch with fast_64bit. ------------------------------------------------------------------------ r16102 | reimar | 2008-12-13 12:13:24 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/configure Allow setting a different nm binary from the configure line. ------------------------------------------------------------------------ r16103 | mru | 2008-12-13 12:31:30 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/subdir.mak Remove other shared lib names from linker command line for shared libs ------------------------------------------------------------------------ r16104 | mru | 2008-12-13 12:45:03 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/configure configure: fix $nm ------------------------------------------------------------------------ r16105 | diego | 2008-12-13 13:08:31 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/nut.h Remove misleading comment, _t is POSIX-reserved namespace. ------------------------------------------------------------------------ r16106 | diego | 2008-12-13 13:35:58 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/allformats.c cosmetics: Break some lines for a more aesthetically pleasing result. ------------------------------------------------------------------------ r16107 | diego | 2008-12-13 14:04:22 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/allformats.c 100l: Add missing backslashes. ------------------------------------------------------------------------ r16108 | rbultje | 2008-12-13 14:18:11 -0300 (Sat, 13 Dec 2008) | 10 lines Changed paths: M /trunk/libavformat/asf.c 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. ------------------------------------------------------------------------ r16109 | diego | 2008-12-13 15:16:06 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/libxvidff.c M /trunk/libavdevice/x11grab.c Do not invade _t POSIX namespace. ------------------------------------------------------------------------ r16110 | rbultje | 2008-12-13 18:37:27 -0300 (Sat, 13 Dec 2008) | 7 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rm.h M /trunk/libavformat/rmdec.c 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. ------------------------------------------------------------------------ r16111 | rbultje | 2008-12-13 18:40:20 -0300 (Sat, 13 Dec 2008) | 6 lines Changed paths: M /trunk/libavformat/rm.h M /trunk/libavformat/rmdec.c M /trunk/libavformat/rmenc.c 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. ------------------------------------------------------------------------ r16112 | reimar | 2008-12-13 18:58:17 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/gxf.c M /trunk/libavformat/gxf.h M /trunk/libavformat/gxfenc.c Avoid _t in gxf enum type names ------------------------------------------------------------------------ r16113 | lucabe | 2008-12-13 20:03:34 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/rtp.h Remove unused types ------------------------------------------------------------------------ r16114 | lucabe | 2008-12-13 20:20:05 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/rtp.h Remove useless typedef ------------------------------------------------------------------------ r16115 | lucabe | 2008-12-13 20:25:19 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/rtp.h M /trunk/libavformat/rtp_internal.h M /trunk/libavformat/rtpdec.c M /trunk/libavformat/rtsp.c Rename rtp_payload_data_t to avoid clashes with the POSIX namespace ------------------------------------------------------------------------ r16116 | aurel | 2008-12-13 21:46:27 -0300 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/i386/mmx.h M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/imgresample.c Get rid of mmx_t. ------------------------------------------------------------------------ r16117 | aurel | 2008-12-13 21:48:16 -0300 (Sat, 13 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/i386/dsputil_mmx.c M /trunk/libavcodec/i386/dsputil_mmx.h avoid POSIX reserved _t suffix ------------------------------------------------------------------------ r16118 | melanson | 2008-12-14 00:29:33 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/cinepak.c M /trunk/libavcodec/idcinvideo.c M /trunk/libavcodec/svq1dec.c M /trunk/libavcodec/truemotion1.c M /trunk/libavformat/segafilm.c M /trunk/libavformat/sierravmd.c The POSIX namespace shall be held sacrosanct. To that end, continue eliminating _t from structure names in FFmpeg. ------------------------------------------------------------------------ r16119 | melanson | 2008-12-14 00:41:11 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/truemotion1.c undoing revision 16118 for truemotion1.c; commit was premature ------------------------------------------------------------------------ r16120 | diego | 2008-12-14 09:24:50 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/eval.c M /trunk/libavcodec/eval.h M /trunk/libavcodec/h264.c Add a few const qualifiers in appropriate places. patch by Anders Grönberg, galileo.m2 gmail com ------------------------------------------------------------------------ r16121 | diego | 2008-12-14 09:30:34 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/imgconvert.c Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. ------------------------------------------------------------------------ r16122 | michael | 2008-12-14 11:01:12 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/raw.c Remove silly FIXME comment. ------------------------------------------------------------------------ r16123 | michael | 2008-12-14 11:45:57 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/ffplay.c Fix files with fps between 0.5 and 0.1. Fixes issue749 ------------------------------------------------------------------------ r16124 | stefano | 2008-12-14 12:02:27 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/ffmpeg.c Cosmetics: remove empty comments. ------------------------------------------------------------------------ r16125 | rathann | 2008-12-14 12:42:14 -0300 (Sun, 14 Dec 2008) | 5 lines Changed paths: M /trunk/configure Fix the use of Requires.private and Libs.private in generated .pc files. Patch by Reinhard Tartler \ siretart ! tauware + de /. ------------------------------------------------------------------------ r16126 | diego | 2008-12-14 12:48:01 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/xvmc_render.h cosmetics: typo/grammar/wording/whitespace fixes ------------------------------------------------------------------------ r16127 | michael | 2008-12-14 12:48:48 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/avidec.c Fix non interleaved variable fps ODML avis. Fixed issue738 ------------------------------------------------------------------------ r16128 | aurel | 2008-12-14 13:41:51 -0300 (Sun, 14 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/indeo3.c indeo3: replace sizeof(struct ...) by sizeof(*var) ------------------------------------------------------------------------ r16129 | mru | 2008-12-14 14:30:18 -0300 (Sun, 14 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/oggparseflac.c oggflac: fix bitstream reader usage ------------------------------------------------------------------------ r16130 | stefano | 2008-12-14 16:36:38 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/utils.c Use a more explicit "codec" rather than "format" as the parameter of register_avcodec(). ------------------------------------------------------------------------ r16131 | stefano | 2008-12-14 17:04:00 -0300 (Sun, 14 Dec 2008) | 5 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/utils.c M /trunk/libavformat/allformats.c Make register_avcodec() call avcodec_init(). This avoids the possibility to use a registered codec without first initializing libavcodec, which resulted in unexpected behavior. ------------------------------------------------------------------------ r16132 | stefano | 2008-12-14 17:04:41 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h Document register_avcodec(). ------------------------------------------------------------------------ r16133 | michael | 2008-12-14 17:38:05 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/avidec.c 10l (forgot sample_size) Should fix fate. ------------------------------------------------------------------------ r16134 | stefano | 2008-12-14 18:34:12 -0300 (Sun, 14 Dec 2008) | 9 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/opt.c 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()". ------------------------------------------------------------------------ r16135 | stefano | 2008-12-14 18:38:03 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/avcodec.h Move documentation of avcodec_register_all() from allcodecs.c to avcodec.h. ------------------------------------------------------------------------ r16136 | rbultje | 2008-12-14 19:23:14 -0300 (Sun, 14 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/rtsp.c 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. ------------------------------------------------------------------------ r16137 | rbultje | 2008-12-14 19:23:59 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/rtsp.c Add comment to indicate why the SDP line buffer is as big as it is. ------------------------------------------------------------------------ r16138 | rbultje | 2008-12-14 19:24:58 -0300 (Sun, 14 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/rmdec.c Reindent something that looks weird. ------------------------------------------------------------------------ r16139 | rbultje | 2008-12-14 19:26:28 -0300 (Sun, 14 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/rmdec.c 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". ------------------------------------------------------------------------ r16140 | aurel | 2008-12-14 21:00:16 -0300 (Sun, 14 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/vp5.c M /trunk/libavcodec/vp56.c M /trunk/libavcodec/vp6.c vp56: don't reset dimensions to 0 in codec init ------------------------------------------------------------------------ r16141 | michael | 2008-12-14 22:24:04 -0300 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Enable filter_mb_fast if CODEC_FLAG2_FAST is set. ------------------------------------------------------------------------ r16142 | diego | 2008-12-15 07:08:31 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/cavs.h M /trunk/libavcodec/cavsdata.h M /trunk/libavcodec/cavsdec.c Avoid POSIX-reserved _t in identifier names. ------------------------------------------------------------------------ r16143 | kostya | 2008-12-15 14:51:10 -0300 (Mon, 15 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/smacker.c Fix one peculiar case in Smacker decoding. Patch by Daniel Verkamp ($firstname drv nu) Thread [PATCH] Smacker video decoder bug fix ------------------------------------------------------------------------ r16144 | diego | 2008-12-15 18:02:17 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/pthread.c Avoid invasion of POSIX-reserved _t namespace. ------------------------------------------------------------------------ r16145 | mru | 2008-12-15 19:12:32 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/armv4l/dsputil_arm.c A /trunk/libavcodec/armv4l/dsputil_neon.c A /trunk/libavcodec/armv4l/dsputil_neon_s.S ARM: NEON optimised put_pixels functions ------------------------------------------------------------------------ r16146 | mru | 2008-12-15 19:12:37 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/armv4l/dsputil_arm.c A /trunk/libavcodec/armv4l/simple_idct_neon.S M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/utils.c ARM: NEON optimised simple_idct ------------------------------------------------------------------------ r16147 | mru | 2008-12-15 19:12:41 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/armv4l/dsputil_neon.c A /trunk/libavcodec/armv4l/h264dsp_neon.S ARM: NEON optimised {put,avg}_h264_chroma_mc[48] ------------------------------------------------------------------------ r16148 | mru | 2008-12-15 19:12:44 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/dsputil_neon.c M /trunk/libavcodec/armv4l/h264dsp_neon.S ARM: NEON optimised H.264 loop filter ------------------------------------------------------------------------ r16149 | mru | 2008-12-15 19:12:47 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/dsputil_neon.c M /trunk/libavcodec/armv4l/h264dsp_neon.S ARM: NEON optimised H.264 8x8 and 16x16 qpel MC ------------------------------------------------------------------------ r16150 | mru | 2008-12-15 19:12:51 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/armv4l/dsputil_neon.c A /trunk/libavcodec/armv4l/h264idct_neon.S ARM: NEON optimised h264_idct_add ------------------------------------------------------------------------ r16151 | mru | 2008-12-15 19:12:54 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/dsputil_neon.c M /trunk/libavcodec/armv4l/h264idct_neon.S ARM: NEON optimised h264_idct_dc_add ------------------------------------------------------------------------ r16152 | diego | 2008-12-15 19:14:58 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/xvmc_render.h whitespace cosmetics ------------------------------------------------------------------------ r16153 | diego | 2008-12-15 19:22:51 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/error_resilience.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/mpegvideo.c Switch xvmc over to a CONFIG_ option. ------------------------------------------------------------------------ r16154 | diego | 2008-12-15 19:24:12 -0300 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/configure Add xvmc configure support. ------------------------------------------------------------------------ r16155 | stefano | 2008-12-15 19:40:28 -0300 (Mon, 15 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/opt.c Remove ending period in a log message, which was inconsistent with most other messages. ------------------------------------------------------------------------ r16156 | stefano | 2008-12-15 19:48:10 -0300 (Mon, 15 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/opt.c Implement the av_set_number2() internal function, which makes possible to distinguish between a not found option failure and a not valid value failure. ------------------------------------------------------------------------ r16157 | benoit | 2008-12-15 20:01:54 -0300 (Mon, 15 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv10.c Check extradata is large enough. Patch by Laurent Aimar fenrir \:/ via ecp fr ------------------------------------------------------------------------ r16158 | conrad | 2008-12-15 21:47:59 -0300 (Mon, 15 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/i386/cavsdsp_mmx.c Workaround for shared libs on OS X with Apple gcc 4.0.1 ------------------------------------------------------------------------ r16159 | michael | 2008-12-16 00:11:36 -0300 (Tue, 16 Dec 2008) | 4 lines Changed paths: M /trunk/ffmpeg.c Do not skip frames until the first keyframe when stream copying but no starttime is set. Fixes at least -vcodec copy with VS2k5DebugDemo-01-partial.avi. ------------------------------------------------------------------------ r16160 | compn | 2008-12-16 00:42:10 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c add rpza avi fourcc ------------------------------------------------------------------------ r16161 | compn | 2008-12-16 00:49:26 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi ------------------------------------------------------------------------ r16162 | compn | 2008-12-16 02:20:11 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list ------------------------------------------------------------------------ r16163 | compn | 2008-12-16 02:22:53 -0300 (Tue, 16 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/riff.c add MPNG fourcc fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi ------------------------------------------------------------------------ r16164 | benoit | 2008-12-16 04:56:33 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/libamr.c Fix warning "format not a string literal and no format arguments". ------------------------------------------------------------------------ r16165 | benoit | 2008-12-16 05:02:05 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/libamr.c Add const qualifiers to decode functions. ------------------------------------------------------------------------ r16166 | bcoudurier | 2008-12-16 05:47:28 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/mov.c check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure ------------------------------------------------------------------------ r16167 | michael | 2008-12-16 13:14:07 -0300 (Tue, 16 Dec 2008) | 4 lines Changed paths: M /trunk/libavformat/avidec.c Fix bug where the avi demxuer lost the first frame of malformed ODML avis. Fixes VS2k5DebugDemo-01-partial.avi ------------------------------------------------------------------------ r16168 | michael | 2008-12-16 16:39:01 -0300 (Tue, 16 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264pred.c M /trunk/libavcodec/h264pred.h Horizontal and vertical prediction functions needed for new lossless mode of H.264. ------------------------------------------------------------------------ r16169 | mru | 2008-12-16 16:59:50 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dct-test.c dct-test: add PARTTRANS permutation ------------------------------------------------------------------------ r16170 | mru | 2008-12-16 17:00:07 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dct-test.c dct-test: add ARM IDCTs ------------------------------------------------------------------------ r16171 | michael | 2008-12-16 17:09:09 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Support the new lossless mode. ------------------------------------------------------------------------ r16172 | michael | 2008-12-16 17:26:22 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264.h Do not recalculate constant part of is_complex for every MB. ------------------------------------------------------------------------ r16173 | michael | 2008-12-16 17:43:39 -0300 (Tue, 16 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove the code. ------------------------------------------------------------------------ r16174 | michael | 2008-12-16 18:08:16 -0300 (Tue, 16 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Factorize 3 multiplications out, code becomes 3 cpu cycles faster. (not significant as thats just per MB) ------------------------------------------------------------------------ r16175 | stefano | 2008-12-16 18:35:35 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/opt.c M /trunk/libavcodec/opt.h Implement av_set_string3(). ------------------------------------------------------------------------ r16176 | michael | 2008-12-16 19:16:11 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Fix indention, also do a little vertical alignment of changed lines. ------------------------------------------------------------------------ r16177 | diego | 2008-12-16 20:45:26 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/doc/issue_tracker.txt Roundup now works from a ffmpeg.org domain as well, so prefer that. ------------------------------------------------------------------------ r16178 | diego | 2008-12-16 21:39:45 -0300 (Tue, 16 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c M /trunk/libavcodec/i386/dsputil_mmx_avg_template.c M /trunk/libavcodec/i386/dsputil_mmx_qns_template.c M /trunk/libavcodec/i386/dsputil_mmx_rnd_template.c M /trunk/libavcodec/imgconvert_template.c Remove obsolete and misleading comments. ------------------------------------------------------------------------ r16179 | mru | 2008-12-16 21:54:54 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile A /trunk/libavcodec/arm A /trunk/libavcodec/arm/asm.S (from /trunk/libavcodec/armv4l/asm.S:16178) A /trunk/libavcodec/arm/dsputil_arm.c (from /trunk/libavcodec/armv4l/dsputil_arm.c:16178) A /trunk/libavcodec/arm/dsputil_arm_s.S (from /trunk/libavcodec/armv4l/dsputil_arm_s.S:16178) A /trunk/libavcodec/arm/dsputil_iwmmxt.c (from /trunk/libavcodec/armv4l/dsputil_iwmmxt.c:16178) A /trunk/libavcodec/arm/dsputil_iwmmxt_rnd_template.c (from /trunk/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c:16178) A /trunk/libavcodec/arm/dsputil_neon.c (from /trunk/libavcodec/armv4l/dsputil_neon.c:16178) A /trunk/libavcodec/arm/dsputil_neon_s.S (from /trunk/libavcodec/armv4l/dsputil_neon_s.S:16178) A /trunk/libavcodec/arm/dsputil_vfp.S (from /trunk/libavcodec/armv4l/dsputil_vfp.S:16178) A /trunk/libavcodec/arm/float_arm_vfp.c (from /trunk/libavcodec/armv4l/float_arm_vfp.c:16178) A /trunk/libavcodec/arm/h264dsp_neon.S (from /trunk/libavcodec/armv4l/h264dsp_neon.S:16178) A /trunk/libavcodec/arm/h264idct_neon.S (from /trunk/libavcodec/armv4l/h264idct_neon.S:16178) A /trunk/libavcodec/arm/jrevdct_arm.S (from /trunk/libavcodec/armv4l/jrevdct_arm.S:16178) A /trunk/libavcodec/arm/mathops.h (from /trunk/libavcodec/armv4l/mathops.h:16178) A /trunk/libavcodec/arm/mpegvideo_arm.c (from /trunk/libavcodec/armv4l/mpegvideo_arm.c:16178) A /trunk/libavcodec/arm/mpegvideo_armv5te.c (from /trunk/libavcodec/armv4l/mpegvideo_armv5te.c:16178) A /trunk/libavcodec/arm/mpegvideo_armv5te_s.S (from /trunk/libavcodec/armv4l/mpegvideo_armv5te_s.S:16178) A /trunk/libavcodec/arm/mpegvideo_iwmmxt.c (from /trunk/libavcodec/armv4l/mpegvideo_iwmmxt.c:16178) A /trunk/libavcodec/arm/simple_idct_arm.S (from /trunk/libavcodec/armv4l/simple_idct_arm.S:16178) A /trunk/libavcodec/arm/simple_idct_armv5te.S (from /trunk/libavcodec/armv4l/simple_idct_armv5te.S:16178) A /trunk/libavcodec/arm/simple_idct_armv6.S (from /trunk/libavcodec/armv4l/simple_idct_armv6.S:16178) A /trunk/libavcodec/arm/simple_idct_neon.S (from /trunk/libavcodec/armv4l/simple_idct_neon.S:16178) D /trunk/libavcodec/armv4l M /trunk/libavcodec/bitstream.h M /trunk/libavcodec/dct-test.c M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/mathops.h M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/mpegvideo.h M /trunk/libavutil/bswap.h M /trunk/libavutil/internal.h ARM: replace "armv4l" with "arm" ------------------------------------------------------------------------ r16180 | mru | 2008-12-16 23:30:22 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/aac_parser.c AAC: fix strict aliasing violation in parser ------------------------------------------------------------------------ r16181 | mru | 2008-12-16 23:30:26 -0300 (Tue, 16 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3_parser.c AC3: fix strict aliasing violation in parser ------------------------------------------------------------------------ r16182 | michael | 2008-12-16 23:35:14 -0300 (Tue, 16 Dec 2008) | 5 lines Changed paths: M /trunk/libavcodec/h264.c Split filter_mb_dir() out of filter_mb(). 1% overall decoding speed up for cathedral-beta2-400extra-crop-avc.mp4 no speed change for Aladin.mpg Benchmarks done on Pentium dual ------------------------------------------------------------------------ r16183 | michael | 2008-12-16 23:53:03 -0300 (Tue, 16 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Replace != 0 || check by | 3 cpu cycles faster ------------------------------------------------------------------------ r16184 | michael | 2008-12-17 00:41:48 -0300 (Wed, 17 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/svq3.c Fix svq3 decoding, is_complex was not initialized. ------------------------------------------------------------------------ r16185 | bcoudurier | 2008-12-17 05:09:09 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/isom.c activate jpeg2000 fourcc in mov/mj2 ------------------------------------------------------------------------ r16186 | gpoirier | 2008-12-17 06:47:06 -0300 (Wed, 17 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/ppc/float_altivec.c add AltiVec implementation of int32_to_float_fmul_scalar ------------------------------------------------------------------------ r16187 | benoit | 2008-12-17 08:22:51 -0300 (Wed, 17 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/img2.c Add jp2 support to img2 demuxer. On behalf of Jai Menon ------------------------------------------------------------------------ r16188 | diego | 2008-12-17 12:44:40 -0300 (Wed, 17 Dec 2008) | 3 lines Changed paths: M /trunk/configure Check function prototype in check_asm function to avoid compiler warnings. patch by Marc Mason, mpeg.blue free fr ------------------------------------------------------------------------ r16189 | kostya | 2008-12-17 14:39:35 -0300 (Wed, 17 Dec 2008) | 7 lines Changed paths: M /trunk/libavcodec/tiff.c 4l: TIFF stores short strings inside tag, do not interpret it is as an offset Fixes issue 753 -This line, and those below, will be ignored-- M libavcodec/tiff.c ------------------------------------------------------------------------ r16190 | kostya | 2008-12-17 16:37:45 -0300 (Wed, 17 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv30dsp.c Unfortunately RV30 luma thirdpel MC functions cannot be substituted with applying two separate filtering passes, so implement them explicitly. ------------------------------------------------------------------------ r16191 | kostya | 2008-12-17 16:39:56 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Generate correct deblock pattern for RV30 ------------------------------------------------------------------------ r16192 | kostya | 2008-12-17 17:00:48 -0300 (Wed, 17 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/rv34.c M /trunk/libavcodec/rv40.c Merge deblocking pattern with CBP for RV30/40 loop filtering ------------------------------------------------------------------------ r16193 | mru | 2008-12-17 17:04:39 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/libavutil/internal.h ARM: make FASTDIV() an inline function ------------------------------------------------------------------------ r16194 | kostya | 2008-12-17 17:10:15 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c use precalculated mb_pos where available ------------------------------------------------------------------------ r16195 | kostya | 2008-12-17 17:17:07 -0300 (Wed, 17 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c add const qualifier to some pointers for input data ------------------------------------------------------------------------