OSDN Git Service

coroid/libav_saccubus.git
15 years agoParse the ASMRuleBook SDP line to dynamically create one new AVStream for
Ronald S. Bultje [Wed, 7 Jan 2009 14:38:44 +0000 (14:38 +0000)]
Parse the ASMRuleBook SDP line to dynamically create one new AVStream for
each "rule" described in the ASMRuleBook. Each rule represents a stream
of identical content compared to other streams in the same rulebook, but
with a possibly different codec/bitrate/etc. See "[PATCH] rdt.c: ASM
rulebook parsing and AVStream creation" thread on mailinglist.

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

15 years agoAdd AltiVec versions of h264_idct_add(8|16|16intra),
David Conrad [Wed, 7 Jan 2009 13:54:26 +0000 (13:54 +0000)]
Add AltiVec versions of h264_idct_add(8|16|16intra),
allowing to re-enable ff_h264_idct_add_altivec's usage.

Patch by David Conrad %lessen42 A gmail P com%

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

15 years agoRemove the frame rate from struct video_data, and allow using a variable
Luca Abeni [Wed, 7 Jan 2009 13:34:29 +0000 (13:34 +0000)]
Remove the frame rate from struct video_data, and allow using a variable
frame rate for video4linux2 input

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

15 years agoDon't prefix yasm with cross prefix.
Michael Kostylev [Wed, 7 Jan 2009 04:21:26 +0000 (04:21 +0000)]
Don't prefix yasm with cross prefix.
Patch by Michael Kostylev <mik at it-1 dot ru>

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

15 years agoDisable SVQ3 checks if SVQ3 support is not compiled in.
Diego Biurrun [Wed, 7 Jan 2009 01:58:04 +0000 (01:58 +0000)]
Disable SVQ3 checks if SVQ3 support is not compiled in.

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

15 years agoalphabetical ordering cosmetics
Diego Biurrun [Wed, 7 Jan 2009 01:42:00 +0000 (01:42 +0000)]
alphabetical ordering cosmetics

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

15 years agoRemove inappropriate const qualifier from function argument, fixes the warning:
Diego Biurrun [Wed, 7 Jan 2009 01:19:48 +0000 (01:19 +0000)]
Remove inappropriate const qualifier from function argument, fixes the warning:
libavformat/dvenc.c:256: warning: passing argument 2 of ‘av_fifo_generic_write’ discards qualifiers from pointer target type

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

15 years agoAdd Altivec version of vector_fmul_window.
David Conrad [Tue, 6 Jan 2009 23:03:33 +0000 (23:03 +0000)]
Add Altivec version of vector_fmul_window.
Patch by David Conrad %lessen42 A gmail P com%

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

15 years agoadd AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
David Conrad [Tue, 6 Jan 2009 22:29:26 +0000 (22:29 +0000)]
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
Patch by David Conrad %lessen42 A gmail P com%

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

15 years agofree all allocated metadata structures
Aurelien Jacobs [Tue, 6 Jan 2009 22:11:04 +0000 (22:11 +0000)]
free all allocated metadata structures

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

15 years agoensure that no GPL code is linked to LGPL only libavcodec
Aurelien Jacobs [Tue, 6 Jan 2009 22:01:57 +0000 (22:01 +0000)]
ensure that no GPL code is linked to LGPL only libavcodec

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

15 years agoRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
Carl Eugen Hoyos [Tue, 6 Jan 2009 18:58:18 +0000 (18:58 +0000)]
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().

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

15 years agocosmetics: alphabetical order
Diego Biurrun [Tue, 6 Jan 2009 17:50:10 +0000 (17:50 +0000)]
cosmetics: alphabetical order

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

15 years agoFactorise setting of avctx->pix_fmt.
Carl Eugen Hoyos [Tue, 6 Jan 2009 15:16:33 +0000 (15:16 +0000)]
Factorise setting of avctx->pix_fmt.

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

15 years agoignore year=0 and track=0
Aurelien Jacobs [Tue, 6 Jan 2009 12:56:21 +0000 (12:56 +0000)]
ignore year=0 and track=0

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

