Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2012-08-13 01:18:35 +0400
committerPhilip Langdale <philipl@overt.org>2012-08-16 07:46:54 +0400
commit6057de19b5e0075fea55a3a0cb9d225ba3a6f9a4 (patch)
tree0240e9ba5e109ca680013d6c4b221f4c95b7d8f6 /Changelog
parent6af680fa070ebc5081045e4b24ceaa4fccfa89b4 (diff)
srtenc: Add timing-less "subrip" encoder.
Unsurprisingly, if a timing-less subrip decoder is desireable, an encoder is as well. With this in place, we can move on to remove the use of the old encoder/decoder with embedded timing and move all timing handling the (de)muxer where they belong. Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1bbe690cc9..5a08d8f2aa 100644
--- a/Changelog
+++ b/Changelog
@@ -46,6 +46,7 @@ version next:
- asetpts filter
- hue filter
- ICO muxer
+- SubRip encoder and decoder without embedded timing
version 0.11: