| Commit message (Expand) | Author | Age | Files | Lines |
* | 1000000000l | rfelker | 2003-04-29 | 1 | -1/+1 |
* | abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan... | alex | 2003-04-28 | 1 | -1/+21 |
* | mingw fix | faust3 | 2003-04-18 | 1 | -1/+1 |
* | channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI.... | alex | 2003-04-09 | 1 | -0/+11 |
* | color equalizer for tv input | henry | 2003-03-23 | 1 | -0/+10 |
* | hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu> | henry | 2003-03-19 | 1 | -0/+24 |
* | 10L never blowup an option pointer !!!! | albeu | 2003-03-03 | 1 | -2/+3 |
* | make tv non-seekable | henry | 2003-02-25 | 1 | -1/+1 |
* | sanity checks - patch by Fabian Franz <FabianFranz@gmx.de> | arpi | 2003-01-14 | 1 | -6/+9 |
* | 10l? :) | arpi | 2003-01-06 | 1 | -1/+1 |
* | -nosound fix | henry | 2003-01-05 | 1 | -0/+5 |
* | user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois) | henry | 2002-12-28 | 1 | -7/+152 |
* | add a TV_SET_CNANNEL command | henry | 2002-12-19 | 1 | -0/+21 |
* | 1000L for messing up cvs | henry | 2002-12-16 | 1 | -0/+8 |
* | handle bogus norm parameter; check for errors when setting norm | henry | 2002-12-16 | 1 | -9/+4 |
* | support for exotic norms | henry | 2002-12-16 | 1 | -0/+12 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -0/+1 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+4 |
* | added an option for specifying the size of capture buffer | henry | 2002-10-25 | 1 | -0/+1 |
* | add an option to force audio recording when a tv card reports no audio sources | henry | 2002-10-22 | 1 | -0/+1 |
* | removed the mess | alex | 2002-10-19 | 1 | -56/+0 |
* | set position in channel list on startup. note: hope one day we will get clean... | alex | 2002-10-19 | 1 | -2/+30 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -6/+5 |
* | stream layer cleanup part 2 | arpi | 2002-09-15 | 1 | -6/+15 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 1 | -4/+12 |
* | changed message leveles (too many non-sense info messages) | alex | 2002-09-08 | 1 | -9/+5 |
* | v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> | alex | 2002-08-30 | 1 | -1/+6 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 1 | -20/+32 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | alex | 2002-05-23 | 1 | -4/+9 |
* | patch by Jürgen Appel <jappel@linux01.gwdg.de>: | pl | 2002-05-01 | 1 | -2/+2 |
* | BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> | arpi | 2002-04-12 | 1 | -59/+45 |
* | audio support and pts based packet handling by Charles Henrich | alex | 2002-03-15 | 1 | -42/+104 |
* | yuy2 reported as working | alex | 2002-01-26 | 1 | -2/+2 |
* | fixed channel changing with frequencies.c | alex | 2002-01-18 | 1 | -1/+1 |
* | updated | alex | 2001-12-27 | 1 | -9/+7 |
* | As nobody fixed this yet: | pl | 2001-12-25 | 1 | -1/+1 |
* | i420 support | alex | 2001-12-24 | 1 | -0/+2 |
* | x = malloc(strlen(s) + c) ... strcpy(x, s) | pl | 2001-12-19 | 1 | -2/+1 |
* | give the IMGFMT_ for sh_video->format not 0x0 | alex | 2001-12-09 | 1 | -1/+1 |
* | add tv fps support | alex | 2001-12-03 | 1 | -2/+4 |
* | update (audio support is coming:) | alex | 2001-12-03 | 1 | -22/+36 |
* | init_v4l only present if HAVE_TV_V4L | alex | 2001-12-01 | 1 | -0/+2 |
* | added support for norm=,chanlist=,channel= and also on-the-fly channel chanin... | alex | 2001-11-17 | 1 | -0/+104 |
* | added support for setting color values | alex | 2001-11-16 | 1 | -0/+82 |
* | splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to su... | alex | 2001-11-16 | 1 | -67/+66 |
* | tv interface update | alex | 2001-11-16 | 1 | -2/+7 |
* | don't set freq if channel isn't capable | alex | 2001-11-11 | 1 | -1/+1 |
* | tuning worx (can set frequency) | alex | 2001-11-11 | 1 | -7/+21 |
* | never include files from public headers... | arpi | 2001-11-11 | 1 | -0/+5 |
* | cleaned up some warnings, and tv_param_on moved out from #ifdef USE_TV | alex | 2001-11-11 | 1 | -1/+2 |
* | printf's changed into mp_msg | alex | 2001-11-11 | 1 | -13/+13 |
* | added support for -tv outfmt | alex | 2001-11-11 | 1 | -3/+20 |
* | demuxer fixed | arpi | 2001-11-11 | 1 | -66/+21 |
* | tv update | alex | 2001-11-11 | 1 | -4/+4 |
* | tv update | alex | 2001-11-10 | 1 | -46/+122 |
* | added tv subsystem | alex | 2001-11-09 | 1 | -0/+215 |