15 years agoFix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
David Conrad [Tue, 6 Jan 2009 12:51:35 +0000 (12:51 +0000)]
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
(parameter 'len' is a long not an int).
Patch by David Conrad % lessen42 A gmail P com %

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

15 years agofix compilation with GCC-4.3+
David Conrad [Tue, 6 Jan 2009 10:44:45 +0000 (10:44 +0000)]
fix compilation with GCC-4.3+
patch by David Conrad + fix by myself

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

15 years agooffset and weights are signed, fixes some non-bitexact issues.
David Conrad [Tue, 6 Jan 2009 10:35:06 +0000 (10:35 +0000)]
offset and weights are signed, fixes some non-bitexact issues.
Patch by David Conrad %lessen42 A gmail P com%

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

15 years ago1l: Forgot to rename header guard.
Carl Eugen Hoyos [Tue, 6 Jan 2009 10:13:25 +0000 (10:13 +0000)]
1l: Forgot to rename header guard.

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

15 years agoAdd a metadata compatibility layer, so that when a user application set
Aurelien Jacobs [Tue, 6 Jan 2009 00:09:23 +0000 (00:09 +0000)]
Add a metadata compatibility layer, so that when a user application set
metadata using old API, it is automatically converted to new API before
muxing.

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

15 years agoadd a typedef for AVMetadata
Aurelien Jacobs [Mon, 5 Jan 2009 23:56:27 +0000 (23:56 +0000)]
add a typedef for AVMetadata

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

15 years agoExport VDPAU support by installing vdpau.h.
Carl Eugen Hoyos [Mon, 5 Jan 2009 23:25:58 +0000 (23:25 +0000)]
Export VDPAU support by installing vdpau.h.

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

15 years agoRename vdpau_render.h as vdpau.h.
Carl Eugen Hoyos [Mon, 5 Jan 2009 23:23:32 +0000 (23:23 +0000)]
Rename vdpau_render.h as vdpau.h.

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

15 years agoadd AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
David Conrad [Mon, 5 Jan 2009 23:15:14 +0000 (23:15 +0000)]
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
Patch by David Conrad %lessen42 A gmail P com%

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

15 years agoAltiVec version of h264_idct(8)_dc_add
David Conrad [Mon, 5 Jan 2009 22:13:42 +0000 (22:13 +0000)]
AltiVec version of h264_idct(8)_dc_add
Patch by David Conrad %lessen42 A gmail P com%

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

15 years agoRevert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
Diego Biurrun [Mon, 5 Jan 2009 22:10:16 +0000 (22:10 +0000)]
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
out to be unsatisfying and confidence in AVFrac has been restored.

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

15 years agoAdd -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.
Palle Lyckegaard [Mon, 5 Jan 2009 21:52:55 +0000 (21:52 +0000)]
Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.
Fixes compilation of libavformat/udp.c.
patch by Palle Lyckegaard, palle lyckegaard dk

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

15 years agoMinistry of English Composition treatment: s/Alloced/Allocated
Carl Eugen Hoyos [Mon, 5 Jan 2009 18:44:32 +0000 (18:44 +0000)]
Ministry of English Composition treatment: s/Alloced/Allocated

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

15 years agoadditional recovery for the badly broken streams
Roman Shaposhnik [Mon, 5 Jan 2009 17:50:13 +0000 (17:50 +0000)]
additional recovery for the badly broken streams

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

15 years agoRemove leading underscore from union declaration.
Carl Eugen Hoyos [Mon, 5 Jan 2009 14:46:04 +0000 (14:46 +0000)]
Remove leading underscore from union declaration.

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

15 years agoAdd missing 'void' keyword to parameterless function declarations.
Diego Biurrun [Mon, 5 Jan 2009 13:57:43 +0000 (13:57 +0000)]
Add missing 'void' keyword to parameterless function declarations.

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

15 years agospelling/grammar and whitespace cosmetics
Diego Biurrun [Mon, 5 Jan 2009 11:49:15 +0000 (11:49 +0000)]
spelling/grammar and whitespace cosmetics

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

