------------------------------------------------------------------------ r15770 | rathann | 2008-11-03 15:08:00 -0300 (Mon, 03 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/armv4l/dsputil_arm.c M /trunk/libavcodec/armv4l/dsputil_iwmmxt.c M /trunk/libavcodec/armv4l/mpegvideo_iwmmxt.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/dct-test.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/fft.c M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/i386/dsputil_mmx.c M /trunk/libavcodec/i386/dsputilenc_mmx.c M /trunk/libavcodec/i386/motion_est_mmx.c M /trunk/libavcodec/i386/mpegvideo_mmx.c M /trunk/libavcodec/imgresample.c M /trunk/libavcodec/ppc/dsputil_ppc.c M /trunk/libavcodec/ppc/mpegvideo_altivec.c Remove duplicated MM_* macros for CPU capabilities from dsputil.h. Add missing one for FF_MM_ALTIVEC to avcodec.h. Rename all the occurences of MM_* to the corresponding FF_MM_*. ------------------------------------------------------------------------ r15771 | diego | 2008-11-03 18:59:35 -0300 (Mon, 03 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/armv4l/mathops.h Fix illegal identifier, __ are reserved for the system. ------------------------------------------------------------------------ r15772 | andoma | 2008-11-04 03:54:42 -0300 (Tue, 04 Nov 2008) | 5 lines Changed paths: M /trunk/libavcodec/h263.c M /trunk/libavcodec/mpegvideo.h Only warn about "Invalid and inefficient vfw-avi packed B frames" once. Patch by Andrew Savchenko, Bircoph at list dot ru ------------------------------------------------------------------------ r15773 | andoma | 2008-11-04 15:31:48 -0300 (Tue, 04 Nov 2008) | 8 lines Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264.h M /trunk/libavcodec/h264data.h h264: Implement decoding of picture timing SEI message. Now correct values are propagated to interlaced_frame, top_field_first and repeat_pict in AVFrame structure. patch by ffdshow tryouts ------------------------------------------------------------------------ r15774 | pross | 2008-11-05 06:22:13 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c Decode audio channel layout from RIFF/WAV file format. ------------------------------------------------------------------------ r15775 | diego | 2008-11-05 10:32:06 -0300 (Wed, 05 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/eval.c Fix test program build: ff_eval was replaced by ff_eval2. ------------------------------------------------------------------------ r15776 | superdump | 2008-11-05 10:59:42 -0300 (Wed, 05 Nov 2008) | 5 lines Changed paths: M /trunk/libavcodec/aac.c M /trunk/libavcodec/aac.h M /trunk/libavcodec/aactab.c Fix perceptual noise shaping scaling including an oversight of the offset for the EIGHT_SHORT window type. Fixes issue 664. Patch by Alex Converse (alex converse gmail com) ------------------------------------------------------------------------ r15777 | diego | 2008-11-05 20:28:41 -0300 (Wed, 05 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/utils.c Add missing #include "libavutil/avstring.h", fixes libavcodec/utils.c:1139: warning: implicit declaration of function 'av_strlcat' ------------------------------------------------------------------------ r15778 | diego | 2008-11-05 20:44:23 -0300 (Wed, 05 Nov 2008) | 2 lines Changed paths: M /trunk/libavutil/arm M /trunk/libavutil/bfin M /trunk/libavutil/sh4 M /trunk/libavutil/x86 Ignore .ho files. ------------------------------------------------------------------------ r15779 | mru | 2008-11-05 22:33:17 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/mathops.h ARM: mathops.h whitespace cosmetics ------------------------------------------------------------------------ r15780 | mru | 2008-11-05 22:33:20 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/mathops.h ARM: change MULL() macro to inline function ------------------------------------------------------------------------ r15781 | mru | 2008-11-05 22:33:23 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/mathops.h ARM: change MULH() macro to inline function ------------------------------------------------------------------------ r15782 | mru | 2008-11-05 22:33:26 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/mathops.h ARM: prettify MAC16() macro ------------------------------------------------------------------------ r15783 | mru | 2008-11-05 22:33:28 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/mathops.h ARM: change MUL16() macro to inline function ------------------------------------------------------------------------ r15784 | mru | 2008-11-05 22:50:56 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/oggdec.c M /trunk/libavformat/oggdec.h M /trunk/libavformat/oggparseflac.c M /trunk/libavformat/oggparseogm.c M /trunk/libavformat/oggparsespeex.c M /trunk/libavformat/oggparsetheora.c M /trunk/libavformat/oggparsevorbis.c OGG: untypedef demuxer structs ------------------------------------------------------------------------ r15785 | mru | 2008-11-05 22:57:17 -0300 (Wed, 05 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/oggparsetheora.c OGG: correct PTS with old theora streams ------------------------------------------------------------------------ r15786 | kostya | 2008-11-07 04:18:22 -0300 (Fri, 07 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv34.c M /trunk/libavcodec/rv34.h Calculating an additional MV-based deblocking pattern is the same for both RV3 and RV4, so move it into common code. ------------------------------------------------------------------------ r15787 | pross | 2008-11-07 21:15:08 -0300 (Fri, 07 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/mpegvideo_enc.c Promote inv_aanscales array to global scope (ff_inv_aanscales) ------------------------------------------------------------------------ r15788 | romansh | 2008-11-07 21:18:00 -0300 (Fri, 07 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c M /trunk/libavcodec/dvdata.h implementing more efficient (and direct) allocation of work for DV codec workers ------------------------------------------------------------------------ r15789 | pross | 2008-11-07 21:29:22 -0300 (Fri, 07 Nov 2008) | 1 line Changed paths: M /trunk/Changelog M /trunk/doc/general.texi M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/avcodec.h A /trunk/libavcodec/eatgq.c Electronic Arts TGQ video decoder ------------------------------------------------------------------------ r15790 | pross | 2008-11-07 21:38:10 -0300 (Fri, 07 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/dsputil.c A /trunk/libavcodec/eaidct.c Electronic Arts TGQ/TQI/MAD IDCT algorithm ------------------------------------------------------------------------ r15791 | pross | 2008-11-07 21:39:31 -0300 (Fri, 07 Nov 2008) | 2 lines Changed paths: M /trunk/libavformat/electronicarts.c Electronic Arts demuxer: support TGQ video tags ------------------------------------------------------------------------ r15792 | kostya | 2008-11-08 04:24:56 -0300 (Sat, 08 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Drop redundant check in RV3/4 deblock coefficients calculation ------------------------------------------------------------------------ r15793 | stefano | 2008-11-08 08:04:56 -0300 (Sat, 08 Nov 2008) | 3 lines Changed paths: M /trunk/configure Add checks on the _mingw.h and w32api.h versions. Based on a patch by Ramiro. ------------------------------------------------------------------------ r15794 | kostya | 2008-11-08 15:15:13 -0300 (Sat, 08 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv34.c Split RV3/4 deblock pattern into horizontal and vertical parts during calculating. ------------------------------------------------------------------------ r15795 | stefano | 2008-11-08 15:37:03 -0300 (Sat, 08 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/utils.c Fix argument constness for the av_codec_get_id() and av_codec_get_tag() functions, making them take in input a constant array, since they're not supposed to change it. Fix some warnings. ------------------------------------------------------------------------ r15796 | diego | 2008-11-08 16:47:10 -0300 (Sat, 08 Nov 2008) | 2 lines Changed paths: M /trunk/INSTALL Clarify that we require GNU make 3.81+. ------------------------------------------------------------------------ r15797 | vitor | 2008-11-09 09:00:47 -0300 (Sun, 09 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdata.h M /trunk/libavcodec/qcelpdec.c More OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet gmail com ------------------------------------------------------------------------