aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* replace call to UDFFindFile() (that is not part of the public API) with DVDOp...Gravatar nicodvb2006-12-23
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...Gravatar nicodvb2006-12-21
* reindented after yesterday's commitGravatar nicodvb2006-12-20
* support for writing over smb sharesGravatar nicodvb2006-12-19
* in WRITE mode open the output file with mode 0666; umask will filter itGravatar nicodvb2006-12-19
* support functions for writing to streamsGravatar nicodvb2006-12-18
* implemented STREAM_CTRL_GET_SIZEGravatar nicodvb2006-12-18
* new STREAM_CTRL_GET_SIZE to get size of output streamGravatar nicodvb2006-12-18
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...Gravatar nicodvb2006-12-18
* added member and definitions for output streamsGravatar nicodvb2006-12-18
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)Gravatar nicodvb2006-12-17
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim PatteGravatar nicodvb2006-12-15
* Force lavf on flv streams. Closes bugzilla #354Gravatar rtogni2006-12-15
* implemented dvdnav_lang_from_aid() to retrieve audio languageGravatar nicodvb2006-12-14
* added dvdnav_aid_from_lang() to support -alangGravatar nicodvb2006-12-14
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.Gravatar reimar2006-12-12
* Make sure closesocket is called.Gravatar reimar2006-12-10
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.Gravatar reimar2006-12-10
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)Gravatar reimar2006-12-10
* added function to return the language of the specified subtitle id. Patch byGravatar nicodvb2006-12-10
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.Gravatar reimar2006-12-10
* Fix misplaced http_freeGravatar reimar2006-12-09
* Fix potential endless loop in http_streaming_start dueGravatar reimar2006-12-09
* Fix lots and lots of potential memory/fd leaks in http_streaming_startGravatar reimar2006-12-09
* export spu palette; part of a patch by Otvos AttilaGravatar nicodvb2006-12-09
* Avoid memory and fd leaks in asf streaming open code.Gravatar reimar2006-12-09