platform/upstream/libav.git
13 years agoUse new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini [Tue, 7 Sep 2010 19:15:29 +0000 (19:15 +0000)]
Use new imgutils.h API names, fix deprecation warnings.

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

13 years agoAdopt a hierarchical name scheme for the imgutils.h API. Simplify
Stefano Sabatini [Tue, 7 Sep 2010 19:15:17 +0000 (19:15 +0000)]
Adopt a hierarchical name scheme for the imgutils.h API. Simplify
grepping and somewhat more consistent with the scheme adopted by other
FFmpeg modules API.

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

13 years agoAmend documention for the option -prefix.
Stefano Sabatini [Tue, 7 Sep 2010 09:10:56 +0000 (09:10 +0000)]
Amend documention for the option -prefix.

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

13 years agoPrefer "foo" over ``foo'' in the ffprobe docs.
Stefano Sabatini [Tue, 7 Sep 2010 09:10:50 +0000 (09:10 +0000)]
Prefer "foo" over ``foo'' in the ffprobe docs.

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

13 years agoRead the number of channels from the 'dac3' tag for AC-3 in MP4.
Justin Ruggles [Mon, 6 Sep 2010 21:52:11 +0000 (21:52 +0000)]
Read the number of channels from the 'dac3' tag for AC-3 in MP4.

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

13 years agoMake av_fill_image_max_pixsteps() non static non inline.
Stefano Sabatini [Mon, 6 Sep 2010 21:51:20 +0000 (21:51 +0000)]
Make av_fill_image_max_pixsteps() non static non inline.

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

13 years agoFix slice height for y position calculation for vp3_draw_horiz_band
Reimar Döffinger [Mon, 6 Sep 2010 19:26:18 +0000 (19:26 +0000)]
Fix slice height for y position calculation for vp3_draw_horiz_band
when the video uses 4:2:2 instead of 4:2:0 coding.

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

13 years agoFix vp3_draw_horiz_band to not produce completely chaotical values
Reimar Döffinger [Mon, 6 Sep 2010 19:21:13 +0000 (19:21 +0000)]
Fix vp3_draw_horiz_band to not produce completely chaotical values
that result in overdrawing areas again and again if s->flipped_image
is false.

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

13 years agoVP3/Theora: validate aspect and reduce it before exporting it
Reimar Döffinger [Mon, 6 Sep 2010 17:53:29 +0000 (17:53 +0000)]
VP3/Theora: validate aspect and reduce it before exporting it
via the context.

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

13 years agoAdd a special function to mkv demxuer to parse length values that includes
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

13 years agoAdd my GPG fingerprint.
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

13 years agoswscale: also update flags on sws_getCachedContext()
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

13 years agoswscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
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

13 years agoSort AV_CPU_FLAG* by value.
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

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

13 years agomove stream info arrays into a struct to ease future dynamic allocation
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

13 years agomatroskadec: allow uint and float elements with length = 0
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

13 years agoAdd #ifndef around FF_API_MM_FLAGS.
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

13 years agoUse "d" suffix for general-purpose registers used with movd.
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

13 years agoFix mlib compilation: add mising include for SwsContext.
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

13 years agoAdd APIchanges entry corresponding to the libavutil/cpu.h addition of
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

13 years agoRename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
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

13 years agoCreate config.asm for use with yasm
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

13 years agoconfigure: whitespace
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

13 years agoconfigure: make print_config() more flexible
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

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