15 years ago50l: Reenable error resilience for H264 (Patch by Dark Shikari).
Jason Garrett-Glaser [Mon, 5 Jan 2009 08:46:59 +0000 (08:46 +0000)]
50l: Reenable error resilience for H264 (Patch by Dark Shikari).

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

15 years agoCosmetics: Fix indentation.
Carl Eugen Hoyos [Mon, 5 Jan 2009 00:48:44 +0000 (00:48 +0000)]
Cosmetics: Fix indentation.

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

15 years ago100l: Add a deleted '{'.
Carl Eugen Hoyos [Mon, 5 Jan 2009 00:31:39 +0000 (00:31 +0000)]
100l: Add a deleted '{'.

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

15 years agoAdd VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation [Sun, 4 Jan 2009 23:55:27 +0000 (23:55 +0000)]
Add VDPAU hardware accelerated decoding for H264 which can be used by
video players.

Original patch by NVIDIA corporation.

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

15 years agorename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs [Sun, 4 Jan 2009 23:31:31 +0000 (23:31 +0000)]
rename AVMetaData to AVMetadata and meta_data to metadata

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

15 years agoFix small errors in configure --help's output.
Carl Eugen Hoyos [Sun, 4 Jan 2009 23:17:22 +0000 (23:17 +0000)]
Fix small errors in configure --help's output.

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

15 years agoadd metadata in AVStream, AVProgram and AVChapter
Aurelien Jacobs [Sun, 4 Jan 2009 22:31:55 +0000 (22:31 +0000)]
add metadata in AVStream, AVProgram and AVChapter

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

15 years agoMinistry of English Composition treatment for the new metadata API
Mike Melanson [Sun, 4 Jan 2009 20:47:09 +0000 (20:47 +0000)]
Ministry of English Composition treatment for the new metadata API

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

15 years ago10l format include path for metadata.h
Michael Niedermayer [Sun, 4 Jan 2009 19:00:35 +0000 (19:00 +0000)]
10l format include path for metadata.h

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

15 years agoMove metadata API from avcodec to avformat.
Michael Niedermayer [Sun, 4 Jan 2009 18:58:49 +0000 (18:58 +0000)]
Move metadata API from avcodec to avformat.

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

15 years agoGeneric metadata API.
Michael Niedermayer [Sun, 4 Jan 2009 18:48:37 +0000 (18:48 +0000)]
Generic metadata API.
avi is updated as example.
No version bump, the API still might change slightly ...
No update to ffmpeg.c as requested by aurel.

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

15 years agocosmetic: indent
Aurelien Jacobs [Sun, 4 Jan 2009 17:48:54 +0000 (17:48 +0000)]
cosmetic: indent

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

15 years agoadd a termination condition
Aurelien Jacobs [Sun, 4 Jan 2009 17:48:19 +0000 (17:48 +0000)]
add a termination condition

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

15 years agoIf we find a VBR tag at the beginning of the file don't attempt to
Yoav Steinberg [Sun, 4 Jan 2009 16:23:18 +0000 (16:23 +0000)]
If we find a VBR tag at the beginning of the file don't attempt to
parse it as a valid frame.
patch by (Yoav Steinberg yoav out monfort in co in il)

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

15 years agoDrop the deprecated parse_image_size() and parse_frame_rate() functions
Stefano Sabatini [Sun, 4 Jan 2009 11:04:02 +0000 (11:04 +0000)]
Drop the deprecated parse_image_size() and parse_frame_rate() functions
at the next libavformat major version bump.

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

15 years agoUse H264 MMX chroma functions to accelerate RV40 decoding.
Mathieu Velten [Sun, 4 Jan 2009 01:36:11 +0000 (01:36 +0000)]
Use H264 MMX chroma functions to accelerate RV40 decoding.

Patch by Mathieu Velten (matmaul A gmail)

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

15 years agoBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
Michael Niedermayer [Sat, 3 Jan 2009 19:21:48 +0000 (19:21 +0000)]
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.

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

15 years agoAdd type, text and ass to AVSubtitleRect.
Michael Niedermayer [Sat, 3 Jan 2009 19:20:50 +0000 (19:20 +0000)]
Add type, text and ass to AVSubtitleRect.

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

