summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Surround stream cache specific code by an appropriate #ifdef; fixes linkingdiego2008-07-051-0/+2
* Add some more -identify information for CDDB.diego2008-07-051-0/+9
* Add disc ID to -identify output.diego2008-07-051-0/+2
* Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.diego2008-07-041-0/+0
* cosmetics: in ifo_stream_oped() aligned the prototype to the stylenicodvb2008-07-041-9/+8
* in ifo_stream_open() propagate the device based on the dirname of stream->url...nicodvb2008-07-041-0/+1
* dvd_device must be handled exclusively by the option parser; it can't be chan...nicodvb2008-07-041-2/+0
* added support for the device part in the url; patch bynicodvb2008-07-041-8/+17
* Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
* Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...nicodvb2008-06-291-6/+0
* mingw uses Windows sockets.vayne2008-06-281-1/+3
* Fix the issue instead of revertinglu_zero2008-06-253-58/+56
* Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
* Reorder some functions to avoid implicit declaration warnings.diego2008-06-191-27/+28
* Add missing #includes to fix 'make checkheaders'.diego2008-06-162-0/+2
* Ability for specifying TV standard individually for each TV channel.voroshil2008-06-142-6/+32
* Factorizes dvdnav aid retrieval code.ben2008-06-071-30/+27
* Add routine that provides audio ID corresponding to logical numberben2008-06-072-0/+33
* Rename some functions as they are mplayer related and notben2008-06-072-15/+15
* rename for consistencyben2008-06-071-5/+5
* Add routine to determine if SPU has changed in dvdnav stream.ben2008-06-072-0/+25
* Add routine to determine if audio has changed in dvdnav stream.ben2008-06-072-0/+25
* Save DVDNAV palette info.ben2008-06-072-0/+2
* 100l, fix wrong order of cases in cache_do_controlreimar2008-06-011-3/+3
* Fix compilation with internal dvdnavrtogni2008-05-311-0/+1
* adapted to the dvdread->libdvdread transition in dvdnav's repositorynicodvb2008-05-313-4/+12
* Handle NULL control function in cache_execute_control, fixes crash with http ...reimar2008-05-301-0/+7
* Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.reimar2008-05-261-2/+13
* Add basic support for stream controls with cache enabled.reimar2008-05-244-7/+83
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1612-198/+198
* Add missing stream.h #include, fixes the warning:diego2008-05-151-0/+1
* Use standard license headers with standard formatting.diego2008-05-1417-233/+262
* Add missing header #includes to fix 'make checkheaders'.diego2008-05-032-0/+3
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* Merge stream/Makefile into top-level Makefile.diego2008-04-241-72/+0
* cosmetics: alphabetical orderdiego2008-04-241-2/+1
* in preparation for multi-frontend patch replaced file-static device names wit...nicodvb2008-04-131-17/+28
* removed useless parameter :type from -dvbin (the frontend type is reported by...nicodvb2008-04-121-6/+3
* removed defunct options :vid and :aid from -dvbin (they were useless from the...nicodvb2008-04-121-10/+5
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-094-4/+18
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-091-10/+1
* Fix possible integer overflow in malloc by using calloc instead.reimar2008-03-291-1/+2
* mingw uses windows sockets.vayne2008-03-111-0/+2
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-101-0/+3
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-1014-0/+39
* Remove useless #include.diego2008-03-101-1/+0
* search channels.conf in mplayer's instdir if all other searches fail; patch b...nicodvb2008-03-031-0/+6
* cache support for OS/2diego2008-02-281-17/+34
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Avoid a pointless special-case for opening a filereimar2008-02-241-4/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2234-106/+104
* Add multiple inclusion guard.diego2008-02-211-0/+5
* Add missing multiple inclusion guards.diego2008-02-214-0/+18
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-26/+0
* Add support for DOS-style file:///x:/path paths.diego2008-02-201-0/+6
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.albeu2008-02-191-1/+3
* Support icyx://.reimar2008-02-151-1/+1
* Always display Icy-Metadata if available, whether we recognize an ICY-Serverreimar2008-02-151-1/+2
* Move printing of Icy-Metadata into an extra functionreimar2008-02-151-14/+18
* Remove useless codereimar2008-02-151-6/+6
* Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),reimar2008-02-151-1/+2
* typo fix: inited --> initializeddiego2008-02-142-12/+12
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-112-29/+2
* #include just libavutil/common.h, not all of libavutil/intreadwrite.h.diego2008-02-111-1/+1
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* vcd_read must read exactly VCD_SECTOR_DATA bytes.reimar2008-01-281-1/+1
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-285-15/+15
* factorize 2 testsben2008-01-261-2/+3
* add a new state flag to dvdnav in order to notify ifben2008-01-262-0/+21
* remove useless castsben2008-01-261-10/+10
* simplify by a one-linerben2008-01-261-2/+1
* remove the spu_set field, replaced by a flagben2008-01-261-3/+4
* this end brace was not correctly indentedben2008-01-261-1/+1
* automatically set spu button highlight when nav cell has changedben2008-01-261-0/+3
* Add support for dvdnav still frames playback.ben2008-01-262-26/+166
* array was defined for 6 elements while 7 were declaredben2008-01-241-1/+1
* type expected by dvdnav_get_title_string() is constben2008-01-241-1/+1
* remove some redundant declarationsben2008-01-241-3/+0
* Add new command to switch between dvdnav titlesben2008-01-242-0/+10
* Prevent possible buffer overflow on album_title[]rtogni2008-01-201-2/+5
* Clear tmp between ip6 check and string escape to prevent reuse of the rtogni2008-01-201-0/+1
* Fix compilation failue:ulion2008-01-201-0/+1
* Reindentreimar2008-01-191-2/+2
* Simplify and keep terminating end-of-linereimar2008-01-191-4/+4
* Remove a broken and useless hack to avoid a memcpyreimar2008-01-191-3/+1
* Cached file must be 0-terminated since we use string processing functions on itreimar2008-01-191-2/+3
* Make sure we do not write the terminating 0 out of boundsreimar2008-01-191-1/+1
* Simplify/cleanup of real_calc_response_and_checksum()rtogni2008-01-131-8/+2
* Don't oversize realchallenge buffersrtogni2008-01-131-6/+6
* Simplify cue-parsingreimar2008-01-131-13/+12
* Get rid of quite useless inum variablereimar2008-01-131-3/+2
* Use AV_WB*reimar2008-01-131-10/+3
* Remove some useless () and {}reimar2008-01-131-16/+13
* Simplifyreimar2008-01-131-1/+1
* Use AV_WB16 instead of ugly memcpy hacksreimar2008-01-131-10/+3
* Use AV_RB* instead of custom variants.reimar2008-01-131-19/+11
* Use sizeof instead of size variables/definesreimar2008-01-131-16/+10
* Make some pnm data constreimar2008-01-131-2/+2
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticreimar2008-01-131-6/+6
* Make several arrays constreimar2008-01-131-7/+7
* Remove some unused extern variablesreimar2008-01-131-1/+0
* stream_opts should be constreimar2008-01-1313-13/+13
* stream_info_t opts and protocols point to constant data as well.reimar2008-01-131-2/+2
* Make all tvi_info_t constreimar2008-01-136-10/+10
* Make some tvi_functions_t pointers const that I forgot to change beforereimar2008-01-131-5/+5
* Remove useless ifdefsreimar2008-01-131-8/+0
* Add type to extern declarationreimar2008-01-131-1/+1
* Make dvd_audio_stream_types and dvd_audio_stream_channels constreimar2008-01-131-2/+2
* tvi_functions_t should be constreimar2008-01-132-2/+2
* Add forgotten const for pal_ireland.reimar2008-01-131-1/+1
* Remove unnecessary <signal.h> includesuau2008-01-092-2/+0
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-2/+2
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-4/+4
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+27
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+19
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...nicodvb2008-01-051-0/+3
* fixed bug when playing multi-angle titles: the address field in the agli datanicodvb2008-01-051-1/+2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-014-0/+21
* consistency cosmeticsdiego2008-01-011-1/+1
* Add explanatory comments to #endif preprocessor directives.diego2008-01-011-2/+1
* include dvdnav.h from its installation directory rather than appendingnicodvb2008-01-011-1/+1
* removed inclusion of unneeded header (forgotten in previous commit)nicodvb2008-01-011-2/+0
* private structures belong to the C file using them, not to header files inclu...nicodvb2008-01-012-11/+11
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3114-17/+14
* Simplify a little bitreimar2007-12-211-6/+4
* Remove a check that is never in any way usefulreimar2007-12-211-5/+0
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldreimar2007-12-211-5/+3
* Remove another useless castreimar2007-12-211-1/+1
* 100l, buffer bound checks work better when done _before_ access.reimar2007-12-211-3/+2
* Reduce some extreme parsing ugliness (mostly cosmetic)reimar2007-12-211-10/+12
* Remove useless alloc castsreimar2007-12-211-3/+3
* Reduce code duplication: add a asf_read_wrapper function that never does part...reimar2007-12-211-34/+23
* Fix stream_cache to use sector_size set in stream_t.ulion2007-12-201-1/+1
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDreimar2007-12-201-2/+2
* Protocol name should be case insensitive.ulion2007-12-191-1/+1
* Caching toc header in vcd private structure for later use.ulion2007-12-172-12/+6
* Add cdda stream control for chapter commmands.ulion2007-12-171-0/+48
* Should not change stream->pos in fill_buffer function.ulion2007-12-161-1/+0
* Support cddb on darwin.ulion2007-12-161-1/+51
* 10l, in dvb_free_config() channels' names must be free individuallynicodvb2007-12-151-3/+6
* cosmetic: indent after r25415ben2007-12-151-1/+1
* do not override *file_format if already set by asf_streaming_start()ben2007-12-151-0/+1
* Make the end_sector accessable (it should be).ulion2007-12-151-7/+7
* removed the obscene priv->stream entry. Someone must have injected vodka in m...nicodvb2007-12-152-5/+3
* get rid of the file-static dvb_config and free the config at close() . Patch...nicodvb2007-12-152-10/+23
* Only read disc info once and save it for later using.ulion2007-12-151-17/+6
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-152-7/+8
* The buffer used for pread need be aligned, but currently it got an offset 23ulion2007-12-151-1/+1
* Get end position of last track by adding its starting address with track size.ulion2007-12-151-2/+17
* Replace printf with mp_msg.ulion2007-12-151-9/+9
* Only print one track info when exactly seeking to the beginning of a track.ulion2007-12-141-1/+3
* Fix stream cdda seeks to CD's end and hangs forever bug.ulion2007-12-141-2/+2
* fix memleaks; patch by andrew calkin from gmail comnicodvb2007-12-121-0/+6
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.diego2007-12-112-3/+3
* removed stupid checksnicodvb2007-12-081-4/+0
* 10l ... the header was used there toolu_zero2007-12-041-2/+2
* Make libnemesi use specific struct and DEMUXER_TYPElu_zero2007-12-041-1/+1
* mime_type_table is const as wellreimar2007-12-022-2/+2
* Add a few forgotten static/const attributes in tvi_vbi.creimar2007-12-021-7/+7
* stream_opts arrays should be constreimar2007-12-0213-13/+13
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-022-2/+2
* Preserve unsv:// protocol specifier over http redirects.reimar2007-12-021-0/+5
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-0225-53/+53
* When IFO file is opened (detected by extension), set dvd-device to IFO file'svoroshil2007-12-022-0/+45
* Make auto_open_streams array itself constreimar2007-12-021-1/+1
* auto_open_streams should have const type, fix also the places where it is usedreimar2007-12-011-3/+3
* at startup show audio and subtitle streams available in the chosen title with...nicodvb2007-12-011-0/+52
* this variable was nothing but a useless memleakben2007-11-301-3/+1
* this local variable can be staticben2007-11-301-1/+1
* -identify also shows the duration(s) of the title(s)nicodvb2007-11-291-2/+4
* cosmetics: moved identification code to a separate functionnicodvb2007-11-291-8/+14
* when no title is chosen -identify all titles present in the dvdnicodvb2007-11-291-0/+6
* with -identify show the title being describednicodvb2007-11-291-1/+1
*