source: trunk/sources @ 768

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @768   11 days josh -- Don't double-enqueue packets for delete. This may lead to an infinite …
(edit) @767   12 days jet --Fix GCC 4.7 building (Closes: #88)
(edit) @765   2 weeks shiretu -- fixes from EvoStream?
(edit) @764   6 weeks josh -- Add Variant constructor for bytearrays.
(edit) @762   8 weeks shiretu -- added name override support for liveflv -- fixed pch support for mac os …
(edit) @759   2 months shiretu -- fixed various bugs related to the new way in which the new xcode …
(edit) @756   2 months shiretu -- support for multiple B lines in SDP
(edit) @755   2 months shiretu -- before doing anything with the SDP lines, trim them
(edit) @750   2 months shiretu -- minor fixes on some of the applications
(edit) @749   2 months shiretu -- added JSON Variant protocol to the list of Variant protocols -- added …
(edit) @748   2 months shiretu -- fixed IOBuffer::ReadBuffer? and IOBuffer::WriteBuffer? to acept count == …
(edit) @747   3 months shiretu -- close std[in|out|err] when daemon mode is activated. Thank you …
(edit) @746   3 months shiretu -- added variant patch for changing the indexer for numeric keys
(edit) @745   3 months shiretu -- imported EvoStream? patches and fixes
(edit) @744   3 months shiretu -- fixed a seeking bug for VOD
(edit) @743   3 months shiretu -- fixed the mp3 file reader. Now it tolerates faulty mp3 better than …
(edit) @736   4 months shiretu -- fixed a nasty bug in TS SPS/PPS parsing. The CPU went crazy
(edit) @735   4 months shiretu -- properly branded
(edit) @734   4 months shiretu -- imported changes thelib and crtmpserver from commercial version …
(edit) @733   4 months shiretu -- imported changes for tests app from commercial version (evostream)
(edit) @732   4 months shiretu -- imported changes for common library from commercial version (evostream)
(edit) @730   4 months shiretu -- fixed a bug in RTMP uri parsing -- fixed some issues inside config …
(edit) @729   4 months shiretu -- many RTSP and mpeg-ts fixes and refactorings. The bridging is more …
(edit) @728   4 months shiretu -- properly implemented HAS_PROTOCOL_RAWHTTPSTREAM guard define -- updated …
(edit) @727   4 months shiretu -- fixed issues with multi-NAL RTSP streams
(edit) @726   4 months shiretu -- minor refactoring on md5 function
(edit) @725   4 months shiretu -- support for multi-NAL RTSP to RTMP
(edit) @724   4 months shiretu -- fixed critical bug in RTP protocol parsing. P flag was not used!
(edit) @723   4 months shiretu -- fixed a nasty URI parsing bug
(edit) @722   4 months shiretu -- replaced all assert() calls with o_assert wrapper -- small formatting …
(edit) @721   4 months josh -- RTMP: Stream types should take a BaseRTMPProtocol in the constructor.
(edit) @720   4 months josh -- RTMP: Cosmetics in CreateONS.
(edit) @719   4 months josh -- RTMP: Make stream creation and teardown more resilient to weirdness.
(edit) @718   4 months josh -- RTMP: Allow application-selectable innet streams.
(edit) @715   4 months josh -- RTMP: Allow application-selectable outfile streams.
(edit) @714   6 months shiretu -- RTSP fixes
(edit) @713   6 months shiretu -- fixed a bug in RTSP sequence number handling
(edit) @712   6 months shiretu -- added global stats about bytes transferred to FdStats?
(edit) @711   6 months shiretu -- fixed a stats bug for RTSP
(edit) @710   6 months shiretu -- implemented TCPAcceptor::Drop()
(edit) @709   6 months shiretu -- fixed accounting mistake when resetting max and total counters
(edit) @708   6 months shiretu -- more on FdStats?
(edit) @707   6 months shiretu -- more stuff on FdStats?
(edit) @706   6 months shiretu -- added fd counters stats inside the netio layer
(edit) @705   6 months shiretu -- minor tweaks
(edit) @704   6 months shiretu -- fixed a nasty bug inside bin variant deserializer
(edit) @703   6 months shiretu -- fixed COLOR_TYPE define inside all platforms -- fixed mp4 parser to use …
(edit) @702   6 months shiretu -- refactoring for File class. Removed all references to STL stream …
(edit) @701   6 months shiretu -- fixed a critical bug in delivering A/V codec setup bytes coming from …
(edit) @700   6 months shiretu -- added missing defines to windows
(edit) @699   6 months shiretu -- properly implemented sendmsg for windows. Forced us to do it inside the …
(edit) @698   6 months shiretu -- more RTSP fixes
(edit) @697   6 months shiretu -- minor patch for RTP over RTSP
(edit) @696   6 months shiretu -- added NAT traversal capabilities to RTSP
(edit) @695   6 months shiretu -- activated LiveFLV to HLS bridge
(edit) @694   6 months shiretu -- implemented RTP over RTSP for outbound connections -- LiveFLV is now …
(edit) @693   6 months shiretu -- emergency patch. This address the buffer overruns inside rtmp …
(edit) @692   7 months josh -- RTSP: Fix check for UDP transport.
(edit) @691   7 months shiretu -- removed minor pesky warning by implementing proper function for mpegts
(edit) @690   7 months shiretu -- fixed some uninitialized variables -- when building release, build it …
(edit) @689   7 months shiretu -- increased the maximum length of the CLI command
(edit) @688   7 months shiretu -- fix for tcUrl for pushing out streams
(edit) @687   7 months shiretu -- properly handle releaseStream by issuing an error message when stream …
(edit) @686   7 months shiretu -- properly return _error on missing functions
(edit) @684   7 months shiretu -- safeguard for bogus timestamps in rtmp network output streams -- added …
(edit) @683   7 months shiretu -- properly roll over the RTP timestamp from RTCP report
(edit) @682   7 months shiretu -- increase the maximum amount of data which can be sent via variant …
(edit) @681   7 months shiretu -- fixed important fd leak -- updated valgrind script to track fds -- …
(edit) @680   7 months shiretu -- properly handle bogus log locations
(edit) @679   7 months shiretu -- ooops!
(edit) @678   7 months shiretu -- added CDES atom to mp4 pasrer
(edit) @676   7 months shiretu -- same as the previous commit, but better writing (less code)
(edit) @675   7 months shiretu -- fixed invokeId "bug". Apparently, not all client/server respects the …
(edit) @671   7 months josh -- RTP: Fix concatenation of >2 audio chunks.
(edit) @669   8 months shiretu -- minor stuff
(edit) @668   8 months shiretu -- support for audio or video only when source is RTSP and destination is …
(edit) @667   8 months shiretu -- fixed critical file descriptors leaks -- properly use CLOSE_SOCKET() …
(edit) @666   8 months rodel -- added missing createFolder function on freebsd platform
(edit) @665   8 months shiretu -- fixed a nasty bug in SPS parsing routine. One MUST remove …
(edit) @664   8 months jet -- Little dirty fix: not add SEPARATOR to end of path.
(edit) @662   8 months jet -- Fix win32 related bug: wrong export private static member -- Fix win32 …
(edit) @661   8 months shiretu -- minor stuff
(edit) @660   8 months shiretu -- minor refactoring: make use of GenericMessageFactory::GetInvokeOnBWDone
(edit) @658   8 months shiretu -- fixed a serious bug in the routine responsible for invoke ids …
(edit) @657   8 months shiretu -- applied the patch submited by Tamás Fitos
(edit) @654   8 months shiretu -- fixed proxypublish -- implemented keepAlive for externalStream ONLY in …
(edit) @653   8 months josh -- Correctly check for errors in DH_compute_key. Checking against …
(edit) @652   8 months josh -- Reduce severity of a null TCP carrier. This occurs legitimately in …
(edit) @651   8 months josh -- Set A/V channel max to limit.
(edit) @650   8 months josh -- Don't skip over neutral RTMP streams when closing.
(edit) @649   8 months bryan -- disabling clustering unless a specific compile flag is used.
(edit) @648   8 months shiretu -- minor log messages
(edit) @647   8 months shiretu -- implemented proper RTCP packets detection and added …
(edit) @646   8 months bryan -- Fixed a bug in the parsing and creation of timestamps with Lua and …
(edit) @645   8 months shiretu -- fixed width/height parameters
(edit) @644   8 months shiretu -- implemented RTCP ignore capability for RTSP streams
(edit) @643   8 months shiretu -- properly implemented TOS and TTL. I was setting tos/ttl using 8 bit …
(edit) @642   8 months shiretu -- fix for multicast/unicast ttl
(edit) @641   8 months shiretu -- fixed URI class to support unknown scheme
(edit) @639   8 months shiretu -- minor thingy
Note: See TracRevisionLog for help on using the revision log.