Changeset aff2275604f2aba8da89b9ec6bffaed40dee02df
- Timestamp:
- 04/20/04 01:00:57
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1082415657 +0000
- git-parent:
[77caf181d7320519c19da9243f4e919f982a76a6]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1082415657 +0000
- Message:
* NEWS: few changes.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r77caf18 |
raff2275 |
|
| 15 | 15 | * Packetizer interfaced between demux and codec when needed |
|---|
| 16 | 16 | (allows using ffmpeg plugin to decode MPEG streams and better aac decoding). |
|---|
| 17 | | |
|---|
| 18 | | Playlist: |
|---|
| 19 | 17 | |
|---|
| 20 | 18 | Input: |
|---|
| … | … | |
| 31 | 29 | * Minimize threads useage by default. |
|---|
| 32 | 30 | * Added faster than realtime stream output (limited by CPU) for file output. |
|---|
| 33 | | * Improved mov/mp4 muxer. |
|---|
| | 31 | * Improved MOV/MP4 muxer. |
|---|
| | 32 | * Improved MPEG TS muxer. |
|---|
| 34 | 33 | * Meta info options used by the muxers. |
|---|
| 35 | 34 | * Better audio channels downmixing when transcoding. |
|---|
| … | … | |
| 46 | 45 | - Support for bitmap fonts. |
|---|
| 47 | 46 | - Lots of improvements. |
|---|
| 48 | | |
|---|
| 49 | 47 | * wxWindows |
|---|
| 50 | 48 | - New design and set of icons. |
|---|
| 51 | | - New streaming wizard. |
|---|
| 52 | 49 | - Ability to embed video output. |
|---|
| 53 | 50 | |
|---|