aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/realrtsp
Commit message (Expand)AuthorAge
* 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 r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\|
| * Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.Gravatar diego2010-01-04
* | 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
| * Fix asmrp_dispose to also free the buffer.Gravatar reimar2009-09-02
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.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
|/
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Fix possible integer overflow in malloc by using calloc instead.Gravatar reimar2008-03-29
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* 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