]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoApply misc fixes for sws_getCachedContext() documentation.
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

15 years agocompute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com
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

15 years agoBump micro version, related to r28491.
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

15 years agorename wrongly named b_per_gop to b_per_i_or_p according to specs
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

15 years agoDocument sws_getContext().
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

15 years agouse new metadata API in ogg/vorbis demuxer
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

15 years agoextend resampling API, add S16 internal conversion
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

15 years agoDocument sws_getIdentityVec().
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

15 years agofix frame size, time rate is not stts duration anymore with time offset
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

15 years agodo not set start time to 0, it is not the case with elst time offset
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

15 years agoDocument old scaler as deprecated
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

15 years agoGopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
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

15 years agoFix wrong file name in header, noticed by David DeHaven, dave sagetv com.
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

15 years agoAdd av_uninit macro to variable to avoid false positive warning:
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

15 years agoAdd av_uninit macro to variables to avoid false positive warnings:
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

15 years agoAdd av_uninit macro to variable to avoid false positive warning:
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

15 years agoAdd av_uninit macro to variable to avoid false positive warning:
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

15 years agoInitialize s->gob_index for Intel variant of H.263 too
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

15 years agoRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
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

15 years agoAdd check whether the compiler/assembler supports 10 or more operands.
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

15 years agoAllow demuxing of audio substreams stored as 0x06 type.
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

15 years agoparse mpeg2 gop header time code and use it
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

15 years agowrite timecode track
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

15 years agoH264: Change left_block_options to uint8_t from int, saving a little space.
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

15 years agoadjust time rate according to elst time offset
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

15 years agofix last keyframe index accross body partitions
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

15 years agofix body offset
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

15 years agoCosmetics: vertical align "*" for consistency with the other doxyies.
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

15 years agoRemove @deprecated notice from AVFrac, it is not deprecated anymore.
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

15 years agoUse av_strlcpy instead of snprintf without formatting.
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

15 years agoMove sws_getGaussianVec() documentation from swscale.c to swscale.h.
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

15 years agoDocument sws_cloneVec().
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

15 years agoFix typo: lenght -> length.
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

15 years agoDocument sws_scaleVec().
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

15 years agoDocument sws_getConstVec().
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

15 years agoMove documentation of sws_getCachedContext() from swscale.c to
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

15 years agofix partition offset when only one stream present
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

15 years agoRemove pointless comment regarding sws_scale_ordered().
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

15 years agoAdd a @deprecated notice to swscale_get_ordered().
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

15 years agofix timecode value
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

15 years agointroduce a macroblock index to avoid a few x*width+y calculations
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

15 years agofix multiple slices per frame
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

15 years agofix parsing of pic_structure
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

15 years agoavoid duplicating dsputil's clear_block
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

15 years agotime_code has 24 bits, not 16
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

15 years agodo not check for minimum slice start code, 0x00000100 is valid
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

15 years agoFix crash when encoding using libschroedinger.
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

15 years agoCheck sampling index validity for AAC decoding
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

15 years agoAdd a default (error) for the switch in case of an unsupported PIX_FMT.
Patrik Kullman [Tue, 10 Feb 2009 12:38:56 +0000 (12:38 +0000)]
Add a default (error) for the switch in case of an unsupported PIX_FMT.
Removes warnings about possibly uninitialized variables.
Patch by Patrik Kullman %patrik A yes P nu%

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

15 years agoUse default system include path for an installed OpenJPEG library.
Mathieu Malaterre [Tue, 10 Feb 2009 11:29:31 +0000 (11:29 +0000)]
Use default system include path for an installed OpenJPEG library.
patch by Mathieu Malaterre, mathieu.malaterre gmail com

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

15 years agoFix (with av_uninit()) false positive warning about uninitialized variable:
Patrik Kullman [Tue, 10 Feb 2009 10:35:05 +0000 (10:35 +0000)]
Fix (with av_uninit()) false positive warning about uninitialized variable:
offset is initialized and used if code == 1.
patch by Patrik Kullman %patrik A yes P nu%

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

