------------------------------------------------------------------------ r15985 | reynaldo | 2008-12-02 15:26:55 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdec.c Trivial rephrasing, avoids too long line ------------------------------------------------------------------------ r15986 | ramiro | 2008-12-02 22:14:06 -0300 (Tue, 02 Dec 2008) | 5 lines Changed paths: M /trunk/libavcodec/mlp.c M /trunk/libavcodec/mlp.h M /trunk/libavcodec/mlp_parser.c mlp: initialize all CRC tables in a common function. This way the decoder does not have to depend on the parser being initialized before. Patch by Laurent Aimar . ------------------------------------------------------------------------ r15987 | jbr | 2008-12-03 00:34:31 -0300 (Wed, 03 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/ac3dec.c ac3dec: skip decoding and use error concealment for remaining blocks in the frame after an error occurs. ------------------------------------------------------------------------ r15988 | diego | 2008-12-03 10:45:41 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/doc/faq.texi Remove entry about unsupported QCELP codec, it is now supported. ------------------------------------------------------------------------ r15989 | compn | 2008-12-03 10:53:13 -0300 (Wed, 03 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/riff.c add FFDS fourcc, ok'd by kostya fixes FFDS files in http://tranquillity.ath.cx/uncommon_video_codecs_final.txt ------------------------------------------------------------------------ r15990 | diego | 2008-12-03 12:23:30 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/ffmpeg.c M /trunk/libavcodec/alpha/dsputil_alpha.c M /trunk/libavcodec/armv4l/dsputil_arm.c M /trunk/libavcodec/armv4l/float_arm_vfp.c M /trunk/libavcodec/armv4l/mpegvideo_arm.c M /trunk/libavcodec/armv4l/mpegvideo_armv5te.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/bfin/dsputil_bfin.c M /trunk/libavcodec/bfin/mpegvideo_bfin.c M /trunk/libavcodec/bfin/vp3_bfin.c M /trunk/libavcodec/celp_math.h M /trunk/libavcodec/dct-test.c M /trunk/libavcodec/i386/dsputil_mmx.c M /trunk/libavcodec/libxvidff.c M /trunk/libavcodec/mpc.h M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/png.h M /trunk/libavcodec/ppc/dsputil_altivec.h M /trunk/libavcodec/ppc/dsputil_ppc.c M /trunk/libavcodec/ppc/mpegvideo_altivec.c M /trunk/libavcodec/sh4/dsputil_sh4.c M /trunk/libavcodec/snow.h M /trunk/libavcodec/sparc/dsputil_vis.c M /trunk/libavformat/asf.c M /trunk/libavformat/framehook.h M /trunk/libavformat/mpegts.c M /trunk/libavformat/oggdec.h M /trunk/libavformat/oggparsevorbis.c M /trunk/libavformat/os_support.h Delete unnecessary 'extern' keywords. ------------------------------------------------------------------------ r15991 | diego | 2008-12-03 13:47:07 -0300 (Wed, 03 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/internal.h M /trunk/libavformat/mpegts.c Move declaration of av_set_program_name and av_program_add_stream_index to a more sensible place. ------------------------------------------------------------------------ r15992 | michael | 2008-12-03 13:49:58 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/riff.c add GEOX fourcc for mpeg4 ------------------------------------------------------------------------ r15993 | michael | 2008-12-03 14:43:39 -0300 (Wed, 03 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h263.c M /trunk/libavcodec/mpegvideo.h Implement complexity estimation parsing and try to detect an incorrectly set complexity estimation flag. ------------------------------------------------------------------------ r15994 | mru | 2008-12-03 17:16:01 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/armv4l/dsputil_vfp.S ARM: convert VFP code to UAL syntax ------------------------------------------------------------------------ r15995 | compn | 2008-12-03 18:44:29 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c add fourccs from avi files ------------------------------------------------------------------------ r15996 | diego | 2008-12-03 20:04:30 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libavformat/mpegts.c Add necessary header for av_set_program_name and av_program_add_stream_index. ------------------------------------------------------------------------ r15997 | reynaldo | 2008-12-03 22:38:12 -0300 (Wed, 03 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdec.c Removes misleading const qualifier, gets rid of two compiler warnings ------------------------------------------------------------------------ r15998 | jbr | 2008-12-03 23:51:39 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c ac3dec: use uint8_t for band sizes ------------------------------------------------------------------------ r15999 | jbr | 2008-12-03 23:56:25 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/ac3dec.c silence gcc warning: ‘n_bands’ may be used uninitialized ------------------------------------------------------------------------ r16000 | bcoudurier | 2008-12-03 23:59:11 -0300 (Wed, 03 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/raw.c partial WRAW fourcc support, might need image flipping ------------------------------------------------------------------------ r16001 | bcoudurier | 2008-12-04 00:00:53 -0300 (Thu, 04 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/isom.c WRAW fourcc ------------------------------------------------------------------------ r16002 | kostya | 2008-12-04 11:43:42 -0300 (Thu, 04 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/fraps.c Fraps version 3 seems to be the same as Fraps v5 ------------------------------------------------------------------------ r16003 | reynaldo | 2008-12-04 11:54:55 -0300 (Thu, 04 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelp_lsp.c M /trunk/libavcodec/qcelpdata.h M /trunk/libavcodec/qcelpdec.c COSMETICS, add missing remarks crediting Ben and Kenan ------------------------------------------------------------------------ r16004 | cehoyos | 2008-12-04 12:08:04 -0300 (Thu, 04 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/img2.c Recognize pnm file as images. ------------------------------------------------------------------------ r16005 | reynaldo | 2008-12-04 12:08:44 -0300 (Thu, 04 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdec.c Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. This change gets rid of another compiler warning. ------------------------------------------------------------------------ r16006 | reynaldo | 2008-12-04 17:24:22 -0300 (Thu, 04 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdec.c Silence some ICC warnings. Patch by Vitor Sessak. ------------------------------------------------------------------------ r16007 | benoit | 2008-12-05 04:58:31 -0300 (Fri, 05 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/alacenc.c Fix an overflow in the predictor. fixes issue 636 Patch by Jai. ------------------------------------------------------------------------ r16008 | michael | 2008-12-05 11:55:43 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/opt.c Fix FF_OPT_TYPE_INT64 support of defaults. ------------------------------------------------------------------------ r16009 | compn | 2008-12-05 11:59:41 -0300 (Fri, 05 Dec 2008) | 1 line Changed paths: M /trunk/libavformat/riff.c add VX1K h263 and DMK2 mpeg4 avi fourccs ------------------------------------------------------------------------ r16010 | michael | 2008-12-05 18:44:18 -0300 (Fri, 05 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Check that cpb_count is within the allowed range. ------------------------------------------------------------------------ r16011 | kostya | 2008-12-06 05:57:31 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/aasc.c AASC can contain raw data in addition to MS-RLE ------------------------------------------------------------------------ r16012 | kostya | 2008-12-06 06:01:11 -0300 (Sat, 06 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/msrledec.c Print out some errors found during MS RLE decoding ------------------------------------------------------------------------ r16013 | kostya | 2008-12-06 06:05:30 -0300 (Sat, 06 Dec 2008) | 5 lines Changed paths: M /trunk/libavcodec/msrledec.c Make decoding run of pixels in MS RLE saner. This is based on patches by Alex Converse and Mans Rullgard Thread "[PATCH] Fix MSRLE type punning" ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------