#1176 closed enhancement (fixed)
Migration of current video works from private repository to this repository
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-dev |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This ticket contains the changeset containing current video works that has been developed in a private repository. The current state of the video work is as follows:
- major refactoring of pjmedia base types to support video (pjmedia_format, pjmedia_port, etc.)
- (new) video devices:
- SDL renderer
- Video4Linux4 capture
- DirectShow capture
- ffmpeg capture (unfinished)
- Color bar
- (new) video device port (analogous to sound device port)
- (new) format conversion framework
- .. with ffmpeg's libswscale implementation
- (new) video codec framework
- .. with ffmpeg's libavcodec implementation
- (new) AVI file reader
Change History (3)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by bennylp
comment:3 Changed 14 years ago by nanang
Note: See
TracTickets for help on using
tickets.
(In [3392]) Migration of current video works from private repository to this repository. This closed #1176