15 years agoReplace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer [Sat, 3 Jan 2009 19:17:18 +0000 (19:17 +0000)]
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.

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

15 years agoReplace some fixed width variable from AVSubtitle* by normal int.
Michael Niedermayer [Sat, 3 Jan 2009 18:41:35 +0000 (18:41 +0000)]
Replace some fixed width variable from AVSubtitle* by normal int.

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

15 years agoForgot to update (I likely missed it due to its similar name to dvb...)
Michael Niedermayer [Sat, 3 Jan 2009 18:26:07 +0000 (18:26 +0000)]
Forgot to update (I likely missed it due to its similar name to dvb...)

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

15 years agoFuture doxy for a few fields of AVSubtitleRect.
Michael Niedermayer [Sat, 3 Jan 2009 17:58:25 +0000 (17:58 +0000)]
Future doxy for a few fields of AVSubtitleRect.

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

15 years agoChange AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer [Sat, 3 Jan 2009 17:54:48 +0000 (17:54 +0000)]
Change AVSubtitle.rects to an array of pointers so ABI does not break
when the size of AVSubtitleRect changes.

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

15 years agoDisplay subtitles within the display area.
Michael Niedermayer [Sat, 3 Jan 2009 17:50:00 +0000 (17:50 +0000)]
Display subtitles within the display area.
Fixes dvd-subtitle-problem.vob. (problem likely is that the video
resolution is smaller than what the subtitles expect)

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

15 years agoAdd enum AVSubtitleType
Michael Niedermayer [Sat, 3 Jan 2009 15:15:03 +0000 (15:15 +0000)]
Add enum AVSubtitleType

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

15 years agoAdd x264 SSE2 iDCT functions to H.264 decoder.
Jason Garrett-Glaser [Sat, 3 Jan 2009 00:46:17 +0000 (00:46 +0000)]
Add x264 SSE2 iDCT functions to H.264 decoder.

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

15 years agoAvoid POSIX-reserved _t namespace.
Diego Biurrun [Fri, 2 Jan 2009 16:21:22 +0000 (16:21 +0000)]
Avoid POSIX-reserved _t namespace.

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

15 years agoAvoid POSIX-reserved _t namespace.
Diego Biurrun [Fri, 2 Jan 2009 16:19:27 +0000 (16:19 +0000)]
Avoid POSIX-reserved _t namespace.

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

15 years agoBump year number.
Stefano Sabatini [Fri, 2 Jan 2009 11:09:37 +0000 (11:09 +0000)]
Bump year number.

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

15 years agoCosmetics: break line to make it not longer than 80 chars.
Stefano Sabatini [Fri, 2 Jan 2009 10:07:26 +0000 (10:07 +0000)]
Cosmetics: break line to make it not longer than 80 chars.

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

15 years ago10l set AVPacket.size to the true size of the returned data instead of
Michael Niedermayer [Wed, 31 Dec 2008 02:47:54 +0000 (02:47 +0000)]
10l set AVPacket.size to the true size of the returned data instead of
the (larger) allocated size. (prevents segfaults due to later failures
from 900MB-sized packets, yes fuzzed file not a valid one)

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

15 years agoFix indention which was off by 1 space.
Michael Niedermayer [Wed, 31 Dec 2008 01:54:54 +0000 (01:54 +0000)]
Fix indention which was off by 1 space.

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

15 years agoReplace buffer by AVPacket and avoid a memcpy() for video when the number
Michael Niedermayer [Wed, 31 Dec 2008 01:53:12 +0000 (01:53 +0000)]
Replace buffer by AVPacket and avoid a memcpy() for video when the number
of allocated slices matches the actual.
Audio still does a copy (marked with FIXME in the code so this is not missed).

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

15 years agoMerge videobuf and audiobuf.
Michael Niedermayer [Wed, 31 Dec 2008 00:24:54 +0000 (00:24 +0000)]
Merge videobuf and audiobuf.

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

