summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* 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
* Not all cards supports changing country code.voroshil2007-11-141-1/+0
* Add missing call to audio_in_uninit in v4l2 tv driver.voroshil2007-11-131-0/+2
* at the end of open() warn users that seeking won't work correctly if the cach...nicodvb2007-11-101-0/+2
* Fix possible null-pointer-dereference in stream_fill_buffer().cehoyos2007-11-081-1/+1
* Fix memory leak.voroshil2007-11-051-0/+1
* Fix segmentation fault after audio initialization failure in tv driver.voroshil2007-11-051-2/+5
* removed unused variables and parametersnicodvb2007-10-302-8/+7
* Comment out unused variable, fixes the warning:diego2007-10-301-1/+1
* Remove unused functions, fixes the warnings:diego2007-10-302-16/+0
* Make functions static if they aren't referenced externally.zuxy2007-10-271-2/+2
* Remove assert. Not only are they no help at all and proper checks shouldreimar2007-10-271-5/+0
* Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.voroshil2007-10-251-1/+1
* Add missing call to audio_in_start_capture.voroshil2007-10-251-0/+1
* add missing include (errno.h). fix compilation on openbsdivo2007-10-241-0/+1
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchvoroshil2007-10-201-67/+34
* czech/slovak character set fixes:voroshil2007-10-201-2/+2
* After receiving EINTR 'read' syscall should be restarted.voroshil2007-10-162-0/+4
* Disable channel scanner when no tuner is present.voroshil2007-10-151-0/+8
* Fix mplayer segfault when v4l driver initialization (at setting normvoroshil2007-10-141-1/+3
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.voroshil2007-10-142-26/+0
* Remove unnecessary curly braces.voroshil2007-10-141-4/+1
* 8 bytes buffer is not enough for at least SECAM-DK.voroshil2007-10-141-1/+1
* Replace duplicated code with call to routinevoroshil2007-10-141-7/+1
* 10l: routine sets norm from parameter, but prints value of tv norm optionvoroshil2007-10-141-1/+1
* (cosmetics) indentation fix of my previous commit and small readabilityvoroshil2007-10-141-22/+25
* Remove driver-dependent #ifdef from norm_from_string routine.voroshil2007-10-141-22/+14
* (cosmetics) remove trailing whitespacevoroshil2007-10-141-37/+37
* 10l fix compilation with v4l2iive2007-10-131-1/+1
* DirectShow based tv:// driver for win32voroshil2007-10-136-9/+4062
* removed useless inclusion of error.hnicodvb2007-10-131-1/+0
* Make sure forked code does not try to display a GTK message box (and thus cra...reimar2007-10-071-0/+4
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* Fix compilation with enabled radio capture and disabled OSS audio.voroshil2007-09-241-2/+3
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-192-6/+88
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionreimar2007-09-191-3/+2
* Fix a few typosreimar2007-09-192-4/+4
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-184-1/+42
* removed unused members from dvdnav_priv_tnicodvb2007-09-151-4/+0
* Removed dead code related to stills.nicodvb2007-09-151-8/+0
* Fix missing reset/initialization (with tv parameters) ofvoroshil2007-09-131-0/+2
* Add missing #include to fix compilation.diego2007-09-121-0/+1
* Implementation of tv:// driver autodetection.voroshil2007-09-102-9/+19
* Fix for:voroshil2007-09-081-1/+1
* More accurate calculating of teletextvoroshil2007-09-081-1/+3
* Implement boxes for subtitle teletext pages.voroshil2007-09-082-8/+26
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.voroshil2007-09-082-1/+26
* Fix for:voroshil2007-09-031-0/+4
* Increase number of skipped buffers to 5 to avoid mixing teletext pages fromvoroshil2007-09-021-2/+6
* a mouse selection may require at least a video codec reinitnicodvb2007-09-011-0/+1
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+6
* Make sure that no pages will left in cache duringvoroshil2007-09-011-1/+9
* implemented STREAM_CTRL_GET_ASPECT_RATIOnicodvb2007-09-011-0/+5
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...nicodvb2007-09-011-0/+1
* Drop out control chars from page header in time position.voroshil2007-09-011-3/+7
* Fix missed -1 -> 0x3f7f changes for subpage number.voroshil2007-09-011-2/+2
* Fix displaying start page when it has subpages.voroshil2007-09-011-4/+4
* Proper support for flashing chars in teletext pages.voroshil2007-09-012-1/+5
* Support for selecting language via packet 28.voroshil2007-08-313-21/+207
* Small code simplification as suggested by Reimar:voroshil2007-08-291-18/+10
* Simplify code by using FFSWAPvoroshil2007-08-291-4/+1
* (cosmetics) replace tabs with spacesvoroshil2007-08-291-4/+4
* (cosmetics) fix indentation of previous commitvoroshil2007-08-291-1/+1
* Implement Hold/Release graphics (showing control chars asvoroshil2007-08-291-0/+13
* Implement Flash/Steady (swapping foreground/background colors)voroshil2007-08-291-3/+19
* Make charset constants naming consistantvoroshil2007-08-291-4/+4
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-2822-53/+53
* Fix compilation by adding forgotten comma.iive2007-08-281-1/+1
* Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.voroshil2007-08-281-1/+49
* Move channels option parsing code into separate routine.voroshil2007-08-281-67/+72
* Implement X/27/0 packet decoding.voroshil2007-08-282-1/+70
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Implement 8/30 format 1 teletext packet decodingvoroshil2007-08-282-0/+85
* in stream_control() remove redefinition of d in a case block, previously assi...nicodvb2007-08-271-1/+0
* in open_s() unified failure code in fail:nicodvb2007-08-271-20/+11
* (cosmetics) remove unnecessary ';'voroshil2007-08-261-1/+1
* Replace perror() with mp_msg()voroshil2007-08-261-31/+32
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.voroshil2007-08-261-0/+11
* 10l: Move #endif upper to reflect changes in r24054.voroshil2007-08-261-1/+1
* Fix typovoroshil2007-08-261-1/+1
* Add teletext specification referencevoroshil2007-08-261-0/+3
* Remove ugly Russian language support hack.voroshil2007-08-261-11/+1
* Add support for Latin National Option Sub-Setsvoroshil2007-08-261-2/+46
* Enable decoding of packet X/24, it is usual teletext linevoroshil2007-08-261-2/+2
* 10l: "&" should be done after ">>"voroshil2007-08-251-1/+1
* Language bits in teletext page header arevoroshil2007-08-251-1/+1
* Remove redundant variable declarations.diego2007-08-251-4/+0
* Removed uninitialized variable.cehoyos2007-08-231-2/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-236-1/+145
* Fix blue color for yv12 and i420 image formats in "automute" screenvoroshil2007-08-231-5/+7
* Fix [soc:eoc] stubs.voroshil2007-08-221-6/+10
* Set DVD speed earlier to avoid drive spinup during openreimar2007-08-211-1/+1
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.reimar2007-08-191-8/+2
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-151-0/+1
* Fix compilation on BSD.diego2007-08-131-1/+1
* Remove unused variab