source: trunk/sources/thelib @ 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) @765   2 weeks shiretu -- fixes from EvoStream?
(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) @749   2 months shiretu -- added JSON Variant protocol to the list of Variant protocols -- added …
(edit) @747   3 months shiretu -- close std[in|out|err] when daemon mode is activated. Thank you …
(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) @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) @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) @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) @703   6 months shiretu -- fixed COLOR_TYPE define inside all platforms -- fixed mp4 parser to use …
(edit) @701   6 months shiretu -- fixed a critical bug in delivering A/V codec setup bytes coming from …
(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) @665   8 months shiretu -- fixed a nasty bug in SPS parsing routine. One MUST remove …
(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) @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) @645   8 months shiretu -- fixed width/height parameters
(edit) @644   8 months shiretu -- implemented RTCP ignore capability for RTSP streams
(edit) @642   8 months shiretu -- fix for multicast/unicast ttl
(edit) @639   8 months shiretu -- minor thingy
(edit) @638   8 months shiretu -- removed COMPILE_STATIC awareness from configfile.cpp
(edit) @637   8 months shiretu -- added namespace id for all the ids inside stat objects. First 32 bits …
(edit) @634   8 months shiretu -- using the new logging init routines
(edit) @632   8 months shiretu -- fixed a minor bug inside InNetRTMPStream::SendStreamMessage?. I didn't …
(edit) @629   8 months shiretu -- fixed missing new-line at the EOF
(edit) @628   8 months shiretu -- fixed TTL setting
(edit) @625   8 months shiretu -- re-implemented uri parsing from scratch -- fixed an important bug …
(edit) @624   8 months shiretu -- win32 fix for configfile.cpp
(edit) @622   8 months shiretu -- implemented number of CPU detection for multiple instances. I need to …
(edit) @621   8 months shiretu -- added another level of overridables for RTSP authentication
(edit) @620   8 months shiretu -- dirty fix: need to wait the origin to boot up, so all edges are going …
(edit) @619   8 months shiretu -- minor fixes. Just added some more information on the publish request. …
(edit) @617   8 months shiretu -- fixed some default values inside configuration file -- fixed a bug …
(edit) @616   8 months shiretu -- added overridable AcceptTCPConnection in BaseClientApplication? -- …
(edit) @615   8 months shiretu -- minor fix for config file parser
(edit) @614   8 months shiretu -- major overhaul for loading configuration file -- split the routine for …
(edit) @611   9 months shiretu -- fixed a non-initialized variable bug -- fixed the range of multicast …
(edit) @609   9 months shiretu -- fixed a nasty bug inside frame dropping mechanism for RTMP protocol. …
(edit) @608   9 months shiretu -- implemented message abort for RTMP
(edit) @607   9 months shiretu -- oopsy!
Note: See TracRevisionLog for help on using the revision log.