15 years agoSimplify the top of rm_assemble_video_frame().
Michael Niedermayer [Tue, 30 Dec 2008 21:23:02 +0000 (21:23 +0000)]
Simplify the top of rm_assemble_video_frame().

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

15 years agoAdd a few error checks to rm_assemble_video_frame()
Michael Niedermayer [Tue, 30 Dec 2008 20:51:18 +0000 (20:51 +0000)]
Add a few error checks to rm_assemble_video_frame()

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

15 years agoAll non zero returns of rm_assemble_video_frame() are errors, check things
Michael Niedermayer [Tue, 30 Dec 2008 19:49:27 +0000 (19:49 +0000)]
All non zero returns of rm_assemble_video_frame() are errors, check things
accordingly.

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

15 years agoSilence two icc warnings:
Carl Eugen Hoyos [Tue, 30 Dec 2008 12:02:35 +0000 (12:02 +0000)]
Silence two icc warnings:
/home/melanson/fate/source/ffserver.c(4349):
warning #188: enumerated type mixed with another type
                          audio_enc.codec_id = audio_id;
                                             ^

/home/melanson/fate/source/ffserver.c(4354):
warning #188: enumerated type mixed with another type
                          video_enc.codec_id = video_id;
                                             ^

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

15 years agoAdd my GnuPG fingerprint.
Benoit Fouet [Tue, 30 Dec 2008 08:47:52 +0000 (08:47 +0000)]
Add my GnuPG fingerprint.

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

15 years agoARM: work around linker bug with movw/movt relocations in shared libs
Måns Rullgård [Tue, 30 Dec 2008 03:13:52 +0000 (03:13 +0000)]
ARM: work around linker bug with movw/movt relocations in shared libs

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

15 years agoMake shared/static full CONFIG options
Måns Rullgård [Tue, 30 Dec 2008 03:13:48 +0000 (03:13 +0000)]
Make shared/static full CONFIG options

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

15 years agoconfigure: check for ARMv6T2 support
Måns Rullgård [Tue, 30 Dec 2008 03:13:44 +0000 (03:13 +0000)]
configure: check for ARMv6T2 support

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

15 years agoARM: rename coefficient table in NEON IDCT
Måns Rullgård [Tue, 30 Dec 2008 03:13:40 +0000 (03:13 +0000)]
ARM: rename coefficient table in NEON IDCT

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

15 years agoRemove duplicated dot product code. Use dsputil's
Aurelien Jacobs [Mon, 29 Dec 2008 17:14:30 +0000 (17:14 +0000)]
Remove duplicated dot product code. Use dsputil's
scalarproduct instead. Patch by Aurelien Jacobs.

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

15 years agoMy gpg key fingerprint.
Reimar Döffinger [Mon, 29 Dec 2008 16:56:02 +0000 (16:56 +0000)]
My gpg key fingerprint.

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

15 years agoCOSMETICS. Write my full name instead.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:39:11 +0000 (16:39 +0000)]
COSMETICS. Write my full name instead.

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

15 years agoAdd myself as qcelp* maintainer.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:33:03 +0000 (16:33 +0000)]
Add myself as qcelp* maintainer.

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

15 years agoAdd my key fingerprint to the list.
Reynaldo H. Verdejo Pinochet [Mon, 29 Dec 2008 16:27:57 +0000 (16:27 +0000)]
Add my key fingerprint to the list.

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

15 years agoconfigure: accept $TMP as location for temporary files
Måns Rullgård [Mon, 29 Dec 2008 12:55:28 +0000 (12:55 +0000)]
configure: accept $TMP as location for temporary files

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

15 years agoconfigure: simplify TMPDIR setting
Måns Rullgård [Mon, 29 Dec 2008 12:55:24 +0000 (12:55 +0000)]
configure: simplify TMPDIR setting

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

15 years agoFix typos.
Stefano Sabatini [Mon, 29 Dec 2008 12:11:01 +0000 (12:11 +0000)]
Fix typos.

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

15 years agoClarify that the list of gpg fingerprints is not just for maintainers.
Michael Niedermayer [Mon, 29 Dec 2008 12:00:38 +0000 (12:00 +0000)]
Clarify that the list of gpg fingerprints is not just for maintainers.

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

