Aurelien Jacobs
cd31f8dc23
cosmetics: indentation
...
Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
fd2982a0a0
remove double check of pb->read_seek
...
Originally committed as revision 11278 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Baptiste Coudurier
bde246014f
supports glbl atom containing generic extradata for all codecs
...
Originally committed as revision 11271 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Reimar Döffinger
2506fd5467
Add a av_close_input_stream function
...
Originally committed as revision 11269 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
Michael Niedermayer
626004690c
Allow overriding codec_ids.
...
Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
379374ea11
cosmetics: Sort some more entries.
...
Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
004050eed7
Remove unneeded avio wrapper functions.
...
Originally committed as revision 11264 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0cd60abf7b
A little more doxygenization.
...
Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9b4dd1b879
Document Motion_Est_IDs.
...
Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3e0b7b5627
Remove old variable with the next major version bump.
...
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
0c39c38b14
add bitrate helper to choose all dnxhd variants
...
Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
Michael Niedermayer
1ba8f5ebac
another comment ->doxy
...
Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Michael Niedermayer
0e373b95b3
change some normal comments to doxy ones
...
Originally committed as revision 11255 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Reimar Döffinger
17acc63a32
Simplify av_open_input_file
...
Originally committed as revision 11253 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Michael Niedermayer
5492209aa9
clarify FIXME
...
Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
Björn Axelsson
fa13095a5d
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()
...
to use the protocol-native functionality if available.
Patch by Björn Axelsson: bjorn point axelsson at intinor dot se
Original thread: [FFmpeg-devel] [PATCH][4/4] Enable use of the extended API
Date: Thu Nov 22 16:01:06 CET 2007
Originally committed as revision 11248 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
08c015c075
Remove unnecessary system include path from pkg-config files.
...
Originally committed as revision 11247 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
03726b7042
Skip dialog normalization. It shouldn't be used by the decoder, and there is
...
not currently a clean way to pass the value to the user.
Originally committed as revision 11246 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
224bc440b2
Revert commit made in revision 11228. I'm getting some strange results in the
...
downmixed output that I can't quite figure out.
Originally committed as revision 11245 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
407c50a024
move FLAC mmx dsp to its own file
...
Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bcfe2ba02c
useless 0L here
...
Originally committed as revision 11243 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
282b65ccff
remove now useless fields
...
Originally committed as revision 11242 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
7c622eede5
do not retain useless pointers to avstream priv_data, use it directly
...
Originally committed as revision 11241 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
11f16b661a
remove duplicate field
...
Originally committed as revision 11240 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
03dc32f689
cosmetics: func -> parse, remove useless parenthesis
...
Originally committed as revision 11239 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a4813b671a
remove useless declaration
...
Originally committed as revision 11238 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
73d07c275a
save pointer to parse table, it is unlikely to change
...
Originally committed as revision 11237 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
23d2cfe9a5
remove useless seek
...
Originally committed as revision 11236 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
01eeb422fd
cosmetics
...
Originally committed as revision 11235 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
687f35f384
support streamed mov/mp4
...
Originally committed as revision 11234 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5cb4b82a17
return error when url_fseek could not read until desired offset in streamed mode
...
Originally committed as revision 11233 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5d81d64175
cosmetics: comment typo fixes
...
Originally committed as revision 11232 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
c49e23e2a4
Make strict altivec parsers happy (gcc-4.3 and others)
...
Originally committed as revision 11231 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
6cd1500d39
RV40 decoder should use availability cache
...
Originally committed as revision 11230 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago