]> git.sesse.net Git - ffmpeg/log
ffmpeg
13 years agoFix the dependencies of the RTP muxer
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

13 years agoMove INET6_ADDRSTRLEN to network.h, similar to other network-related fixups
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

13 years agoVorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.
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

13 years agoReindent after r25032.
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

13 years agoSend NAT punching messages to the address specified in the Transport:
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

13 years agoPort latest x264 deblock asm (before they moved to using NV12 as internal
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

13 years agoSet frame_size in the amr demuxer
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

13 years agortsp: 10l, try to update the correct rtp stream
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

13 years agoDetect llvm-gcc and set appropriate flags
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

13 years agoAdd -mllvm -stack-alignment=16 to CFLAGS when using clang
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

13 years agoOptimize/simplify ebml_read_num.
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

13 years agofate: delete log files ahead of each run
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

13 years agoCosmetics: Reindent after r25023.
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

13 years agoFix crash when decoding DV in AVI introduced in r24579 (issue 2174).
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

13 years agoFix typo in r25019.
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

13 years agocosmetics: spaces between and after parentheses
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

13 years agoUnscrew breakage after my last commit because of symbol prefixes.
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

13 years agoRename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square
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

13 years agoSplit h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,
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

13 years agoQTRLE regtest
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

13 years agoadd FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl
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

13 years agoUse quotes instead of angle brackets for local #includes.
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

13 years agogxf muxer only accepts pal or ntsc resolutions currently, so fail if resolution is...
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

13 years agoSHA fate test
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

13 years agoTest decoding in fate-lavf-gif
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

13 years agoPNG image regression testing
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

13 years agoMention that library micro version should be reset if minor version is bumped.
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

13 years agoFix vertical align.
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

13 years agoAdd RealVideo 3 FATE test
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

13 years ago10l, add flags forgotten in last commit
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

13 years agoAdd Apple MJPEG-B decoder FATE test
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

13 years agoAdd FATE test for ScummVM DXA flavor
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

13 years agoSolving memory leak and initialization problem with prev_pkt / pkt.
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

13 years agoChecking return values of av_malloc(z) and report an error in case.
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

13 years agoaacenc: Remove an unused variable from adjust_frame_information().
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

13 years agoaacenc: Don't set s->cur_channel before apply_window_and_mdct().
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

13 years agoaacenc: Write tag.elem_id early.
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

13 years agopsymodel: Const correct FFPsyWindowInfo.
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

13 years agoaacenc: Only apply M/S if common_window is set.
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

13 years agosplit raw.c into rawdec.c and rawenc.c
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

13 years agomove raw video demuxer to its own file
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

13 years agomove pcm muxers to their own file
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

13 years agovorbisdec: Use int instead of uint16_fast_t for index variables
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

13 years agomove pcm demuxers to their own file
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

13 years agoFix compilation failure if yasm is disabled (missing vp3 symbols).
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

13 years agoadd WAWV fourcc, works on V-codecs/WAWV.avi
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

13 years agoSplit intra prediction initialization (i.e. assigning of function pointers)
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

13 years agoMove H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
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

13 years agoMove VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
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

13 years agoPut ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()
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

13 years agosimplify code by using the AV_NE() macro
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

13 years agomove null muxer to its own file
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

13 years agocleanup includes which are not used anymore in raw.c
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

13 years agomove ac3/eac3 demuxer to its own file
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

13 years agomove dnxhd demuxer to its own file
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

13 years agomove dirac demuxer to its own file
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

13 years agomove h261 demuxer to its own file
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

13 years agomove h263 demuxer to its own file
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

13 years agomove h264 demuxer to its own file
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

13 years agocosmetic
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

13 years agomove m4v demuxer to its own file
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

13 years agomove cavsvideo demuxer to its own file
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

13 years agomove mpegvideo demuxer to its own file
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

13 years agomove ingenient demuxer to its own file
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

13 years agomove DTS demuxer to its own file
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

13 years agosimplify code by using the AV_NE() macro
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

13 years ago10l: aacdec and idroqenc still depend on raw.o
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

13 years agorename idroq.c to idroqdec.c
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

13 years agomove id roq muxer to its own file
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

13 years agomove ADTS AAC demuxer to its own file
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

13 years agoInclude stdint.h instead of inttypes.h, it is enough for what this file need.
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

13 years agortsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
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

13 years agoReindent
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

13 years agortpdec: Read RTCP compound packets
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

13 years agortsp: Check the RTCP file handle for new packets, too
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

13 years agoFix two compiler arnings related to printf-format of sizeof()-statements.
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

13 years agostream_selection can be freed in the fail case, in which case it's unassigned.
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

13 years agoHopefully fix the fate-ws_snd breakage on PPC
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

13 years agocosmetics in imdct_sse
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

13 years agoAdd fate test for Westwood SND1 codec
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

13 years agoRemove CCITT fax G4 tests (partial revert of r24954). This test is
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

13 years agocosmetic
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

13 years agoCCITT Fax Group compression fate tests
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

13 years agoconfigure: move config.fate creation after OS section
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

13 years agoconfigure: write config.fate file as early as possible
Måns Rullgård [Thu, 26 Aug 2010 19:49:57 +0000 (19:49 +0000)]
configure: write config.fate file as early as possible

Originally committed as revision 24952 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoconfigure: improve error message for missing yasm
Måns Rullgård [Thu, 26 Aug 2010 19:15:25 +0000 (19:15 +0000)]
configure: improve error message for missing yasm

Originally committed as revision 24951 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agox86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.
Alex Converse [Thu, 26 Aug 2010 18:29:32 +0000 (18:29 +0000)]
x86: Require yasm OR --disable-asm OR --disable-mmx OR --disable-yasm to build.

Originally committed as revision 24950 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoRevert "Disable MMX for i686 and pentiumpro"
Måns Rullgård [Thu, 26 Aug 2010 18:21:00 +0000 (18:21 +0000)]
Revert "Disable MMX for i686 and pentiumpro"

To avoid being burned at the stake by an angry mob, I am forced to
revert this commit.

Originally committed as revision 24949 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoFix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.
Ronald S. Bultje [Thu, 26 Aug 2010 14:33:39 +0000 (14:33 +0000)]
Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.

Originally committed as revision 24948 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agofate: print list of tests with "make fate-list"
Måns Rullgård [Thu, 26 Aug 2010 13:58:45 +0000 (13:58 +0000)]
fate: print list of tests with "make fate-list"

Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoDisable MMX for i686 and pentiumpro
Måns Rullgård [Thu, 26 Aug 2010 13:46:45 +0000 (13:46 +0000)]
Disable MMX for i686 and pentiumpro

Originally committed as revision 24946 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoconfigure: select warning suppression syntax based on armcc version
Måns Rullgård [Thu, 26 Aug 2010 12:52:10 +0000 (12:52 +0000)]
configure: select warning suppression syntax based on armcc version

Release 4.1 changed the flag used to pass options through the gcc
translation layer.  Detect which version is used, and choose the
appropriate flag.

Originally committed as revision 24945 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoCosmetic changes.
Tobias Bindhammer [Thu, 26 Aug 2010 10:03:14 +0000 (10:03 +0000)]
Cosmetic changes.

Originally committed as revision 24944 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoInsert info from extradata into header
Tobias Bindhammer [Thu, 26 Aug 2010 10:03:11 +0000 (10:03 +0000)]
Insert info from extradata into header

Originally committed as revision 24943 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoAdded option to write frames interleaved (yet disabled)
Tobias Bindhammer [Thu, 26 Aug 2010 10:03:09 +0000 (10:03 +0000)]
Added option to write frames interleaved (yet disabled)

For this reason, a MuxerContext and write_trailer()-function was added,
to track the previous packet and flush the last packet at the end.

Originally committed as revision 24942 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoClarify code/avoid possible bugs by using precalculated values that are used for...
Tobias Bindhammer [Thu, 26 Aug 2010 10:03:06 +0000 (10:03 +0000)]
Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well

Originally committed as revision 24941 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoenable a flexible lifetime
Tobias Bindhammer [Thu, 26 Aug 2010 10:03:03 +0000 (10:03 +0000)]
enable a flexible lifetime

Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoSetting proper values in extradata for future use in muxer
Tobias Bindhammer [Thu, 26 Aug 2010 10:02:59 +0000 (10:02 +0000)]
Setting proper values in extradata for future use in muxer

Originally committed as revision 24939 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoFlush the PutBitsContext at the end of each block when encoding ADPCM IMA QT
Martin Storsjö [Thu, 26 Aug 2010 07:39:34 +0000 (07:39 +0000)]
Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT

Originally committed as revision 24938 to svn://svn.ffmpeg.org/ffmpeg/trunk

13 years agoAdd APIchanges entry after the addition of
Stefano Sabatini [Thu, 26 Aug 2010 00:41:40 +0000 (00:41 +0000)]
Add APIchanges entry after the addition of
avcodec_get_channel_layout() of r24936.

Originally committed as revision 24937 to svn://svn.ffmpeg.org/ffmpeg/trunk