Reimar Döffinger [Mon, 6 Sep 2010 17:51:44 +0000 (17:51 +0000)]
Add a special function to mkv demxuer to parse length values that includes
special-case code to handle all possible encodings of "unknown length".
Originally committed as revision 25049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 6 Sep 2010 16:57:34 +0000 (16:57 +0000)]
Add my GPG fingerprint.
Originally committed as revision 25048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Mon, 6 Sep 2010 14:42:25 +0000 (14:42 +0000)]
swscale: also update flags on sws_getCachedContext()
Originally committed as revision 32052 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Mon, 6 Sep 2010 02:02:53 +0000 (02:02 +0000)]
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
The shift must be applied before the masking.
Originally committed as revision 32051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Mon, 6 Sep 2010 00:04:03 +0000 (00:04 +0000)]
Sort AV_CPU_FLAG* by value.
Originally committed as revision 25047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 6 Sep 2010 00:04:01 +0000 (00:04 +0000)]
Fix typo.
Originally committed as revision 25046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 5 Sep 2010 22:25:45 +0000 (22:25 +0000)]
move stream info arrays into a struct to ease future dynamic allocation
Originally committed as revision 25045 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 5 Sep 2010 21:37:40 +0000 (21:37 +0000)]
matroskadec: allow uint and float elements with length = 0
Originally committed as revision 25044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 5 Sep 2010 21:04:11 +0000 (21:04 +0000)]
Add #ifndef around FF_API_MM_FLAGS.
The #ifndef is required to allow for example some automated regression
tests by simply configuring with: --extra-cflags="-DFF_API_FOO=0".
Originally committed as revision 25043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 5 Sep 2010 10:10:16 +0000 (10:10 +0000)]
Use "d" suffix for general-purpose registers used with movd.
This increases compatibilty with nasm and is also more consistent,
e.g. with h264_intrapred.asm and h264_chromamc.asm that already
do it that way.
Originally committed as revision 25042 to svn://svn.ffmpeg.org/ffmpeg/trunk
vle [Sun, 5 Sep 2010 09:41:24 +0000 (09:41 +0000)]
Fix mlib compilation: add mising include for SwsContext.
Patch by [vle gmx net].
Originally committed as revision 32050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Sat, 4 Sep 2010 10:05:03 +0000 (10:05 +0000)]
Add APIchanges entry corresponding to the libavutil/cpu.h addition of
r25040.
Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sat, 4 Sep 2010 09:59:08 +0000 (09:59 +0000)]
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h.
Originally committed as revision 25040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 3 Sep 2010 21:27:19 +0000 (21:27 +0000)]
Create config.asm for use with yasm
Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 3 Sep 2010 21:27:15 +0000 (21:27 +0000)]
configure: whitespace
Originally committed as revision 25038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 3 Sep 2010 21:27:12 +0000 (21:27 +0000)]
configure: make print_config() more flexible
Originally committed as revision 25037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Fri, 3 Sep 2010 21:13:01 +0000 (21:13 +0000)]
Fix the dependencies of the RTP muxer
This fixes building with --disable-everything --enable-muxer=rtp, closing
issue 2159.
Originally committed as revision 25036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 3 Sep 2010 20:06:01 +0000 (20:06 +0000)]
Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups
for broken OSes. This is included in rtsp.h, as opposed to os_support.h.
Should fix OS/2 broken build on fate.
Originally committed as revision 25035 to svn://svn.ffmpeg.org/ffmpeg/trunk
James Darnley [Fri, 3 Sep 2010 19:30:27 +0000 (19:30 +0000)]
Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.
Fixes issue 555.
Originally committed as revision 25034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 3 Sep 2010 19:26:27 +0000 (19:26 +0000)]
Reindent after r25032.
Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
John Wimer [Fri, 3 Sep 2010 19:25:59 +0000 (19:25 +0000)]
Send NAT punching messages to the address specified in the Transport:
message, if available (RFC 2326, section 12.39), fixes issue 2212.
Patch by John Wimer <john at god vtic net>.
Originally committed as revision 25032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 3 Sep 2010 16:52:46 +0000 (16:52 +0000)]
Port latest x264 deblock asm (before they moved to using NV12 as internal
format), LGPL'ed with permission from Jason and Loren. This includes mmx2
code, so remove inline asm from h264dsp_mmx.c accordingly.
Originally committed as revision 25031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Fri, 3 Sep 2010 14:59:18 +0000 (14:59 +0000)]
Set frame_size in the amr demuxer
Originally committed as revision 25030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Fri, 3 Sep 2010 07:10:21 +0000 (07:10 +0000)]
rtsp: 10l, try to update the correct rtp stream
This fixes a bug from rev 22917. Now RTSP streams where the individual RTCP
sender reports aren't sent at the same time actually are synced properly.
Originally committed as revision 25029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 2 Sep 2010 21:41:07 +0000 (21:41 +0000)]
Detect llvm-gcc and set appropriate flags
Originally committed as revision 25028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 2 Sep 2010 19:40:18 +0000 (19:40 +0000)]
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 2 Sep 2010 19:17:46 +0000 (19:17 +0000)]
Optimize/simplify ebml_read_num.
Originally committed as revision 25026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 2 Sep 2010 15:39:44 +0000 (15:39 +0000)]
fate: delete log files ahead of each run
Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Thu, 2 Sep 2010 11:53:09 +0000 (11:53 +0000)]
Cosmetics: Reindent after r25023.
Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andrew Wason [Thu, 2 Sep 2010 11:51:32 +0000 (11:51 +0000)]
Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).
Patch by Andrew Wason, rectalogic rectalogic com
Originally committed as revision 25023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Eli Friedman [Wed, 1 Sep 2010 23:19:36 +0000 (23:19 +0000)]
Fix typo in r25019.
Patch by Eli Friedman <eli.friedman at gmail dot com>.
Originally committed as revision 25022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 1 Sep 2010 22:58:39 +0000 (22:58 +0000)]
cosmetics: spaces between and after parentheses
Originally committed as revision 25021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 1 Sep 2010 21:10:19 +0000 (21:10 +0000)]
Unscrew breakage after my last commit because of symbol prefixes.
Originally committed as revision 25020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 1 Sep 2010 20:56:16 +0000 (20:56 +0000)]
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square
biweight code to sse2/ssse3; add sse2 weight code; and use that same code to
create mmx2 functions also, so that the inline asm in h264dsp_mmx.c can be
removed. OK'ed by Jason on IRC.
Originally committed as revision 25019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 1 Sep 2010 20:48:59 +0000 (20:48 +0000)]
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,
still #included in dsputil_mmx.c and is part of DSPContext, and h264dsp_mmx.c,
which represents H264DSPContext and is now compiled on its own.
Originally committed as revision 25018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 1 Sep 2010 12:38:36 +0000 (12:38 +0000)]
QTRLE regtest
Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 1 Sep 2010 10:26:28 +0000 (10:26 +0000)]
add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl
and delay this transition to v54 as it is currently not functional
Originally committed as revision 25016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 1 Sep 2010 02:12:03 +0000 (02:12 +0000)]
Use quotes instead of angle brackets for local #includes.
Originally committed as revision 25015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 1 Sep 2010 00:04:47 +0000 (00:04 +0000)]
gxf muxer only accepts pal or ntsc resolutions currently, so fail if resolution is something else
Originally committed as revision 25014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 20:07:38 +0000 (20:07 +0000)]
SHA fate test
Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 17:55:31 +0000 (17:55 +0000)]
Test decoding in fate-lavf-gif
Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 17:53:48 +0000 (17:53 +0000)]
PNG image regression testing
Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 31 Aug 2010 12:54:40 +0000 (12:54 +0000)]
Mention that library micro version should be reset if minor version is bumped.
Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Tue, 31 Aug 2010 12:32:24 +0000 (12:32 +0000)]
Fix vertical align.
Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 11:15:04 +0000 (11:15 +0000)]
Add RealVideo 3 FATE test
Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 11:14:15 +0000 (11:14 +0000)]
10l, add flags forgotten in last commit
Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 11:13:14 +0000 (11:13 +0000)]
Add Apple MJPEG-B decoder FATE test
Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 31 Aug 2010 11:11:25 +0000 (11:11 +0000)]
Add FATE test for ScummVM DXA flavor
Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tobias Bindhammer [Tue, 31 Aug 2010 07:15:11 +0000 (07:15 +0000)]
Solving memory leak and initialization problem with prev_pkt / pkt.
Originally committed as revision 25004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tobias Bindhammer [Tue, 31 Aug 2010 07:14:47 +0000 (07:14 +0000)]
Checking return values of av_malloc(z) and report an error in case.
Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Tue, 31 Aug 2010 00:33:56 +0000 (00:33 +0000)]
aacenc: Remove an unused variable from adjust_frame_information().
Originally committed as revision 25002 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Tue, 31 Aug 2010 00:31:17 +0000 (00:31 +0000)]
aacenc: Don't set s->cur_channel before apply_window_and_mdct().
In general s->cur_channel should be phased out.
Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 30 Aug 2010 23:52:03 +0000 (23:52 +0000)]
aacenc: Write tag.elem_id early.
Originally committed as revision 25000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 30 Aug 2010 23:48:35 +0000 (23:48 +0000)]
psymodel: Const correct FFPsyWindowInfo.
Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Mon, 30 Aug 2010 23:43:03 +0000 (23:43 +0000)]
aacenc: Only apply M/S if common_window is set.
Originally committed as revision 24998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 30 Aug 2010 23:16:35 +0000 (23:16 +0000)]
split raw.c into rawdec.c and rawenc.c
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 30 Aug 2010 22:53:16 +0000 (22:53 +0000)]
move raw video demuxer to its own file
Originally committed as revision 24996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 30 Aug 2010 22:42:25 +0000 (22:42 +0000)]
move pcm muxers to their own file
Originally committed as revision 24995 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Mon, 30 Aug 2010 22:34:09 +0000 (22:34 +0000)]
vorbisdec: Use int instead of uint16_fast_t for index variables
uint16_fast_t is unsigned int (or long) on Linux, which when compared
with int results in an unsigned compare.
Originally committed as revision 24994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 30 Aug 2010 21:17:34 +0000 (21:17 +0000)]
move pcm demuxers to their own file
Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 30 Aug 2010 20:30:40 +0000 (20:30 +0000)]
Fix compilation failure if yasm is disabled (missing vp3 symbols).
Originally committed as revision 24992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ben Littler [Mon, 30 Aug 2010 16:43:33 +0000 (16:43 +0000)]
add WAWV fourcc, works on V-codecs/WAWV.avi
Originally committed as revision 24991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 30 Aug 2010 16:34:13 +0000 (16:34 +0000)]
Split intra prediction initialization (i.e. assigning of function pointers)
into its own file, it doesn't belong in h264dsp_mmx.c (much less so in
dsputil_mmx.c).
Originally committed as revision 24990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 30 Aug 2010 16:31:04 +0000 (16:31 +0000)]
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
fate failures on Win64.
Originally committed as revision 24989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 30 Aug 2010 16:25:46 +0000 (16:25 +0000)]
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
issues on Win64.
Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 30 Aug 2010 16:22:27 +0000 (16:22 +0000)]
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()
functions.
Originally committed as revision 24987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 22:21:29 +0000 (22:21 +0000)]
simplify code by using the AV_NE() macro
Originally committed as revision 24986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 22:15:50 +0000 (22:15 +0000)]
move null muxer to its own file
Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 22:06:48 +0000 (22:06 +0000)]
cleanup includes which are not used anymore in raw.c
Originally committed as revision 24984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 22:02:47 +0000 (22:02 +0000)]
move ac3/eac3 demuxer to its own file
Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:51:47 +0000 (21:51 +0000)]
move dnxhd demuxer to its own file
Originally committed as revision 24982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:44:26 +0000 (21:44 +0000)]
move dirac demuxer to its own file
Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:37:37 +0000 (21:37 +0000)]
move h261 demuxer to its own file
Originally committed as revision 24980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:34:18 +0000 (21:34 +0000)]
move h263 demuxer to its own file
Originally committed as revision 24979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:28:51 +0000 (21:28 +0000)]
move h264 demuxer to its own file
Originally committed as revision 24978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:23:52 +0000 (21:23 +0000)]
cosmetic
Originally committed as revision 24977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:23:30 +0000 (21:23 +0000)]
move m4v demuxer to its own file
Originally committed as revision 24976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 21:14:55 +0000 (21:14 +0000)]
move cavsvideo demuxer to its own file
Originally committed as revision 24975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 20:36:23 +0000 (20:36 +0000)]
move mpegvideo demuxer to its own file
Originally committed as revision 24974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 19:16:04 +0000 (19:16 +0000)]
move ingenient demuxer to its own file
Originally committed as revision 24973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 19:00:40 +0000 (19:00 +0000)]
move DTS demuxer to its own file
Originally committed as revision 24972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 18:33:39 +0000 (18:33 +0000)]
simplify code by using the AV_NE() macro
Originally committed as revision 24971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 18:28:03 +0000 (18:28 +0000)]
10l: aacdec and idroqenc still depend on raw.o
Originally committed as revision 24970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 16:37:33 +0000 (16:37 +0000)]
rename idroq.c to idroqdec.c
Originally committed as revision 24969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 16:35:44 +0000 (16:35 +0000)]
move id roq muxer to its own file
Originally committed as revision 24968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 29 Aug 2010 16:18:20 +0000 (16:18 +0000)]
move ADTS AAC demuxer to its own file
Originally committed as revision 24967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Aug 2010 15:46:38 +0000 (15:46 +0000)]
Include stdint.h instead of inttypes.h, it is enough for what this file need.
Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Allmann [Sun, 29 Aug 2010 10:25:16 +0000 (10:25 +0000)]
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24965 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Allmann [Sun, 29 Aug 2010 10:20:18 +0000 (10:20 +0000)]
Reindent
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24964 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Allmann [Sun, 29 Aug 2010 10:19:44 +0000 (10:19 +0000)]
rtpdec: Read RTCP compound packets
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Josh Allmann [Sun, 29 Aug 2010 10:16:54 +0000 (10:16 +0000)]
rtsp: Check the RTCP file handle for new packets, too
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sat, 28 Aug 2010 23:56:56 +0000 (23:56 +0000)]
Fix two compiler arnings related to printf-format of sizeof()-statements.
Originally committed as revision 24961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zhentan Feng [Sat, 28 Aug 2010 23:55:26 +0000 (23:55 +0000)]
stream_selection can be freed in the fail case, in which case it's unassigned.
Therefore, init it with NULL to prevent a crash on invalid streams.
Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 24960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 28 Aug 2010 21:17:49 +0000 (21:17 +0000)]
Hopefully fix the fate-ws_snd breakage on PPC
Originally committed as revision 24959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 28 Aug 2010 21:03:13 +0000 (21:03 +0000)]
cosmetics in imdct_sse
Originally committed as revision 24958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 28 Aug 2010 14:51:51 +0000 (14:51 +0000)]
Add fate test for Westwood SND1 codec
Originally committed as revision 24957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 28 Aug 2010 14:45:51 +0000 (14:45 +0000)]
Remove CCITT fax G4 tests (partial revert of r24954). This test is
corrupting memory somehow and segfaulting in the BSDs.
Originally committed as revision 24956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 28 Aug 2010 14:07:16 +0000 (14:07 +0000)]
cosmetic
Originally committed as revision 24955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 28 Aug 2010 11:46:03 +0000 (11:46 +0000)]
CCITT Fax Group compression fate tests
Originally committed as revision 24954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 26 Aug 2010 22:22:27 +0000 (22:22 +0000)]
configure: move config.fate creation after OS section
The OS label can be changed, and we want this to be reflected.
Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk