Mercurial > libavformat.hg
graph
-
asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() libavformat2010-06-24, by mru
-
Continue after guids in asf after which other guids are possible instead of skiping libavformat2010-06-23, by michael
-
Make the http protocol open the connection immediately in http_open again libavformat2010-06-22, by mstorsjo
-
Split url_open and url_open_protocol into url_alloc and url_connect libavformat2010-06-22, by mstorsjo
-
Add an av_register_protocol2 function that takes a size parameter libavformat2010-06-22, by mstorsjo
-
RTSP: Use the same authentication for the HTTP POST session as for the GET libavformat2010-06-21, by mstorsjo
-
HTTP: Add a method for initializing the authentication state from another connection libavformat2010-06-21, by mstorsjo
-
HTTP: Get rid of the is_chunked variable, use the chunksize variable instead libavformat2010-06-21, by mstorsjo
-
Reset chunksize back to zero (= no chunked encoding) after each new open libavformat2010-06-20, by rbultje
-
Use url_write(), not http_write(), for sending the HTTP headers. This prevents libavformat2010-06-20, by rbultje
-
Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), libavformat2010-06-20, by cehoyos
-
ff_url_join: Don't add any at-char if the auth is an empty string libavformat2010-06-19, by mstorsjo
-
Add the necessary includes, add an extra empty line for cosmetics libavformat2010-06-17, by mstorsjo
-
If the video stream is H.264 with MP4 syntax, store the NAL lenght size in libavformat2010-06-16, by lucabe
-
Fix missing logging context in a series of dprintf()s. Partially based on libavformat2010-06-15, by rbultje
-
matroskadec: add support for live broadcast containing unknown size clusters libavformat2010-06-11, by aurel
-
Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat2010-06-11, by cehoyos
-
Use a bitstream filter for converting the extradata syntax when generating an SDP. libavformat2010-06-11, by lucabe
-
Make sure the http protocol handler returns errors if a delayed open had failed libavformat2010-06-09, by mstorsjo
-
Do not attempt to seek to index for streamed files and if the user explicitly libavformat2010-06-08, by reimar
-
Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of libavformat2010-06-08, by reimar
-
Add support for disabling chunked transfer encoding for the http protocol libavformat2010-06-08, by mstorsjo