log

age author description
2010-07-01 mru mpegtsenc: allocate correct size for PID table libavformat
2010-07-01 bcoudurier In mov demuxer, only set sar if not already set, patch by Andrew Wason, libavformat
2010-07-01 bcoudurier Use ext sample from mpeg4audio config if set with AAC SBR libavformat
2010-07-01 mstorsjo Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf libavformat
2010-07-01 mstorsjo Add RTP depacketization of SVQ3 libavformat
2010-07-01 reimar Change all functions referenced in the mxf_metadata_read_table to use the same libavformat
2010-07-01 aurel fix warning in ff_metadata_mux_compat() libavformat
2010-07-01 alexc Allow remuxing of explicitly signalled AAC files into ADTS. libavformat
2010-07-01 michael Factorize get_duration() out of 4 places of the avi demuxer. libavformat
2010-07-01 hyc Use new librtmp APIs instead of grubbing around in RTMP struct libavformat
2010-07-01 michael Prevent infinite recursion of odml indexes. libavformat
2010-06-30 cehoyos Make "invalid dts/pts combination" a debug instead of a warning message. libavformat
2010-06-30 cehoyos Allow setting streamid when muxing mpegts. libavformat
2010-06-30 mru Fix grammar errors in documentation libavformat
2010-06-30 thardin mxfdec: Improve parsing of the PixelLayout item libavformat
2010-06-28 bcoudurier In mov demuxer, increase total size after debugging message libavformat
2010-06-28 mstorsjo Reindent libavformat
2010-06-28 mstorsjo rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer libavformat
2010-06-28 mstorsjo rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer libavformat
2010-06-28 mstorsjo rtpdec: Malloc the fmtp value buffer libavformat
2010-06-28 mstorsjo Reindent libavformat
2010-06-28 mstorsjo rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer libavformat
2010-06-28 mstorsjo rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer libavformat
2010-06-28 mstorsjo Reindent libavformat
2010-06-28 mstorsjo rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata libavformat
2010-06-28 mstorsjo rtpdec: Add generic function for iterating over FMTP configuration lines libavformat
2010-06-28 mstorsjo rtpdec: Move space_chars from avformat/internal to rtpdec libavformat
2010-06-28 mstorsjo Fix a warning in av_read_frame_internal libavformat
2010-06-27 mstorsjo Remove an unused label, fixing a warning libavformat
2010-06-27 mstorsjo Add proper const declaration to a cast, fixes a warning libavformat
2010-06-27 mru Make ff_url_split() public libavformat
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