| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out unused variable, fixes the warning: | diego | 2007-10-30 | 1 | -1/+1 |
* | Remove unused functions, fixes the warnings: | diego | 2007-10-30 | 2 | -16/+0 |
* | Make functions static if they aren't referenced externally. | zuxy | 2007-10-27 | 1 | -2/+2 |
* | Remove assert. Not only are they no help at all and proper checks should | reimar | 2007-10-27 | 1 | -5/+0 |
* | Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame. | voroshil | 2007-10-25 | 1 | -1/+1 |
* | Add missing call to audio_in_start_capture. | voroshil | 2007-10-25 | 1 | -0/+1 |
* | add missing include (errno.h). fix compilation on openbsd | ivo | 2007-10-24 | 1 | -0/+1 |
* | Simplify handling SET_NORM for V4l1: replace several if-else-if and switch | voroshil | 2007-10-20 | 1 | -67/+34 |
* | czech/slovak character set fixes: | voroshil | 2007-10-20 | 1 | -2/+2 |
* | After receiving EINTR 'read' syscall should be restarted. | voroshil | 2007-10-16 | 2 | -0/+4 |
* | Disable channel scanner when no tuner is present. | voroshil | 2007-10-15 | 1 | -0/+8 |
* | Fix mplayer segfault when v4l driver initialization (at setting norm | voroshil | 2007-10-14 | 1 | -1/+3 |
* | #ifdef's in tv.c and tv.h becomes more and more hard to maintain. | voroshil | 2007-10-14 | 2 | -26/+0 |
* | Remove unnecessary curly braces. | voroshil | 2007-10-14 | 1 | -4/+1 |
* | 8 bytes buffer is not enough for at least SECAM-DK. | voroshil | 2007-10-14 | 1 | -1/+1 |
* | Replace duplicated code with call to routine | voroshil | 2007-10-14 | 1 | -7/+1 |
* | 10l: routine sets norm from parameter, but prints value of tv norm option | voroshil | 2007-10-14 | 1 | -1/+1 |
* | (cosmetics) indentation fix of my previous commit and small readability | voroshil | 2007-10-14 | 1 | -22/+25 |
* | Remove driver-dependent #ifdef from norm_from_string routine. | voroshil | 2007-10-14 | 1 | -22/+14 |
* | (cosmetics) remove trailing whitespace | voroshil | 2007-10-14 | 1 | -37/+37 |
* | 10l fix compilation with v4l2 | iive | 2007-10-13 | 1 | -1/+1 |
* | DirectShow based tv:// driver for win32 | voroshil | 2007-10-13 | 6 | -9/+4062 |
* | removed useless inclusion of error.h | nicodvb | 2007-10-13 | 1 | -1/+0 |
* | Make sure forked code does not try to display a GTK message box (and thus cra... | reimar | 2007-10-07 | 1 | -0/+4 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 1 | -1/+1 |
* | Fix compilation with enabled radio capture and disabled OSS audio. | voroshil | 2007-09-24 | 1 | -2/+3 |
* | libnemesi support, yet another rtsp/rtp library... | lu_zero | 2007-09-19 | 2 | -6/+88 |
* | (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition | reimar | 2007-09-19 | 1 | -3/+2 |
* | Fix a few typos | reimar | 2007-09-19 | 2 | -4/+4 |
* | Implement setting gain control for video devices (usually webcams) | voroshil | 2007-09-18 | 4 | -1/+42 |
* | removed unused members from dvdnav_priv_t | nicodvb | 2007-09-15 | 1 | -4/+0 |
* | Removed dead code related to stills. | nicodvb | 2007-09-15 | 1 | -8/+0 |
* | Fix missing reset/initialization (with tv parameters) of | voroshil | 2007-09-13 | 1 | -0/+2 |
* | Add missing #include to fix compilation. | diego | 2007-09-12 | 1 | -0/+1 |
* | Implementation of tv:// driver autodetection. | voroshil | 2007-09-10 | 2 | -9/+19 |
* | Fix for: | voroshil | 2007-09-08 | 1 | -1/+1 |
* | More accurate calculating of teletext | voroshil | 2007-09-08 | 1 | -1/+3 |
* | Implement boxes for subtitle teletext pages. | voroshil | 2007-09-08 | 2 | -8/+26 |
* | Decrease teletext page rendering frequency from 1/frame to about 4/sec. | voroshil | 2007-09-08 | 2 | -1/+26 |
* | Fix for: | voroshil | 2007-09-03 | 1 | -0/+4 |
* | Increase number of skipped buffers to 5 to avoid mixing teletext pages from | voroshil | 2007-09-02 | 1 | -2/+6 |
* | a mouse selection may require at least a video codec reinit | nicodvb | 2007-09-01 | 1 | -0/+1 |
* | implemented STREAM_CTRL_GET_ASPECT_RATIO | nicodvb | 2007-09-01 | 1 | -0/+6 |
* | Make sure that no pages will left in cache during | voroshil | 2007-09-01 | 1 | -1/+9 |
* | implemented STREAM_CTRL_GET_ASPECT_RATIO | nicodvb | 2007-09-01 | 1 | -0/+5 |
* | introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ... | nicodvb | 2007-09-01 | 1 | -0/+1 |
* | Drop out control chars from page header in time position. | voroshil | 2007-09-01 | 1 | -3/+7 |
* | Fix missed -1 -> 0x3f7f changes for subpage number. | voroshil | 2007-09-01 | 1 | -2/+2 |
* | Fix displaying start page when it has subpages. | voroshil | 2007-09-01 | 1 | -4/+4 |
* | Proper support for flashing chars in teletext pages. | voroshil | 2007-09-01 | 2 | -1/+5 |
* | Support for selecting language via packet 28. | voroshil | 2007-08-31 | 3 | -21/+207 |
* | Small code simplification as suggested by Reimar: | voroshil | 2007-08-29 | 1 | -18/+10 |
* | Simplify code by using FFSWAP | voroshil | 2007-08-29 | 1 | -4/+1 |
* | (cosmetics) replace tabs with spaces | voroshil | 2007-08-29 | 1 | -4/+4 |
* | (cosmetics) fix indentation of previous commit | voroshil | 2007-08-29 | 1 | -1/+1 |
* | Implement Hold/Release graphics (showing control chars as | voroshil | 2007-08-29 | 1 | -0/+13 |
* | Implement Flash/Steady (swapping foreground/background colors) | voroshil | 2007-08-29 | 1 | -3/+19 |
* | Make charset constants naming consistant | voroshil | 2007-08-29 | 1 | -4/+4 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 22 | -53/+53 |
* | Fix compilation by adding forgotten comma. | iive | 2007-08-28 | 1 | -1/+1 |
* | Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets. | voroshil | 2007-08-28 | 1 | -1/+49 |
* | Move channels option parsing code into separate routine. | voroshil | 2007-08-28 | 1 | -67/+72 |
* | Implement X/27/0 packet decoding. | voroshil | 2007-08-28 | 2 | -1/+70 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+1 |
* | Implement 8/30 format 1 teletext packet decoding | voroshil | 2007-08-28 | 2 | -0/+85 |
* | in stream_control() remove redefinition of d in a case block, previously assi... | nicodvb | 2007-08-27 | 1 | -1/+0 |
* | in open_s() unified failure code in fail: | nicodvb | 2007-08-27 | 1 | -20/+11 |
* | (cosmetics) remove unnecessary ';' | voroshil | 2007-08-26 | 1 | -1/+1 |
* | Replace perror() with mp_msg() | voroshil | 2007-08-26 | 1 | -31/+32 |
* | Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver. | voroshil | 2007-08-26 | 1 | -0/+11 |
* | 10l: Move #endif upper to reflect changes in r24054. | voroshil | 2007-08-26 | 1 | -1/+1 |
* | Fix typo | voroshil | 2007-08-26 | 1 | -1/+1 |
* | Add teletext specification reference | voroshil | 2007-08-26 | 1 | -0/+3 |
* | Remove ugly Russian language support hack. | voroshil | 2007-08-26 | 1 | -11/+1 |
* | Add support for Latin National Option Sub-Sets | voroshil | 2007-08-26 | 1 | -2/+46 |
* | Enable decoding of packet X/24, it is usual teletext line | voroshil | 2007-08-26 | 1 | -2/+2 |
* | 10l: "&" should be done after ">>" | voroshil | 2007-08-25 | 1 | -1/+1 |
* | Language bits in teletext page header are | voroshil | 2007-08-25 | 1 | -1/+1 |
* | Remove redundant variable declarations. | diego | 2007-08-25 | 1 | -4/+0 |
* | Removed uninitialized variable. | cehoyos | 2007-08-23 | 1 | -2/+1 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 6 | -1/+145 |
* | Fix blue color for yv12 and i420 image formats in "automute" screen | voroshil | 2007-08-23 | 1 | -5/+7 |
* | Fix [soc:eoc] stubs. | voroshil | 2007-08-22 | 1 | -6/+10 |
* | Set DVD speed earlier to avoid drive spinup during open | reimar | 2007-08-21 | 1 | -1/+1 |
* | Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t. | reimar | 2007-08-19 | 1 | -8/+2 |
* | Sync libdvdread with version 0.9.5 (functional changes). | diego | 2007-08-15 | 1 | -0/+1 |
* | Fix compilation on BSD. | diego | 2007-08-13 | 1 | -1/+1 |
* | Remove unused variables. | diego | 2007-08-13 | 1 | -3/+0 |
* | Fix UDP select timeout. | diego | 2007-08-12 | 1 | -2/+2 |
* | Fix warning: too many arguments for format | cehoyos | 2007-08-08 | 1 | -1/+1 |
* | Define teletext_control() in tvi_v4l.c and tvi_v4l2.c. | cehoyos | 2007-08-08 | 1 | -0/+2 |
* | Moved dvdtimetomsec to stream_dvd_common.c. | cehoyos | 2007-08-04 | 4 | -23/+27 |
* | cosmetics: removed commented code and small reindentation | nicodvb | 2007-08-04 | 1 | -4/+1 |
* | removed unused variables | nicodvb | 2007-08-04 | 1 | -6/+3 |
* | Added missing newline. | cehoyos | 2007-08-03 | 1 | -1/+1 |
* | remove GNUism (case range) | ivo | 2007-07-30 | 1 | -11/+4 |
* | Teletext support for V4Lv1 | voroshil | 2007-07-30 | 1 | -0/+174 |
* | 10l: wrong pointer was initialized (causes crash during startup). | voroshil | 2007-07-30 | 2 | -2/+2 |
* | Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems ... | reimar | 2007-07-30 | 1 | -1/+2 |
* | Simplify sun SCSI command generation | reimar | 2007-07-30 | 1 | -26/+6 |
* | big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read | reimar | 2007-07-30 | 1 | -1/+1 |
* | Subtraction should be done after & operation. | voroshil | 2007-07-30 | 1 | -1/+1 |
* | Drop out overlooked debug line | voroshil | 2007-07-30 | 1 | -2/+1 |
* | More doxygen comments | reimar | 2007-07-29 | 1 | -0/+10 |
* | Teletext support | voroshil | 2007-07-29 | 1 | -0/+179 |
* | Teletext support. | voroshil | 2007-07-29 | 4 | -0/+102 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+1365 |
* | Simplify and fix missing offset for Darwin vcd_get/set_msf functions | reimar | 2007-07-29 | 1 | -8/+2 |
* | Make VCD work on little-endian macs | reimar | 2007-07-29 | 1 | -3/+4 |
* | Make vcd_get_track_end actually return the end, not the start on Darwin | reimar | 2007-07-29 | 1 | -1/+1 |
* | Make the vcd seek and get track end functions actually have an effect | reimar | 2007-07-29 | 1 | -0/+2 |
* | Fix wrong return type in darwin VCD code | reimar | 2007-07-29 | 1 | -1/+1 |
* | Replacing global variables in radio:// with | voroshil | 2007-07-29 | 2 | -74/+78 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 2 | -84/+0 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -33/+33 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -61/+61 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -30/+30 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -49/+49 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -1/+1 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 6 | -28/+36 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 2 | -19/+102 |
* | Removing forward declarations of routines used only in tv.c | voroshil | 2007-07-29 | 2 | -8/+2 |
* | Cosmetics. | voroshil | 2007-07-29 | 1 | -10/+10 |
* | Cosmetics: move two routines up | voroshil | 2007-07-29 | 1 | -34/+34 |
* | cosmetics: misc typo fixes | diego | 2007-07-28 | 1 | -3/+3 |
* | Remove completely pointless extra return statements | reimar | 2007-07-27 | 1 | -9/+0 |
* | Fix MSF -> sector conversion being 150 sectors of | reimar | 2007-07-27 | 1 | -1/+2 |
* | Simplify track length calculation | reimar | 2007-07-27 | 1 | -18/+11 |
* | Some more *BSD vcd_read simplification | reimar | 2007-07-27 | 1 | -41/+31 |
* | Fix several 100l | reimar | 2007-07-27 | 1 | -3/+3 |
* | Factor out some common code | reimar | 2007-07-27 | 1 | -28/+36 |
* | Somewhat unified *BSD vcd reading | reimar | 2007-07-27 | 3 | -196/+90 |
* | READ_TOC for making *BSD code more similar | reimar | 2007-07-27 | 2 | -6/+8 |
* | One ifdef less | reimar | 2007-07-27 | 1 | -3/+1 |
* | Simplify NetBSD vcd_read code | reimar | 2007-07-27 | 1 | -21/+6 |
* | vcd_inc_msf function also for freebsd vcd_read | reimar | 2007-07-27 | 1 | -9/+15 |
* | More VCD cosmetics | reimar | 2007-07-27 | 1 | -16/+16 |
* | 100l, return is missing a value | reimar | 2007-07-26 | 1 | -1/+1 |
* | Cosmetics to reduce diff between Free- and netBSD vcd stuff | reimar | 2007-07-26 | 2 | -61/+74 |
* | 10l, fix vcd netbsd compilation | reimar | 2007-07-26 | 1 | -1/+1 |
* | TOCADDR macro as first step to common *BSD vcd reading code | reimar | 2007-07-26 | 2 | -45/+50 |
* | Remove unnecessary #ifdef around the whole file. | diego | 2007-07-09 | 1 | -3/+0 |
* | Remove unnecessary #ifdef around the whole file. | diego | 2007-07-09 | 1 | -3/+0 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -1/+1 |
* | Remove unnecessary flip for RGB in v4l1. | voroshil | 2007-07-08 | 1 | -22/+1 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 5 | -14/+19 |
* | Cygwin has had inttypes.h since version 1.5. | diego | 2007-07-03 | 1 | -2/+0 |
* | The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD | diego | 2007-07-03 | 1 | -13/+0 |
* | The header is always included conditional to USE_DVDREAD, | diego | 2007-07-03 | 1 | -5/+0 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 15 | -41/+41 |
* | Cosmetics. | voroshil | 2007-06-30 | 1 | -3/+3 |
* | Don't override input= option value is no input id is passed in tv:// url. | voroshil | 2007-06-30 | 1 | -2/+4 |
* | wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750 | rtogni | 2007-06-29 | 2 | -2/+1 |
* | remove file that was added by mistake. | voroshil | 2007-06-29 | 1 | -0/+0 |
* | Implemented tv://[<channel>][/<input_id>] url syntax | voroshil | 2007-06-28 | 2 | -3/+34 |
* | start= and end= parameters on realrtspurls may be optionally quoted with | rtogni | 2007-06-24 | 1 | -0/+5 |
* | get rid of useless *alloc casts | reimar | 2007-06-24 | 1 | -5/+5 |
* | Fix dvd:// subtitle handling to always report the MPEG stream id, because | reimar | 2007-06-24 | 1 | -7/+13 |
* | Revert r23530. | voroshil | 2007-06-21 | 5 | -1407/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 5 | -0/+1407 |
* | Set errno to 0 after printing it, not before | reimar | 2007-06-08 | 1 | -1/+1 |
* | Fix compiler warnings. | voroshil | 2007-06-08 | 3 | -5/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -7/+7 |
* | Avoiding sscanf in cddb support reading more data with %s than buffer size | reimar | 2007-06-05 | 1 | -3/+3 |
* | mjpeg support for v4l2 tv:// driver | voroshil | 2007-06-01 | 2 | -40/+46 |
* | New "automute" tv:// option. | voroshil | 2007-05-31 | 5 | -0/+75 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 2 | -3/+1 |
* | More fastmemcpy.h removal | reimar | 2007-05-27 | 2 | -2/+0 |
* | fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mpl... | nicodvb | 2007-05-26 | 1 | -2/+2 |
* | remove unnecessary stubs which were not ever used. | voroshil | 2007-05-24 | 4 | -26/+0 |
* | |