Mercurial > libavformat.hg
graph
-
RM audio stream version should be 16-bit followed by header size or reserved libavformat2009-12-13, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformat2009-12-13, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformat2009-12-11, by kostya
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformat2009-12-08, by michael
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformat2009-12-03, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformat2009-12-03, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformat2009-12-03, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformat2009-12-03, by ramiro
-
print error message when image2 muxer fail to compute frame filename libavformat2009-12-01, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat2009-12-01, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformat2009-12-01, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformat2009-12-01, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformat2009-12-01, by kostya
-
Print a warning if the duration is estimated from the bitrate, as this is libavformat2009-11-30, by michael
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformat2009-11-26, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformat2009-11-24, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformat2009-11-24, by pross