LinuxTV

CVS log for dvb-kernel/TODO

[BACK] Up to [DVB] / dvb-kernel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 5 00:11:35 2005 UTC (19 years, 2 months ago) by kenneth
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -6 lines
 - all MODULE_PARM has been replaced for 2.6 drivers

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 4 16:02:06 2004 UTC (20 years, 4 months ago) by js
Branches: MAIN
CVS tags: twinhan-exp, twinhan, linux_2_4_branch, linux_2_4, OLD_11_HEAD_2004_10_28, LINUXTV-DVB-1_1_1, LINUXTV-DVB-1_1_0, FE_REFACTORING
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -4 lines
dvb_net for 2.6 works

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 29 10:18:39 2004 UTC (20 years, 4 months ago) by hunold
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
- add more specific informations about the firmware download (especially
for dvb-ttpci/av7110 users) into the toplevel README. IMHO this is the
only file the users are going to read... 8-/
- move firmware informatins from specific alps_tdlb7 file to main README
- clean up TODO list

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:52:05 2004 UTC (20 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -0 lines
- add new 2.6. todo item

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 22 20:59:13 2003 UTC (20 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -4 lines
- new todo item: replace vmalloc_32() with pci_alloc_consistent() where possible

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 16 07:59:08 2003 UTC (20 years, 8 months ago) by hunold
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -10 lines
Update TODO file.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 28 09:38:07 2003 UTC (21 years, 2 months ago) by hunold
Branches: MAIN
CVS tags: experimental-dvb-devfs-fake
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -0 lines
A whole bunch of small changes all over the place:

makelinks: adjust the script for the upcoming kernel patches

driver.mxb: prevent the tuner module from probing unnecessary i2c addresses

getlinks: put symlinks for the header files to the right place(TM)

videodev.c: add a verbose error message just for the case that a user
 has compiled the v4l module into the kernel

media/Kconfig: the dpc driver does not the tuner module

saa7146_hlp.c: honour the swapped field order for av7110 based cards
 in capture mode, too

saa7146_video.c: add some verbose messages for the v4l2 controls

mxb.c: hopefully fix the detection and initialization of the sound arena module

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 6 14:30:12 2003 UTC (21 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -24 lines
Added some planar yuv modes to the saa7146 driver core:
- V4L2_PIX_FMT_YUV422P: YUV 4:2:2 planar (Y-Cb-Cr)
- V4L2_PIX_FMT_YVU420:  YVU 4:2:0 planar (Y-Cb-Cr)
- V4L2_PIX_FMT_YUV420:  YUV 4:2:0 planar (Y-Cb-Cr)
Planar modes don't suffer from the saa7146 byte swap bug, so we
can deliver the formats needed by various video encoders, like "mp1e"
or "nvrec".

Added some notes to the TODO file.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 3 23:25:13 2003 UTC (21 years, 3 months ago) by emard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -5 lines
Change TODO, mplayer now works for 2.5.63, only network support
is still broken

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 15 16:17:23 2003 UTC (21 years, 3 months ago) by emard
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -3 lines
More TODO items

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Feb 15 16:05:20 2003 UTC (21 years, 3 months ago) by emard
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +12 -3 lines
Some things are done, but new bugs are discovered

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 13 07:36:02 2003 UTC (21 years, 3 months ago) by emard
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
Cleanup budget-core from diseqc functions, move them to
diseqc_direct.c

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 12 17:14:11 2003 UTC (21 years, 3 months ago) by emard
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -0 lines
Everybody should has seen this oops when removing the dvb-core
module while szap is running. Somebody has to fix it when the
inspiration comes... Until then let it be in TODO files

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 9 10:27:22 2003 UTC (21 years, 4 months ago) by hunold
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -13 lines
Fixes for 2.5.55 all over the place:

- removed the patches, they are not needed any more. you can now
  use a vanilla 2.5.55 kernel
- created a new backport for video-buf and videodev from the 2.5.55
  sources
- necessary fixes to the saa7146 driver due to changes in 2.5.55
- the core budget functions are now provided by a module called
  "budget-core.o". (otherwise static compilation is not possible...)
- removed #ifdef MODULE crap from all files

Misc.
- "xawtv" (using xv extension) resulted in wrong colors. the problem
  is within "xawtv". Gerd Knorr told me, that it'll be fixed in the
  next release.

I tested this version with 2.4.20, 2.5.55 (modules) and 2.5.55
(static).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 6 08:05:27 2003 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -11 lines
Added some notes about the ".config" problems reported
by Gregoire Favre <greg@ulima.unil.ch>.

This might happen to others, too, but now we can say
RTFM... ;-)

Cleaned up the TODO list.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 4 19:48:28 2003 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -8 lines
- Removed preinit() from saa7146 probe()/attach() logic, it's not used
  at all
- fixed most obvious flaws in budget.c, it's partially tested
  (ie. module loads/unloads ok)
- added the "video part" to budget-av.c, it's partially tested
  (ie. module loads/unloads ok, xawtv can access the video inputs)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 30 21:10:57 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Next chunk of big splitup / cleanup:
(tested on 2.4.18 and 2.5.53 -- the budget driver is
untested, Holger will test it the next week)

saa7146:
- completely separated the saa7146 driver into a core-driver (saa7146.o) and
  a video/vbi part (saa7146_vv.o). this allows you to build the budget driver
  without av7110 and videodev bloat (see below)

The following thinks have been approved by Holger Waechtler:

av7110 (now ttpci):
- for 2.5.x: removed the av7110 directory and put everything into ttpci.
- removed all budget card support from this driver
- compile and build fixes for the saa7146 changes

ttpci-budget (new):
- for 2.5.x: created a new ttpci-budget directory, added a new driver for
  the budget cards

mxb:
- compile and build fixes for the saa7146 changes

Changed the build and compile files for both 2.5.x and build-2.4 of course...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 29 22:15:54 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -4 lines
Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> videodev.o dependency,
so we can later split up the av7110 driver into a av7110 and budget card driver.

I tested this on 2.4.18-3 (original RedHat 7.3 kernel) and 2.5.53.

Changes in detail:

saa7146:
- fixed the unitialised timer warnings
- split saa7146.o into saa7146.o and saa7146_vv.o:
  all videodev (ie. v4l) related stuff is now encapsulated in saa7146_vv.o.
  the extension (ie. mxb or dvb-ttpci) now has to make sure to register the v4l
  devices via helper functions provided by saa7146_vv

mxb:
- changes to make the driver compile with the new saa7146 and saa7146_vv parts
- fix the vbi bypass issue for MXBs with saa7146, rev. 1 card

av7110:
- changes to make the driver compile with the new saa7146 and saa7146_vv parts
- some changes related to the upcoming av7110 <=> budget splitup, but they are
  commented out
- changed the saa7146 PAL values to experimental values that look good to me, but
  kept the old values as a comment. where are the original values from? there is
  a big black border on most channels on the left side which annoyed me...
- changed from video/generic_usercopy() to dvb_usercopy() and put this into the
  source code, not into compat.c
- moved the crc_32* stuff from compat.c to the source file where it is used
- now compat.[ch] was removed completely, all references were deleted from
  all other files.

other:
- updated the README and TODO files
- changed "makelinks" to remove alps_bsru6 stuff from kernel when making the symlinks
- fixed the build files in "build-2.4"
- fixed all other files needed for 2.5.x kernel build

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 23 20:46:50 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -17 lines
Removed some leftover bogus debugging messages, cleaned up the TODO
file to reflect the latest changes.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 22 20:12:26 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -0 lines
Compile fix in the "Makefile" for "build-2.4" due to Holger's
"ipack" changes, added some more items to the TODO list.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 21 10:36:24 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +36 -25 lines
Updated the TODO list, translated it to english and added more verbose
descriptions.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 20 07:00:44 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -6 lines
More compile fixes to allow a flawless static build, changed the
READMEs accordingly, compile fixes for the mxb driver.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 17 14:42:17 2002 UTC (21 years, 5 months ago) by hunold
Branches: MAIN
Add TODO (for the whole package) and README
(explains how to get this stuff running)
plus the "driver.av7110" script for convenience.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>