OSDN Git Service

coroid/libav_saccubus.git
15 years agoDo not try to duplicate packets that have data==NULL.
Michael Niedermayer [Wed, 7 Jan 2009 20:44:23 +0000 (20:44 +0000)]
Do not try to duplicate packets that have data==NULL.

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

15 years agoDocument the need of buf=NULL buf_size=0 at the end to obtain all frames.
Michael Niedermayer [Wed, 7 Jan 2009 19:55:08 +0000 (19:55 +0000)]
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.

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

15 years agoAdd missing headers to allow 'make checkheaders' to pass.
Diego Biurrun [Wed, 7 Jan 2009 18:42:24 +0000 (18:42 +0000)]
Add missing headers to allow 'make checkheaders' to pass.

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

15 years agoUse <> instead of "" for system headers.
Diego Biurrun [Wed, 7 Jan 2009 18:24:16 +0000 (18:24 +0000)]
Use <> instead of "" for system headers.

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

15 years agoFactorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse [Wed, 7 Jan 2009 18:10:10 +0000 (18:10 +0000)]
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
will follow

Patch by Alex Converse ( alex converse gmail com )

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

15 years agoAdd some lossless h.264 encoding presets as suggested by Jason
Robert Swain [Wed, 7 Jan 2009 17:38:29 +0000 (17:38 +0000)]
Add some lossless h.264 encoding presets as suggested by Jason

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

15 years agoAdd a slow first pass preset
Robert Swain [Wed, 7 Jan 2009 16:52:15 +0000 (16:52 +0000)]
Add a slow first pass preset

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

15 years agoBe consistent and use b-frames throughout the presets to avoid confusion about
Robert Swain [Wed, 7 Jan 2009 16:51:55 +0000 (16:51 +0000)]
Be consistent and use b-frames throughout the presets to avoid confusion about
whether they have to be specified in the first pass as well. Also use
b_strategy=2 in hq and max presets to further improve compression efficiency.

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

15 years agoFix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
Ronald S. Bultje [Wed, 7 Jan 2009 16:01:15 +0000 (16:01 +0000)]
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by
Diego.

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

15 years agoChange direct prediction for fast first pass to automatic as all other presets
Robert Swain [Wed, 7 Jan 2009 15:44:41 +0000 (15:44 +0000)]
Change direct prediction for fast first pass to automatic as all other presets
use this mode and it has to be enabled in the first pass to be used in the
second

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

15 years agoFix doxy comments missing one '*'.
Ronald S. Bultje [Wed, 7 Jan 2009 15:13:27 +0000 (15:13 +0000)]
Fix doxy comments missing one '*'.

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

15 years agoUse the "server" RTSP field to detect whether the server that we're talking
Ronald S. Bultje [Wed, 7 Jan 2009 14:55:47 +0000 (14:55 +0000)]
Use the "server" RTSP field to detect whether the server that we're talking
to is a Microsoft Windows Media Server (the field will be "WMServer/version").
See "[PATCH] RTSP-MS 3/15: Add Windows Media Server type" thread on
mailinglist.

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

15 years agoExport RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future
Ronald S. Bultje [Wed, 7 Jan 2009 14:53:04 +0000 (14:53 +0000)]
Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future
access to these structures in functions that will be located in rtp_asf.c.
See "[PATCH] RTSP-MS 2/15: export RTSPState and RTSPStream" mailinglist
thread.

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

15 years agoDon't use s->pb if a local ByteIOContext was already provided by the calling
Ronald S. Bultje [Wed, 7 Jan 2009 14:50:19 +0000 (14:50 +0000)]
Don't use s->pb if a local ByteIOContext was already provided by the calling
function. See mailinglist thread "[PATCH] RTSP-MS 1/15: don't use s->pb in
asf.c".

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

15 years agoAllow subscription to any of the streams, not just the first, available in
Ronald S. Bultje [Wed, 7 Jan 2009 14:48:17 +0000 (14:48 +0000)]
Allow subscription to any of the streams, not just the first, available in
this RTSP/RDT session. This basically implies full RDT support, including
stream selection in ffmpeg and multi-stream backupping in ffmpeg (by mapping
each stream to an output). See "[PATCH] RTSP/RDT: subscriptions" thread on
mailinglist.

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

15 years agoParse the OpaqueData field for every AVStream represented by this "set of
Ronald S. Bultje [Wed, 7 Jan 2009 14:45:13 +0000 (14:45 +0000)]
Parse the OpaqueData field for every AVStream represented by this "set of
streams" (a single RTSPStream / RDTDemuxContext can represent several
AVStreams, that's just how Real/RDT was designed...). This will fill in
most of the AVStream/AVCodecContext header fields, similar to reading a
RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on
mailinglist.

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

15 years agoParse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in
Ronald S. Bultje [Wed, 7 Jan 2009 14:41:40 +0000 (14:41 +0000)]
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in
the AVStream->AVCodecContext->bit_rate field, which is not in the MDPR block
(the "OpaqueData" SDP field). This allows clients to choose streams based
on their bitrate, which is what most network-players base stream selection
on. (Of course, it is also possible to select based on anything else, that
is entirely up to the client.) See "[PATCH] rdt.c: ASM rulebook bitrate
reading" thread on mailinglist.

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

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