aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-052-8/+0
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-056-24/+30
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-052-0/+73
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-051-2/+14
* Fix memory leak in NUT muxerVitor Sessak2010-03-051-1/+3
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-051-0/+2
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-051-0/+1
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-041-1/+6
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-041-2/+1
* Guard against invalid memory readPeter Ross2010-03-041-1/+3
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-041-11/+40
* Fix indentationDavid Conrad2010-03-041-7/+7
* Simplify starting and ending clustersDavid Conrad2010-03-041-14/+9
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-041-4/+11
* Attempt seeking to write EBML master sizes even if streamedDavid Conrad2010-03-041-4/+1
* matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov2010-03-031-1/+1
* matroskadec: cosmetic indentationAurelien Jacobs2010-03-031-1/+1
* matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate2010-03-031-0/+5
* Properly pad H.264 extradata when taken from fmtp SDP attributesMartin Storsjö2010-03-031-1/+5
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-034-0/+14
* Plug memory leak in NSV demuxer.Jai Menon2010-03-031-0/+4
* Support demuxing of streamed Bink filesPeter Ross2010-03-031-6/+8
* Plug memory leak for truncated filesVitor Sessak2010-03-021-4/+4
* Plug some memory leaks for truncated filesVitor Sessak2010-03-021-5/+8
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-012-2/+0
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-011-2/+2
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-281-0/+1
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-281-0/+1
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-282-0/+7
* Print chapter info in dump_format().Anton Khirnov2010-02-281-0/+8
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-281-1/+3
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-289-23/+23
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-281-0/+1
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-281-0/+1
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-281-1/+1
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-281-0/+1
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-261-2/+6
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-251-17/+59
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-251-15/+12
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-251-2/+0
* asf: indent.Benoit Fouet2010-02-251-5/+5
* asf: add more entries to metadata conv table.Benoit Fouet2010-02-251-0/+12
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-241-6/+10
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-242-7/+4
* Eliminate put_str16().Anton Khirnov2010-02-241-9/+5
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-241-1/+3
* low-complexity Bink file seekingPeter Ross2010-02-241-0/+15
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-241-8/+10
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-241-4/+4
* asfdec: skip byte array tags.Benoit Fouet2010-02-241-2/+2