Mercurial > libavformat.hg
graph
-
Add extern to mxf_d10_muxer forward declaration to avoid a redundant libavformat2010-07-28, by reimar
-
rtpdec_xiph: Drop RTP packets that come in without a prior fragment start marker. libavformat2010-07-27, by mstorsjo
-
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavformat2010-07-26, by stefano
-
Use inverse error branches, i.e. instead of if(something){success} else {error}, libavformat2010-07-26, by rbultje
-
Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This libavformat2010-07-26, by rbultje
-
Include the correct header that actually is used, use quotes instead of angle brackets libavformat2010-07-25, by mstorsjo
-
ffmdec: Do not manually free streams on read_header error, this is always libavformat2010-07-25, by reimar
-
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data libavformat2010-07-24, by mstorsjo
-
In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 libavformat2010-07-23, by bcoudurier
-
Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 libavformat2010-07-21, by mstorsjo
-
Reindent, rewrap long comment lines to keep line length below 80 chars libavformat2010-07-21, by mstorsjo
-
gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof libavformat2010-07-21, by mstorsjo
-
Allow the ASF header to be transferred split over multiple packets, as some libavformat2010-07-20, by rbultje
-
Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is libavformat2010-07-20, by rbultje
-
Align outgoing messages to 8 bytes, this is required to interact with libavformat2010-07-20, by rbultje
-
Check the status code of each server responses, and fail if it indicates libavformat2010-07-20, by rbultje
-
asfdec: Don't read the video stream header if there isn't enough data libavformat2010-07-20, by mstorsjo
-
movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size libavformat2010-07-20, by mstorsjo
-
rtpdec_asf: Include lavu headers using quotes instead of angle brackets libavformat2010-07-19, by mstorsjo