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

burek burek021 at gmail.com
Wed Nov 19 02:05:03 CET 2014


[00:11] <J_Darnley> I used to think that hqx was the best scaler for pixel art but I'm now leaning to xbr
[00:11] <J_Darnley> those images make it look very good
[00:11] <J_Darnley> Except the grass texture in the first
[00:12] <J_Darnley> that looks bad with both scalers
[00:24] Action: gnafu has never been a fan of ultra-smooth scalers, and rather prefers nearest neighbor or similar.
[00:28] <ubitux> J_Darnley: the rendering of the grass is actually original :D
[01:06] <jamrial> i prefer how hqx handled the kid in pkmn0. xbr fused his eyes and hair together
[01:08] <ubitux> yeah :)
[02:55] <cone-651> ffmpeg.git 03Martin Storsjö 07master:9257692ac15e: lavf: Only initialize s->offset once when using avoid_negative_ts make_zero
[02:55] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:9943c5a42bdf: Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd'
[03:07] <cone-651> ffmpeg.git 03Vittorio Giovara 07master:a28468d0daf4: librtmp: append the correct field to the string
[03:07] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:7384ec19cf13: Merge commit 'a28468d0daf4be14761c16a3ddd33266b2380123'
[03:15] <cone-651> ffmpeg.git 03Vittorio Giovara 07master:771656bd8541: libvpxenc: clean memory on error
[03:15] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:8426edef4cf5: Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b'
[03:32] <cone-651> ffmpeg.git 03Vittorio Giovara 07master:85dc006b1a82: lavc: fix bitshifts amount bigger than the type
[03:32] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:cdbebae44440: Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'
[03:40] <cone-651> ffmpeg.git 03Vittorio Giovara 07master:2007082d2db2: mov: check ff_get_wav_header() return value
[03:40] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:4cd4a6de4f97: Merge commit '2007082d2db25f9305b8a345798b840ea7784fdb'
[03:48] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:9bb6e1175f6e: avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations
[04:34] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:0b75b6c3cd2c: avformat/mp3dec: avoid seeking to negative positions
[05:18] <cone-651> ffmpeg.git 03Michael Niedermayer 07master:4243415741e3: avcodec/mjpegdec: Support some subsampled  GBR variants
[07:27] <Timothy_Gu> Finally got Lollipop on my Nexus 7 2012
[11:54] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:ade140eb7331: libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memory
[11:54] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:98fbf8ef6737: libavcodec/libxavs: Use av_freep() avoid leaving stale pointers in memory
[11:54] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:bb5e1482992d: libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memory
[11:54] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:a54a51cc9bdd: avutil/float_dsp: add avpriv_float_dsp_alloc()
[11:54] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:4eae568a0712: doc/APIchanges: Fix some wrong versions
[13:53] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:06d27428995b: avcodec/nellymoser: Use avpriv_float_dsp_alloc()
[13:53] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:aa97223f14a1: avfilter/af_amix: Use avpriv_float_dsp_alloc()
[13:53] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:9e526213a27f: avfilter/af_volume: Use avpriv_float_dsp_alloc()
[17:46] <cone-232> ffmpeg.git 03James Almer 07master:bccae39072c4: lavf/ffmenc: fix memleak in ffm_write_header
[18:47] <cone-232> ffmpeg.git 03Vadim Kalinsky 07master:d1d390427342: avcodec/options: Set AVCodecContext->codec upon initialization.
[19:32] <llogan> should be showing up in vivid (proposed) soon https://bugs.launchpad.net/ubuntu/+bug/1393522
[20:30] <cone-232> ffmpeg.git 03Peter Hall 07master:ea79dfbad321: avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder.
[20:42] <cone-232> ffmpeg.git 03Martin Storsjö 07master:7813e6752bda: configure: Fix enabling memalign_hack automatically
[20:42] <cone-232> ffmpeg.git 03Michael Niedermayer 07master:30d3f9769ff3: Merge commit '7813e6752bdab38a5686c301e869ee71d97bce69'
[21:00] <wm4> nevcairiel: supposedly lavfsplitters has some hack to get the "correct" mkv duration (e.g. if the value in the header is wrong); what exactly does it do?
[21:00] <nevcairiel> read the last packet
[21:01] <wm4> seeing nothing about that in matroskadec_haali.c
[21:01] <nevcairiel> its in haalis parsing code
[21:01] <nevcairiel> MatroskaParser.cpp
[21:01] <wm4> thanks
[21:03] <wm4> oh dear that's weird
[21:03] <wm4> so it uses the index to seek to the last index entry, and reads all packets
[21:12] <cone-232> ffmpeg.git 03Clément BSsch 07master:6da12d46d3d7: doc/writing_filters: use a more portable sed command in the walk-through
[21:12] <cone-232> ffmpeg.git 03Clément BSsch 07master:568f1ecccf5c: doc/writing_filters: fix reference to Lenna image
[21:15] <ubitux> damn OSX and BSDs not having a -i in sed
[21:29] <cbsrobot> ubitux: tempfile or perl it is !
[21:30] <ubitux> :(
[21:54] <llogan> j-b: i just read your gsoc 10 year summary. are you going to apply again?
[21:59] <j-b> llogan: no
[21:59] <j-b> it's a waste a time
[21:59] <cone-232> ffmpeg.git 03Rodger Combs 07master:5f8fcdd4481b: dashenc: degrade gracefully if a stream's bitrate is unavailable
[21:59] <j-b> llogan: sad business...
[21:59] <llogan> i only ask because the summary seemed very positive
[22:00] <j-b> writing about the negative parts is useless...
[22:01] <j-b> so I decided to focus on the good parts
[22:02] <llogan> got a possibly broken lagarith sample on twitter if anyone wants to monkey with it https://twitter.com/cracki/status/534553384897224705
[22:04] <llogan> j-b: personally, i am done with it too
[22:04] <j-b> llogan: sadly, that's rhe right way
[22:05] <j-b> but I wanted to blog about the positive parts
[22:14] <llogan> ...the twitter guy showed up in #ffmpeg and i asked him to submit a bug report.
[00:00] --- Wed Nov 19 2014


More information about the Ffmpeg-devel-irc mailing list