summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-19/+19
* consistency cosmetics: Avoid using .. in #include paths.diego2008-08-291-1/+1
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Simplify/cleanup of real_calc_response_and_checksum()rtogni2008-01-131-8/+2
* Don't oversize realchallenge buffersrtogni2008-01-131-6/+6
* Ignore stream id when checking rdt packet flagsrtogni2007-11-171-1/+1
* start= and end= parameters on realrtspurls may be optionally quoted with rtogni2007-06-241-0/+5
* Cleanup real_calc_response_and_checksum()rtogni2007-04-091-10/+5
* Merge calc_response_string() into real_calc_response_and_checksum()rtogni2007-04-091-13/+6
* Simplify calc_response_string()rtogni2007-04-091-10/+3
* 10000000l learn to countrtogni2007-04-091-1/+1
* Size of response is known, no need to calculate itrtogni2007-04-091-4/+3
* The size of xor_table is known and fixed, no need to calculate itrtogni2007-04-091-8/+6
* Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte rtogni2007-04-031-1/+2
* Declare eof only when stream 0 gets eofrtogni2007-03-201-1/+9
* Fix for realrtsp urls with more than 2 streams:rtogni2007-03-201-3/+5
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.reimar2007-03-011-21/+11
* Add support for smil playlist served over realrtsprtogni2007-02-181-1/+6
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
* Don't drop last rdt packet on eofrtogni2007-01-091-0/+1
* Memleak fix (implement sdpplin_free() and use it)rtogni2007-01-011-0/+1
* Fix potential buffer overflow in asm rules matching codertogni2006-12-311-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* printf -> mp_msgrtogni2006-10-301-7/+10
* Realrtsp authenticationrtogni2006-10-301-1/+48
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+612