aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* New slave command: tv_step_freq <offset in MHz>Gravatar voroshil2007-03-17
* Remove unnecessary -I option from CFLAGS.Gravatar diego2007-03-16
* Allow to specify frequencies in channels option.Gravatar voroshil2007-03-16
* Fix live555 compilation when stream cache is disabled.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* add vcd:// for win32, patch by zuxy mengGravatar compn2007-03-12
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* add vcd:// for win32, patch by zuxy mengGravatar compn2007-03-12
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...Gravatar nicodvb2007-03-08
* truncate mencoder's output file if it exists, instead of overwriting just par...Gravatar lorenm2007-03-05
* print the disc_id without using a bufferGravatar nicodvb2007-03-04
* 10000l; in previous commit I allocated a buffer 1 byte too shortGravatar nicodvb2007-03-03
* replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.Gravatar nicodvb2007-03-03
* replaced 2 instances of sprintf() with snprintf() and one instanceGravatar nicodvb2007-03-03
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* winsocks expects an int in milliseconds instead of struct timeval to setGravatar ivo2007-03-01
* Replace MIN with FFMINGravatar reimar2007-03-01
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.Gravatar reimar2007-03-01
* cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...Gravatar nicodvb2007-02-28
* Add support for smil playlist served over realrtspGravatar rtogni2007-02-18
* Simplify code by using separate variables for large common expressions.Gravatar reimar2007-02-15
* More strncat() misuses.Gravatar rtogni2007-02-11
* strncat() misuses, may have been exploitable.Gravatar rtogni2007-02-11
* More boundary checks for fixed-length arrays. Some of them may have been Gravatar rtogni2007-02-11
* Quick hack mostly for documentation purposes to make -aid work with mms://Gravatar reimar2007-02-08
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Use defined() syntax instead without ().Gravatar reimar2007-02-04
* Add timeout to tcp connections, avoid hanging forever.Gravatar rtogni2007-02-04
* Fix base64_encode() max output length checking.Gravatar uau2007-01-28
* Accept rdt packets with "is-reliable" flag setGravatar rtogni2007-01-28
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...Gravatar nicodvb2007-01-16
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* Don't drop last rdt packet on eofGravatar rtogni2007-01-09
* removed static declaration before non-instantiated struct; patch by cehoyos a...Gravatar nicodvb2007-01-09
* Two crash issues fixed:Gravatar voroshil2007-01-08
* Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.Gravatar reimar2007-01-07
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...Gravatar nicodvb2007-01-07
* reindentedGravatar nicodvb2007-01-06
* init to 0 feparams before tuningGravatar nicodvb2007-01-06
* removed useless reporting codeGravatar nicodvb2007-01-06
* moved actual tuning code from check_status() to tune_it()Gravatar nicodvb2007-01-06
* don't add pid 0 if it's already present in the listGravatar nicodvb2007-01-06
* 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
* reindentationGravatar nicodvb2006-12-30
* Fix double free of *http_hdr at server error.Gravatar iive2006-12-30