aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu Gravatar nicodvb2008-01-05
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu Gravatar nicodvb2008-01-05
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...Gravatar nicodvb2008-01-05
* fixed bug when playing multi-angle titles: the address field in the agli dataGravatar nicodvb2008-01-05
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* consistency cosmeticsGravatar diego2008-01-01
* Add explanatory comments to #endif preprocessor directives.Gravatar diego2008-01-01
* include dvdnav.h from its installation directory rather than appendingGravatar nicodvb2008-01-01
* removed inclusion of unneeded header (forgotten in previous commit)Gravatar nicodvb2008-01-01
* private structures belong to the C file using them, not to header files inclu...Gravatar nicodvb2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Simplify a little bitGravatar reimar2007-12-21
* Remove a check that is never in any way usefulGravatar reimar2007-12-21
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldGravatar reimar2007-12-21
* Remove another useless castGravatar reimar2007-12-21
* 100l, buffer bound checks work better when done _before_ access.Gravatar reimar2007-12-21
* Reduce some extreme parsing ugliness (mostly cosmetic)Gravatar reimar2007-12-21
* Remove useless alloc castsGravatar reimar2007-12-21
* Reduce code duplication: add a asf_read_wrapper function that never does part...Gravatar reimar2007-12-21
* Fix stream_cache to use sector_size set in stream_t.Gravatar ulion2007-12-20
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDGravatar reimar2007-12-20
* Protocol name should be case insensitive.Gravatar ulion2007-12-19
* Caching toc header in vcd private structure for later use.Gravatar ulion2007-12-17
* Add cdda stream control for chapter commmands.Gravatar ulion2007-12-17
* Should not change stream->pos in fill_buffer function.Gravatar ulion2007-12-16
* Support cddb on darwin.Gravatar ulion2007-12-16
* 10l, in dvb_free_config() channels' names must be free individuallyGravatar nicodvb2007-12-15
* cosmetic: indent after r25415Gravatar ben2007-12-15
* do not override *file_format if already set by asf_streaming_start()Gravatar ben2007-12-15
* Make the end_sector accessable (it should be).Gravatar ulion2007-12-15
* removed the obscene priv->stream entry. Someone must have injected vodka in m...Gravatar nicodvb2007-12-15
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* Only read disc info once and save it for later using.Gravatar ulion2007-12-15
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* The buffer used for pread need be aligned, but currently it got an offset 23Gravatar ulion2007-12-15
* Get end position of last track by adding its starting address with track size.Gravatar ulion2007-12-15
* Replace printf with mp_msg.Gravatar ulion2007-12-15
* Only print one track info when exactly seeking to the beginning of a track.Gravatar ulion2007-12-14
* Fix stream cdda seeks to CD's end and hangs forever bug.Gravatar ulion2007-12-14
* fix memleaks; patch by andrew calkin from gmail comGravatar nicodvb2007-12-12
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.Gravatar diego2007-12-11
* removed stupid checksGravatar nicodvb2007-12-08
* 10l ... the header was used there tooGravatar lu_zero2007-12-04
* Make libnemesi use specific struct and DEMUXER_TYPEGravatar lu_zero2007-12-04
* mime_type_table is const as wellGravatar reimar2007-12-02
* Add a few forgotten static/const attributes in tvi_vbi.cGravatar reimar2007-12-02
* stream_opts arrays should be constGravatar reimar2007-12-02
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Preserve unsv:// protocol specifier over http redirects.Gravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02