diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 6b0f963f5379..6bb9be54ab76 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -14,18 +14,6 @@ Who: Jiri Slaby <jirislaby@gmail.com> | |||
14 | 14 | ||
15 | --------------------------- | 15 | --------------------------- |
16 | 16 | ||
17 | What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP | ||
18 | When: October 2007 | ||
19 | Why: Broken attempt to set MPEG compression parameters. These ioctls are | ||
20 | not able to implement the wide variety of parameters that can be set | ||
21 | by hardware MPEG encoders. A new MPEG control mechanism was created | ||
22 | in kernel 2.6.18 that replaces these ioctls. See the V4L2 specification | ||
23 | (section 1.9: Extended controls) for more information on this topic. | ||
24 | Who: Hans Verkuil <hverkuil@xs4all.nl> and | ||
25 | Mauro Carvalho Chehab <mchehab@infradead.org> | ||
26 | |||
27 | --------------------------- | ||
28 | |||
29 | What: dev->power.power_state | 17 | What: dev->power.power_state |
30 | When: July 2007 | 18 | When: July 2007 |
31 | Why: Broken design for runtime control over driver power states, confusing | 19 | Why: Broken design for runtime control over driver power states, confusing |
@@ -49,10 +37,10 @@ Who: David Miller <davem@davemloft.net> | |||
49 | --------------------------- | 37 | --------------------------- |
50 | 38 | ||
51 | What: Video4Linux API 1 ioctls and video_decoder.h from Video devices. | 39 | What: Video4Linux API 1 ioctls and video_decoder.h from Video devices. |
52 | When: December 2006 | 40 | When: December 2008 |
53 | Files: include/linux/video_decoder.h | 41 | Files: include/linux/video_decoder.h include/linux/videodev.h |
54 | Check: include/linux/video_decoder.h | 42 | Check: include/linux/video_decoder.h include/linux/videodev.h |
55 | Why: V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6 | 43 | Why: V4L1 AP1 was replaced by V4L2 API during migration from 2.4 to 2.6 |
56 | series. The old API have lots of drawbacks and don't provide enough | 44 | series. The old API have lots of drawbacks and don't provide enough |
57 | means to work with all video and audio standards. The newer API is | 45 | means to work with all video and audio standards. The newer API is |
58 | already available on the main drivers and should be used instead. | 46 | already available on the main drivers and should be used instead. |
@@ -61,7 +49,9 @@ Why: V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6 | |||
61 | Decoder iocts are using internally to allow video drivers to | 49 | Decoder iocts are using internally to allow video drivers to |
62 | communicate with video decoders. This should also be improved to allow | 50 | communicate with video decoders. This should also be improved to allow |
63 | V4L2 calls being translated into compatible internal ioctls. | 51 | V4L2 calls being translated into compatible internal ioctls. |
64 | Who: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 52 | Compatibility ioctls will be provided, for a while, via |
53 | v4l1-compat module. | ||
54 | Who: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
65 | 55 | ||
66 | --------------------------- | 56 | --------------------------- |
67 | 57 | ||