Mercurial > libavformat.hg
graph
-
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
-
Allow all valid (and only valid) characters in URL scheme for url_open() libavformat2010-07-18, by mru
-
aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek libavformat2010-07-17, by mstorsjo
-
avidec : Free codec context before initializing the chained DV demuxer. libavformat2010-07-17, by jai_menon
-
Bump minor and add APIchanges entry for url_fskip return value change. libavformat2010-07-16, by mstorsjo
-
remove redundant text and whitespaces from iff demuxer av_log() statements libavformat2010-07-15, by pross
-
In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe libavformat2010-07-14, by bcoudurier
-
Pass the composition and ancillary ID for DVB subtitles via extradata instead libavformat2010-07-14, by reimar
-
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts libavformat2010-07-14, by mstorsjo
-
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE libavformat2010-07-14, by mstorsjo
-
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c libavformat2010-07-09, by janne
-
In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate libavformat2010-07-08, by bcoudurier
-
rtpdec_asf: Propagate errors from the chained av_open_input_stream libavformat2010-07-05, by mstorsjo
-
Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and libavformat2010-07-05, by ramiro
-
Move AVStream->codec_info_nb_frames increment after try_decode_frame libavformat2010-07-03, by bcoudurier
-
In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. libavformat2010-07-03, by bcoudurier
-
Rename block_align variable in the avi demuxer to clearly seperate its purpose libavformat2010-07-02, by michael
-
Duplicate rounding that MS does in one of their implementations of an avi demuxer. libavformat2010-07-02, by michael
-
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. libavformat2010-07-02, by diego
-
Replace incorrect @NOTE Doxygen command by @note; capitalization matters. libavformat2010-07-02, by diego
-
Remove non-existing stray arguments from Doxygen function documentation. libavformat2010-07-02, by diego
-
In mov demuxer, fix seeking to the beginning when file has edit lists. libavformat2010-07-02, by bcoudurier
-
In mov demuxer, only set sar if not already set, patch by Andrew Wason, libavformat2010-07-01, by bcoudurier
-
Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf libavformat2010-07-01, by mstorsjo
-
Change all functions referenced in the mxf_metadata_read_table to use the same libavformat2010-07-01, by reimar
-
Make "invalid dts/pts combination" a debug instead of a warning message. libavformat2010-06-30, by cehoyos
-
rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer libavformat2010-06-28, by mstorsjo
-
rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata libavformat2010-06-28, by mstorsjo
-
rtpdec: Add generic function for iterating over FMTP configuration lines libavformat2010-06-28, by mstorsjo