summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* 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
* -identify chapters of chosen titlenicodvb2007-11-281-0/+18
* Correct VCD track no. calculation on Windows.zuxy2007-11-281-1/+1
* Avoid gcc warning:zuxy2007-11-281-1/+1
* Return correct length in ID_VCD_TRACK_n_MSFzuxy2007-11-281-0/+2
* Enable -rtsp-port for nemesilu_zero2007-11-271-1/+0
* Remove stray varlu_zero2007-11-271-1/+0
* Add missing '\n' in tv scanner results output.voroshil2007-11-261-0/+1
* Support stream redirection from http to mms, fix bug #927.ulion2007-11-263-5/+36
* Revert r25089 (Ignore video formats which are supported by devicevoroshil2007-11-241-14/+3
* Move requested format at top and shift all oters downvoroshil2007-11-241-8/+11
* Сreate empty format arrays in case of error in init_chain_common.voroshil2007-11-241-6/+27
* pgc->subp_control and pgc->audio_control are no more bitfields,nicodvb2007-11-231-20/+0
* don't include anymore the dvdread headers from the dvdnav directorynicodvb2007-11-221-5/+0
* Compilation fix (typo)voroshil2007-11-211-1/+1
* Sizes of arpmt and arStreamCaps must be equal.voroshil2007-11-211-0/+3
* Move code related to chain initialization and similarvoroshil2007-11-201-80/+78
* Fix mplayer crash caused by r25116voroshil2007-11-201-0/+10
* Remove no more needed checkvoroshil2007-11-201-1/+1
* Fix totally wrong (due to mess of brackets) structures size check.voroshil2007-11-201-7/+7
* Replace several parameters for get_available_formats_streamvoroshil2007-11-201-60/+24
* New routine for reconnecting two pins with new media typevoroshil2007-11-191-23/+68
* Move pointer to SampleGrabber filter into chain structure.voroshil2007-11-191-6/+6
* Move common chain uninit code into separate routine.voroshil2007-11-191-52/+38
* pass chain structure instead of several variables to build_sub_graphvoroshil2007-11-191-18/+16
* fix missed changevoroshil2007-11-191-1/+1
* Add capture filter's pointer to vbi chain structure too.voroshil2007-11-191-0/+3
* Code unification: get rid of local variable arpmtVBIvoroshil2007-11-191-4/+11
* Add major media type to chain structurevoroshil2007-11-191-6/+10
* One step of code cleanup: move all variables, relatedvoroshil2007-11-191-204/+221
* 100l: Fix long standing copy-paste error:voroshil2007-11-191-1/+1
* Add all passed to VID_SET_FORMAT formats to the end ofvoroshil2007-11-181-2/+27
* Ensure that when VID_GET_FORMAT ioctl is called,voroshil2007-11-181-0/+5
* (cosmetics) Indentation fix of previous commit.voroshil2007-11-181-11/+11
* New media format negotiation code:voroshil2007-11-181-2/+14
* Move setting media format code voroshil2007-11-181-7/+6
* Pass all available formats to chain building routine andvoroshil2007-11-181-18/+30
* Ignore video formats which are supported by devicevoroshil2007-11-181-3/+14
* Fix crash when pin connection fails.voroshil2007-11-181-1/+1
* Prevent chains from building more than once.voroshil2007-11-181-0/+9
* Handle "out of memory" error.voroshil2007-11-181-0/+7
* Move chains building code into separate routines.voroshil2007-11-181-18/+71
* (cosmetics) Lookup table alignment.voroshil2007-11-171-12/+12
* Service routine for constructing AM_MEDIA_TYPE structure from voroshil2007-11-171-0/+47
* Disable terminating directshow chains with NullRenderer filter,voroshil2007-11-171-0/+7
* Fix bogus bits per pixel values in lookup table.voroshil2007-11-171-7/+7
* Cleanup sg_io_hdr initialization a bitreimar2007-11-171-2/+1
* We do not have any use for the sense data, so we don't need a buffer for it.reimar2007-11-171-4/+1
* (cosmetics) Indentation fixvoroshil2007-11-171-1/+1
* Some more cosmeticsreimar2007-11-171-5/+3
* Move the zeroing directly before the other initialization codereimar2007-11-171-3/+3
* Move everything that sets buffer values together.reimar2007-11-171-2/+4
* Another place that can use AV_WB32reimar2007-11-171-4/+2
* Some cosmetics in dvd_set_speedreimar2007-11-171-4/+6
* Move the DVD speed factor -> KB/s conversion into the casereimar2007-11-171-4/+3
* Add a missing close() to dvd_set_speed functionreimar2007-11-171-0/+1
* Open device file only right before we need it, so we do notreimar2007-11-171-5/+5
* Do not print Ok message when setting speed limit failedreimar2007-11-171-1/+1
* AV_WB16(..., 1000) more obviously represents one second that assigningreimar2007-11-171-2/+3
* Use AV_WB32 instead of manual bit-fiddling when setting DVD speedreimar2007-11-171-4/+4
* GPCMD_SET_STREAMING command is 12 bytes large, not 16reimar2007-11-171-1/+1
* Ignore stream id when checking rdt packet flagsrtogni2007-11-171-1/+1
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+finicodvb2007-11-162-4/+7
* Make sure that mplayer will receive actual media typevoroshil2007-11-161-0/+13
* Fix FPS from bitrate calculation (was 8 times larger than real value).voroshil2007-11-161-1/+1
* removed forgotten and out of date commentnicodvb2007-11-141-1/+0
* removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assum...nicodvb2007-11-141-4/+0
*