15 years agoSilence one icc warning:
Carl Eugen Hoyos [Tue, 10 Feb 2009 09:12:52 +0000 (09:12 +0000)]
Silence one icc warning:
variable "..." is used before its value is set

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

15 years agowrite body partitions
Baptiste Coudurier [Tue, 10 Feb 2009 09:02:29 +0000 (09:02 +0000)]
write body partitions

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

15 years agocompute index byte count in mxf_write_partition
Baptiste Coudurier [Tue, 10 Feb 2009 08:46:04 +0000 (08:46 +0000)]
compute index byte count in mxf_write_partition

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

15 years agoremove check, mxf muxer does not have track number limitation anymore
Baptiste Coudurier [Tue, 10 Feb 2009 08:35:14 +0000 (08:35 +0000)]
remove check, mxf muxer does not have track number limitation anymore

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

15 years agoretrieve flags from mxf_parse_mpeg2_frame using a param
Baptiste Coudurier [Tue, 10 Feb 2009 08:31:48 +0000 (08:31 +0000)]
retrieve flags from mxf_parse_mpeg2_frame using a param

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

15 years ago10l, edit unit offset is after klv fill
Baptiste Coudurier [Tue, 10 Feb 2009 07:28:53 +0000 (07:28 +0000)]
10l, edit unit offset is after klv fill

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

15 years agocosmetics, associate mxf_write_klv_fill to aligned elements
Baptiste Coudurier [Tue, 10 Feb 2009 07:23:51 +0000 (07:23 +0000)]
cosmetics, associate mxf_write_klv_fill to aligned elements

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

15 years agowrite component depth and horizontal subsampling best effort local tags
Baptiste Coudurier [Tue, 10 Feb 2009 06:14:39 +0000 (06:14 +0000)]
write component depth and horizontal subsampling best effort local tags

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

15 years agofix header byte count
Baptiste Coudurier [Tue, 10 Feb 2009 06:09:50 +0000 (06:09 +0000)]
fix header byte count

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

15 years agomove up mxf_write_klv_fill and align index, rip and primer pack
Baptiste Coudurier [Tue, 10 Feb 2009 05:35:28 +0000 (05:35 +0000)]
move up mxf_write_klv_fill and align index, rip and primer pack

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

15 years agofix primer pack local tags uls
Baptiste Coudurier [Tue, 10 Feb 2009 05:22:38 +0000 (05:22 +0000)]
fix primer pack local tags uls

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

15 years agocorrectly set multi track operational pattern
Baptiste Coudurier [Tue, 10 Feb 2009 04:53:41 +0000 (04:53 +0000)]
correctly set multi track operational pattern

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

15 years agofix compilation with DEBUG defined, field does not exist anymore
Baptiste Coudurier [Tue, 10 Feb 2009 02:27:26 +0000 (02:27 +0000)]
fix compilation with DEBUG defined, field does not exist anymore

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

15 years agoRemove unnecessary emms Assembler instructions.
Diego Biurrun [Tue, 10 Feb 2009 02:00:45 +0000 (02:00 +0000)]
Remove unnecessary emms Assembler instructions.

Originally committed as revision 28518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoUse AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
Diego Biurrun [Tue, 10 Feb 2009 01:24:06 +0000 (01:24 +0000)]
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.

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

15 years agoremove now useless av_set_program_name() function
Aurelien Jacobs [Tue, 10 Feb 2009 00:27:42 +0000 (00:27 +0000)]
remove now useless av_set_program_name() function

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

15 years agouse new metadata API in mpegts demuxer
Aurelien Jacobs [Tue, 10 Feb 2009 00:25:21 +0000 (00:25 +0000)]
use new metadata API in mpegts demuxer

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

