summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
Commit message (Expand)AuthorAgeFilesLines
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-3/+4
* cleanup: shut up more warningsClément Bœsch2011-05-061-1/+2
* fix compilation with old FFmpeg versionsUoti Urpala2011-02-081-0/+6
* stream/: delete base64_encode(), use libavutil av_base64_encode()cboesch2010-12-161-9/+6
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-143-21/+12
* Merge svn changes up to r30475Uoti Urpala2010-03-092-0/+30
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-302-0/+30
* | Merge svn changes up to r30195Uoti Urpala2010-01-081-2/+2
|\|
| * Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.diego2010-01-041-2/+2
* | Merge svn changes up to r29644Uoti Urpala2009-09-044-15/+21
|\|
| * Fix possible crashes with invalid SDPs that result in stream descriptionsreimar2009-09-021-0/+2
| * Fix several more rtsp-related memleaks.reimar2009-09-022-1/+2
| * Fix asmrp_dispose to also free the buffer.reimar2009-09-021-0/+1
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.reimar2009-09-021-1/+1
| * Make sure we do not strdup(NULL), avoids a crash with non-real streams.reimar2009-09-021-1/+4
| * Fix several memleaks in real_setup_and_get_headerreimar2009-09-021-1/+4
| * Change real_setup_and_get_header to use goto a single exit path to simplifyreimar2009-09-021-11/+7
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-0/+4
|\|
| * stream/realrtsp/real.c: Fix another integer overflowuau2009-07-281-0/+2
| * stream/realrtsp/real.c: Fix integer overflowuau2009-07-271-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-139-91/+91
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-262-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-079-93/+91
|/
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* consistency cosmetics: Avoid using .. in #include paths.diego2008-08-294-4/+4
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* Fix possible integer overflow in malloc by using calloc instead.reimar2008-03-291-1/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-19/+17
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-282-6/+6
* Simplify/cleanup of real_calc_response_and_checksum()rtogni2008-01-131-8/+2
* Don't oversize realchallenge buffersrtogni2008-01-131-6/+6
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-315-7/+5
* Ignore stream id when checking rdt packet flagsrtogni2007-11-171-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* 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
* Check buffer size in header dump functionsrtogni2007-03-252-21/+73
* Use AV_WB* instead of swap+memcpy+swaprtogni2007-03-241-120/+46
* 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-012-163/+148
* Add support for smil playlist served over realrtsprtogni2007-02-182-2/+9
* More boundary checks for fixed-length arrays. Some of them may have been rtogni2007-02-111-4/+12
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
* Don't drop last rdt packet on eofrtogni2007-01-092-0/+3
* More free() that were forgotten in r21806 memleak fixrtogni2007-01-011-0/+3
* Memleak fix (implement sdpplin_free() and use it)rtogni2007-01-012-1/+28
* Fix invalid memory access if identifier is unknownrtogni2007-01-011-1/+1
* Fix potential buffer overflow in asm rules matching codertogni2006-12-313-3/+9
* 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-11-051-13/+14
* Fix compilation: forgotten mp_msg.h includereimar2006-11-051-0/+1
* printf ->mp_msgrtogni2006-11-051-8/+8
* Do not use abort()rtogni2006-11-051-7/+7
* printf -> mp_msgrtogni2006-10-301-7/+10
* Realrtsp authenticationrtogni2006-10-302-2/+50
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-3110-0/+3170