Alex Converse
ff587009ae
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
16 years ago
Baptiste Coudurier
6a460c36b6
write active picture height for d-10/imx in mov
...
Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Art Clarke
d5cce0a434
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
16 years ago
Baptiste Coudurier
6f0b186699
set last packet next pointer to null
...
Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
cfa3caf81c
check body partitions count before writing
...
Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
2779cdad07
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
16 years ago
Baptiste Coudurier
2dc9188465
return error if read failed
...
Originally committed as revision 17173 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
6fcce4f995
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
16 years ago
Diego Biurrun
22009729d7
Remove reference to renamed header file xvmc_render.h.
...
Originally committed as revision 17171 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Björn Axelsson
37a43cfb39
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
16 years ago
Diego Biurrun
508048afe2
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
...
Originally committed as revision 17169 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8df3bf60cf
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
16 years ago
Michael Niedermayer
8c7f820686
Let rgb32 pass for ljpeg.
...
Originally committed as revision 17167 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
39e80e6cb9
Apply misc fixes for sws_getCachedContext() documentation.
...
Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Thierry Foucu
68a7aafff6
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
16 years ago
Stefano Sabatini
70bf0416cf
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
16 years ago
Baptiste Coudurier
a88f0f16ab
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
16 years ago
Stefano Sabatini
a15886540b
Document sws_getContext().
...
Originally committed as revision 28535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Aurelien Jacobs
bf6c32fe50
use new metadata API in ogg/vorbis demuxer
...
Originally committed as revision 17164 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
d1e3c6fd40
extend resampling API, add S16 internal conversion
...
Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
b5fdaebb44
Document sws_getIdentityVec().
...
Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Baptiste Coudurier
5b4f5e5dff
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
16 years ago
Baptiste Coudurier
fcdd622cfc
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
16 years ago
Vitor Sessak
d3b771bbc8
Document old scaler as deprecated
...
Originally committed as revision 17160 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Toshimitsu Kimura
865780ae9b
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
...
Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
15c13dde98
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
16 years ago
Diego Biurrun
b57ac115ae
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
16 years ago
Diego Biurrun
1e4eb387d4
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
16 years ago
Diego Biurrun
f59f814874
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
16 years ago
Diego Biurrun
decae20f36
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
16 years ago
Kostya Shishkov
71a3dff9d5
Initialize s->gob_index for Intel variant of H.263 too
...
Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9b4cfc360a
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
16 years ago
Diego Biurrun
d3a4b4e09c
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
16 years ago
Benoit Fouet
80e58c6153
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
16 years ago
Baptiste Coudurier
7a10119057
parse mpeg2 gop header time code and use it
...
Originally committed as revision 17149 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
7c9668cf8a
write timecode track
...
Originally committed as revision 17148 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alexander Strange
898189880b
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
16 years ago
Baptiste Coudurier
a5929abe7a
adjust time rate according to elst time offset
...
Originally committed as revision 17146 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
0cfa359660
fix last keyframe index accross body partitions
...
Originally committed as revision 17145 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
1585b93a2c
fix body offset
...
Originally committed as revision 17144 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
4c08b2bdcb
Cosmetics: vertical align "*" for consistency with the other doxyies.
...
Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
3dc6cb2e92
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
...
Originally committed as revision 17142 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
6d0c77ba40
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
16 years ago
Stefano Sabatini
6d3cf67c2a
Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
...
Originally committed as revision 28528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
89b7464732
Document sws_cloneVec().
...
Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
70838eefbf
Fix typo: lenght -> length.
...
Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
0bcb5b3918
Document sws_scaleVec().
...
Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
c326825e51
Document sws_getConstVec().
...
Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
b954b34a6d
Move documentation of sws_getCachedContext() from swscale.c to
...
swscale.h.
Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Baptiste Coudurier
9c91a0b049
fix partition offset when only one stream present
...
Originally committed as revision 17140 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago