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

burek burek021 at gmail.com
Mon Nov 12 02:05:02 CET 2012


[02:29] <cone-856> ffmpeg.git 03Michael Niedermayer 071f41cffe1e3e: mjpegdec: check SE.
[02:29] <cone-856> ffmpeg.git 03Michael Niedermayer 07c2ca0163affa: matroskadec: check h in generic rm packet shuffler
[02:29] <cone-856> ffmpeg.git 03Michael Niedermayer 07d7da4d47a684: mxfdec: avoid double free and leaks.
[02:57] <cone-856> ffmpeg.git 03Michael Niedermayer 07a39d36146a40: h264_refs: Print default in case we are missing a reference.
[02:57] <cone-856> ffmpeg.git 03Michael Niedermayer 07991f6bf93dc8: h264: Support SMV2
[04:02] <cone-856> ffmpeg.git 03Michael Niedermayer 07dca2fa10d370: diracdec: fix edge emulation check, fixes out of array reads
[04:02] <cone-856> ffmpeg.git 03Michael Niedermayer 077dab48bb73ab: diracdec: allocate enough space for blocks
[09:41] <ubitux> michaelni: 2c34367b4a17856584b3e8b64cefa1900342ebcd is causing sigsegv if i stop in the middle of an encoding
[09:44] <ubitux> actually, not only if i stop in the middle, at the end of the process too
[09:44] <ubitux> but only in some certain circomstances
[09:46] <ubitux> on a side note&
[09:46] Action: ubitux is always amazed by the high a/v desync with codec copy :D
[10:04] <durandal_1707> michaelni: why are there dupe channel checks for pcm? In init and in decode_frame.
[10:15] <ubitux> michaelni: i can provide a sample if necessary
[10:48] <cone-975> ffmpeg.git 03Paul B Mahol 072a374f06c441: targa: return more meaningful error codes
[11:10] <cone-975> ffmpeg.git 03Paul B Mahol 07c1947015b2ee: smackaud: return meaningful error codes
[11:18] <cone-975> ffmpeg.git 03Stefano Sabatini 07598546e1df9f: doc: add libavutil.texi
[11:18] <cone-975> ffmpeg.git 03Stefano Sabatini 07514910fb2d3b: doc: add libavfilter.texi
[12:07] <michaelni> ubitux, please provide a sample
[12:15] <michaelni> about AV desync, which ticket is that ?
[12:18] <ubitux> PV for the sample
[12:20] <ubitux> about the a/v desync, with the sample i gave you, try ffmpeg -i in.mkv -ss 00:19:06.500 -t 3 -c copy -y out.mkv
[12:20] <ubitux> i think i opened an issue for this
[12:21] <ubitux> a while ago
[12:23] <ubitux> similar to #1180
[12:24] <ubitux> -fflags +genpts doesn't help
[12:28] <cone-975> ffmpeg.git 03Diego Biurrun 076cd796049dc0: x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
[12:28] <cone-975> ffmpeg.git 03Michael Niedermayer 07bec37935ec28: Merge remote-tracking branch 'qatar/master'
[12:57] <cone-975> ffmpeg.git 03Michael Niedermayer 07def8588fb588: dwt_yasm/vertical_compose: fix width witdth argument.
[12:57] <cone-975> ffmpeg.git 03Michael Niedermayer 07039f4ff4c2f8: h264: 2nd try at getting sm2v working
[12:57] <cone-975> ffmpeg.git 03Peter Ross 07d168fcb68f2b: electronicarts: use av_log_ask_for_sample
[12:57] <cone-975> ffmpeg.git 03Peter Ross 076f78ba8b0b40: electronic arts: support rare samples containing adpcm_ea_r1 audio
[14:07] <cone-975> ffmpeg.git 03Stefano Sabatini 07c0aff4064d39: doc/Makefile: generate library headers with the correct section number
[16:31] Action: jonwil wonders if writing an encoder for ea_xas_adpcm is something a newbie could tackle...
[16:32] <jonwil> I have a need for such an encoder and none exists that I can use :(
[16:44] <cone-975> ffmpeg.git 03Michael Niedermayer 070a4087b8930d: diracdec: Use only one frame per reference
[16:45] <cone-975> ffmpeg.git 03Michael Niedermayer 078c4145343d39: libvorbisdec: dont try to update an empty que
[17:29] <ubitux> michaelni: btw, is the word "que" a slang/joke word for "queue"? :p
[18:22] <cone-975> ffmpeg.git 03Michael Niedermayer 073ba58433e17c: diracdec: check wavelet depth, prevent out of array read.
[18:22] <cone-975> ffmpeg.git 03Michael Niedermayer 0744c23aa1b85d: zmbvdec: check decompression buffer size.
[18:22] <cone-975> ffmpeg.git 03Michael Niedermayer 07f1d6f013b207: omadec: fix len check in nprobe() prevent out of array access
[18:56] <cone-975> ffmpeg.git 03Michael Niedermayer 07192db16b9c20: segafilm: fix division by 0
[18:56] <cone-975> ffmpeg.git 03Michael Niedermayer 07b7b7e2348c07: msmpeg4dec: check w/h, prevent assert failure later
[21:31] <cone-975> ffmpeg.git 03Michael Niedermayer 0726452e24ed1a: snow: fix edge emu switch
[21:31] <cone-975> ffmpeg.git 03Michael Niedermayer 077faa17764ad8: dsicinav: update bitmap_frame_size, avoid out of array reads.
[21:31] <cone-975> ffmpeg.git 03Michael Niedermayer 07c871244306f9: proresdec: check input size before reading qmats, prevent overreading.
[21:31] <cone-975> ffmpeg.git 03Michael Niedermayer 075aedee4facb2: gxf: avoid null ptr deref without streams.
[21:43] <burek> does ffmpeg support outputting 24bit Huffyuv ?
[21:44] <burek> if someone knows the answer, please answer here, and I'll answer back to the guy on the forum
[21:44] <burek> or if you like you can answer him directly: http://ffmpeg.gusari.org/viewtopic.php?p=1165
[21:46] <ubitux> ffmpeg -help encoder=huffyuv ’ Supported pixel formats: yuv422p rgb24 bgra
[21:46] <ubitux> not sure if that answer your question
[22:03] <ubitux> beastd: why didn't you use AVBPrint? :)
[22:05] <beastd> ubitux: heh, the core problem was IMHO something else :)
[22:05] <ubitux> ok :)
[22:06] <beastd> need to live now. see you
[22:45] <cone-975> ffmpeg.git 03Clément BSsch 07aa5a02909132: lavfi/tile: allow named arguments.
[22:45] <cone-975> ffmpeg.git 03Clément BSsch 07ecfaff350ff4: lavfi/tile: add margin and padding options.
[22:45] <cone-975> ffmpeg.git 03Clément BSsch 074a90e7124de0: lavfi/tile: add nb_frames option.
[22:45] <cone-975> ffmpeg.git 03Clément BSsch 0775820120588b: lavfi/tile: extend shorthand parameters.
[22:45] <cone-975> ffmpeg.git 03Clément BSsch 0711ed12c256b6: doc/filters: complete tile documentation.
[22:46] <cone-975> ffmpeg.git 03Clément BSsch 07a8afb0830e76: fate/lavfi: increase vf tile coverage.
[22:46] <cone-975> ffmpeg.git 03Clément BSsch 0784aed3faf091: lavfi: remove mp=tile filter.
[22:55] <cone-975> ffmpeg.git 03Clément BSsch 072b3597f0d165: lavfi: remove mp=fixpts filter.
[22:57] <ubitux> "Looks like we will need per-channel metadata, yay!"
[22:57] <ubitux> oh no~
[22:59] <ubitux> 35 filters left mmh.
[23:00] <cone-975> ffmpeg.git 03Clément BSsch 073704804c8f84: lavf/assenc: add non strict ts flag.
[23:04] <ubitux> oh, almost forget geq.
[23:04] <ubitux> soon 34 then.
[23:10] <ubitux> saste: http://pastie.org/5362570  do these warnings make sense to you?
[23:16] <cone-975> ffmpeg.git 03Clément BSsch 078eecbaf5e406: lavfi: add geq filter.
[23:21] <cone-975> ffmpeg.git 03Clément BSsch 073a7f00810c26: lavfi: remove mp=geq filter.
[00:00] --- Mon Nov 12 2012


More information about the Ffmpeg-devel-irc mailing list