------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r15798 | andoma | 2008-11-10 17:02:00 -0300 (Mon, 10 Nov 2008) | 5 lines Changed paths: M /trunk/libavcodec/libgsm.c Fix memory leak in libgsm wrapper. Patch by Martin Storsjö, martin at martin dot st ------------------------------------------------------------------------ r15799 | henry | 2008-11-10 18:41:35 -0300 (Mon, 10 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/aviobuf.c always use the whole buffer for reading w/ packetized sources to avoid packet truncation ------------------------------------------------------------------------ r15800 | banan | 2008-11-11 05:30:32 -0300 (Tue, 11 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/dca.c Remove channel layout table that only should be used by encoders. ------------------------------------------------------------------------ r15801 | banan | 2008-11-11 05:46:29 -0300 (Tue, 11 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/dca.c Comment typo ------------------------------------------------------------------------ r15802 | vitor | 2008-11-11 15:50:38 -0300 (Tue, 11 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 ------------------------------------------------------------------------ r15803 | diego | 2008-11-12 14:29:02 -0300 (Wed, 12 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/rv34.c Remove unused variable. ------------------------------------------------------------------------ r15804 | romansh | 2008-11-12 14:47:23 -0300 (Wed, 12 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/beosthread.c M /trunk/libavcodec/dnxhdenc.c M /trunk/libavcodec/dv.c M /trunk/libavcodec/h264.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/mpegvideo_enc.c M /trunk/libavcodec/os2thread.c M /trunk/libavcodec/pthread.c M /trunk/libavcodec/utils.c M /trunk/libavcodec/w32thread.c Making it easier to send arbitrary structures as work orders to MT workers ------------------------------------------------------------------------ r15805 | mru | 2008-11-12 17:23:36 -0300 (Wed, 12 Nov 2008) | 13 lines Changed paths: M /trunk/libavcodec/armv4l/jrevdct_arm.S ARM: fix j_rev_dct_ARM This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct' function. The problem was in the incorrect partially empty row detection. Even if the first two coefficients in the row were nonzero, it handled this just like the case with only the first nonzero coefficient. Now this function produces exactly the same output as the stripped down reference C version of 'j_rev_dct' (with the nested checks like 'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut branches). ------------------------------------------------------------------------ r15806 | romansh | 2008-11-12 18:13:28 -0300 (Wed, 12 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c M /trunk/libavcodec/dvdata.h Taking advantage of the new ->execute API ------------------------------------------------------------------------ r15807 | andoma | 2008-11-12 18:40:53 -0300 (Wed, 12 Nov 2008) | 6 lines Changed paths: M /trunk/libavformat/udp.c Allow the UDP socket buffer size to be adjusted using a 'buffer_size' URL option. Patch by Jindrich Makovicka, makovick at gmail dot com ------------------------------------------------------------------------ r15808 | jbr | 2008-11-13 00:17:50 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c cosmetics: rename two variables ------------------------------------------------------------------------ r15809 | jbr | 2008-11-13 00:17:56 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c simplify decoding of coupling frequency range ------------------------------------------------------------------------ r15810 | jbr | 2008-11-13 00:18:01 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c add a line break in error message text ------------------------------------------------------------------------ r15811 | jbr | 2008-11-13 00:18:07 -0300 (Thu, 13 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/ac3dec.c add a generic function to decode banding structure for coupling, spectral extension, or enhanced coupling ------------------------------------------------------------------------ r15812 | jbr | 2008-11-13 00:18:13 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c M /trunk/libavcodec/ac3dec.h M /trunk/libavcodec/ac3dec_data.c M /trunk/libavcodec/ac3dec_data.h M /trunk/libavcodec/eac3dec.c add support for spectral extension ------------------------------------------------------------------------ r15813 | jbr | 2008-11-13 00:18:18 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c cosmetics: indentation ------------------------------------------------------------------------ r15814 | jbr | 2008-11-13 00:18:24 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c silence a gcc warning about using an uninitialized variable ------------------------------------------------------------------------ r15815 | jbr | 2008-11-13 00:18:28 -0300 (Thu, 13 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/ac3dec.c cosmetics: vertical alignment ------------------------------------------------------------------------ r15816 | cehoyos | 2008-11-13 08:33:26 -0300 (Thu, 13 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/h264.c Fix H.264 decoding. (Problem analyzed by Uoti Urpala) ------------------------------------------------------------------------ r15817 | bcoudurier | 2008-11-13 16:54:02 -0300 (Thu, 13 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/dct-test.c add sse2 fdct ------------------------------------------------------------------------ r15818 | jbr | 2008-11-13 19:38:38 -0300 (Thu, 13 Nov 2008) | 1 line Changed paths: R /trunk/libavcodec/ac3dec.c (from /trunk/libavcodec/ac3dec.c:15811) R /trunk/libavcodec/ac3dec.h (from /trunk/libavcodec/ac3dec.h:15811) R /trunk/libavcodec/ac3dec_data.c (from /trunk/libavcodec/ac3dec_data.c:15811) R /trunk/libavcodec/ac3dec_data.h (from /trunk/libavcodec/ac3dec_data.h:15811) R /trunk/libavcodec/eac3dec.c (from /trunk/libavcodec/eac3dec.c:15811) revert r15812 (E-AC-3 Spectral Extension) pending further review ------------------------------------------------------------------------ r15819 | bcoudurier | 2008-11-13 23:44:15 -0300 (Thu, 13 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/i386/fdct_mmx.c convert fdct_mmx to plain asm ------------------------------------------------------------------------ r15820 | bcoudurier | 2008-11-13 23:49:23 -0300 (Thu, 13 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/motion-test.c remove useless mmx.h include ------------------------------------------------------------------------ r15821 | bcoudurier | 2008-11-14 00:45:31 -0300 (Fri, 14 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/asf.c timestamp is dts in wmv/asf ------------------------------------------------------------------------ r15822 | vitor | 2008-11-14 14:36:47 -0300 (Fri, 14 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 ------------------------------------------------------------------------ r15823 | rbultje | 2008-11-14 15:37:58 -0300 (Fri, 14 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.c Add comment describing the RDT packet header. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on the mailinglist. ------------------------------------------------------------------------ r15824 | henry | 2008-11-14 16:33:22 -0300 (Fri, 14 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/udp.c check for interrupt when receiving from socket ------------------------------------------------------------------------ r15825 | rbultje | 2008-11-14 23:22:47 -0300 (Fri, 14 Nov 2008) | 5 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rdt.h Rename variables in ff_rdt_parse_header() and callers to match the comment documentation in that function. See discussion on ML in the "[PATCH] RDT/Realmedia patches #2" thread. ------------------------------------------------------------------------ r15826 | lu_zero | 2008-11-15 09:32:38 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/ffmpeg.c Flush SDP description ------------------------------------------------------------------------ r15827 | kostya | 2008-11-15 11:15:24 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv40.c Weak deblock filter function for future RV40 loop filter ------------------------------------------------------------------------ r15828 | rbultje | 2008-11-15 11:44:48 -0300 (Sat, 15 Nov 2008) | 6 lines Changed paths: M /trunk/libavformat/rtsp.c Call check_back_and_send_rr() function only in case of RTP as a transport. Don't call it for RDT, since it is unneeded and it doesn't provide a RTPDemuxContext, leading to some memory errors. See "[PATCH] fix small memory error in rtsp.c" thread on ML. ------------------------------------------------------------------------ r15829 | aurel | 2008-11-15 12:34:51 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libavformat/matroskadec.c matroskadec: fix index timestamps for some broken files fix issue697 ------------------------------------------------------------------------ r15830 | bcoudurier | 2008-11-15 17:17:19 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/mov.c simplify metadata reading ------------------------------------------------------------------------ r15831 | reynaldo | 2008-11-15 17:19:20 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdata.h Please keep original copyright heading and attribution lines... ------------------------------------------------------------------------ r15832 | banan | 2008-11-15 17:31:03 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dca.c Proper channel output reordering for the dca decoder. ------------------------------------------------------------------------ r15833 | rbultje | 2008-11-15 17:41:59 -0300 (Sat, 15 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rdt.h M /trunk/libavformat/rtsp.c Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in "[PATCH] RDT/Realmedia patches #2" thread. ------------------------------------------------------------------------ r15834 | rbultje | 2008-11-15 17:42:41 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libavformat/rdt.c Reindent after r15833. ------------------------------------------------------------------------ r15835 | rbultje | 2008-11-15 17:43:57 -0300 (Sat, 15 Nov 2008) | 3 lines Changed paths: M /trunk/libavformat/rdt.h Make function comment a bit more linguistically correct. ------------------------------------------------------------------------ r15836 | rbultje | 2008-11-15 17:45:26 -0300 (Sat, 15 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.c Change status packet skipping to be more spec-compliant. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. ------------------------------------------------------------------------ r15837 | reynaldo | 2008-11-15 21:05:20 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdata.h Change to file description suggested by Michael ------------------------------------------------------------------------ r15838 | reynaldo | 2008-11-15 21:57:06 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdec.c Cosmetics ------------------------------------------------------------------------ r15839 | reynaldo | 2008-11-15 22:00:25 -0300 (Sat, 15 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdata.h M /trunk/libavcodec/qcelpdec.c Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder. ------------------------------------------------------------------------ r15840 | bcoudurier | 2008-11-15 22:59:35 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/mov.c read itunes metadata, code based on Reimar's patch ------------------------------------------------------------------------ r15841 | bcoudurier | 2008-11-15 23:56:34 -0300 (Sat, 15 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/flvdec.c set pts in flv demuxer ------------------------------------------------------------------------ r15842 | kostya | 2008-11-16 03:47:44 -0300 (Sun, 16 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/vc1.c 421l: postproc flag may be present in any VC-1 AP frame type ------------------------------------------------------------------------ r15843 | banan | 2008-11-16 06:54:09 -0300 (Sun, 16 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/cook.c M /trunk/libavcodec/imc.c M /trunk/libavcodec/nellymoserdec.c Set channel_layout ------------------------------------------------------------------------ r15844 | banan | 2008-11-16 07:16:07 -0300 (Sun, 16 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/imc.c Silence warning in imc decoder ------------------------------------------------------------------------ r15845 | stefano | 2008-11-16 09:03:00 -0300 (Sun, 16 Nov 2008) | 2 lines Changed paths: M /trunk/configure Make the library names for the require checks more explicit. ------------------------------------------------------------------------ r15846 | benoit | 2008-11-17 04:50:25 -0300 (Mon, 17 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/udp.c Get rid of MSG_DONTWAIT using a more standard way to use a socket in a non blocked mode. Patch by Jindrich Makovicka: makovick gmail ------------------------------------------------------------------------ r15847 | cehoyos | 2008-11-17 09:48:31 -0300 (Mon, 17 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/audioconvert.c One const is enough. ------------------------------------------------------------------------ r15848 | benoit | 2008-11-17 11:04:56 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264_mp4toannexb_bsf.c Change email address to a valid one. ------------------------------------------------------------------------ r15849 | rbultje | 2008-11-17 11:20:00 -0300 (Mon, 17 Nov 2008) | 6 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rm.h M /trunk/libavformat/rmdec.c Add ByteIOContext argument to public ff_rm_* functions so that we can specify the data source as function argument instead of in s->pb before calling the function. Discussed in ML thread "[PATCH] fix small memleak in rdt.c". ------------------------------------------------------------------------ r15850 | rbultje | 2008-11-17 11:23:20 -0300 (Mon, 17 Nov 2008) | 9 lines Changed paths: M /trunk/libavformat/rdt.c Fix memleak caused by the fact that url_open_buf() allocates a context when calling, but url_close_buf() doesn't free it. The better solution is to not allocate it at all, init it with init_put_byte() and then not have to close it at all. In the case where we do need to hold it around for longer than within the function context, we allocate it with av_alloc_put_byte() and free it with av_free() instead. Discussed in ML thread "[PATCH] fix small memleak in rdt.c". ------------------------------------------------------------------------ r15851 | rbultje | 2008-11-17 11:28:12 -0300 (Mon, 17 Nov 2008) | 5 lines Changed paths: M /trunk/libavformat/rdt.c Prefix all ff_rdt_parse_header() arguments with a p, preparing for local variables to temporary hold the values. Discussed in ML thread "[PATCH] RDT/Realmedia patches #2". ------------------------------------------------------------------------ r15852 | rbultje | 2008-11-17 11:30:31 -0300 (Mon, 17 Nov 2008) | 6 lines Changed paths: M /trunk/libavformat/rdt.c Change header reading implementation to using get_bits() instead of directly accessing the data array. This allows to easily read optionally available header bits without causing pains. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. ------------------------------------------------------------------------ r15853 | rbultje | 2008-11-17 11:32:01 -0300 (Mon, 17 Nov 2008) | 5 lines Changed paths: M /trunk/libavformat/rdt.c Read optional components of the RDT packet header, such as extended setID and streamID and the length. of the packet in case of packet concatenation. Discussed in ML thread "[PATCH] RDT/Realmedia patches #2". ------------------------------------------------------------------------ r15854 | rbultje | 2008-11-17 11:32:56 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/libavformat/rdt.c Reindent after r15853. ------------------------------------------------------------------------ r15855 | diego | 2008-11-17 12:09:45 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: Reorder processor-specific entries alphabetically. ------------------------------------------------------------------------ r15856 | diego | 2008-11-17 12:36:28 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: Group ARM objects sections together. ------------------------------------------------------------------------ r15857 | diego | 2008-11-17 12:45:55 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure Print just [no] or [yes] in the help output instead of [default=no/yes]. ------------------------------------------------------------------------ r15858 | diego | 2008-11-17 13:12:30 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/configure Take build_suffix into account in pkg-config files. patch by Charles Yates, charles.yates gmail com ------------------------------------------------------------------------ r15859 | diego | 2008-11-17 13:22:49 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure spelling and wording cosmetics for the help output ------------------------------------------------------------------------ r15860 | diego | 2008-11-17 13:30:31 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/configure Move zlib/bzlib options to the external library section of the help output and mention the enable variant of the option since they are disabled by default. ------------------------------------------------------------------------ r15861 | diego | 2008-11-17 13:31:50 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure cosmetics: Move some options to more sensible places within the help output. ------------------------------------------------------------------------ r15862 | diego | 2008-11-17 13:33:24 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/configure Add missing options to the help output. ------------------------------------------------------------------------ r15863 | diego | 2008-11-17 13:38:50 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: Group ppc-specific objects together. ------------------------------------------------------------------------ r15864 | rbultje | 2008-11-17 15:10:02 -0300 (Mon, 17 Nov 2008) | 4 lines Changed paths: M /trunk/libavformat/rdt.c Change type of prev_stream_id from uint32_t to int, since it has a max size of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. ------------------------------------------------------------------------ r15865 | diego | 2008-11-17 16:01:25 -0300 (Mon, 17 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile Only the yasm-dependent objects should be enabled by a yasm conditional. ------------------------------------------------------------------------ r15866 | diego | 2008-11-17 18:56:34 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/Makefile Revert previous commit: the libavcodec/i386/fft_*.o objects depend on libavcodec/i386/fft_mmx.o, which depends on yasm. ------------------------------------------------------------------------ r15867 | diego | 2008-11-17 19:51:59 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile Add a Makefile variable for the old scaler that gets enabled when the new scaler is disabled to get rid of a Makefile ifdef. ------------------------------------------------------------------------ r15868 | stefano | 2008-11-17 20:15:29 -0300 (Mon, 17 Nov 2008) | 3 lines Changed paths: M /trunk/ffmpeg.c M /trunk/ffplay.c Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a specific error message instead. ------------------------------------------------------------------------ r15869 | stefano | 2008-11-17 20:18:44 -0300 (Mon, 17 Nov 2008) | 4 lines Changed paths: M /trunk/ffmpeg.c Improve messages printed when there is no input/output file, making them more grammatically correct and consistent with other equivalent messages. ------------------------------------------------------------------------ r15870 | stefano | 2008-11-17 20:27:05 -0300 (Mon, 17 Nov 2008) | 4 lines Changed paths: M /trunk/ffmpeg.c Improve error message in case of output file with no streams, dumping the empty file format representation and specifying the index number of the output file. ------------------------------------------------------------------------ r15871 | reynaldo | 2008-11-18 00:49:33 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/mtv.c Trivial, Cosmetics ------------------------------------------------------------------------ r15872 | bcoudurier | 2008-11-18 06:09:57 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/mov.c decrease atom size, fix broken files missing version/flags ------------------------------------------------------------------------ r15873 | romansh | 2008-11-18 17:33:08 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c Getting rid of unneeded extra wrapper functions ------------------------------------------------------------------------ r15874 | romansh | 2008-11-18 17:48:26 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c M /trunk/libavcodec/dvdata.h Getting rid of huge static DV tables ------------------------------------------------------------------------ r15875 | diego | 2008-11-18 19:37:22 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: Sort processor-specific object lines into alphabetical order. ------------------------------------------------------------------------ r15876 | diego | 2008-11-18 19:48:43 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: Add a few more explanatory comments to the object sections. ------------------------------------------------------------------------ r15877 | mru | 2008-11-18 21:37:14 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_align.c M /trunk/libavcodec/sh4/qpel.c SH4: rename functions with conflicting names ------------------------------------------------------------------------ r15878 | mru | 2008-11-18 21:37:17 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_align.c SH4: replace missed rnd_avg2 -> rnd_avg32 ------------------------------------------------------------------------ r15879 | mru | 2008-11-18 21:37:21 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/qpel.c SH4: remove unused functions ------------------------------------------------------------------------ r15880 | mru | 2008-11-18 21:37:24 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_sh4.c SH4: fix compilation of memzero_align8() ------------------------------------------------------------------------ r15881 | mru | 2008-11-18 21:37:28 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_sh4.c SH4: do not mix code and declarations ------------------------------------------------------------------------ r15882 | mru | 2008-11-18 21:37:30 -0300 (Tue, 18 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/idct_sh4.c SH4: fix IDCT ------------------------------------------------------------------------ r15883 | romansh | 2008-11-18 22:40:09 -0300 (Tue, 18 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c Change of indentation ------------------------------------------------------------------------ r15884 | kostya | 2008-11-19 11:57:48 -0300 (Wed, 19 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/apedec.c M /trunk/libavcodec/mpc7.c M /trunk/libavcodec/mpc8.c M /trunk/libavcodec/smacker.c M /trunk/libavcodec/wavpack.c Add channel layout to several audio decoders I maintain ------------------------------------------------------------------------ r15885 | romansh | 2008-11-19 22:40:40 -0300 (Wed, 19 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dv.c M /trunk/libavcodec/dvdata.h Making idct factor tables dynamically allocated ------------------------------------------------------------------------ r15886 | mru | 2008-11-20 06:21:46 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_sh4.c M /trunk/libavcodec/sh4/idct_sh4.c M /trunk/libavcodec/sh4/qpel.c SH4: remove some commented out blocks of code ------------------------------------------------------------------------ r15887 | mru | 2008-11-20 06:21:50 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: A /trunk/libavcodec/sh4/sh4.h SH4: add macros for setting and restoring FPSCR.PR bit ------------------------------------------------------------------------ r15888 | mru | 2008-11-20 06:21:52 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/dsputil_sh4.c SH4: fix memzero_align8() ------------------------------------------------------------------------ r15889 | kostya | 2008-11-20 11:03:35 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Use wider margins for edge emulation in RV30/40 ------------------------------------------------------------------------ r15890 | kostya | 2008-11-20 11:05:29 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Eliminate direct use of s->current_picture in RV30/40 decoder ------------------------------------------------------------------------ r15891 | kostya | 2008-11-20 11:07:37 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c 33l Fix applying residue condition in RV30/40 decoder ------------------------------------------------------------------------ r15892 | vitor | 2008-11-20 16:04:35 -0300 (Thu, 20 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdata.h Fix typo in table value. patch by Kenan Gillet, kenan.gillet gmail com ------------------------------------------------------------------------ r15893 | diego | 2008-11-20 19:47:18 -0300 (Thu, 20 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/Makefile Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead of surrounding them by an ifdef. ------------------------------------------------------------------------ r15894 | diego | 2008-11-20 19:48:51 -0300 (Thu, 20 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile cosmetics: indentation ------------------------------------------------------------------------ r15895 | diego | 2008-11-20 19:50:13 -0300 (Thu, 20 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/Makefile Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. The MMX dependency is already handled by configure. ------------------------------------------------------------------------ r15896 | diego | 2008-11-20 19:53:18 -0300 (Thu, 20 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavfilter/Makefile M /trunk/libavformat/Makefile M /trunk/libavutil/Makefile cosmetics: Consistently place HEADERS before OBJS in all Makefiles. ------------------------------------------------------------------------ r15897 | mru | 2008-11-20 19:57:57 -0300 (Thu, 20 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/sh4/idct_sh4.c SH4: fix IDCT ------------------------------------------------------------------------ r15898 | diego | 2008-11-20 20:04:04 -0300 (Thu, 20 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/Makefile Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered into a separate variable which is added to OBJS if MMX is enabled. ------------------------------------------------------------------------ r15899 | diego | 2008-11-21 07:00:03 -0300 (Fri, 21 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264data.h M /trunk/libavcodec/h264enc.c Move H.264 tables that are only useful for encoding to h264enc.c. ------------------------------------------------------------------------ r15900 | vitor | 2008-11-21 14:38:14 -0300 (Fri, 21 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/qcelpdata.h Cosmetic: Fix typo Spotted by Jethro Walters ------------------------------------------------------------------------ r15901 | vitor | 2008-11-21 15:39:16 -0300 (Fri, 21 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 ------------------------------------------------------------------------ r15902 | stefano | 2008-11-21 19:51:17 -0300 (Fri, 21 Nov 2008) | 3 lines Changed paths: M /trunk/ffmpeg.c Make ffmpeg print in the error message the exact line of a preset file containing an invalid syntax. ------------------------------------------------------------------------ r15903 | stefano | 2008-11-21 19:56:08 -0300 (Fri, 21 Nov 2008) | 4 lines Changed paths: M /trunk/ffmpeg.c Make ffmpeg print in the error message the exact line of a preset file containing an invalid option or value, and also how the option and the value have been parsed. ------------------------------------------------------------------------ r15904 | reynaldo | 2008-11-21 21:27:26 -0300 (Fri, 21 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdec.c Trivial, Cosmetics ------------------------------------------------------------------------ r15905 | reynaldo | 2008-11-21 21:29:49 -0300 (Fri, 21 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/qcelpdec.c Trivial, Cosmetics ------------------------------------------------------------------------ r15906 | diego | 2008-11-22 12:57:59 -0300 (Sat, 22 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/svq3.c cosmetics: Put statements after 'if' on their own line. ------------------------------------------------------------------------ r15907 | diego | 2008-11-22 13:03:20 -0300 (Sat, 22 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/svq3.c cosmetics: consistent function declarations ------------------------------------------------------------------------ r15908 | diego | 2008-11-22 13:36:50 -0300 (Sat, 22 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/svq3.c cosmetics: indentation, prettyprinting ------------------------------------------------------------------------ r15909 | cehoyos | 2008-11-22 17:36:02 -0300 (Sat, 22 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/img2.c Support picture output without -f image2 for most codecs. ------------------------------------------------------------------------ r15910 | cehoyos | 2008-11-22 18:24:39 -0300 (Sat, 22 Nov 2008) | 1 line Changed paths: M /trunk/libavformat/img2.c Add forgotten file format pgmyuv. ------------------------------------------------------------------------ r15911 | mru | 2008-11-23 09:36:31 -0300 (Sun, 23 Nov 2008) | 1 line Changed paths: M /trunk/configure configure: simplify set_default function ------------------------------------------------------------------------ r15912 | mru | 2008-11-23 09:36:34 -0300 (Sun, 23 Nov 2008) | 7 lines Changed paths: M /trunk/configure configure: set HOSTCC to native compiler The HOSTCC value defaults to the value of CC if not cross-compiling. If cross-compiling, HOSTCC defaults to "gcc". HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default values. ------------------------------------------------------------------------ r15913 | mru | 2008-11-23 09:36:38 -0300 (Sun, 23 Nov 2008) | 7 lines Changed paths: M /trunk/configure configure: set TARGET_EXEC and TARGET_PATH TARGET_EXEC specifies a command to execute cross-compiled binaries, e.g. through a remote shell or an emulator. TARGET_PATH specifies the path to the build directory on the target, e.g. mounted over NFS. ------------------------------------------------------------------------ r15914 | mru | 2008-11-23 09:36:41 -0300 (Sun, 23 Nov 2008) | 1 line Changed paths: M /trunk/Makefile Build regression test data generators using HOSTCC ------------------------------------------------------------------------ r15915 | mru | 2008-11-23 09:36:44 -0300 (Sun, 23 Nov 2008) | 1 line Changed paths: M /trunk/Makefile M /trunk/tests/regression.sh M /trunk/tests/seek_test.sh Run regression tests on target system. ------------------------------------------------------------------------ r15916 | rbultje | 2008-11-23 13:54:31 -0300 (Sun, 23 Nov 2008) | 3 lines Changed paths: M /trunk/libavformat/rdt.c Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. ------------------------------------------------------------------------ r15917 | mru | 2008-11-23 16:11:44 -0300 (Sun, 23 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/armv4l/mpegvideo_armv5te.c A /trunk/libavcodec/armv4l/mpegvideo_armv5te_s.S ARM: move dct_unquantize_h263_*_armv5te asm to separate file ------------------------------------------------------------------------ r15918 | kostya | 2008-11-23 16:36:44 -0300 (Sun, 23 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv40.c Strong filtering function for future RV40 loop filter ------------------------------------------------------------------------ r15919 | superdump | 2008-11-23 21:13:50 -0300 (Sun, 23 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/aac.c M /trunk/libavcodec/aac.h M /trunk/libavcodec/aactab.c M /trunk/libavcodec/aactab.h AAC: Frequency domain prediction and hence Main profile support Patch by Alex Converse ( alex converse gmail com ) ------------------------------------------------------------------------ r15920 | superdump | 2008-11-23 21:14:33 -0300 (Sun, 23 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/aac.c AAC: Cosmetics after last commit ------------------------------------------------------------------------ r15921 | mru | 2008-11-24 06:28:55 -0300 (Mon, 24 Nov 2008) | 5 lines Changed paths: M /trunk/libavcodec/armv4l/mathops.h M /trunk/libavcodec/i386/mathops.h M /trunk/libavcodec/lsp.c M /trunk/libavcodec/mathops.h M /trunk/libavcodec/mpegaudiodec.c Add shift argument to MULL() macro This replaces use of FRAC_BITS in the MULL() definition with a third argument specifying the shift amount. All uses of this macro are updated to pass FRAC_BITS as third argument. ------------------------------------------------------------------------ r15922 | kostya | 2008-11-24 07:53:13 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/bmp.c Add known BMP header sizes. Now 11B*.bmp from samples repository can be decoded. ------------------------------------------------------------------------ r15923 | kostya | 2008-11-24 07:58:32 -0300 (Mon, 24 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/bmp.c Give more meaningful message on BMP header parsing error ------------------------------------------------------------------------ r15924 | kostya | 2008-11-24 08:24:02 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/bmp.c Some BMP files have file size declared in the header equal to headers size without image data, so try to correct that value before conducting checks on declared file size. ------------------------------------------------------------------------ r15925 | diego | 2008-11-24 09:39:02 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/msmpeg4data.c cosmetics: Align table for better readability. ------------------------------------------------------------------------ r15926 | diego | 2008-11-24 12:53:16 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Use golomb_to_pict_type instead of its duplicate, slice_type_map. ------------------------------------------------------------------------ r15927 | diego | 2008-11-24 13:08:21 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.h M /trunk/libavcodec/h264data.h Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. ------------------------------------------------------------------------ r15928 | diego | 2008-11-24 13:33:11 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/snow.h Make non-void replacement functions actually return a value. ------------------------------------------------------------------------ r15929 | bcoudurier | 2008-11-24 15:49:50 -0300 (Mon, 24 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/svq3.c move decoder initialization in separate function, earlier failure detection ------------------------------------------------------------------------ r15930 | mru | 2008-11-24 16:00:55 -0300 (Mon, 24 Nov 2008) | 4 lines Changed paths: M /trunk/libavcodec/flashsv.c flashsv: use skip_bits_long() where required skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers. Switch to skip_bits_long() instead. ------------------------------------------------------------------------ r15931 | mru | 2008-11-24 16:08:02 -0300 (Mon, 24 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/svq1enc.c svq1enc: move scratch buffer from stack to context to ensure alignment ------------------------------------------------------------------------ r15932 | diego | 2008-11-24 18:29:07 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdata.h Add missing headers to get 'make checkheaders' closer to passing. ------------------------------------------------------------------------ r15933 | diego | 2008-11-24 18:31:01 -0300 (Mon, 24 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/qcelpdata.h Disable unused code for now to allow 'make checkheaders' to pass. ------------------------------------------------------------------------ r15934 | mru | 2008-11-24 21:20:49 -0300 (Mon, 24 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/snow.c snow: move scratch buffer from stack to malloced buffer in context This is required to ensure 16-byte alignment. ------------------------------------------------------------------------ r15935 | reimar | 2008-11-25 04:34:20 -0300 (Tue, 25 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/i386/cpuid.c Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), to fix generated code on ICC 11.0. ------------------------------------------------------------------------ r15936 | michael | 2008-11-25 14:12:45 -0300 (Tue, 25 Nov 2008) | 2 lines Changed paths: M /trunk/MAINTAINERS Add udp.c maintainer. ------------------------------------------------------------------------ r15937 | diego | 2008-11-26 07:22:55 -0300 (Wed, 26 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264data.h M /trunk/libavcodec/h264enc.c Move encoder-specific quantize_c and related tables to the H.264 encoder. ------------------------------------------------------------------------ r15938 | diego | 2008-11-26 10:28:30 -0300 (Wed, 26 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/mpegvideo_enc.c cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. ------------------------------------------------------------------------ r15939 | diego | 2008-11-26 10:38:13 -0300 (Wed, 26 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/Makefile A /trunk/libavcodec/aandcttab.c (from /trunk/libavcodec/mpegvideo_enc.c:15938) A /trunk/libavcodec/aandcttab.h M /trunk/libavcodec/eatgq.c M /trunk/libavcodec/mpegvideo_enc.c Move aanscales tables to their own file; fixes compilation without encoders. based on a patch by David Geldreich, david.geldreich free fr ------------------------------------------------------------------------ r15940 | diego | 2008-11-26 12:07:03 -0300 (Wed, 26 Nov 2008) | 3 lines Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile Automatically check the dependencies for the AAN DCT tables. This also makes the AAN DCT tables individually selectable. ------------------------------------------------------------------------ r15941 | diego | 2008-11-26 12:09:05 -0300 (Wed, 26 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile Only build the imgresample test if the old scaler was enabled. ------------------------------------------------------------------------ r15942 | cehoyos | 2008-11-26 15:59:36 -0300 (Wed, 26 Nov 2008) | 3 lines Changed paths: M /trunk/libavfilter/avfilter.c Use PIX_FMT_NONE to silence icc warning #188: enumerated type mixed with another type ------------------------------------------------------------------------ r15943 | kostya | 2008-11-27 04:26:26 -0300 (Thu, 27 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv34.c Fix RV40 chroma MC ------------------------------------------------------------------------ r15944 | stefano | 2008-11-27 18:24:25 -0300 (Thu, 27 Nov 2008) | 5 lines Changed paths: M /trunk/ffmpeg.c Make the input realtime framerate emulation code use ist->pts for computing the time of the next frame to send to output. See the thread: fix ffmpeg -re behaviour. ------------------------------------------------------------------------ r15945 | stefano | 2008-11-27 18:30:03 -0300 (Thu, 27 Nov 2008) | 3 lines Changed paths: M /trunk/ffmpeg.c Remove AVInputStream frame variable definition and usage, unnecessary after the last commit. ------------------------------------------------------------------------ r15946 | stefano | 2008-11-27 18:38:42 -0300 (Thu, 27 Nov 2008) | 5 lines Changed paths: M /trunk/ffmpeg.c Make rate_emu a global property rather than to be settable for a specific input video stream. See the thread: Fix ffmpeg -re behaviour. ------------------------------------------------------------------------ r15947 | diego | 2008-11-27 21:00:11 -0300 (Thu, 27 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile Add missing '-test' in name of imgresample test. ------------------------------------------------------------------------ r15948 | diego | 2008-11-27 21:32:24 -0300 (Thu, 27 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/dct-test.c Do not duplicate AAN DCT tables in dct-test.c. ------------------------------------------------------------------------ r15949 | kostya | 2008-11-29 03:22:31 -0300 (Sat, 29 Nov 2008) | 3 lines Changed paths: M /trunk/libavcodec/rv34.c M /trunk/libavcodec/rv34.h Invoke future RV30/40 loop filter for already decoded rows instead of the whole frame at once. ------------------------------------------------------------------------ r15950 | kostya | 2008-11-29 03:24:47 -0300 (Sat, 29 Nov 2008) | 1 line Changed paths: M /trunk/libavcodec/rv40.c RV40 loop filter ------------------------------------------------------------------------ r15951 | kostya | 2008-11-29 07:06:37 -0300 (Sat, 29 Nov 2008) | 2 lines Changed paths: M /trunk/libavcodec/dca.c M /trunk/libavcodec/dca.h M /trunk/libavcodec/dca_parser.c Add support for parsing and decoding DCA-HD streams. ------------------------------------------------------------------------ r15952 | stefano | 2008-11-29 09:22:22 -0300 (Sat, 29 Nov 2008) | 4 lines Changed paths: M /trunk/ffserver.c s/FFserver/ffserver/ in the help message invocation synopsis. See the thread: "Define cmdline_program_name and use it in show_help". ------------------------------------------------------------------------ r15953 | stefano | 2008-11-29 10:55:03 -0300 (Sat, 29 Nov 2008) | 2 lines Changed paths: M /trunk/libavformat/sdp.c Rename functions in sdp.c for consistency's sake. ------------------------------------------------------------------------ r15954 | stefano | 2008-11-29 10:58:41 -0300 (Sat, 29 Nov 2008) | 2 lines Changed paths: M /trunk/doc/faq.texi Replaces not the anymore valid -flags +trell option with -trellis 2. ------------------------------------------------------------------------ r15955 | stefano | 2008-11-29 11:08:48 -0300 (Sat, 29 Nov 2008) | 7 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/mpegvideo_enc.c M /trunk/libavcodec/ratecontrol.c M /trunk/libavcodec/utils.c Implement the fields rc_max_available_vbv_use and rc_min_vbv_overflow_use in AVCodecContext, and use their values in the ratecontrol code rather than hardcoded ones. See the thread: "[RFC] ratecontrol buffer size magic". Patch by Baptiste Coudurier. ------------------------------------------------------------------------ r15956 | banan | 2008-11-29 16:32:42 -0300 (Sat, 29 Nov 2008) | 1 line Changed paths: M /trunk/ffmpeg.c channel layout support for ffmpeg.c ------------------------------------------------------------------------ r15957 | ramiro | 2008-11-29 21:19:16 -0300 (Sat, 29 Nov 2008) | 3 lines Changed paths: M /trunk/configure configure: Use check_lib2 for bzlib. Functions are exported as WINAPI in win32, so it is not picked up by check_lib. ------------------------------------------------------------------------ r15958 | ramiro | 2008-11-29 21:20:19 -0300 (Sat, 29 Nov 2008) | 1 line Changed paths: M /trunk/configure configure: vertical alignment cosmetics. ------------------------------------------------------------------------