aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* match exactly card number N specified, rather than the N-th actually usableGravatar nicodvb2006-11-26
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* support for comma-separated language codes in -slangGravatar nicodvb2006-11-25
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyGravatar reimar2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* removed unused members and variablesGravatar nicodvb2006-11-25
* COSMETICS: consistently reformatted after ben's messGravatar nicodvb2006-11-25
* added code to identify subs language and count; needed for forthcoming suppor...Gravatar nicodvb2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* cosmeticsGravatar reimar2006-11-21
* Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFAGravatar reimar2006-11-21