[04:10] <cone-888> ffmpeg.git 03Michael Niedermayer 07master:e0237208b428: avcodec/h264: Do not get stuck on IDR inter frames [10:26] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:1654514ab0b0: fft: add ff_ prefix to some global arrays. [10:26] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:2bb66cc8befd: fft_template: Move variables to where they are used. [10:26] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:18464d7270d2: sipr16kdata.h: add forgotten const. [10:26] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:c9a4ec79690f: lavfi: add const/static const to pix_fmts arrays. [10:26] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:3bc5d2a06401: ac3dec_fixed: add missing "static const". [10:46] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:4fe448738e8d: WMA: add "const" to avoid warnings with hardcoded tables. [10:46] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:03bf45724197: Add av_cold to table generation functions. [10:46] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:2ca7edda89bf: lavu/hash.c: Add missing "static const". [10:46] <cone-301> ffmpeg.git 03Reimar Döffinger 07master:6d7aa437e110: vf_drawtext: move "static const" before "struct". [11:49] <ubitux> http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ [11:50] <ubitux> ah, it's referencing dalias/musl [12:01] <wm4> rcombs: does plex run on musl? [12:02] <rcombs> wm4: not to my knowledge [12:03] <wm4> eh, why? [12:05] <rcombs> well, I didn't know what it was until you mentioned it [12:06] <wm4> someone asked whether plex runs on alpine linux (which uses musl) [12:08] <rcombs> we don't have a package for that particular distribution, but it may be able to run our Ubuntu builds, which are rather generic [12:08] <wm4> that would probably put stress on the glibc abi compat [12:11] <rcombs> might want to take this to #plex [12:12] <wm4> well I just thought I'd ask [12:12] <wm4> in general, your software will become cleaner if you try to make it work on musl [12:12] <rcombs> for all I know, it might compile against it with no changes now; we've just never tried [15:25] <cone-354> ffmpeg.git 03Michael Niedermayer 07master:63a52ca134dc: avcodec/mjpegdec: fix green vertical line at the right with upscale h [15:43] <cone-354> ffmpeg.git 03Michael Niedermayer 07master:f0d4f00f24d4: avcodec/mjpegdec: fix green line at the bottom with upscale v [18:34] <cone-354> ffmpeg.git 03Reimar Döffinger 07master:1a558cec64b4: intmath.h: Remove duplicated ARM include. [18:34] <cone-354> ffmpeg.git 03Reimar Döffinger 07master:3efc174fd6f4: aacps_tablegen: replace TABLE_CONST by const. [19:06] <durandal_1707> will i get review for my filter? [20:17] <cone-354> ffmpeg.git 03Reimar Döffinger 07master:da0a670b3c3e: h261, h263 decoders: convert to RL_VLC. [20:17] <cone-354> ffmpeg.git 03Reimar Döffinger 07master:c0d32686ddc1: h261dec: Optimize new RL_VLC based decoding. [20:17] <cone-354> ffmpeg.git 03Reimar Döffinger 07master:935453102bb5: ituh263dec: Optimize new RL_VLC based decoding. [20:25] <wm4> does anyone know what .sup files starting with the magic "SP" are? [20:26] <wm4> mkvmerge thinks they're "HD-DVD sub" (but doesn't support actually reading them) [20:45] <ubitux> HD-DVD, the dead concurrent of blu-ray? [20:45] <ubitux> competitor* [20:46] <nevcairiel> Thats probably it wm4 [20:46] <ubitux> Timothy_Gu: did you came back to your old broken mailer? [20:47] <nevcairiel> Note that its pretty similar to VOB subs, just with a built in palette, and the avcodec vob decoder should even support it [20:48] <wm4> there's just the question about the file format [20:48] <wm4> or if anyone cares [20:49] <ubitux> did you get have such file? [20:49] <nevcairiel> Its HD-DVD, no one cares [20:49] <wm4> yes, 2/3 of all .sup files in the demuxer patch thread started with SP [20:50] <Timothy_Gu> ubitux: I actually never left :D [20:50] <nevcairiel> Probably because you got them from mplayers ancient sample archives :D [20:50] <ubitux> Timothy_Gu: at some point you were able to send decent mails, now they're unreadable again [20:51] <ubitux> Timothy_Gu: http://ubitux.fr/pub/pics/_timothy-mails.png [20:51] <Timothy_Gu> durandal_1707: can you wrap at 78 columns to work around my broken mailer [20:58] <cbsrobot> wm4: I have a file with "hdmv_pgs_subtitle" if that helps - recorded with a cam [20:59] <nevcairiel> Your cam produces pgs subtitles? :p [20:59] <cbsrobot> Stream #0:2[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080 [20:59] <cbsrobot> I guess it's like a thumbnail [20:59] <cbsrobot> but I'm not sure what is in there [21:00] <cbsrobot> or could it be gps data ? [21:00] <nevcairiel> Well it can do stuff like thumbnails, the sub format is flexible enough for full artwork [21:01] <cbsrobot> how can I extract it's content ? [21:01] <wm4> cbsrobot: I'm not doing pgs subtitles, just .sup files, which contain pgs subtitles [21:03] <ubitux> wat, thumbnails in hdmv_pgs_subtitle? heh [21:03] <cbsrobot> wait - I'm not sure what is in there! It was just a thought. [21:03] <ubitux> mpv or even ffplay should be able to display them [21:04] <nevcairiel> I've seen Blu-ray discs which had some kind of artwork in a pgs stream which was meant to overlay the video and go with a commentary track [21:06] <nevcairiel> It's a bitmap format, noone said the bitmap has to show text ;) [21:07] <cbsrobot> nah - seems it's just the time I recorded the stream [21:27] <wm4> how do I compile tools/probetest.c? [21:27] <J_Darnley> make tools/probetest? [21:27] <J_Darnley> perhaps with .exe if you're on Windows [21:27] <wm4> J_Darnley: that doesn't work with an out-of-tree build [21:28] <wm4> and the file uses internal header files, so I can't just build it with an "installed" ffmpeg [22:21] <jamrial> wm4: it does work with oot builds [22:21] <wm4> jamrial: how? [22:22] <jamrial> i have the tree in /ffmpeg/src. configured it from /ffmpeg/build and "make tools/probeset" compiles it just fine [22:22] <jamrial> not talking about installed ffmpeg bt [22:23] <jamrial> *btw [22:25] <llogan> I was typing my name and wrote "ffmpeg" instead. [22:28] <wm4> jamrial: oh you're right; I'm extremely stupid [22:28] <wm4> I probably tried something similar which didn't work, and concluded it can't work [22:55] <llogan> daala overlord job: https://careers.mozilla.org/en-US/position/oNOsZfwM [00:00] --- Mon Sep 1 2014
participants (1)
-
burek