15 years agoAdd spaces into the gpg fingerprint for better readability.
Michael Niedermayer [Mon, 29 Dec 2008 11:57:52 +0000 (11:57 +0000)]
Add spaces into the gpg fingerprint for better readability.

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

15 years agoIt turned out that RV30 uses motion vectors for forward motion B-frame
Kostya Shishkov [Mon, 29 Dec 2008 10:20:03 +0000 (10:20 +0000)]
It turned out that RV30 uses motion vectors for forward motion B-frame
macroblocks to predict motion vectors for backward motion B-frame macroblocks
and vice versa.

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

15 years agoExplain the lack of +3/7
Michael Niedermayer [Sun, 28 Dec 2008 23:26:12 +0000 (23:26 +0000)]
Explain the lack of +3/7

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

15 years agoav_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
Reimar Döffinger [Sun, 28 Dec 2008 23:25:17 +0000 (23:25 +0000)]
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
"rmdec.c: double free" thread on mailinglist.

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

15 years agoFix double free which happens for playback of .rm files after r16365. See
Ronald S. Bultje [Sun, 28 Dec 2008 23:23:59 +0000 (23:23 +0000)]
Fix double free which happens for playback of .rm files after r16365. See
"rmdec.c: double free" discussion on mailinglist, patch with suggestions
from Reimar Doffinger.

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

15 years agoAdd a list of GnuPG fingerprints.
Michael Niedermayer [Sun, 28 Dec 2008 23:12:46 +0000 (23:12 +0000)]
Add a list of GnuPG fingerprints.
This is not as good as personal keysigning (ala debian) but better than
nothing.

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

15 years agoRevert r16375: It broke aac decoding.
Carl Eugen Hoyos [Sun, 28 Dec 2008 20:08:39 +0000 (20:08 +0000)]
Revert r16375: It broke aac decoding.

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

15 years agoReduce number of warnings when compiling with icc by two.
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:48:43 +0000 (19:48 +0000)]
Reduce number of warnings when compiling with icc by two.

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

15 years agoSilence one warning when compiling with icc:
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:44:47 +0000 (19:44 +0000)]
Silence one warning when compiling with icc:
warning #188: enumerated type mixed with another type
      if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q)
                     ^

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

15 years agoFix h264 decoding on SSE2 cores with icc compilation.
Carl Eugen Hoyos [Sun, 28 Dec 2008 19:40:13 +0000 (19:40 +0000)]
Fix h264 decoding on SSE2 cores with icc compilation.

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

15 years agoMention in the documentation of avfilter_poll_frame() that it returns
Stefano Sabatini [Sun, 28 Dec 2008 17:07:47 +0000 (17:07 +0000)]
Mention in the documentation of avfilter_poll_frame() that it returns
a negative value in case of error.

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

15 years agoFix a typo that made VMD demuxer always assume Indeo 3 as video codec.
Kostya Shishkov [Sun, 28 Dec 2008 16:22:42 +0000 (16:22 +0000)]
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.

Spotted by Robert Swain

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

15 years agoUse avcodec_check_dimensions() for checking the frame size validity.
Stefano Sabatini [Sun, 28 Dec 2008 14:41:19 +0000 (14:41 +0000)]
Use avcodec_check_dimensions() for checking the frame size validity.
The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the new set values.

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

15 years agoReindent after r16368.
Ronald S. Bultje [Sun, 28 Dec 2008 05:59:11 +0000 (05:59 +0000)]
Reindent after r16368.

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

15 years agoAdd audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
Ronald S. Bultje [Sun, 28 Dec 2008 05:58:23 +0000 (05:58 +0000)]
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
"[PATCH] oops I broke rdt.c" mailinglist thread.

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

15 years agoChange audio_pkt_cnt from an array into a single field, since only a single
Ronald S. Bultje [Sun, 28 Dec 2008 05:55:09 +0000 (05:55 +0000)]
Change audio_pkt_cnt from an array into a single field, since only a single
member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt).
See "[PATCH] oops I broke rdt.c" mailinglist thread.

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