aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/realrtsp/real.c
Commit message (Expand)AuthorAge
* stream: remove native RTSP/RTP/PNM supportGravatar wm42012-08-01
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* stream/: delete base64_encode(), use libavutil av_base64_encode()Gravatar cboesch2010-12-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\
| * Fix possible crashes with invalid SDPs that result in stream descriptionsGravatar reimar2009-09-02
| * Fix several more rtsp-related memleaks.Gravatar reimar2009-09-02
| * Make sure we do not strdup(NULL), avoids a crash with non-real streams.Gravatar reimar2009-09-02
| * Fix several memleaks in real_setup_and_get_headerGravatar reimar2009-09-02
| * Change real_setup_and_get_header to use goto a single exit path to simplifyGravatar reimar2009-09-02
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * stream/realrtsp/real.c: Fix another integer overflowGravatar uau2009-07-28
| * stream/realrtsp/real.c: Fix integer overflowGravatar uau2009-07-27
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Simplify/cleanup of real_calc_response_and_checksum()Gravatar rtogni2008-01-13
* Don't oversize realchallenge buffersGravatar rtogni2008-01-13
* Ignore stream id when checking rdt packet flagsGravatar rtogni2007-11-17
* 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
* 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
* Accept rdt packets with "is-reliable" flag setGravatar rtogni2007-01-28
* Don't drop last rdt packet on eofGravatar rtogni2007-01-09
* Memleak fix (implement sdpplin_free() and use it)Gravatar 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-10-30
* Realrtsp authenticationGravatar rtogni2006-10-30
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31