]> git.sesse.net Git - ffmpeg/history - libavformat/rtmppkt.c
Set channel layout for 4 and 5.1 channel cdata audio files
[ffmpeg] / libavformat / rtmppkt.c
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
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-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
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)