log libmpdemux/tv.c @ 13995:cbadd7b190b2

age author description
2004-11-19 henry setting the norm using text ID instead of numeric
2004-03-17 ranma Raw audio and video are always keyframes
2004-02-22 attila dont mess up v4l volumes
2004-01-11 henry ALSA 1.x audio out driver
2003-09-06 alex audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
2003-09-01 diego spelling fixes
2003-08-13 alex Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no need to add new img formats to the source, instead you can try it out by providing it in hexa format, and if it isn't supported by the card, you get a nice error message. That's all.
2003-08-12 gabucino From: Kir Kostuchenko <kir@users.sourceforge.net>
2003-08-07 henry v4l2 support
2003-08-04 gabucino I'd like to change tv tuner frequency in the slave mode. So this patch
2003-07-03 alex removing my (nonworking) email address
2003-06-03 alex warning fixes by Dominik
2003-04-29 rfelker 1000000000l
2003-04-28 alex abilty to set tv channel by name on commandline, patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>
2003-04-18 faust3 mingw fix
2003-04-09 alex channel finetuning cmdline support, patch by Ivan Szanto <szivan@duticai.TWI.TUDelft.NL>
2003-03-23 henry color equalizer for tv input
2003-03-19 henry hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>
2003-03-03 albeu 10L never blowup an option pointer !!!!
2003-02-25 henry make tv non-seekable
2003-01-14 arpi sanity checks - patch by Fabian Franz <FabianFranz@gmx.de>
2003-01-06 arpi 10l? :)
2003-01-05 henry -nosound fix
2002-12-28 henry user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
2002-12-19 henry add a TV_SET_CNANNEL command
2002-12-16 henry 1000L for messing up cvs
2002-12-16 henry handle bogus norm parameter; check for errors when setting norm
2002-12-16 henry support for exotic norms
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-10-25 henry added an option for specifying the size of capture buffer
2002-10-22 henry add an option to force audio recording when a tv card reports no audio sources
2002-10-19 alex removed the mess
2002-10-19 alex set position in channel list on startup. note: hope one day we will get cleaned the int->float->int sutff ;)
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-09-15 arpi stream layer cleanup part 2
2002-09-08 arpi removed messy global 'tv_handle', use stream->priv for that purpose
2002-09-08 alex changed message leveles (too many non-sense info messages)
2002-08-30 alex v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
2002-08-21 arpi new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
2002-05-23 alex applied 64bit patch from Ulrich Hecht <uli at suse dot de>
2002-05-01 pl patch by Jürgen Appel <jappel@linux01.gwdg.de>:
2002-04-12 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
2002-03-15 alex audio support and pts based packet handling by Charles Henrich
2002-01-26 alex yuy2 reported as working
2002-01-18 alex fixed channel changing with frequencies.c
2001-12-27 alex updated
2001-12-25 pl As nobody fixed this yet:
2001-12-24 alex i420 support
2001-12-19 pl x = malloc(strlen(s) + c) ... strcpy(x, s)
2001-12-09 alex give the IMGFMT_ for sh_video->format not 0x0
2001-12-03 alex add tv fps support
2001-12-03 alex update (audio support is coming:)
2001-12-01 alex init_v4l only present if HAVE_TV_V4L
2001-11-17 alex added support for norm=,chanlist=,channel= and also on-the-fly channel chaning with keys
2001-11-16 alex added support for setting color values
2001-11-16 alex splitted demux_open_tv into two parts: stream_open_tv and demux_open_tv to support caching
2001-11-16 alex tv interface update
2001-11-11 alex don't set freq if channel isn't capable
2001-11-11 alex tuning worx (can set frequency)