Mercurial > libavformat.hg
graph
-
Don't explicitly initialize networking in the tcp and udp protocols libavformat2010-03-05, by mstorsjo
-
Always call ff_network_init/ff_network_close when opening protocols libavformat2010-03-05, by mstorsjo
-
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb libavformat2010-03-04, by mstorsjo
-
Ensure that we write clusters and blocks with known size when streaming libavformat2010-03-04, by conrad
-
Write the first seekhead if writing to a stream, we won't be able to seek libavformat2010-03-04, by conrad
-
matroskaenc: use "title" tag instead of "description" in track title. libavformat2010-03-03, by conrad
-
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformat2010-03-03, by aurel
-
Properly pad H.264 extradata when taken from fmtp SDP attributes libavformat2010-03-03, by mstorsjo
-
nutdec: make chapter start and length uint64_t to prevent overflows. libavformat2010-03-01, by benoit
-
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformat2010-02-28, by reimar
-
Make our getaddrinfo implementation initialize "struct addrinfo" return libavformat2010-02-28, by reimar
-
Many mp3s seem to contain padding after id3 tags that is not considered in the libavformat2010-02-28, by michael
-
Include rtpdec.h, it contains prototypes for the following functions: libavformat2010-02-28, by cehoyos
-
Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformat2010-02-28, by cehoyos
-
Include apetag.h which contains the prototype for ff_ape_parse_tag(). libavformat2010-02-28, by cehoyos
-
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer libavformat2010-02-26, by mstorsjo
-
asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformat2010-02-25, by benoit
-
Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformat2010-02-24, by rbultje
-
Count all frames with codec_info_nb_frames not just ones with non zero libavformat2010-02-23, by michael