15 years agoDocument coeff and length fields in SwsVector.
Stefano Sabatini [Mon, 9 Feb 2009 23:42:16 +0000 (23:42 +0000)]
Document coeff and length fields in SwsVector.

Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agomove vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
Aurelien Jacobs [Mon, 9 Feb 2009 23:37:31 +0000 (23:37 +0000)]
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil

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

15 years agoReplace snprintf() with av_strlcpy().
Patrik [Mon, 9 Feb 2009 23:11:26 +0000 (23:11 +0000)]
Replace snprintf() with av_strlcpy().
Fixes the following warning on some systems:
audioconvert.c:131: warning: format not a string literal and no format
arguments

Patch by Patrik patrik A yes D nu

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

15 years agoAdd SEI recovery point frame counter to H264Context and use it when
Ivan Schreter [Mon, 9 Feb 2009 23:04:16 +0000 (23:04 +0000)]
Add SEI recovery point frame counter to H264Context and use it when
setting key_frame.

Patch by Ivan Schreter schreter A gmx D net

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

15 years agovp56: alpha_offset is uninitialized on purpose
Aurelien Jacobs [Mon, 9 Feb 2009 22:45:30 +0000 (22:45 +0000)]
vp56: alpha_offset is uninitialized on purpose

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

15 years agolibvorbis: Use 0-10 range for audio quality.
Nicolas George [Mon, 9 Feb 2009 22:11:28 +0000 (22:11 +0000)]
libvorbis: Use 0-10 range for audio quality.
Patch by Nicolas George (nicolas george normalesup org)

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

15 years agoFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized...
Michael Niedermayer [Mon, 9 Feb 2009 22:04:34 +0000 (22:04 +0000)]
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function

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

15 years agoav_flatten to make the similarly named attribute available.
Michael Niedermayer [Mon, 9 Feb 2009 21:47:57 +0000 (21:47 +0000)]
av_flatten to make the similarly named attribute available.

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

15 years agoav_uninit() to suppress false uninitialized warnings from gcc without deoptimizing...
Michael Niedermayer [Mon, 9 Feb 2009 21:47:05 +0000 (21:47 +0000)]
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code.

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

15 years agorename ff_audio_interleave to ff_audio_rechunk_interleave
Baptiste Coudurier [Mon, 9 Feb 2009 21:34:20 +0000 (21:34 +0000)]
rename ff_audio_interleave to ff_audio_rechunk_interleave

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

15 years agoRevert #undefining system functions, it is not necessary.
Diego Biurrun [Mon, 9 Feb 2009 20:31:35 +0000 (20:31 +0000)]
Revert #undefining system functions, it is not necessary.

Originally committed as revision 28502 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoTry to clarify doxy of avformat_seek_file().
Michael Niedermayer [Mon, 9 Feb 2009 19:57:23 +0000 (19:57 +0000)]
Try to clarify doxy of avformat_seek_file().

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

15 years agoCheck for duplicate const/static/inline.
Michael Niedermayer [Mon, 9 Feb 2009 18:37:29 +0000 (18:37 +0000)]
Check for duplicate const/static/inline.

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

15 years agoAdd config.h #include for ARCH_X86 definition.
Diego Biurrun [Mon, 9 Feb 2009 18:04:19 +0000 (18:04 +0000)]
Add config.h #include for ARCH_X86 definition.

Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoAdd #undefs to reenable system functions that are normally forbidden in other
Diego Biurrun [Mon, 9 Feb 2009 18:01:36 +0000 (18:01 +0000)]
Add #undefs to reenable system functions that are normally forbidden in other
parts of FFmpeg but OK in this test program. Fixes the build.

Originally committed as revision 28499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoDrop DECLARE_ALIGNED from extern declarations. It creates trouble when
Diego Biurrun [Mon, 9 Feb 2009 17:53:33 +0000 (17:53 +0000)]
Drop DECLARE_ALIGNED from extern declarations.  It creates trouble when
swscale_internal.h is #included without HAVE_AV_CONFIG_H defined.

