aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\
| * Use consistent #include paths without "../".Gravatar diego2008-04-28
* | Merge svn changes up to r26540Gravatar Uoti Urpala2008-04-26
|\|
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
| * Merge stream/Makefile into top-level Makefile.Gravatar diego2008-04-24
| * cosmetics: alphabetical orderGravatar diego2008-04-24
* | Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to stream struct (at least temporarily)Gravatar Uoti Urpala2008-04-23
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
|/
* in preparation for multi-frontend patch replaced file-static device names wit...Gravatar nicodvb2008-04-13
* removed useless parameter :type from -dvbin (the frontend type is reported by...Gravatar nicodvb2008-04-12
* removed defunct options :vid and :aid from -dvbin (they were useless from the...Gravatar nicodvb2008-04-12
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Fix possible integer overflow in malloc by using calloc instead.Gravatar reimar2008-03-29
* mingw uses windows sockets.Gravatar vayne2008-03-11
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Remove useless #include.Gravatar diego2008-03-10
* search channels.conf in mplayer's instdir if all other searches fail; patch b...Gravatar nicodvb2008-03-03
* cache support for OS/2Gravatar diego2008-02-28
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Avoid a pointless special-case for opening a fileGravatar reimar2008-02-24
* 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