]> git.sesse.net Git - ffmpeg/history - libavformat/rtmpproto.c
lavfi: rename vsrc_buffer.c to buffersrc.c
[ffmpeg] / libavformat / rtmpproto.c
2012-05-10 Samuel Pitoisetrtmp: Implement check bandwidth notification.
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_swfurl', an option which specifies...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_flashver', an option which override...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_tcurl', an option which overrides...
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_playpath', an option which override...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_app', an option which overrides...
2012-04-03 Raffaele Senartmp: implement bandwidth notification
2012-04-03 Samuel Pitoisetrtmp: update supported audio codecs value
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-07 Martin Storsjörtmp: Use nb_invokes for all invoke commands
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-12-01 Martin Storsjörtmp: Clean up properly if the handshake failed
2011-11-18 Josh Allmannrtmp: do not hardcode invoke numbers
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-09-22 Martin Storsjörtmp: Make the input FLV parser handle data cut at...
2011-09-20 Martin Storsjörtmp: Don't blindly skip the 4 trailer bytes from the...
2011-09-20 Chiranjeevi Melamrtmp: Handle FLV packets written in more than one write...
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavf: remove FF_API_URL_CLASS cruft.
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_close() internal.
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_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Anton Khirnovrtmpproto: rename URLContext* argument in rtmp_write()
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-15 Aurelien Jacobsproperly check for FF_API_URL_CLASS instead of LIBAVFOR...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-18 Martin StorsjöRTMP: Return from rtmp_read as soon as some data is...
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-05-25 trueice@gmail.com24l trocadero: RTMP reader forgot to shift high byte...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-02-18 Kostya ShishkovMake RTMP client send bytes read report
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-12 SergiyCorrect timestamps inside FLV data received by RTMP.
2010-01-12 Art ClarkeUse old-style RTMP handshake for old servers.
2009-12-16 Martin StorsjöReply to RTMP ping with the same value as received...
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-11 Martin Storsjö5l trocadero: don't forget to free packet in gen_connect()
2009-12-11 Martin StorsjöDo not try to interact with RTMP server after "stop...
2009-12-06 Kostya Shishkovcosmetics: insert space between codeword and left paren...
2009-12-06 SergiyDo not send invokes to RTMP server if we are not connec...
2009-12-04 Kostya Shishkovcosmetics: reindent after last commit
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-03 Kostya ShishkovRemove duplicating variable
2009-12-03 SergiySend connect() and createStream() in RTMP system channe...
2009-12-03 SergiyMove "app" string into RTMP protocol context.
2009-12-02 SergiyMove is_input flag into RTMP protocol context.
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-11-22 Kostya ShishkovPrint error when RTMP protocol can't open connection
2009-11-22 Kostya ShishkovPass only useful FLV metadata from RTMP stream
2009-11-12 Stefano SabatiniSplit overly long line in doxy.
2009-10-18 Kostya ShishkovLast parameter in RTMP "play" call was optional and...
2009-09-17 Lars TäuberDo not include "mp4:" prefix from RTMP URL into "app...
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)