Diego Biurrun
|
9fbd14acb8
|
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
Originally committed as revision 11296 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 12:38:41 +00:00 |
|
Diego Biurrun
|
00ef4f58e0
|
Fix Doxygen function parameter name.
Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 11:51:39 +00:00 |
|
Diego Biurrun
|
8bfb108b3e
|
comment typo fixes
Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 11:50:18 +00:00 |
|
Diego Biurrun
|
56b69633dd
|
comment typo fixes
Originally committed as revision 25485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
2007-12-21 11:47:09 +00:00 |
|
Diego Biurrun
|
b7d8f6e095
|
Fix "suggest parentheses around assignment used as truth value" warnings.
Originally committed as revision 11293 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 11:36:04 +00:00 |
|
Michael Niedermayer
|
f315b39469
|
More consistent { placement.
Originally committed as revision 11292 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 10:20:10 +00:00 |
|
Michael Niedermayer
|
76abb18ef5
|
indent
Originally committed as revision 11291 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 10:17:25 +00:00 |
|
Michael Niedermayer
|
febdd0b9b4
|
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
of array reads.
Originally committed as revision 11290 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 10:16:22 +00:00 |
|
Baptiste Coudurier
|
a06a18c55d
|
reset manually selected codecs at the end of opt_input_file, to avoid propagating selection to output file
Originally committed as revision 11289 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 10:08:43 +00:00 |
|
Michael Niedermayer
|
815c81c0a7
|
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
array read.
Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 10:01:04 +00:00 |
|
Ivo van Poorten
|
91fd7398f4
|
typo ;)
Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-21 00:22:40 +00:00 |
|
Michael Niedermayer
|
1308f2733d
|
Document ByteIOContext and URLContext change rules.
Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 22:33:53 +00:00 |
|
Benjamin Larsson
|
107b5f93dd
|
Reindent
Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 11:22:39 +00:00 |
|
Benjamin Larsson
|
7b76c22465
|
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 11:21:10 +00:00 |
|
Peter Schlaile
|
5efaf00029
|
Make sure strides have positive values before converting.
Patch by Peter Schlaile: peter schlaile de
Originally committed as revision 25467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
|
2007-12-20 10:08:36 +00:00 |
|
Michael Niedermayer
|
ba66ae94a0
|
Document a few more structure change rules with relation to ABI/API.
Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 09:59:07 +00:00 |
|
Baptiste Coudurier
|
b356f75d46
|
fix indentation
Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 09:51:11 +00:00 |
|
Michael Niedermayer
|
252f17e292
|
Document structure change rules with relation to ABI/API.
Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 09:43:01 +00:00 |
|
Justin Ruggles
|
1408352ada
|
Add option for user to scale the amount of dynamic range compression which is
applied by the audio decoder, and use that option in the AC3 decoder.
Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 00:55:08 +00:00 |
|
Aurelien Jacobs
|
cd31f8dc23
|
cosmetics: indentation
Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 00:26:53 +00:00 |
|
Aurelien Jacobs
|
fd2982a0a0
|
remove double check of pb->read_seek
Originally committed as revision 11278 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-20 00:25:18 +00:00 |
|
Aurelien Jacobs
|
17e45b377c
|
pb->buf_end is already set by url_open_buf()
Originally committed as revision 11277 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 23:29:26 +00:00 |
|
Aurelien Jacobs
|
ceeacce68b
|
use proper url_is_streamed() API
instead of messing with ByteIOContext internal is_streamed field
Originally committed as revision 11276 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 23:26:18 +00:00 |
|
Reinhard Nissl
|
8293fea57e
|
Fix problem with multithreaded decoding, introduced by r11214.
Patch by Reinhard Nissl: rnissl gmx de
Originally committed as revision 11275 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 23:03:52 +00:00 |
|
Michael Niedermayer
|
b075e52059
|
Make recently added and still unused read_seek functions return offset_t.
Originally committed as revision 11274 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 21:11:08 +00:00 |
|
Michael Niedermayer
|
502bdf6893
|
Merge recently added and still unused play and pause functions.
Originally committed as revision 11273 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 20:57:13 +00:00 |
|
Baptiste Coudurier
|
79e42311d3
|
use generic 'glbl' atom if extradata is present but no specific method is known
Originally committed as revision 11272 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 16:00:08 +00:00 |
|
Baptiste Coudurier
|
bde246014f
|
supports glbl atom containing generic extradata for all codecs
Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 15:39:10 +00:00 |
|
Reimar Döffinger
|
f47b9f4828
|
Increase minor version due to new av_close_input_stream
Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 14:09:54 +00:00 |
|
Reimar Döffinger
|
2506fd5467
|
Add a av_close_input_stream function
Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 14:07:13 +00:00 |
|
Michael Niedermayer
|
2e9b86ac12
|
Remove dead code which disappeared with the last major version bump.
Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 11:31:36 +00:00 |
|
Michael Niedermayer
|
7195731522
|
Remove *_codec_id from AVFormatParameters with the next major version bump.
AVFormatParameters is never available when needed and is an annoying mess.
Originally committed as revision 11267 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 10:58:54 +00:00 |
|
Michael Niedermayer
|
626004690c
|
Allow overriding codec_ids.
Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 10:56:17 +00:00 |
|
Diego Biurrun
|
379374ea11
|
cosmetics: Sort some more entries.
Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 08:14:21 +00:00 |
|
Michael Niedermayer
|
004050eed7
|
Remove unneeded avio wrapper functions.
Originally committed as revision 11264 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-19 02:33:47 +00:00 |
|
Michael Niedermayer
|
0cd60abf7b
|
A little more doxygenization.
Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-18 19:40:57 +00:00 |
|
Michael Niedermayer
|
9b4dd1b879
|
Document Motion_Est_IDs.
Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-18 19:40:08 +00:00 |
|
Michael Niedermayer
|
3e0b7b5627
|
Remove old variable with the next major version bump.
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-18 14:51:55 +00:00 |
|
Baptiste Coudurier
|
0c39c38b14
|
add bitrate helper to choose all dnxhd variants
Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-18 13:52:07 +00:00 |
|
Baptiste Coudurier
|
86404ffba2
|
avoid infinite loop if pixel format conversion does not exist
Originally committed as revision 11259 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-18 13:49:58 +00:00 |
|
Diego Biurrun
|
fe9bb34766
|
dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.
patch by Aurel
Originally committed as revision 11258 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:30:04 +00:00 |
|
Michael Niedermayer
|
1ba8f5ebac
|
another comment ->doxy
Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:29:13 +00:00 |
|
Michael Niedermayer
|
bafc102b60
|
ME default does not belong to the ME type enum.
Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:26:11 +00:00 |
|
Michael Niedermayer
|
0e373b95b3
|
change some normal comments to doxy ones
Originally committed as revision 11255 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:25:13 +00:00 |
|
Reimar Döffinger
|
ca75a92325
|
Simplify av_close_input_file similarly to av_open_input_file previously
Originally committed as revision 11254 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:12:43 +00:00 |
|
Reimar Döffinger
|
17acc63a32
|
Simplify av_open_input_file
Originally committed as revision 11253 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 19:08:17 +00:00 |
|
Kostya Shishkov
|
b0797570df
|
Correct spatial prediction mode in RV30/40 for vertical left direction
and add its version that does not rely on down left neighbour subblock.
Originally committed as revision 11252 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 18:43:34 +00:00 |
|
Michael Niedermayer
|
5492209aa9
|
clarify FIXME
Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 18:23:18 +00:00 |
|
Reimar Döffinger
|
841f39a7f3
|
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 17:41:24 +00:00 |
|
wg
|
3426d575bf
|
Fix crash in PCM decoder when number of channels is not set.
Patch by "wg": video06 malloc de
See Issue298
Originally committed as revision 11249 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-12-17 10:41:47 +00:00 |
|