aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guard.Gravatar diego2008-02-21
* Add missing multiple inclusion guards.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Add support for DOS-style file:///x:/path paths.Gravatar diego2008-02-20
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.Gravatar albeu2008-02-19
* Support icyx://.Gravatar reimar2008-02-15
* Always display Icy-Metadata if available, whether we recognize an ICY-ServerGravatar reimar2008-02-15
* Move printing of Icy-Metadata into an extra functionGravatar reimar2008-02-15
* Remove useless codeGravatar reimar2008-02-15
* Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),Gravatar reimar2008-02-15
* typo fix: inited --> initializedGravatar diego2008-02-14
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.Gravatar diego2008-02-11
* Stream IDs must be written as hex numbers. Fixes Gravatar rtogni2008-01-29
* vcd_read must read exactly VCD_SECTOR_DATA bytes.Gravatar reimar2008-01-28
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* factorize 2 testsGravatar ben2008-01-26
* add a new state flag to dvdnav in order to notify ifGravatar ben2008-01-26
* remove useless castsGravatar ben2008-01-26
* simplify by a one-linerGravatar ben2008-01-26
* remove the spu_set field, replaced by a flagGravatar ben2008-01-26
* this end brace was not correctly indentedGravatar ben2008-01-26
* automatically set spu button highlight when nav cell has changedGravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* array was defined for 6 elements while 7 were declaredGravatar ben2008-01-24
* type expected by dvdnav_get_title_string() is constGravatar ben2008-01-24
* remove some redundant declarationsGravatar ben2008-01-24
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* Prevent possible buffer overflow on album_title[]Gravatar rtogni2008-01-20
* Clear tmp between ip6 check and string escape to prevent reuse of the Gravatar rtogni2008-01-20
* Fix compilation failue:Gravatar ulion2008-01-20
* ReindentGravatar reimar2008-01-19
* Simplify and keep terminating end-of-lineGravatar reimar2008-01-19
* Remove a broken and useless hack to avoid a memcpyGravatar reimar2008-01-19
* Cached file must be 0-terminated since we use string processing functions on itGravatar reimar2008-01-19
* Make sure we do not write the terminating 0 out of boundsGravatar reimar2008-01-19
* Simplify/cleanup of real_calc_response_and_checksum()Gravatar rtogni2008-01-13
* Don't oversize realchallenge buffersGravatar rtogni2008-01-13
* Simplify cue-parsingGravatar reimar2008-01-13
* Get rid of quite useless inum variableGravatar reimar2008-01-13
* Use AV_WB*Gravatar reimar2008-01-13
* Remove some useless () and {}Gravatar reimar2008-01-13
* SimplifyGravatar reimar2008-01-13
* Use AV_WB16 instead of ugly memcpy hacksGravatar reimar2008-01-13
* Use AV_RB* instead of custom variants.Gravatar reimar2008-01-13
* Use sizeof instead of size variables/definesGravatar reimar2008-01-13
* Make some pnm data constGravatar reimar2008-01-13
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticGravatar reimar2008-01-13
* Make several arrays constGravatar reimar2008-01-13