Opened 16 years ago
Closed 16 years ago
#670 closed enhancement (fixed)
Create AMR codec helper containing common AMR tables and functions.
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This should be reusable for various AMR codec implementations.
Change History (4)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
In r2359:
- Configurable setting to enable/disable AMR bitstream reordering (sensitivity order to/from encoder bits order).
- Updated AMR codec to regard in-band Change Mode Request from remote encoder.
- Updated AMR settings (octet-align, etc) to be configured upon codec opening, instead of hardcoded in the encode, decode, parse.
comment:3 Changed 16 years ago by nanang
In r2363: Minor update on naming of AMR helper and updated AMR in IPP codecs to enable octet-align from FMTP settings.
comment:4 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r2358: Added AMR codec helper and updated IPP codec to use the AMR codec helper.