summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
| | | | Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's ↵Luca Abeni2008-01-04
| | | | | | dependencies Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-04
| | | | | | | | Patch by Ronald S. Bultje rsbultje gmail com Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT) Date: 12/28/2007 10:19 PM Originally committed as revision 11392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-03
| | | | Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the RTP muxer dependenciesLuca Abeni2008-01-03
| | | | Originally committed as revision 11384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use one shift less in get_pts()Ivo van Poorten2008-01-03
| | | | Originally committed as revision 11383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention libavfilter in warning about deprecated vhookAurelien Jacobs2008-01-03
| | | | Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reindent.Diego Biurrun2008-01-02
| | | | Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-02
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
| | | | Originally committed as revision 11373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02
| | | | Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2008-01-02
| | | | Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add portable way to check for the existence of definitions andDave Yeo2008-01-01
| | | | | | | apply it to socklen_t. patch by Dave Yeo, daveryeo telus net Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
| | | | Originally committed as revision 11365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document return of read_timestamp.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear internal queue when seekingAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
| | | | Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-29
| | | | Originally committed as revision 11348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix url_split() so that the ?foobar part is in the path and only the ↵Michael Niedermayer2007-12-29
| | | | | | path. Originally committed as revision 11347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
| | | | Originally committed as revision 11341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng ↵Luca Barbato2007-12-28
| | | | | | support Originally committed as revision 11340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-28
| | | | Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert hack which should have never been commited.Michael Niedermayer2007-12-28
| | | | | | | | | | ------------------------------------------------------------------------ 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
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-27
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-27
| | | | Originally committed as revision 11323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
| | | | | | fixes issue309 Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-25
| | | | | | | | | | | | | | | 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
* djgpp port, first partMichael Kostylev2007-12-24
| | | | | | patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: begining --> beginningDiego Biurrun2007-12-23
| | | | Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* begining -> beginning typo fixReimar Döffinger2007-12-23
| | | | Originally committed as revision 11309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-23
| | | | | | | 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
* Add a av_alloc_put_byte function.Reimar Döffinger2007-12-22
| | | | | | | 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
* Fix Doxygen function parameter name.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-21
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ByteIOContext and URLContext change rules.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentBenjamin Larsson2007-12-20
| | | | Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson2007-12-20
| | | | Originally committed as revision 11284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-12-20
| | | | Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-12-20
| | | | Originally committed as revision 11279 to svn://svn.ffmpeg.org/ffmpeg/trunk