Diego Biurrun [Tue, 17 Feb 2009 23:36:28 +0000 (23:36 +0000)]
small Doxygen comment grammar fix
Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 17 Feb 2009 23:35:41 +0000 (23:35 +0000)]
Revert converting two asserts into if checks and error messages.
It did not achieve the intended effect.
Originally committed as revision 17402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stephen Warren [Tue, 17 Feb 2009 23:30:07 +0000 (23:30 +0000)]
Fix MBAFF/PAFF samples.
Patch by Stephen Warren, swarren nvidia com
Originally committed as revision 17401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 17 Feb 2009 22:36:48 +0000 (22:36 +0000)]
spelling/grammar/wording fixes for the Doxygen comments
Originally committed as revision 17400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 17 Feb 2009 22:25:40 +0000 (22:25 +0000)]
Gopher protocol should depend on networking being enabled.
Ok'd by Måns and DonDiego on IRC.
Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 17 Feb 2009 21:43:57 +0000 (21:43 +0000)]
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 17 Feb 2009 21:41:50 +0000 (21:41 +0000)]
remove now useless get_str16() from rmdec.c
Originally committed as revision 17397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 17 Feb 2009 21:40:38 +0000 (21:40 +0000)]
use new metadata API in rm (de)muxer
Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Feb 2009 18:20:06 +0000 (18:20 +0000)]
Fix @param[in/out] handling
Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 17 Feb 2009 15:44:11 +0000 (15:44 +0000)]
apedec: display a warning when truncating a metadata tag
Originally committed as revision 17394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gwenole Beauchesne [Tue, 17 Feb 2009 13:41:27 +0000 (13:41 +0000)]
Move initialization of {luma,chroma}_weight_flag[] up,
to make sure they are always initialized.
Patch by Gwenole Beauchesne g${name} splitted-desktop com
Originally committed as revision 17393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 17 Feb 2009 12:11:46 +0000 (12:11 +0000)]
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
"'inline' is not at beginning of declaration" with -Wextra.
Originally committed as revision 17392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 17 Feb 2009 12:03:10 +0000 (12:03 +0000)]
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
"'static' is not at beginning of declaration" with -Wextra.
Originally committed as revision 17391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 17 Feb 2009 08:12:51 +0000 (08:12 +0000)]
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
a static function
Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 17 Feb 2009 08:09:34 +0000 (08:09 +0000)]
Move to rtp.h the prototypes of all the functions defined in rtp.c
Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 17 Feb 2009 00:02:13 +0000 (00:02 +0000)]
use new metadata API in ape demuxer
Originally committed as revision 17388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 16 Feb 2009 22:46:30 +0000 (22:46 +0000)]
Thoroughly check all fields set by the application in xvmc struct.
Originally committed as revision 17387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Mon, 16 Feb 2009 22:23:47 +0000 (22:23 +0000)]
flacdec: Silence false positive warning about uninitialized variables in
decode_subframe_fixed(). Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 16 Feb 2009 18:52:14 +0000 (18:52 +0000)]
avidec: fix error introduced in r17382
Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 16 Feb 2009 18:19:48 +0000 (18:19 +0000)]
Minor clarification of xvmc field description.
Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 16 Feb 2009 18:16:23 +0000 (18:16 +0000)]
Improvements in xvmc structure fields descriptions.
Originally committed as revision 17383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:33:00 +0000 (16:33 +0000)]
Add a context to av_log() calls and modify a function prototype to allow it.
Originally committed as revision 17382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 16 Feb 2009 16:27:35 +0000 (16:27 +0000)]
Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]
document rtsp.h" mailinglist thread.
Originally committed as revision 17381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:27:08 +0000 (16:27 +0000)]
Add a context to av_log() call and update the trace not to be redundant.
Originally committed as revision 17380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Mon, 16 Feb 2009 16:24:01 +0000 (16:24 +0000)]
Don't install rtsp.h. It is intended to be private, it depends on rtp code
which isn't installed anyway (so it doesn't work).
In the process, also remove public/private API comments from rtsp headers
because they are unnecessary.
Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:14:34 +0000 (16:14 +0000)]
Change av_log() calls to fprintf() to stderr calls.
Originally committed as revision 17378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:12:23 +0000 (16:12 +0000)]
Add a context to av_log() calls.
Originally committed as revision 17377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:09:58 +0000 (16:09 +0000)]
Add a context to av_log() call.
Originally committed as revision 17376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:09:34 +0000 (16:09 +0000)]
Add a context to av_log() calls.
Originally committed as revision 17375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 16:09:02 +0000 (16:09 +0000)]
Add a context to av_log() calls.
Originally committed as revision 17374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 14:45:05 +0000 (14:45 +0000)]
Add a context to av_log() call.
Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 16 Feb 2009 14:44:31 +0000 (14:44 +0000)]
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.
Originally committed as revision 17372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 16 Feb 2009 12:48:45 +0000 (12:48 +0000)]
fetch display aspect ratio from mpeg-2 essence
Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 11:50:06 +0000 (11:50 +0000)]
whitespace cosmetics: Reindent a few lines after the last commit.
Originally committed as revision 17370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 11:49:08 +0000 (11:49 +0000)]
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if
statements by merging the CONFIG_MPEG_XVMC_DECODER check into the if condition.
Originally committed as revision 17369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 11:35:38 +0000 (11:35 +0000)]
whitespace cosmetics: Place spaces around += for better readability.
Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 16 Feb 2009 10:44:38 +0000 (10:44 +0000)]
merge mxf_write_d10_packet into mxf_write_packet
Originally committed as revision 17367 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 10:38:23 +0000 (10:38 +0000)]
Add missing object dependencies: eatqi.o depends on mpeg12.o.
Originally committed as revision 17366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 16 Feb 2009 10:21:14 +0000 (10:21 +0000)]
Document ff_rtp_get_payload_type()
Originally committed as revision 17365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 16 Feb 2009 09:36:21 +0000 (09:36 +0000)]
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
a static function
Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 16 Feb 2009 06:57:11 +0000 (06:57 +0000)]
Make BMP decoder try to decode files with incorrect filesize field value
Originally committed as revision 17363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 02:02:49 +0000 (02:02 +0000)]
Replace two asserts by checks and error messages.
Originally committed as revision 17362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 01:59:51 +0000 (01:59 +0000)]
Doxygen comment wording fix
Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 01:55:28 +0000 (01:55 +0000)]
Make format long_names consistent.
Originally committed as revision 17360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 16 Feb 2009 01:51:52 +0000 (01:51 +0000)]
fix mxf interleaving packet purge
Originally committed as revision 17359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 01:33:02 +0000 (01:33 +0000)]
whitespace cosmetics
Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Mon, 16 Feb 2009 00:36:56 +0000 (00:36 +0000)]
Make myself maintainer of the website code
Originally committed as revision 17357 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 00:21:16 +0000 (00:21 +0000)]
Give struct members more sensible names:
total_number_of_mv_blocks --> allocated_mv_blocks
total_number_of_data_blocks --> allocated_data_blocks
Originally committed as revision 17356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 00:09:00 +0000 (00:09 +0000)]
cosmetics: one more wording fix
Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Feb 2009 00:06:32 +0000 (00:06 +0000)]
cosmetics: Keep lines below 80 characters where sensibly possible.
Originally committed as revision 17354 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 23:55:34 +0000 (23:55 +0000)]
Doxygen spelling/wording fixes
Originally committed as revision 17353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 23:23:39 +0000 (23:23 +0000)]
spelling/wording fixes for the Doxygen comments
Originally committed as revision 17352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 15 Feb 2009 21:12:05 +0000 (21:12 +0000)]
Add my GPG fingerprint
Originally committed as revision 17351 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 21:05:48 +0000 (21:05 +0000)]
draw_horiz_band() is really ff_draw_horiz_band().
Originally committed as revision 17350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 21:03:52 +0000 (21:03 +0000)]
spelling/grammar/wording/whitespace for Doxygen comments
Originally committed as revision 17349 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 20:45:33 +0000 (20:45 +0000)]
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
change in the name of the struct member xvmc_id.
Originally committed as revision 17348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 20:45:10 +0000 (20:45 +0000)]
Improve grammar: "X next after Y" -> "next X after Y".
Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 20:37:39 +0000 (20:37 +0000)]
cosmetics: typo fix
Originally committed as revision 17346 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 20:13:00 +0000 (20:13 +0000)]
Describe all fields in xvmc struct.
Originally committed as revision 17345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 19:10:16 +0000 (19:10 +0000)]
spelling/grammar/wording fixes for Doxygen comments
Originally committed as revision 17344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 19:06:05 +0000 (19:06 +0000)]
comment spelling/grammar/wording fixes
Originally committed as revision 17343 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 18:59:18 +0000 (18:59 +0000)]
Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.
Originally committed as revision 17342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 18:45:22 +0000 (18:45 +0000)]
Rename unique_id to the way michaelni likes it. (xvmc_id)
Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 18:30:39 +0000 (18:30 +0000)]
Document all functions in mpegvideo_xvmc.
Originally committed as revision 17340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 17:42:08 +0000 (17:42 +0000)]
Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 17:21:37 +0000 (17:21 +0000)]
Kill the magic field in xvmc structure.
Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 16:54:02 +0000 (16:54 +0000)]
K&R whitespace cosmetics
Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 16:53:05 +0000 (16:53 +0000)]
matroskaenc: use new metadata API
Originally committed as revision 17336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 16:29:31 +0000 (16:29 +0000)]
10l: Remove duplicated hunk of code.
Originally committed as revision 17335 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 16:05:37 +0000 (16:05 +0000)]
matroskadec: export language of metadata tags when available
Originally committed as revision 17334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 16:02:07 +0000 (16:02 +0000)]
Document av_codec_next().
Originally committed as revision 17333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 16:00:58 +0000 (16:00 +0000)]
matroskadec: add needed definitions forgotten in r17331
Originally committed as revision 17332 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 15:53:55 +0000 (15:53 +0000)]
matroskadec: add generic metadata support
Originally committed as revision 17331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 15:34:22 +0000 (15:34 +0000)]
matroskadec: read track and attachment uid
will be useful for generic metadata support
Originally committed as revision 17330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 15:29:09 +0000 (15:29 +0000)]
matroskadec: export track name through the metadata API
Originally committed as revision 17329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 15:25:14 +0000 (15:25 +0000)]
matroskadec: use new metadata API to export some simple information
Originally committed as revision 17328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos [Sun, 15 Feb 2009 15:23:02 +0000 (15:23 +0000)]
Silence following warning if only zeros were not consumed:
AVC: Consumed only m bytes instead of n
Originally committed as revision 17327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 14:34:23 +0000 (14:34 +0000)]
Do not export to the public the first_protocol symbol at the next
major bump.
There is no need for that, since av_protocol_next() already provides
access to the first registered protocol.
Originally committed as revision 17326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sun, 15 Feb 2009 14:32:09 +0000 (14:32 +0000)]
Cast a __u64 variable to uint64_t so that it can be printed without warnings
Originally committed as revision 17325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 14:31:18 +0000 (14:31 +0000)]
Document av_protocol_next().
Originally committed as revision 17324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 14:29:23 +0000 (14:29 +0000)]
Replace calls/references of the deprecated register_protocol()
function with correponding calls/references to av_register_protocol().
Originally committed as revision 17323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 14:25:23 +0000 (14:25 +0000)]
Rename register_protocol() to av_register_protocol() and deprecate
register_protocol().
Originally committed as revision 17322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 14:13:28 +0000 (14:13 +0000)]
demux some more metadata tags in mov
Originally committed as revision 17321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 15 Feb 2009 12:31:01 +0000 (12:31 +0000)]
Place spaces consistently in pointer types in vdpau.c
Originally committed as revision 17320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 10:15:02 +0000 (10:15 +0000)]
Cosmetics. Vertical align.
Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 10:14:16 +0000 (10:14 +0000)]
Almost cosmetics.
Move some assignments after the checks.
Originally committed as revision 17318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 10:06:23 +0000 (10:06 +0000)]
Check all critical xvmc struct fields in ff_xvmc_field_start()
and log error if they are not correct. All other functions
are supposedly called after that one, so use assert() for them.
Originally committed as revision 17317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 15 Feb 2009 09:04:08 +0000 (09:04 +0000)]
Document av_iformat_next() and av_oformat_next() functions.
Originally committed as revision 17316 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 09:03:47 +0000 (09:03 +0000)]
Proper condition in xvmc decode mb.
The old one would try to use mv blocks that are written outside their buffer,
in case of unhandled error.
Originally committed as revision 17315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 08:42:11 +0000 (08:42 +0000)]
Rename xvmc_render_state to something with pixfmt in its name.
Originally committed as revision 17314 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 08:29:06 +0000 (08:29 +0000)]
A little better wording of doxygen comments.
Originally committed as revision 17313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 07:55:39 +0000 (07:55 +0000)]
Revert 17308.
The above commit makes ff_xvmc_decode_mb to output one log entry
for each decoded MB, causing massive slowdown.
Originally committed as revision 17312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross [Sun, 15 Feb 2009 06:29:43 +0000 (06:29 +0000)]
Prevent heap corruption when resampling 8-bit audio.
Originally committed as revision 17311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 02:36:43 +0000 (02:36 +0000)]
Give a little better name to the magic(_id) field in xvmc struct
Originally committed as revision 17310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Feb 2009 02:28:54 +0000 (02:28 +0000)]
use new metadata API in mov demuxer
Originally committed as revision 17309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 02:27:55 +0000 (02:27 +0000)]
Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_ERROR.
Originally committed as revision 17308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 02:17:48 +0000 (02:17 +0000)]
Remove obsolete display_flags member from xvmc struct
and mark state defines as obsolete.
Originally committed as revision 17307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 01:35:32 +0000 (01:35 +0000)]
Detailed description of the interesting fields in xvmc struct.
Originally committed as revision 17306 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sun, 15 Feb 2009 01:28:50 +0000 (01:28 +0000)]
Move the state field in the xvmc struct to the extensions section.
It has always been a workaround for MPlayer limitations.
Originally committed as revision 17305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Feb 2009 01:24:09 +0000 (01:24 +0000)]
Remove redundant assert(render) in ff_xvmc_init_block(). The immediately
following if condition checks render and does an assert if it fails.
Originally committed as revision 17304 to svn://svn.ffmpeg.org/ffmpeg/trunk