aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* Forgotten closesocket on error, patch byGravatar reimar2006-12-09
* Close fd on error.Gravatar reimar2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Simplify NEXT_LINE macro and put most of it in a separate function.Gravatar reimar2006-12-06
* remove useless and incorrect const-removing castGravatar reimar2006-12-06
* Do not define _GNU_SOURCE, it is not necessary and causes a warning if it isGravatar reimar2006-12-06
* Make sure invalid protocols are rejected instead of treatedGravatar reimar2006-12-05
* Add full support for en-/disabling cddb supportGravatar reimar2006-12-04
* remove headers included twiceGravatar aurel2006-12-03
* use strchr() instead of index()Gravatar aurel2006-12-03
* doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()Gravatar nicodvb2006-12-02
* Move system headers before libavutil headers to work around build issues onGravatar diego2006-12-02
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* cosmetical reformattingGravatar nicodvb2006-11-27
* feed the content of NAV_PACKET to the demuxerGravatar nicodvb2006-11-27
* Add a config.mak variable for CDDB.Gravatar diego2006-11-27
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* cosmetics: Merge SRCS together, alphabetical order, whitespace.Gravatar diego2006-11-27
* cosmetics:indentationGravatar diego2006-11-27
* Untangle dependencies that are handled by configure.Gravatar diego2006-11-27
* Remove unused LIBAV_INC variable.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26