[Ffmpeg-devel-irc] ffmpeg-devel.log.20140919

burek burek021 at gmail.com
Sat Sep 20 02:05:02 CEST 2014


[00:00] <jamrial> so you may want to check the list archive
[00:02] <cone-389> ffmpeg.git 03Michael Niedermayer 07master:d9b141c05f32: postproc/postprocess: Remove unused argument from reallocAlign()
[00:02] <cone-389> ffmpeg.git 03Michael Niedermayer 07master:859d7d4640c3: postproc/postprocess: Use FF_ARRAY_ELEMS() in pp_free_context() instead of hard-coding their size
[00:02] <cone-389> ffmpeg.git 03Michael Niedermayer 07master:5a9ca68e15fe: postproc/postprocess: remove redundant casts
[00:03] <llogan> weirddan455: indeed. since you already got two replies. https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2014-September/163099.html
[00:06] <J_Darnley> He is CCed but unfortunately not everyone or every client correctly CCs back
[00:09] <weirddan455> llogan, yea i didn't get the emails... i just subscribed though
[00:10] <rcombs> llogan: why doesn't the list allow digest mode, btw?
[00:12] <nevcairiel> rcombs: because people reply to the digests, and its horrible .P
[00:19] <llogan> weirddan455: you can reply via the archives to preserve the in-reply-to hash.
[00:19] <llogan> (click the author's email link)
[00:20] <weirddan455> llogan, woops too late already sent without that
[03:02] <cone-289> ffmpeg.git 03Michael Niedermayer 07master:7f8d28f68678: postproc: Replace CLIP by av_clip_uint8
[09:53] <cone-236> ffmpeg.git 03Gianluigi Tiesi 07master:59af5383c18c: avcodec/libilbc: support for latest git of libilbc
[11:51] <kriegerod> could anybody experiences review ticket https://trac.ffmpeg.org/ticket/3823 and give some clue what happens and how it should be fixed?
[16:36] <cone-495> ffmpeg.git 03Pascal Massimino 07master:4fd21d58a72c: libavcodec/webp: treat out-of-bound palette index as translucent black
[17:05] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:5ccd08d26dda: postproc/postprocess: Avoid some ifs in do_a_deblock_C()
[19:31] <cone-232> ffmpeg.git 03James Almer 07master:6edd6a4f002d: avcodec/dv_profile: deprecate internal function that shouldn't be public
[20:36] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:adaa274fa8a2: tests/utils: make arguments const that arent changed
[20:46] <wm4_> ubitux: another filter suggestion: hrtf
[20:46] <wm4_> it seems some people want this
[20:47] <ubitux> doesn't this belong in swr?
[20:47] <wm4_> dunno
[20:48] <ubitux> it just sounds like a set of matrix stereo encoding
[20:48] <ubitux> but i might be wrong
[20:48] <wm4_> something like this, but I have no clue what exactly it's doing
[20:49] <ubitux> i have a tons of stuff pending as usual
[20:49] <wm4_> " Experimental audio filter that mixes 5.1 and 5.1 with matrix encoded rear channels into headphone signal using FIR filtering with HRTF."
[20:49] <ubitux> i'd better focus on text subtitles right now since i strangely feels motivated on that currently
[20:49] <wm4_> well it's just a suggestion
[20:49] <ubitux> and that might not last long
[20:49] <wm4_> heh
[20:49] <wm4_> yes subtitle stuff needs to be fixed
[20:50] <ubitux>  libavformat/assdec.c | 25 ++++++++++++++++++-------
[20:50] <ubitux>  1 file changed, 18 insertions(+), 7 deletions(-)
[20:50] <ubitux> mmh i like this better
[20:50] <ubitux> thanks for the suggestion wm4_ :p
[20:51] <wm4_> did you merge the header parse code?
[20:51] <ubitux> yeah
[20:51] <wm4_> nice
[20:51] <ubitux> i sent it a moment ago
[20:55] <ubitux> wm4_: did you drop it from mpv or something?
[20:55] <wm4_> ubitux: drop what?
[20:55] <ubitux> hrtf
[20:55] <wm4_> no, but I'm debugging it right now
[20:56] <ubitux> ah, i see
[21:07] <ubitux> wm4_: Comments being timed is so evil :D
[21:07] <wm4_> the format is not called ASS for no reason
[21:07] <ubitux> it's ugly but it has benefits?
[21:08] <wm4_> they show up in aegisub I guess
[21:08] <wm4_> so an editor can comment and uncomment them
[21:09] <ubitux> you can't actually mux them in mkv
[21:09] <wm4_> hm really
[21:09] <ubitux> so they only matters when transmuxing (and eventually transcoding)
[21:09] <ubitux> yes, mkv only supports Dialogue lines
[21:09] <wm4_> hm really
[21:09] <ubitux> it's even dropping the "Dialogue:" part
[21:10] <ubitux> so you can't make a distinction between the two
[21:10] <wm4_> mkv might put comments into the extradata
[21:11] <wm4_> not sure
[21:11] <ubitux> note they're in the events section
[21:11] <ubitux> (since timed)
[21:12] <wm4_> I'm relatively sure I've seen "Comment:" lines in ass files extracted from mkv
[21:12] <ubitux> actually i think we might have a mechanism to transfer them
[21:12] <ubitux> ah?
[21:12] <ubitux> can you find me one?
[21:12] <ubitux> i'm very interested in this
[21:12] <wm4_> ah yes they're in the CodecData aka extradata
[21:12] <wm4_> so basically they get sorted to the top
[21:12] <wm4_> of the Events section
[21:13] <wm4_> how odd
[21:13] <ubitux> show me the magic :)
[21:14] <wm4_> well, take any random mkv file with ass tracks, they're likely to contain some comments
[21:18] <ubitux> i just tried a few, nothing else than Dialogues
[21:18] <ubitux> at least mkvextract doesn't extract any
[22:32] <cone-232> ffmpeg.git 03Daniel Bomar 07master:af1818276ef2: avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE depreciation
[00:00] --- Sat Sep 20 2014


More information about the Ffmpeg-devel-irc mailing list