Originally committed as revision 28498 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoTry to doxyfy av_resample_init(). I hope I did not misremember anything as I
Michael Niedermayer [Mon, 9 Feb 2009 15:49:06 +0000 (15:49 +0000)]
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I
just briefly checked the source.

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

15 years agoMove doxy for public resample2 functions to the public header.
Michael Niedermayer [Mon, 9 Feb 2009 15:31:08 +0000 (15:31 +0000)]
Move doxy for public resample2 functions to the public header.

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

15 years agoPrefix visible YUV2RGB functions with sws_
Kostya Shishkov [Mon, 9 Feb 2009 14:31:53 +0000 (14:31 +0000)]
Prefix visible YUV2RGB functions with sws_

Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoGive better name to Inverse_Table_6_9
Kostya Shishkov [Mon, 9 Feb 2009 14:17:30 +0000 (14:17 +0000)]
Give better name to Inverse_Table_6_9

Originally committed as revision 28495 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoRemove svn:executable property from source file.
Diego Biurrun [Mon, 9 Feb 2009 11:32:29 +0000 (11:32 +0000)]
Remove svn:executable property from source file.

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

15 years agoRemove file name from file headers.
Diego Biurrun [Mon, 9 Feb 2009 11:19:19 +0000 (11:19 +0000)]
Remove file name from file headers.
It provides no useful information and breaks on renames.

Originally committed as revision 28494 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoRemove file name from file headers.
Diego Biurrun [Mon, 9 Feb 2009 11:17:54 +0000 (11:17 +0000)]
Remove file name from file headers.
It provides no useful information and breaks on renames.

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

15 years agoremove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv...
Daniel Verkamp [Mon, 9 Feb 2009 08:16:04 +0000 (08:16 +0000)]
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu

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

15 years agoremove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verka...
Daniel Verkamp [Mon, 9 Feb 2009 08:14:29 +0000 (08:14 +0000)]
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu

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

15 years agoremove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel...
Daniel Verkamp [Mon, 9 Feb 2009 08:11:08 +0000 (08:11 +0000)]
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu

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

15 years agoCheck that there are subtitle rects to encode in avcodec_encode_subtitle()
Björn Axelsson [Mon, 9 Feb 2009 01:58:01 +0000 (01:58 +0000)]
Check that there are subtitle rects to encode in avcodec_encode_subtitle()

Patch by Björn Axelsson ( gecko A acc D umu D se )

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

15 years agoCheck that start_display_time is 0 in avcodec_encode_subtitle()
Björn Axelsson [Mon, 9 Feb 2009 01:51:36 +0000 (01:51 +0000)]
Check that start_display_time is 0 in avcodec_encode_subtitle()

Patch by Björn Axelsson ( gecko A acc D umu D se )

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

15 years agoIncrease the number of packets required to identify as MPEG PES to keep from
Alex Converse [Mon, 9 Feb 2009 01:46:01 +0000 (01:46 +0000)]
Increase the number of packets required to identify as MPEG PES to keep from
identifying MP3 files with padding or garbage at the beginning.

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

15 years agoVP3: Do not ignore error from read_huffman_tree().
Alex Converse [Mon, 9 Feb 2009 01:39:33 +0000 (01:39 +0000)]
VP3: Do not ignore error from read_huffman_tree().

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

15 years agoAdd ffplay subtitle stream selection command-line parameter
Björn Axelsson [Mon, 9 Feb 2009 01:38:12 +0000 (01:38 +0000)]
Add ffplay subtitle stream selection command-line parameter

Patch by Björn Axelsson ( gecko A acc D umu D se )

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

15 years agoFix blend_subrect for even-width subrects positioned on odd columns
Björn Axelsson [Mon, 9 Feb 2009 00:27:04 +0000 (00:27 +0000)]
Fix blend_subrect for even-width subrects positioned on odd columns

Patch by Björn Axelsson ( gecko A acc D umu D se )

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