log

age author description
2010-06-27 mstorsjo Fix implicit cast warning libavformat
2010-06-25 mstorsjo rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' libavformat
2010-06-25 mstorsjo RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp libavformat
2010-06-25 mstorsjo rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler libavformat
2010-06-25 mstorsjo RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c libavformat
2010-06-25 mstorsjo RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c libavformat
2010-06-25 mstorsjo RTSP: Remove skip_spaces in favor of strspn libavformat
2010-06-25 jai_menon avienc : Avoid creating invalid AVI files when muxing subtitle streams libavformat
2010-06-25 bcoudurier Improve mov atom parsing debug message, print parent atom and size in decimal libavformat
2010-06-24 lu_zero Remove typo: s/ingore/ignore/ libavformat
2010-06-24 mru asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() libavformat
2010-06-24 mstorsjo Correctly return EOF for smacker videos libavformat
2010-06-23 mstorsjo Reindent libavformat
2010-06-23 mstorsjo Add all required includes to avio.h libavformat
2010-06-23 michael Continue after guids in asf after which other guids are possible instead of skiping libavformat
2010-06-22 stefano Mention how "now" is interpreted in the parse_date() doxy. libavformat
2010-06-22 stefano Fix date specification accepted by parse_date(). libavformat
2010-06-22 mstorsjo Make the http protocol open the connection immediately in http_open again libavformat
2010-06-22 mstorsjo Add an AVClass to the HTTPContext libavformat
2010-06-22 mstorsjo Allocate the HTTPContext through URLProtocol.priv_data_size libavformat
2010-06-22 mstorsjo Add priv_data_size and priv_data_class to URLProtocol libavformat
2010-06-22 mstorsjo Split url_open and url_open_protocol into url_alloc and url_connect libavformat
2010-06-22 mstorsjo Add an av_register_protocol2 function that takes a size parameter libavformat
2010-06-22 cehoyos Fix failure in av_read_frame on timestamp rollover. libavformat
2010-06-21 mstorsjo RTSP: Use the same authentication for the HTTP POST session as for the GET libavformat
2010-06-21 mstorsjo HTTP: Add a method for initializing the authentication state from another connection libavformat
2010-06-21 mstorsjo Reindent libavformat
2010-06-21 mstorsjo HTTP: Compact the code for writing chunked post data libavformat
2010-06-21 mstorsjo HTTP: Get rid of the is_chunked variable, use the chunksize variable instead libavformat
2010-06-21 mstorsjo HTTP: Clarify a comment libavformat
2010-06-20 rbultje Reset chunksize back to zero (= no chunked encoding) after each new open libavformat
2010-06-20 rbultje Use url_write(), not http_write(), for sending the HTTP headers. This prevents libavformat
2010-06-20 cehoyos Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), libavformat
2010-06-19 mstorsjo RTSP: Add the auth credentials to the HTTP tunnel URL, too libavformat
2010-06-19 mstorsjo ff_url_join: Don't add any at-char if the auth is an empty string libavformat
2010-06-19 mstorsjo RTSP: Set the connection handles to null after closing them libavformat
2010-06-19 mstorsjo RTSP: Don't store the connection handles in local variables libavformat
2010-06-18 michael Improve h263_probe() libavformat
2010-06-18 mstorsjo RTSP: Clean up rtsp_hd on failure libavformat
2010-06-18 mstorsjo RTMP: Return from rtmp_read as soon as some data is available libavformat
2010-06-18 cehoyos Add IEC958 data_types for Atrac* and WMA Pro. libavformat
2010-06-17 maxim Add metadata support. Patch by Michael Karcher. libavformat
2010-06-17 lucabe Simplify (no need to check for st->codec->extradata) and correct libavformat
2010-06-17 mstorsjo Add the necessary includes, add an extra empty line for cosmetics libavformat
2010-06-16 michael Marking what should be removed in relation to MAX_STREAMS. libavformat
2010-06-16 lucabe If the video stream is H.264 with MP4 syntax, store the NAL lenght size in libavformat
2010-06-15 aurel matroskadec : propagate AVERROR to the caller libavformat
2010-06-15 rbultje Fix missing logging context in a series of dprintf()s. Partially based on libavformat