aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/tv.c
Commit message (Expand)AuthorAge
* 100000l to the fools who don't know CGravatar rfelker2006-05-01
* Implement tv_get_color_options() and make tv_set_color_options() returnGravatar albeu2006-04-21
* make failures during e.g. setting the TV norm non-fatal.Gravatar reimar2006-04-11
* Try several formats instead of only YV12 if no format was explicitlyGravatar albeu2006-03-14
* make demuxer seek and close functions return void, patch by Dominik MierzejewskiGravatar wanderer2005-12-11
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* implement norm switching, which was already documented??Gravatar reimar2005-11-10
* cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)Gravatar aurel2005-09-12
* Demuxer modularizationGravatar rtognimp2005-08-05
* BGR formats are ok, tooGravatar henry2005-05-12
* several sets of headers declare global variables in them, which causes multip...Gravatar iive2005-01-29
* 100l, buf etc. in af_fmt2str call are already pointers...Gravatar reimar2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* setting the norm using text ID instead of numericGravatar henry2004-11-19
* Raw audio and video are always keyframesGravatar ranma2004-03-17
* dont mess up v4l volumesGravatar attila2004-02-22
* ALSA 1.x audio out driverGravatar henry2004-01-11
* audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yaho...Gravatar alex2003-09-06
* spelling fixesGravatar diego2003-09-01
* Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no ne...Gravatar alex2003-08-13
* From: Kir Kostuchenko <kir@users.sourceforge.net>Gravatar gabucino2003-08-12
* v4l2 supportGravatar henry2003-08-07
* I'd like to change tv tuner frequency in the slave mode. So this patchGravatar gabucino2003-08-04
* 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