aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/realrtsp
Commit message (Expand)AuthorAge
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Simplify/cleanup of real_calc_response_and_checksum()Gravatar rtogni2008-01-13
* Don't oversize realchallenge buffersGravatar rtogni2008-01-13
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Ignore stream id when checking rdt packet flagsGravatar rtogni2007-11-17
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* start= and end= parameters on realrtspurls may be optionally quoted with Gravatar rtogni2007-06-24
* Cleanup real_calc_response_and_checksum()Gravatar rtogni2007-04-09
* Merge calc_response_string() into real_calc_response_and_checksum()Gravatar rtogni2007-04-09
* Simplify calc_response_string()Gravatar rtogni2007-04-09
* 10000000l learn to countGravatar rtogni2007-04-09
* Size of response is known, no need to calculate itGravatar rtogni2007-04-09
* The size of xor_table is known and fixed, no need to calculate itGravatar rtogni2007-04-09
* Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte Gravatar rtogni2007-04-03
* Check buffer size in header dump functionsGravatar rtogni2007-03-25
* Use AV_WB* instead of swap+memcpy+swapGravatar rtogni2007-03-24
* Declare eof only when stream 0 gets eofGravatar rtogni2007-03-20
* Fix for realrtsp urls with more than 2 streams:Gravatar rtogni2007-03-20
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.Gravatar reimar2007-03-01
* Add support for smil playlist served over realrtspGravatar rtogni2007-02-18
* More boundary checks for fixed-length arrays. Some of them may have been Gravatar rtogni2007-02-11
* Accept rdt packets with "is-reliable" flag setGravatar rtogni2007-01-28
* Don't drop last rdt packet on eofGravatar rtogni2007-01-09
* More free() that were forgotten in r21806 memleak fixGravatar rtogni2007-01-01
* Memleak fix (implement sdpplin_free() and use it)Gravatar rtogni2007-01-01
* Fix invalid memory access if identifier is unknownGravatar rtogni2007-01-01
* Fix potential buffer overflow in asm rules matching codeGravatar rtogni2006-12-31
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* printf->mp_msgGravatar rtogni2006-11-05
* Fix compilation: forgotten mp_msg.h includeGravatar reimar2006-11-05
* printf ->mp_msgGravatar rtogni2006-11-05
* Do not use abort()Gravatar rtogni2006-11-05
* printf -> mp_msgGravatar rtogni2006-10-30
* Realrtsp authenticationGravatar rtogni2006-10-30
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31