------------------------------------------------------------------------ r15958 | ramiro | 2008-11-29 21:20:19 -0300 (Sat, 29 Nov 2008) | 1 line Changed paths: M /trunk/configure configure: vertical alignment cosmetics. ------------------------------------------------------------------------ r15959 | diego | 2008-11-30 13:57:28 -0300 (Sun, 30 Nov 2008) | 5 lines Changed paths: M /trunk/libavcodec/Makefile Remove ineffectual hack that attempts to build ppc/check_altivec.o without AltiVec flags. The flags are set by configure and used to compile all files anyway. Setting extra AltiVec options here just duplicates them for the files for which they are set. ------------------------------------------------------------------------ r15960 | diego | 2008-11-30 14:00:08 -0300 (Sun, 30 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile Handle AltiVec objects in a more elegant fashion, similar to MMX. ------------------------------------------------------------------------ r15961 | vitor | 2008-11-30 14:18:17 -0300 (Sun, 30 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 ------------------------------------------------------------------------ r15962 | rbultje | 2008-11-30 17:39:16 -0300 (Sun, 30 Nov 2008) | 6 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rdt.h M /trunk/libavformat/rtsp.c Change function prototype from taking an AVStream to taking an index to the stream itself, plus a name change to signify that there may be multiple AVStreams per RDT set. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. ------------------------------------------------------------------------ r15963 | rbultje | 2008-11-30 17:40:04 -0300 (Sun, 30 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.h document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia patches #2" thread. ------------------------------------------------------------------------ r15964 | rbultje | 2008-11-30 19:24:35 -0300 (Sun, 30 Nov 2008) | 5 lines Changed paths: M /trunk/libavformat/rdt.c Change RDTDemuxContext->st into an array of streams, which will make future patches adding stream-selection easier in code. See discussion in ML thread "[PATCH] RDT/Realmedia patches #2". ------------------------------------------------------------------------ r15965 | michael | 2008-11-30 20:51:02 -0300 (Sun, 30 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Fix segfault due to deallocated entries in delayed_pic after size change. Fixes issue714. ------------------------------------------------------------------------ r15966 | rbultje | 2008-11-30 21:08:42 -0300 (Sun, 30 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.c Implement rule-number parsing, the initial step in stream (and bitrate) selection. See discussion in ML thread "[PATCH] RDT/Realmedia patches #2". ------------------------------------------------------------------------ r15967 | kostya | 2008-12-01 03:36:22 -0300 (Mon, 01 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dsputil.h A /trunk/libavcodec/rv40dsp.c RV40 MC functions ------------------------------------------------------------------------ r15968 | kostya | 2008-12-01 03:40:36 -0300 (Mon, 01 Dec 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 M /trunk/libavcodec/dsputil.h enable RV40 decoder ------------------------------------------------------------------------ r15969 | stefano | 2008-12-01 05:27:53 -0300 (Mon, 01 Dec 2008) | 3 lines Changed paths: M /trunk/doc/ffmpeg-doc.texi Improve documentation for the -pass and -passlog options. Add mention to how the log file is used and specify the default log file name. ------------------------------------------------------------------------ r15970 | stefano | 2008-12-01 05:35:07 -0300 (Mon, 01 Dec 2008) | 3 lines Changed paths: M /trunk/ffmpeg.c Make more informative the error messages regarding the access to the 2-pass log file. ------------------------------------------------------------------------ r15971 | michael | 2008-12-01 13:04:03 -0300 (Mon, 01 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/h264.c Allocate parameter sets sanely instead of using alloc_parameter_set(). Avoids ending up with half initialized parameter sets. Fixes issue282. ------------------------------------------------------------------------ r15972 | michael | 2008-12-01 13:24:19 -0300 (Mon, 01 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Get rid of now unneeded pps/sps correctness code as pps/sps will not be used at all when anything fails sanity checks. ------------------------------------------------------------------------ r15973 | vitor | 2008-12-01 17:43:22 -0300 (Mon, 01 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdata.h More OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet gmail com ------------------------------------------------------------------------ r15974 | vitor | 2008-12-01 17:45:29 -0300 (Mon, 01 Dec 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdata.h Remove hack added to make "make checkheaders" pass, it is unneeded now ------------------------------------------------------------------------ r15975 | vitor | 2008-12-01 19:07:00 -0300 (Mon, 01 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdec.c M /trunk/libavformat/mov.c More OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet gmail com ------------------------------------------------------------------------ r15976 | michael | 2008-12-02 07:43:08 -0300 (Tue, 02 Dec 2008) | 3 lines Changed paths: M /trunk/libavcodec/motion_est.c M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/snow.c Fix regression test failure with pthreads on multiprocessor systems. Fixes issue517 ------------------------------------------------------------------------ r15977 | michael | 2008-12-02 12:43:47 -0300 (Tue, 02 Dec 2008) | 3 lines Changed paths: M /trunk/libavformat/raw.c ADTS AAC probe. fixes issue400 ------------------------------------------------------------------------ r15978 | vitor | 2008-12-02 13:48:05 -0300 (Tue, 02 Dec 2008) | 3 lines 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/qcelp_lsp.c M /trunk/libavcodec/qcelpdec.c M /trunk/libavformat/mov.c Commit last ok'ed parts of QCELP decoder and enable it. patch by Kenan Gillet, kenan.gillet gmail com ------------------------------------------------------------------------ r15979 | kostya | 2008-12-02 14:34:26 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/h264pred.c Remove unused RV40 spatial intra prediction function ------------------------------------------------------------------------ r15980 | kostya | 2008-12-02 14:35:38 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c M /trunk/libavcodec/rv34.h Update ff_rv34_decode_frame() arguments definition ------------------------------------------------------------------------ r15981 | kostya | 2008-12-02 14:39:20 -0300 (Tue, 02 Dec 2008) | 4 lines Changed paths: M /trunk/libavcodec/rv34.c Check RV30/40 slice offsets to be inside buffer. This fixes issue 738 ------------------------------------------------------------------------ r15982 | kostya | 2008-12-02 15:12:48 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c 34l: forgot to change one case of chroma MC for RV40 ------------------------------------------------------------------------ r15983 | kostya | 2008-12-02 15:14:53 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Fix reading out of buffer during RV30/40 deblock mask calculation ------------------------------------------------------------------------ r15984 | reynaldo | 2008-12-02 15:25:17 -0300 (Tue, 02 Dec 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdec.c Trivial, Cosmetics, mostly brace placement changes ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------