summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add all required includes to avio.hMartin Storsjö2010-06-23
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-23
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-22
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-22
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-22
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-22
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-22
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-22
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-22
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
* RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö2010-06-21
* HTTP: Add a method for initializing the authentication state from another con...Martin Storsjö2010-06-21
* ReindentMartin Storsjö2010-06-21
* HTTP: Compact the code for writing chunked post dataMartin Storsjö2010-06-21
* HTTP: Get rid of the is_chunked variable, use the chunksize variable insteadMartin Storsjö2010-06-21
* HTTP: Clarify a commentMartin Storsjö2010-06-21
* Reset chunksize back to zero (= no chunked encoding) after each new openRonald S. Bultje2010-06-20
* Use url_write(), not http_write(), for sending the HTTP headers. This preventsRonald S. Bultje2010-06-20
* Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5),Carl Eugen Hoyos2010-06-20
* RTSP: Add the auth credentials to the HTTP tunnel URL, tooMartin Storsjö2010-06-19
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-19
* RTSP: Set the connection handles to null after closing themMartin Storsjö2010-06-19
* RTSP: Don't store the connection handles in local variablesJosh Allmann2010-06-19
* Improve h263_probe()Michael Niedermayer2010-06-18
* RTSP: Clean up rtsp_hd on failureMartin Storsjö2010-06-18
* RTMP: Return from rtmp_read as soon as some data is availableMartin Storsjö2010-06-18
* Add IEC958 data_types for Atrac* and WMA Pro.Carl Eugen Hoyos2010-06-18
* Add metadata support. Patch by Michael Karcher.Michael Karcher2010-06-17
* Simplify (no need to check for st->codec->extradata) and correctLuca Abeni2010-06-17
* Add the necessary includes, add an extra empty line for cosmeticsMartin Storsjö2010-06-17
* Marking what should be removed in relation to MAX_STREAMS.Michael Niedermayer2010-06-16
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-16
* matroskadec : propagate AVERROR to the callerAurelien Jacobs2010-06-15
* Fix missing logging context in a series of dprintf()s. Partially based onZhentan Feng2010-06-15
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-15
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-14
* ReindentJosh Allmann2010-06-14
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-14
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-11
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-11
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-11
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-11
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-11
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-11
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-11