| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace printf with mp_msg. | ulion | 2007-12-15 | 1 | -9/+9 |
* | Only print one track info when exactly seeking to the beginning of a track. | ulion | 2007-12-14 | 1 | -1/+3 |
* | Fix stream cdda seeks to CD's end and hangs forever bug. | ulion | 2007-12-14 | 1 | -2/+2 |
* | fix memleaks; patch by andrew calkin from gmail com | nicodvb | 2007-12-12 | 1 | -0/+6 |
* | Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate. | diego | 2007-12-11 | 2 | -3/+3 |
* | removed stupid checks | nicodvb | 2007-12-08 | 1 | -4/+0 |
* | 10l ... the header was used there too | lu_zero | 2007-12-04 | 1 | -2/+2 |
* | Make libnemesi use specific struct and DEMUXER_TYPE | lu_zero | 2007-12-04 | 1 | -1/+1 |
* | mime_type_table is const as well | reimar | 2007-12-02 | 2 | -2/+2 |
* | Add a few forgotten static/const attributes in tvi_vbi.c | reimar | 2007-12-02 | 1 | -7/+7 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 13 | -13/+13 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 2 | -2/+2 |
* | Preserve unsv:// protocol specifier over http redirects. | reimar | 2007-12-02 | 1 | -0/+5 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 25 | -53/+53 |
* | When IFO file is opened (detected by extension), set dvd-device to IFO file's | voroshil | 2007-12-02 | 2 | -0/+45 |
* | Make auto_open_streams array itself const | reimar | 2007-12-02 | 1 | -1/+1 |
* | auto_open_streams should have const type, fix also the places where it is used | reimar | 2007-12-01 | 1 | -3/+3 |
* | at startup show audio and subtitle streams available in the chosen title with... | nicodvb | 2007-12-01 | 1 | -0/+52 |
* | this variable was nothing but a useless memleak | ben | 2007-11-30 | 1 | -3/+1 |
* | this local variable can be static | ben | 2007-11-30 | 1 | -1/+1 |
* | -identify also shows the duration(s) of the title(s) | nicodvb | 2007-11-29 | 1 | -2/+4 |
* | cosmetics: moved identification code to a separate function | nicodvb | 2007-11-29 | 1 | -8/+14 |
* | when no title is chosen -identify all titles present in the dvd | nicodvb | 2007-11-29 | 1 | -0/+6 |
* | with -identify show the title being described | nicodvb | 2007-11-29 | 1 | -1/+1 |
* | -identify chapters of chosen title | nicodvb | 2007-11-28 | 1 | -0/+18 |
* | Correct VCD track no. calculation on Windows. | zuxy | 2007-11-28 | 1 | -1/+1 |
* | Avoid gcc warning: | zuxy | 2007-11-28 | 1 | -1/+1 |
* | Return correct length in ID_VCD_TRACK_n_MSF | zuxy | 2007-11-28 | 1 | -0/+2 |
* | Enable -rtsp-port for nemesi | lu_zero | 2007-11-27 | 1 | -1/+0 |
* | Remove stray var | lu_zero | 2007-11-27 | 1 | -1/+0 |
* | Add missing '\n' in tv scanner results output. | voroshil | 2007-11-26 | 1 | -0/+1 |
* | Support stream redirection from http to mms, fix bug #927. | ulion | 2007-11-26 | 3 | -5/+36 |
* | Revert r25089 (Ignore video formats which are supported by device | voroshil | 2007-11-24 | 1 | -14/+3 |
* | Move requested format at top and shift all oters down | voroshil | 2007-11-24 | 1 | -8/+11 |
* | Сreate empty format arrays in case of error in init_chain_common. | voroshil | 2007-11-24 | 1 | -6/+27 |
* | pgc->subp_control and pgc->audio_control are no more bitfields, | nicodvb | 2007-11-23 | 1 | -20/+0 |
* | don't include anymore the dvdread headers from the dvdnav directory | nicodvb | 2007-11-22 | 1 | -5/+0 |
* | Compilation fix (typo) | voroshil | 2007-11-21 | 1 | -1/+1 |
* | Sizes of arpmt and arStreamCaps must be equal. | voroshil | 2007-11-21 | 1 | -0/+3 |
* | Move code related to chain initialization and similar | voroshil | 2007-11-20 | 1 | -80/+78 |
* | Fix mplayer crash caused by r25116 | voroshil | 2007-11-20 | 1 | -0/+10 |
* | Remove no more needed check | voroshil | 2007-11-20 | 1 | -1/+1 |
* | Fix totally wrong (due to mess of brackets) structures size check. | voroshil | 2007-11-20 | 1 | -7/+7 |
* | Replace several parameters for get_available_formats_stream | voroshil | 2007-11-20 | 1 | -60/+24 |
* | New routine for reconnecting two pins with new media type | voroshil | 2007-11-19 | 1 | -23/+68 |
* | Move pointer to SampleGrabber filter into chain structure. | voroshil | 2007-11-19 | 1 | -6/+6 |
* | Move common chain uninit code into separate routine. | voroshil | 2007-11-19 | 1 | -52/+38 |
* | pass chain structure instead of several variables to build_sub_graph | voroshil | 2007-11-19 | 1 | -18/+16 |
* | fix missed change | voroshil | 2007-11-19 | 1 | -1/+1 |
* | Add capture filter's pointer to vbi chain structure too. | voroshil | 2007-11-19 | 1 | -0/+3 |
* | Code unification: get rid of local variable arpmtVBI | voroshil | 2007-11-19 | 1 | -4/+11 |
* | Add major media type to chain structure | voroshil | 2007-11-19 | 1 | -6/+10 |
* | One step of code cleanup: move all variables, related | voroshil | 2007-11-19 | 1 | -204/+221 |
* | 100l: Fix long standing copy-paste error: | voroshil | 2007-11-19 | 1 | -1/+1 |
* | Add all passed to VID_SET_FORMAT formats to the end of | voroshil | 2007-11-18 | 1 | -2/+27 |
* | Ensure that when VID_GET_FORMAT ioctl is called, | voroshil | 2007-11-18 | 1 | -0/+5 |
* | (cosmetics) Indentation fix of previous commit. | voroshil | 2007-11-18 | 1 | -11/+11 |
* | New media format negotiation code: | voroshil | 2007-11-18 | 1 | -2/+14 |
* | Move setting media format code | voroshil | 2007-11-18 | 1 | -7/+6 |
* | Pass all available formats to chain building routine and | voroshil | 2007-11-18 | 1 | -18/+30 |
* | Ignore video formats which are supported by device | voroshil | 2007-11-18 | 1 | -3/+14 |
* | Fix crash when pin connection fails. | voroshil | 2007-11-18 | 1 | -1/+1 |
* | Prevent chains from building more than once. | voroshil | 2007-11-18 | 1 | -0/+9 |
* | Handle "out of memory" error. | voroshil | 2007-11-18 | 1 | -0/+7 |
* | Move chains building code into separate routines. | voroshil | 2007-11-18 | 1 | -18/+71 |
* | (cosmetics) Lookup table alignment. | voroshil | 2007-11-17 | 1 | -12/+12 |
* | Service routine for constructing AM_MEDIA_TYPE structure from | voroshil | 2007-11-17 | 1 | -0/+47 |
* | Disable terminating directshow chains with NullRenderer filter, | voroshil | 2007-11-17 | 1 | -0/+7 |
* | Fix bogus bits per pixel values in lookup table. | voroshil | 2007-11-17 | 1 | -7/+7 |
* | |