OSDN Git Service

libx264: fix setting the H.264 level
[coroid/libav_saccubus.git] / libavformat / rtmppkt.c
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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)