aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/tv.c
Commit message (Expand)AuthorAge
* removing my (nonworking) email addressGravatar alex2003-07-03
* warning fixes by DominikGravatar alex2003-06-03
* 1000000000lGravatar rfelker2003-04-29
* abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan...Gravatar alex2003-04-28
* mingw fixGravatar faust32003-04-18
* channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI....Gravatar alex2003-04-09
* color equalizer for tv inputGravatar henry2003-03-23
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>Gravatar henry2003-03-19
* 10L never blowup an option pointer !!!!Gravatar albeu2003-03-03
* make tv non-seekableGravatar henry2003-02-25
* sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>Gravatar arpi2003-01-14
* 10l? :)Gravatar arpi2003-01-06
* -nosound fixGravatar henry2003-01-05
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)Gravatar henry2002-12-28
* add a TV_SET_CNANNEL commandGravatar henry2002-12-19
* 1000L for messing up cvsGravatar henry2002-12-16
* handle bogus norm parameter; check for errors when setting normGravatar henry2002-12-16
* support for exotic normsGravatar henry2002-12-16
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* added an option for specifying the size of capture bufferGravatar henry2002-10-25
* add an option to force audio recording when a tv card reports no audio sourcesGravatar henry2002-10-22
* removed the messGravatar alex2002-10-19
* set position in channel list on startup. note: hope one day we will get clean...Gravatar alex2002-10-19
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* stream layer cleanup part 2Gravatar arpi2002-09-15
* removed messy global 'tv_handle', use stream->priv for that purposeGravatar arpi2002-09-08
* changed message leveles (too many non-sense info messages)Gravatar alex2002-09-08
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>Gravatar alex2002-08-30
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Gravatar alex2002-05-23
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:Gravatar pl2002-05-01
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>Gravatar arpi2002-04-12
* audio support and pts based packet handling by Charles HenrichGravatar alex2002-03-15
* yuy2 reported as workingGravatar alex2002-01-26
* fixed channel changing with frequencies.cGravatar alex2002-01-18
* updatedGravatar alex2001-12-27
* As nobody fixed this yet:Gravatar pl2001-12-25
* i420 supportGravatar alex2001-12-24
* x = malloc(strlen(s) + c) ... strcpy(x, s)Gravatar pl2001-12-19
* give the IMGFMT_ for sh_video->format not 0x0Gravatar alex2001-12-09
* add tv fps supportGravatar alex2001-12-03
* update (audio support is coming:)Gravatar alex2001-12-03
* init_v4l only present if HAVE_TV_V4LGravatar alex2001-12-01
* added support for norm=,chanlist=,channel= and also on-the-fly channel chanin...Gravatar alex2001-11-17
* added support for setting color valuesGravatar alex2001-11-16
* splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to su...Gravatar alex2001-11-16
* tv interface updateGravatar alex2001-11-16
* don't set freq if channel isn't capableGravatar alex2001-11-11
* tuning worx (can set frequency)Gravatar alex2001-11-11