summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-07
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-07
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-07
* Fix warning about incompatible pointer typesDavid Conrad2010-03-07
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-07
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-06
* Add some missing #includesMåns Rullgård2010-03-06
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-06
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-06
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-05
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-05
* Fix memory leak in NUT muxerVitor Sessak2010-03-05
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-05
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-05
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-04
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-04
* Guard against invalid memory readPeter Ross2010-03-04
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-04
* Fix indentationDavid Conrad2010-03-04
* Simplify starting and ending clustersDavid Conrad2010-03-04
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-04
* Attempt seeking to write EBML master sizes even if streamedDavid Conrad2010-03-04
* matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov2010-03-03
* matroskadec: cosmetic indentationAurelien Jacobs2010-03-03
* matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate2010-03-03
* Properly pad H.264 extradata when taken from fmtp SDP attributesMartin Storsjö2010-03-03
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Plug memory leak in NSV demuxer.Jai Menon2010-03-03
* Support demuxing of streamed Bink filesPeter Ross2010-03-03
* Plug memory leak for truncated filesVitor Sessak2010-03-02
* Plug some memory leaks for truncated filesVitor Sessak2010-03-02
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-01
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-28
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
* Print chapter info in dump_format().Anton Khirnov2010-02-28
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-28
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-25
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-25
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-25