Michael Niedermayer
2576a9ecec
Correct doxy about timestamp units of read_timestamp().
...
Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
de14759e97
Document return of read_timestamp.
...
Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3858a227ce
More verbose aspect ratio error msg.
...
Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Evgeniy Stepanov
f9a9b3509c
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
...
Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
243cc4c34a
clear internal queue when seeking
...
Originally committed as revision 11351 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
34c9c1baf4
move internal queue freeing code in its own function
...
Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gabriel Forté
b3d8c2c436
fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)
...
Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5cc9253f35
indent
...
Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7ef55085f0
Try to fix url_split() so that the ?foobar part is in the path and only the path.
...
Originally committed as revision 11347 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
d43df959d7
Sun Rasterfile decoder
...
Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
7ecc634e8a
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
...
Originally committed as revision 11341 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
e150211863
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
...
Originally committed as revision 11340 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
16ed032214
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
...
Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
359154bc1b
Revert hack which should have never been commited.
...
------------------------------------------------------------------------
r464 | philipjsg | 2002-05-09 03:19:15 +0200 (Thu, 09 May 2002) | 3 lines
* Add a sleep when doing the post to ffserver. Yes, this is the wrong
solution.
Originally committed as revision 11336 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Kostylev
81644c2ee0
Check for the presence of sys/select.h and conditionally #include it.
...
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11324 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
945208caea
Fix detected fps for old divx/xvid.
...
Originally committed as revision 11323 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9de0be61be
Do not force fps unless the user actually specified one.
...
fixes issue309
Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
b4abe1d198
PC Paintbrush PCX image decoder
...
Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Allan Sandfeld Jensen
7dc75e8d43
Revert r6124, the change was just wrong, other formats than MPEG-PS can be
...
stored in CDXA as well. And the need for a CDXA specific check is questionable.
Also ive ok-ed that patch instead of mans ...
fixes issue287 (psxstr misdetection as MPEG-PS)
Original commit message:
add support for information in CDXA format
patch by Allan Sandfeld Jensen % kde A carewolf P com %
Original thread:
Date: Aug 18, 2006 6:33 PM
Subject: [Ffmpeg-devel] CDXA in libavformat [patch]
Originally committed as revision 11314 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Kostylev
4f365f37b5
djgpp port, first part
...
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
64bb7bd519
typo: begining --> beginning
...
Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
efc90ebfcb
begining -> beginning typo fix
...
Originally committed as revision 11309 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
88b0072390
100l, av_read_packet must check for read_packet error, in case of
...
error pkt->stream_index could be invalid and must not be used.
Fixes a crash with http://www.cs.berkeley.edu/~dmolnar/2-snippet3.wav
Originally committed as revision 11307 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
1e0f346896
Add a av_alloc_put_byte function.
...
The name is in analogy to init_put_byte, but I would not mind it
being changed to something better.
Originally committed as revision 11305 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
00ef4f58e0
Fix Doxygen function parameter name.
...
Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8bfb108b3e
comment typo fixes
...
Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
91fd7398f4
typo ;)
...
Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1308f2733d
Document ByteIOContext and URLContext change rules.
...
Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
107b5f93dd
Reindent
...
Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
7b76c22465
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
...
Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Baptiste Coudurier
b356f75d46
fix indentation
...
Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
252f17e292
Document structure change rules with relation to ABI/API.
...
Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
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
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
Michael Niedermayer
004050eed7
Remove unneeded avio wrapper functions.
...
Originally committed as revision 11264 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
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
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