]> git.sesse.net Git - ffmpeg/history - libavformat/rtmppkt.c
Export metadata in the generic format. Deprecate old conversion API.
[ffmpeg] / libavformat / rtmppkt.c
2010-03-07 Kostya Shishkov1l trocadero: forgot reference operator on bytestream_g...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2009-12-24 Diego BiurrunRemove some unused variables, fixes the warnings:
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-04 SergiyCompress headers for output RTMP packets.
2009-12-03 SergiyRTMP packets with one-byte header use previous packet...
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
2009-12-01 Kostya Shishkov7l trocadero: reading right into enum variable may...
2009-11-22 Kostya ShishkovWhen searching for AMF object field value, try to find...
2009-11-08 Carl Eugen HoyosUse enum instead of integer types where appropriate.
2009-10-18 Kostya ShishkovSupport more than 64 channels in RTMP input
2009-10-18 Kostya ShishkovAccept RTMP packets with one-byte header
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)