source: trunk @ 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) @766   12 days jet -- Extend dependencies to be compatible with fresh Ubuntu LTS and Debian …
(edit) @765   2 weeks shiretu -- fixes from EvoStream?
(edit) @764   6 weeks josh -- Add Variant constructor for bytearrays.
(edit) @763   8 weeks jet -- Fix Debian package builder
(edit) @762   8 weeks shiretu -- added name override support for liveflv -- fixed pch support for mac os …
(edit) @761   2 months shiretu -- fixed ubuntu 64 bit
(edit) @760   2 months shiretu -- fixed pch and some search paths for libraries for ubuntu
(edit) @759   2 months shiretu -- fixed various bugs related to the new way in which the new xcode …
(edit) @758   2 months shiretu -- nb related
(edit) @757   2 months shiretu -- minor config files changes
(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) @754   2 months shiretu -- fixed some config file problems (missing ',')
(edit) @753   2 months shiretu -- disabled validateHandshake in all config files
(edit) @752   2 months shiretu -- builders grooming
(edit) @751   2 months shiretu -- removed indexvalue from constants
(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) @742   3 months jet -- Keep one-style formatting for keepalive.txt
(edit) @741   3 months jet -- Fixes text width to make text readable.
(edit) @740   3 months jet -- Add initial version of cross compile documentation. It will be …
(edit) @739   3 months jet -- Implement support for toolchains into build system's base This adds …
(edit) @738   3 months jet -- Add toolchain file for Sourcery crosscompilers Sourcery toolchains is …
(edit) @737   3 months shiretu -- embedded platform for davinci ARM CPU provided by Michael Yang …
(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) @731   4 months shiretu -- forgot applestreamingclient app activated
(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) @717   4 months shiretu -- disabled authentication on dist configs
(edit) @716   4 months josh -- Disable authentication in the flvplayback config.
(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) @685   7 months jet -- [Debian] Set version to 'unknown' if source tree exported
(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) @674   7 months jet -- Fix Variable name in Debian init script
(edit) @672   7 months shiretu -- small changes
(edit) @671   7 months josh -- RTP: Fix concatenation of >2 audio chunks.
(edit) @670   7 months jet -- Update Debian patchset
(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() …
Note: See TracRevisionLog for help on using the revision log.