Patrik Kullman [Fri, 13 Feb 2009 22:05:55 +0000 (22:05 +0000)]
lpc: Remove false positive compilation warning about weight being
uninitialized. Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Fri, 13 Feb 2009 22:03:11 +0000 (22:03 +0000)]
Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Fri, 13 Feb 2009 22:01:46 +0000 (22:01 +0000)]
lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 13 Feb 2009 21:56:00 +0000 (21:56 +0000)]
add myself as maintainer for lpc.[ch]
Originally committed as revision 17215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thierry Foucu [Fri, 13 Feb 2009 21:36:36 +0000 (21:36 +0000)]
use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com
Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 21:32:18 +0000 (21:32 +0000)]
cosmetics, rename nb_frames to nb_fields
Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 19:04:30 +0000 (19:04 +0000)]
fix slice offset computation
Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 13 Feb 2009 16:07:20 +0000 (16:07 +0000)]
Re-indent after last commit.
Originally committed as revision 17211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 13 Feb 2009 16:06:22 +0000 (16:06 +0000)]
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE.
Discussed/OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-February/062219.html
Originally committed as revision 17210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Feb 2009 09:52:15 +0000 (09:52 +0000)]
Add supported network protocols section.
Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 13 Feb 2009 09:39:04 +0000 (09:39 +0000)]
Remove pointless #if around the file, it is already conditionally compiled.
Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:57:37 +0000 (07:57 +0000)]
set mime type for mxf
Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:46:03 +0000 (07:46 +0000)]
simplify
Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:34:01 +0000 (07:34 +0000)]
cosmetics, reindent, add/remove some empty lines, redundant comment
Originally committed as revision 17205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:28:20 +0000 (07:28 +0000)]
MXF D-10 muxer
Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:13:36 +0000 (07:13 +0000)]
store display height without vbi
Originally committed as revision 17203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:11:21 +0000 (07:11 +0000)]
split mpegvideo descriptor into cdci descriptor and wav common in sound common
Originally committed as revision 17202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 13 Feb 2009 07:06:36 +0000 (07:06 +0000)]
In RV3/4 nonzero MB offset for the first slice also indicates error
Originally committed as revision 17201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 07:06:35 +0000 (07:06 +0000)]
write essence elements klv packets with ber4 length, more interoperable
Originally committed as revision 17200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 13 Feb 2009 05:33:11 +0000 (05:33 +0000)]
encode klv fill item length in fixed ber 4 bytes
Originally committed as revision 17199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 13 Feb 2009 03:51:15 +0000 (03:51 +0000)]
Report the illegal audio object type, not it offset by 1.
Discussed and OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-February/019860.html
Originally committed as revision 17198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Fri, 13 Feb 2009 00:57:22 +0000 (00:57 +0000)]
Put dispatch_tab in the rodata section for macho64.
This fixes linking shared libavcodec, since the linker doesn't allow
text relocations in shared libraries under Darwin/x86_64.
Based on a patch by Art Clarke (aclarke xuggle com)
Originally committed as revision 17197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Fri, 13 Feb 2009 00:08:15 +0000 (00:08 +0000)]
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Fri, 13 Feb 2009 00:02:33 +0000 (00:02 +0000)]
add SSE2 version of vp6_filter_diag
original patch by Zuxy Meng zuxy.meng _at_ gmail _dot_ com
Originally committed as revision 17195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sebastien Lucas [Thu, 12 Feb 2009 23:52:52 +0000 (23:52 +0000)]
add MMX version of vp6_filter_diag
original patch by Sebastien Lucas sebastien.lucas _at_ gmail _dot_ com
Originally committed as revision 17194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 12 Feb 2009 23:51:08 +0000 (23:51 +0000)]
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header
members and erroring out if invalid
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 12 Feb 2009 23:48:07 +0000 (23:48 +0000)]
convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
Originally committed as revision 17192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 22:58:33 +0000 (22:58 +0000)]
Fix typo: vido --> video
Originally committed as revision 17191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 22:52:03 +0000 (22:52 +0000)]
Add raw (de)muxers to list of supported file formats.
Originally committed as revision 17190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Thu, 12 Feb 2009 22:21:57 +0000 (22:21 +0000)]
Relinquish maintainership of adtsenc.c from Måns grasp :)
Originally committed as revision 17189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 12 Feb 2009 21:39:37 +0000 (21:39 +0000)]
use av_malloc() in vorbis_comment()
Originally committed as revision 17188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 17:52:05 +0000 (17:52 +0000)]
Add entries that were missing from the supported file formats list.
Originally committed as revision 17187 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 17:49:10 +0000 (17:49 +0000)]
Use more descriptive format names, similar to the format long_names.
Originally committed as revision 17186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 12 Feb 2009 17:27:53 +0000 (17:27 +0000)]
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
Originally committed as revision 17185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 17:26:06 +0000 (17:26 +0000)]
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 17:24:17 +0000 (17:24 +0000)]
cosmetics: format long_name spelling fixes
Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Thu, 12 Feb 2009 13:49:59 +0000 (13:49 +0000)]
AAC: Cosmetic alterations after the last commit
Originally committed as revision 17182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 12 Feb 2009 13:47:21 +0000 (13:47 +0000)]
Give an error message when returning due to an unallocated channel element
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 12 Feb 2009 13:31:43 +0000 (13:31 +0000)]
Add support for sample rate index 12, 7350 Hz
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Converse [Thu, 12 Feb 2009 13:22:41 +0000 (13:22 +0000)]
Remove bogus coupling_point assignment for non-CCE as this value is not checked
in this case
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 12 Feb 2009 09:15:36 +0000 (09:15 +0000)]
write active picture height for d-10/imx in mov
Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Art Clarke [Thu, 12 Feb 2009 08:10:43 +0000 (08:10 +0000)]
Add a warning log when trying to encode into a container requiring global
headers in extradata and the codec is not set correctly.
Patch by Art Clarke aclarke xuggle com
Originally committed as revision 17177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 12 Feb 2009 05:32:40 +0000 (05:32 +0000)]
set last packet next pointer to null
Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 12 Feb 2009 03:38:08 +0000 (03:38 +0000)]
check body partitions count before writing
Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Thu, 12 Feb 2009 02:23:25 +0000 (02:23 +0000)]
Check return value of ffm_write_write_index and ffm_read_write_index.
Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 12 Feb 2009 02:17:16 +0000 (02:17 +0000)]
return error if read failed
Originally committed as revision 17173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Thu, 12 Feb 2009 02:15:07 +0000 (02:15 +0000)]
Change ffm_write_write_index to return int, and return if error occured.
Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 02:02:42 +0000 (02:02 +0000)]
Remove reference to renamed header file xvmc_render.h.
Originally committed as revision 17171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Björn Axelsson [Thu, 12 Feb 2009 01:27:56 +0000 (01:27 +0000)]
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
to 0, but ffplay checks it before displaying subtitles (ffplay.c:1437).
patch by Björn Axelsson, gecko acc.umu se
Originally committed as revision 17170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 01:07:13 +0000 (01:07 +0000)]
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
Originally committed as revision 17169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 12 Feb 2009 01:00:46 +0000 (01:00 +0000)]
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
suggested by Michael, the new names better describe the contents of the files.
Originally committed as revision 17168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 12 Feb 2009 00:48:30 +0000 (00:48 +0000)]
Let rgb32 pass for ljpeg.
Originally committed as revision 17167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Thu, 12 Feb 2009 00:12:10 +0000 (00:12 +0000)]
Apply misc fixes for sws_getCachedContext() documentation.
Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Thierry Foucu [Thu, 12 Feb 2009 00:08:44 +0000 (00:08 +0000)]
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com
Originally committed as revision 17166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Thu, 12 Feb 2009 00:07:44 +0000 (00:07 +0000)]
Bump micro version, related to r28491.
See the thread:
"[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat".
Originally committed as revision 28536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Wed, 11 Feb 2009 23:49:54 +0000 (23:49 +0000)]
rename wrongly named b_per_gop to b_per_i_or_p according to specs
Originally committed as revision 17165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 11 Feb 2009 23:42:29 +0000 (23:42 +0000)]
Document sws_getContext().
Originally committed as revision 28535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Aurelien Jacobs [Wed, 11 Feb 2009 23:34:57 +0000 (23:34 +0000)]
use new metadata API in ogg/vorbis demuxer
Originally committed as revision 17164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 22:57:10 +0000 (22:57 +0000)]
extend resampling API, add S16 internal conversion
Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 11 Feb 2009 21:34:44 +0000 (21:34 +0000)]
Document sws_getIdentityVec().
Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Wed, 11 Feb 2009 21:11:19 +0000 (21:11 +0000)]
fix frame size, time rate is not stts duration anymore with time offset
Originally committed as revision 17162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 20:19:35 +0000 (20:19 +0000)]
do not set start time to 0, it is not the case with elst time offset
Originally committed as revision 17161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 11 Feb 2009 19:07:25 +0000 (19:07 +0000)]
Document old scaler as deprecated
Originally committed as revision 17160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Toshimitsu Kimura [Wed, 11 Feb 2009 16:28:46 +0000 (16:28 +0000)]
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 16:12:04 +0000 (16:12 +0000)]
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.
Originally committed as revision 17158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 15:01:52 +0000 (15:01 +0000)]
Add av_uninit macro to variable to avoid false positive warning:
libavformat/electronicarts.c: In function ‘ea_read_packet’:
libavformat/electronicarts.c:447: warning: ‘num_samples’ may be used uninitialized in this function
Originally committed as revision 17157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 14:57:42 +0000 (14:57 +0000)]
Add av_uninit macro to variables to avoid false positive warnings:
libavcodec/msrledec.c: In function ‘ff_msrle_decode’:
libavcodec/msrledec.c:139: warning: ‘pix32’ may be used uninitialized in this function
libavcodec/msrledec.c:138: warning: ‘pix16’ may be used uninitialized in this function
Originally committed as revision 17156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 14:55:24 +0000 (14:55 +0000)]
Add av_uninit macro to variable to avoid false positive warning:
libavcodec/qtrleenc.c: In function ‘qtrle_encode_frame’:
libavcodec/qtrleenc.c:113: warning: ‘bulkcount’ may be used uninitialized in this function
Originally committed as revision 17155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 14:52:35 +0000 (14:52 +0000)]
Add av_uninit macro to variable to avoid false positive warning:
libavcodec/eatgv.c: In function ‘tgv_decode_frame’:
libavcodec/eatgv.c:66: warning: ‘offset’ may be used uninitialized in this function
Originally committed as revision 17154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 11 Feb 2009 12:02:16 +0000 (12:02 +0000)]
Initialize s->gob_index for Intel variant of H.263 too
Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 12:01:59 +0000 (12:01 +0000)]
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
the general libavcodec naming structure.
Originally committed as revision 17152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 11 Feb 2009 11:16:00 +0000 (11:16 +0000)]
Add check whether the compiler/assembler supports 10 or more operands.
thanks to Loren for some help with the asm statements
Originally committed as revision 17151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 11 Feb 2009 11:09:36 +0000 (11:09 +0000)]
Allow demuxing of audio substreams stored as 0x06 type.
Fixes issue 725: MPEG2 PS with PCM audio.
On behalf of Jai.
Originally committed as revision 17150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 08:02:23 +0000 (08:02 +0000)]
parse mpeg2 gop header time code and use it
Originally committed as revision 17149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 07:18:00 +0000 (07:18 +0000)]
write timecode track
Originally committed as revision 17148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 11 Feb 2009 06:03:18 +0000 (06:03 +0000)]
H264: Change left_block_options to uint8_t from int, saving a little space.
Originally committed as revision 17147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 02:32:39 +0000 (02:32 +0000)]
adjust time rate according to elst time offset
Originally committed as revision 17146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 01:06:12 +0000 (01:06 +0000)]
fix last keyframe index accross body partitions
Originally committed as revision 17145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 11 Feb 2009 00:56:27 +0000 (00:56 +0000)]
fix body offset
Originally committed as revision 17144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 11 Feb 2009 00:25:30 +0000 (00:25 +0000)]
Cosmetics: vertical align "*" for consistency with the other doxyies.
Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 11 Feb 2009 00:19:05 +0000 (00:19 +0000)]
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
Originally committed as revision 17142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrik Kullman [Wed, 11 Feb 2009 00:07:32 +0000 (00:07 +0000)]
Use av_strlcpy instead of snprintf without formatting.
Prevents warnings about "format not a string literal and no format arguments".
patch by Patrik Kullman, patrik yes nu
Originally committed as revision 17141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Tue, 10 Feb 2009 23:45:50 +0000 (23:45 +0000)]
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
Originally committed as revision 28528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:43:08 +0000 (23:43 +0000)]
Document sws_cloneVec().
Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:40:58 +0000 (23:40 +0000)]
Fix typo: lenght -> length.
Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:38:01 +0000 (23:38 +0000)]
Document sws_scaleVec().
Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:32:16 +0000 (23:32 +0000)]
Document sws_getConstVec().
Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:26:56 +0000 (23:26 +0000)]
Move documentation of sws_getCachedContext() from swscale.c to
swscale.h.
Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Tue, 10 Feb 2009 23:25:23 +0000 (23:25 +0000)]
fix partition offset when only one stream present
Originally committed as revision 17140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Tue, 10 Feb 2009 23:25:09 +0000 (23:25 +0000)]
Remove pointless comment regarding sws_scale_ordered().
Originally committed as revision 28522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Stefano Sabatini [Tue, 10 Feb 2009 23:22:07 +0000 (23:22 +0000)]
Add a @deprecated notice to swscale_get_ordered().
Originally committed as revision 28521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Tue, 10 Feb 2009 22:59:13 +0000 (22:59 +0000)]
fix timecode value
Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 22:38:02 +0000 (22:38 +0000)]
introduce a macroblock index to avoid a few x*width+y calculations
Originally committed as revision 17138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 20:51:35 +0000 (20:51 +0000)]
fix multiple slices per frame
Originally committed as revision 17137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 17:08:56 +0000 (17:08 +0000)]
fix parsing of pic_structure
Originally committed as revision 17136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 16:45:02 +0000 (16:45 +0000)]
avoid duplicating dsputil's clear_block
Originally committed as revision 17135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 16:36:01 +0000 (16:36 +0000)]
time_code has 24 bits, not 16
Originally committed as revision 17134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Tue, 10 Feb 2009 16:34:45 +0000 (16:34 +0000)]
do not check for minimum slice start code, 0x00000100 is valid
Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anuradha Suraparaju [Tue, 10 Feb 2009 14:27:16 +0000 (14:27 +0000)]
Fix crash when encoding using libschroedinger.
Currently only pixel and half-pixel motion vector precisions are supported in
libschroedinger. Setting the mv_precision field to 2 (i.e. quarter pixel)
causes a crash in the libschroedinger encoder calls. By not setting this
parameter, we fall back to the default value used in libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 17132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jai Menon [Tue, 10 Feb 2009 13:47:50 +0000 (13:47 +0000)]
Check sampling index validity for AAC decoding
Patch by Jai Menon ( jmenon86 gmail com )
Originally committed as revision 17131 to svn://svn.ffmpeg.org/ffmpeg/trunk