Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
360d33c9
Commit
360d33c9
authored
22 years ago
by
Fabrice Bellard
Browse files
Options
Downloads
Patches
Plain Diff
update
Originally committed as revision 589 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
773a21b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/README.tech
+14
-11
14 additions, 11 deletions
doc/README.tech
doc/TODO
+8
-18
8 additions, 18 deletions
doc/TODO
with
22 additions
and
29 deletions
doc/README.tech
+
14
−
11
View file @
360d33c9
...
...
@@ -27,20 +27,23 @@ Video:
vectors. Currently, only fcode = 1 is used for both H263/MPEG1. Half
pel vectors are used.
I also plan to improve the bitrate control which is too simplistic.
Audio:
-----
-
I rewrote t
he mpeg audio layer 2 compatible encoder
from scratch. It
is one of the simplest encoder you can imagine (800
lines of C code
!). It is also one of the fastest because of its
simplicity. There
are still some problems of overflow. A minimal
psycho acoustic model
could be added. Currently, stereo is
supported, but not joint
stereo.
-
T
he mpeg audio layer 2 compatible encoder
was rewritten from
scratch. It
is one of the simplest encoder you can imagine (800
lines of C code
!). It is also one of the fastest because of its
simplicity. There
are still some problems of overflow. A minimal
psycho acoustic model
could be added. Currently, stereo is
supported, but not joint
stereo.
-
I rewrote t
he AC3 audio encoder from scratch. It is fairly
naive,
but the result are quiet interesting at 64 kbit/s. It
includes
extensions for low sampling rates used in some Internet
-
T
he AC3 audio encoder
was rewritten
from scratch. It is fairly
naive,
but the result are quiet interesting at 64 kbit/s. It
includes
extensions for low sampling rates used in some Internet
formats. Differential and coupled stereo is not handled. Stereo
channels are simply handled as two mono channels.
- The mpeg audio layer 3 decoder was rewritten from scratch. It uses
only integers and can be 16 bit precision for the synthesis filter
at the expense of a slight precision loss. A slower bit exact mode
is available too for compliance testing.
This diff is collapsed.
Click to expand it.
doc/TODO
+
8
−
18
View file @
360d33c9
...
...
@@ -3,26 +3,16 @@ ffmpeg TODO list:
(in approximate decreasing priority order)
Short term glantau's fixes:
- regression tests (done).
- mpeg1/2 decode fix (unfortunately not much speed increase) (done)
- fix WORDS_BIGENDIAN issue (done)
- remove win project files (done)
- remove sub_xxx functions (done)
- mpeg2 transport stream support (decoding done)
- improved auto guess for formats (api change again in demux) (done)
- fix mpeg format tracking + handle frame rate change (done)
- suppress strlcpy (done)
- split mux/demux functions. (done)
- use av_new_stream() (partially done)
Short term fixes:
- mpeg audio fix
- ffserver fix
- fix stream selection (aka map) syntax. Start stream numbers at 1 in
listing. Find a syntax for stream ids (such as TS pids).
- reconstruct mpeg header frame rate in telecine case so that we do
not need to i
f
ner the real rate if it is not possible.
not need to in
f
er the real rate if it is not possible.
- remove unused DCT code.
- mpeg audio fix
- AV sync fix (new api for demux)
- RTP streaming support in ffserver
- AV sync fix
- RTP/RTSP streaming support in ffserver and in libav
- minimal support of video in ffplay
Planned in next releases:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment