| Commit message (Expand) | Author | Age | Files | Lines |
* | Use '#include <poll.h>' instead of '#include <sys/poll.h>'. | diego | 2008-08-14 | 3 | -3/+3 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 2 | -8/+8 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -7/+7 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 3 | -13/+13 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 5 | -17/+17 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 5 | -17/+17 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 10 | -69/+69 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 4 | -15/+15 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 14 | -54/+54 |
* | Do not include sys/socket.h when using winsock2, it is pointless | reimar | 2008-07-26 | 1 | -1/+2 |
* | Our ALSA code needs alloca, so check for it in configure and include alloca.h | reimar | 2008-07-17 | 2 | -0/+2 |
* | Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the... | reimar | 2008-07-15 | 1 | -1/+1 |
* | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 | 1 | -4/+4 |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 | 2 | -2/+2 |
* | Add missing #include <sys/socket.h>, fixes the warnings: | diego | 2008-07-08 | 1 | -0/+1 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 | 1 | -1/+1 |
* | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 | 1 | -0/+2 |
* | Add some more -identify information for CDDB. | diego | 2008-07-05 | 1 | -0/+9 |
* | Add disc ID to -identify output. | diego | 2008-07-05 | 1 | -0/+2 |
* | Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere. | diego | 2008-07-04 | 1 | -0/+0 |
* | cosmetics: in ifo_stream_oped() aligned the prototype to the style | nicodvb | 2008-07-04 | 1 | -9/+8 |
* | in ifo_stream_open() propagate the device based on the dirname of stream->url... | nicodvb | 2008-07-04 | 1 | -0/+1 |
* | dvd_device must be handled exclusively by the option parser; it can't be chan... | nicodvb | 2008-07-04 | 1 | -2/+0 |
* | added support for the device part in the url; patch by | nicodvb | 2008-07-04 | 1 | -8/+17 |
* | Try to get frame rate information through VIDIOC_G_PARM if | voroshil | 2008-06-30 | 1 | -0/+12 |
* | Fix division by zero in tvi_v4l2 which occures when capture device | voroshil | 2008-06-30 | 1 | -8/+18 |
* | removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You... | nicodvb | 2008-06-29 | 1 | -6/+0 |
* | mingw uses Windows sockets. | vayne | 2008-06-28 | 1 | -1/+3 |
* | Fix the issue instead of reverting | lu_zero | 2008-06-25 | 3 | -58/+56 |
* | Move rtsp_close away by simplification - avoids symbol clash with libnemesi | lu_zero | 2008-06-25 | 3 | -33/+33 |
* | Reorder some functions to avoid implicit declaration warnings. | diego | 2008-06-19 | 1 | -27/+28 |
* | Add missing #includes to fix 'make checkheaders'. | diego | 2008-06-16 | 2 | -0/+2 |
* | Ability for specifying TV standard individually for each TV channel. | voroshil | 2008-06-14 | 2 | -6/+32 |
* | Factorizes dvdnav aid retrieval code. | ben | 2008-06-07 | 1 | -30/+27 |
* | Add routine that provides audio ID corresponding to logical number | ben | 2008-06-07 | 2 | -0/+33 |
* | Rename some functions as they are mplayer related and not | ben | 2008-06-07 | 2 | -15/+15 |
* | rename for consistency | ben | 2008-06-07 | 1 | -5/+5 |
* | Add routine to determine if SPU has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
* | Add routine to determine if audio has changed in dvdnav stream. | ben | 2008-06-07 | 2 | -0/+25 |
* | Save DVDNAV palette info. | ben | 2008-06-07 | 2 | -0/+2 |
* | 100l, fix wrong order of cases in cache_do_control | reimar | 2008-06-01 | 1 | -3/+3 |
* | Fix compilation with internal dvdnav | rtogni | 2008-05-31 | 1 | -0/+1 |
* | adapted to the dvdread->libdvdread transition in dvdnav's repository | nicodvb | 2008-05-31 | 3 | -4/+12 |
* | Handle NULL control function in cache_execute_control, fixes crash with http ... | reimar | 2008-05-30 | 1 | -0/+7 |
* | Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used. | reimar | 2008-05-26 | 1 | -2/+13 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 | 4 | -7/+83 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 12 | -198/+198 |
* | Add missing stream.h #include, fixes the warning: | diego | 2008-05-15 | 1 | -0/+1 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 17 | -233/+262 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-05-03 | 2 | -0/+3 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | Merge stream/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -72/+0 |
* | cosmetics: alphabetical order | diego | 2008-04-24 | 1 | -2/+1 |
* | in preparation for multi-frontend patch replaced file-static device names wit... | nicodvb | 2008-04-13 | 1 | -17/+28 |
* | removed useless parameter :type from -dvbin (the frontend type is reported by... | nicodvb | 2008-04-12 | 1 | -6/+3 |
* | removed defunct options :vid and :aid from -dvbin (they were useless from the... | nicodvb | 2008-04-12 | 1 | -10/+5 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 4 | -4/+18 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 | 1 | -10/+1 |
* | Fix possible integer overflow in malloc by using calloc instead. | reimar | 2008-03-29 | 1 | -1/+2 |
* | mingw uses windows sockets. | vayne | 2008-03-11 | 1 | -0/+2 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 1 | -0/+3 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-10 | 14 | -0/+39 |
* | Remove useless #include. | diego | 2008-03-10 | 1 | -1/+0 |
* | search channels.conf in mplayer's instdir if all other searches fail; patch b... | nicodvb | 2008-03-03 | 1 | -0/+6 |
* | cache support for OS/2 | diego | 2008-02-28 | 1 | -17/+34 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Avoid a pointless special-case for opening a file | reimar | 2008-02-24 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 34 | -106/+104 |
* | Add multiple inclusion guard. | diego | 2008-02-21 | 1 | -0/+5 |
* | Add missing multiple inclusion guards. | diego | 2008-02-21 | 4 | -0/+18 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -26/+0 |
* | Add support for DOS-style file:///x:/path paths. | diego | 2008-02-20 | 1 | -0/+6 |
* | Fill stream->end_pos if possible, fixing lavf demuxers that need to seek. | albeu | 2008-02-19 | 1 | -1/+3 |
* | Support icyx://. | reimar | 2008-02-15 | 1 | -1/+1 |
* | Always display Icy-Metadata if available, whether we recognize an ICY-Server | reimar | 2008-02-15 | 1 | -1/+2 |
* | Move printing of Icy-Metadata into an extra function | reimar | 2008-02-15 | 1 | -14/+18 |
* | Remove useless code | reimar | 2008-02-15 | 1 | -6/+6 |
* | Detect IceCast also by Icy-MetaInt header part in http_streaming_start(), | reimar | 2008-02-15 | 1 | -1/+2 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 2 | -12/+12 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 2 | -29/+2 |
* | #include just libavutil/common.h, not all of libavutil/intreadwrite.h. | diego | 2008-02-11 | 1 | -1/+1 |
* | Stream IDs must be written as hex numbers. Fixes | rtogni | 2008-01-29 | 1 | -2/+2 |
* | vcd_read must read exactly VCD_SECTOR_DATA bytes. | reimar | 2008-01-28 | 1 | -1/+1 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 5 | -15/+15 |
* | factorize 2 tests | ben | 2008-01-26 | 1 | -2/+3 |
* | add a new state flag to dvdnav in order to notify if | ben | 2008-01-26 | 2 | -0/+21 |
* | remove useless casts | ben | 2008-01-26 | 1 | -10/+10 |
* | simplify by a one-liner | ben | 2008-01-26 | 1 | -2/+1 |
* | remove the spu_set field, replaced by a flag | ben | 2008-01-26 | 1 | -3/+4 |
* | this end brace was not correctly indented | ben | 2008-01-26 | 1 | -1/+1 |
* | automatically set spu button highlight when nav cell has changed | ben | 2008-01-26 | 1 | -0/+3 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 2 | -26/+166 |
* | array was defined for 6 elements while 7 were declared | ben | 2008-01-24 | 1 | -1/+1 |
* | type expected by dvdnav_get_title_string() is const | ben | 2008-01-24 | 1 | -1/+1 |
* | remove some redundant declarations | ben | 2008-01-24 | 1 | -3/+0 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 2 | -0/+10 |
* | Prevent possible buffer overflow on album_title[] | rtogni | 2008-01-20 | 1 | -2/+5 |
* | Clear tmp between ip6 check and string escape to prevent reuse of the | rtogni | 2008-01-20 | 1 | -0/+1 |
* | Fix compilation failue: | ulion | 2008-01-20 | 1 | -0/+1 |
* | Reindent | reimar | 2008-01-19 | 1 | -2/+2 |
* | Simplify and keep terminating end-of-line | reimar | 2008-01-19 | 1 | -4/+4 |
* | Remove a broken and useless hack to avoid a memcpy | reimar | 2008-01-19 | 1 | -3/+1 |
* | Cached file must be 0-terminated since we use string processing functions on it | reimar | 2008-01-19 | 1 | -2/+3 |
* | Make sure we do not write the terminating 0 out of bounds | reimar | 2008-01-19 | 1 | -1/+1 |
* | Simplify/cleanup of real_calc_response_and_checksum() | rtogni | 2008-01-13 | 1 | -8/+2 |
* | Don't oversize realchallenge buffers | rtogni | 2008-01-13 | 1 | -6/+6 |
* | Simplify cue-parsing | reimar | 2008-01-13 | 1 | -13/+12 |
* | Get rid of quite useless inum variable | reimar | 2008-01-13 | 1 | -3/+2 |
* | Use AV_WB* | reimar | 2008-01-13 | 1 | -10/+3 |
* | Remove some useless () and {} | reimar | 2008-01-13 | 1 | -16/+13 |
* | Simplify | reimar | 2008-01-13 | 1 | -1/+1 |
* | Use AV_WB16 instead of ugly memcpy hacks | reimar | 2008-01-13 | 1 | -10/+3 |
* | Use AV_RB* instead of custom variants. | reimar | 2008-01-13 | 1 | -19/+11 |
* | Use sizeof instead of size variables/defines | reimar | 2008-01-13 | 1 | -16/+10 |
* | Make some pnm data const | reimar | 2008-01-13 | 1 | -2/+2 |
* | dvb_demuxdev etc. are only used in dvb_tune.c so make them static | reimar | 2008-01-13 | 1 | -6/+6 |
* | Make several arrays const | reimar | 2008-01-13 | 1 | -7/+7 |
* | Remove some unused extern variables | reimar | 2008-01-13 | 1 | -1/+0 |
* | stream_opts should be const | reimar | 2008-01-13 | 13 | -13/+13 |
* | stream_info_t opts and protocols point to constant data as well. | reimar | 2008-01-13 | 1 | -2/+2 |
* | Make all tvi_info_t const | reimar | 2008-01-13 | 6 | -10/+10 |
* | Make some tvi_functions_t pointers const that I forgot to change before | reimar | 2008-01-13 | 1 | -5/+5 |
* | Remove useless ifdefs | reimar | 2008-01-13 | 1 | -8/+0 |
* | Add type to extern declaration | reimar | 2008-01-13 | 1 | -1/+1 |
* | Make dvd_audio_stream_types and dvd_audio_stream_channels const | reimar | 2008-01-13 | 1 | -2/+2 |
* | tvi_functions_t should be const | reimar | 2008-01-13 | 2 | -2/+2 |
* | Add forgotten const for pal_ireland. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 2 | -2/+0 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-08 | 1 | -2/+2 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 1 | -4/+4 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+27 |
* | implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+19 |
* | NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR... | nicodvb | 2008-01-05 | 1 | -0/+3 |
* | fixed bug when playing multi-angle titles: the address field in the agli data | nicodvb | 2008-01-05 | 1 | -1/+2 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 4 | -0/+21 |
* | consistency cosmetics | diego | 2008-01-01 | 1 | -1/+1 |
* | Add explanatory comments to #endif preprocessor directives. | diego | 2008-01-01 | 1 | -2/+1 |
* | include dvdnav.h from its installation directory rather than appending | nicodvb | 2008-01-01 | 1 | -1/+1 |
* | removed inclusion of unneeded header (forgotten in previous commit) | nicodvb | 2008-01-01 | 1 | -2/+0 |
* | private structures belong to the C file using them, not to header files inclu... | nicodvb | 2008-01-01 | 2 | -11/+11 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 14 | -17/+14 |
* | Simplify a little bit | reimar | 2007-12-21 | 1 | -6/+4 |
* | Remove a check that is never in any way useful | reimar | 2007-12-21 | 1 | -5/+0 |
* | Avoid some le2me_ASF_* stuff operating directly on buffer, should | reimar | 2007-12-21 | 1 | -5/+3 |
* | Remove another useless cast | reimar | 2007-12-21 | 1 | -1/+1 |
* | 100l, buffer bound checks work better when done _before_ access. | reimar | 2007-12-21 | 1 | -3/+2 |
* | Reduce some extreme parsing ugliness (mostly cosmetic) | reimar | 2007-12-21 | 1 | -10/+12 |
* | Remove useless alloc casts | reimar | 2007-12-21 | 1 | -3/+3 |
* | Reduce code duplication: add a asf_read_wrapper function that never does part... | reimar | 2007-12-21 | 1 | -34/+23 |
* | Fix stream_cache to use sector_size set in stream_t. | ulion | 2007-12-20 | 1 | -1/+1 |
* | Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD | reimar | 2007-12-20 | 1 | -2/+2 |
* | Protocol name should be case insensitive. | ulion | 2007-12-19 | 1 | -1/+1 |
* | Caching toc header in vcd private structure for later use. | ulion | 2007-12-17 | 2 | -12/+6 |
* | Add cdda stream control for chapter commmands. | ulion | 2007-12-17 | 1 | -0/+48 |
* | Should not change stream->pos in fill_buffer function. | ulion | 2007-12-16 | 1 | -1/+0 |
* | Support cddb on darwin. | ulion | 2007-12-16 | 1 | -1/+51 |
* | 10l, in dvb_free_config() channels' names must be free individually | nicodvb | 2007-12-15 | 1 | -3/+6 |
* | cosmetic: indent after r25415 | ben | 2007-12-15 | 1 | -1/+1 |
* | do not override *file_format if already set by asf_streaming_start() | ben | 2007-12-15 | 1 | -0/+1 |
* | Make the end_sector accessable (it should be). | ulion | 2007-12-15 | 1 | -7/+7 |
* | removed the obscene priv->stream entry. Someone must have injected vodka in m... | nicodvb | 2007-12-15 | 2 | -5/+3 |
* | get rid of the file-static dvb_config and free the config at close() . Patch... | nicodvb | 2007-12-15 | 2 | -10/+23 |
* | Only read disc info once and save it for later using. | ulion | 2007-12-15 | 1 | -17/+6 |
* | dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv... | nicodvb | 2007-12-15 | 2 | -7/+8 |
* | The buffer used for pread need be aligned, but currently it got an offset 23 | ulion | 2007-12-15 | 1 | -1/+1 |
* | Get end position of last track by adding its starting address with track size. | ulion | 2007-12-15 | 1 | -2/+17 |
* | |