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

burek burek021 at gmail.com
Sun Aug 19 02:05:02 CEST 2012


[00:55] <saste> michaleni: ping on removing mp=framestep
[05:06] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r7e49474aa0 10ffmpeg/libavformat/ffmenc.c: 
[05:06] <CIA-40> ffmpeg: ffmenc: switch to av_assert
[05:06] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[05:06] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * rb5abebe164 10ffmpeg/libavcodec/acelp_filters.c: 
[05:06] <CIA-40> ffmpeg: acelp_filters: switch to avassert
[05:06] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[09:15] <gurusinghbrar> hi all 
[09:15] <gurusinghbrar> help me pls
[09:16] <gurusinghbrar> when i am compiling ffmpeg with nonfree it give me error. i use this command "./configure --enable-libfdk-aac --enable-gpl --enable-version3 --enable-nonfree --enable-w32threads --enable-memalign-hack" and error is "ERROR: libfdk_aac not found"
[10:03] <CIA-40> ffmpeg: 03Nicolas George 07master * r9467f4eb5d 10ffmpeg/libavcodec/tscc.c: 
[10:03] <CIA-40> ffmpeg: lavc/tscc: use reget_buffer.
[10:03] <CIA-40> ffmpeg: The previous code would release the buffer and get it
[10:03] <CIA-40> ffmpeg: immediately after, assuming the contents is the same.
[10:55] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r8e2cf68d09 10ffmpeg/doc/Makefile: 
[10:55] <CIA-40> ffmpeg: doc/Makefile: add doc target, as an alias for "documentation"
[10:55] <CIA-40> ffmpeg: Consistent with --enable-doc, and easier to type.
[10:55] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * ra77436abad 10ffmpeg/libavfilter/vf_lut.c: 
[10:55] <CIA-40> ffmpeg: lavfi/lut: duplicate class definitions for each lut variant filter
[10:55] <CIA-40> ffmpeg: This is due to the design of components iteration through AVClass
[10:55] <CIA-40> ffmpeg: child_class_next() callback, which requires that two components cannot
[10:55] <CIA-40> ffmpeg: share the same class.
[10:55] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r831a999dda 10ffmpeg/libavfilter/src_movie.c: 
[10:55] <CIA-40> ffmpeg: lavfi/movie: split class definitions for movie and amovie
[10:55] <CIA-40> ffmpeg: This is required for iterating through the filter class (without
[10:55] <CIA-40> ffmpeg: incurring into a loop).
[10:55] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r42d621d131 10ffmpeg/libavfilter/ (30 files): 
[10:55] <CIA-40> ffmpeg: lavfi: add priv class to filter definitions and flags to filter internal options
[11:02] <ubitux> yepee filter options visible \o/
[11:06] <ubitux> saste: the help would merit some rework imo
[11:06] <ubitux> like removing the '-'
[11:07] <ubitux> and adding padding (%-14s instead of %-7s for the opt type)
[11:07] <saste> ubitux: already posted a patch for that
[11:08] <ubitux> heh ok :)
[11:08] <ubitux> missed that :p
[11:08] <saste> [PATCH] lavu/opt: misc cosmetics/alignment fixes in opt_list()
[11:09] <saste> ubitux: and since it the output is growing insanely, we may provide some facilities
[11:09] <saste> like ffmpeg -help filters
[11:09] <saste> like ffmpeg -help codecs
[11:09] <saste> etc. etc.
[11:11] <ubitux> may i suggest a small nit?
[11:11] <ubitux> for the two first diff chunk, why not "    " and "  " as initial padding?
[11:11] <ubitux> so the context of the option shows up a bit more
[11:12] <ubitux> http://pastie.org/4543155
[11:12] <ubitux> anyway, lgtm
[11:13] <ubitux> maybe some more padding as well
[11:14] <ubitux> example:
[11:14] <ubitux>   segment_time      <string>     E..... set segment duration
[11:14] <ubitux>   segment_time_delta <string>     E..... set approximation value used for the segment times
[11:15] <saste> ubitux: I'm ok with that as well, but feel free to update my own patch
[11:16] <ubitux> lazyness caught me
[11:17] <ubitux> about the "-help blah", can we really have "-help" and "-help arg"?
[11:17] <saste> ubitux: it's somehow an hack
[11:17] <saste> but should be harmless
[11:17] <saste> indeed we usually ignore the argument following -h/-help
[11:18] <saste> but that may require some cmdutils changes on the other hand...
[11:19] <ubitux> i wonder if following x264 idea wouldn't be good btw
[11:19] <ubitux> -help would just show the main options
[11:19] <ubitux> and -fullhelp would give the extended version
[11:19] <ubitux> eventually customizable with -fullhelp <blah>
[11:22] <saste> ubitux: that would be blood shower
[11:22] <saste> who's going to add fullhelp to all the options?
[11:23] <saste> and... we should document better the global codec options
[11:23] <saste> possibly in a separate file
[11:23] <jesk> guys, will transcode DVD to MP4 but it's yet not 1080p. Because (my) TV and AVR is upscaling everything which is not 1080p, doesn't make it sense to give this work to ffmpeg if I have to transcode anyway, shouldn't ffmpeg be capable to give better results then the realtime upscaler of the TV/AVR? What do you guys think (very likely that this question is kinda noobish)? :-D
[11:24] <saste> jesk: -> #ffmpeg
[11:25] <ubitux> 11:22:41 <@saste> who's going to add fullhelp to all the options? // huh? i mean printing only the "Main option" section with -help with a message "For full options list, use -fullhelp xxx"
[11:25] <jesk> okok, just fear the silence there :-)
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r63f57f8530 10ffmpeg/libavformat/avio.h: lavf/avio.h: doxygen avio_flush()
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r725213545d 10ffmpeg/libavformat/ (avio.h aviobuf.c version.h): 
[11:30] <CIA-40> ffmpeg: lavf/avio: flush internal buffer when calling avio_close()
[11:30] <CIA-40> ffmpeg: This seems the expected behavior.
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * rb89e00bd1c 10ffmpeg/libavformat/segment.c: lavf/segment: move file description to @file doxy
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * rd3a2a614bf 10ffmpeg/libavformat/segment.c: 
[11:30] <CIA-40> ffmpeg: lavf/segment: fix bogus segment index rewrapping logic
[11:30] <CIA-40> ffmpeg: Decouple segment index wrapping and segment count logic. The counter
[11:30] <CIA-40> ffmpeg: should not be reset since it detects the segment increasing timeframe.
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r769500c2a3 10ffmpeg/libavformat/segment.c: 
[11:30] <CIA-40> ffmpeg: lavf/segment: create segment_list_open and close functions
[11:30] <CIA-40> ffmpeg: Allow factorization for the incoming patches, and avoid code/logic
[11:30] <CIA-40> ffmpeg: duplication.
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r4a12d1e8e7 10ffmpeg/libavformat/segment.c: 
[11:30] <CIA-40> ffmpeg: lavf/segment: compute max list segment duration
[11:30] <CIA-40> ffmpeg: This is useful for the M3U8 format incoming patch.
[11:30] <ubitux> yay @_@
[11:30] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * re5ae2f9126 10ffmpeg/ (doc/muxers.texi libavformat/segment.c libavformat/version.h): 
[11:30] <CIA-40> ffmpeg: lavf/segment: add M3U8 list support
[11:30] <CIA-40> ffmpeg: Address trac ticket #1642.
[11:30] <saste> ubitux: maybe you're interested in reviewing the other segment patches
[11:31] <ubitux> i don't really know that code
[11:31] <ubitux> almost never looked at it
[11:32] <saste> the patches are mostly concerned with the high level behavior, and are trivial from the code POV
[11:32] <saste> lavf/segment: guess list type from list filename suffix
[11:32] <saste> lavf/segment: change default value for segment_list_size option, from 5 to 0
[11:32] <saste> doc/muxers: simplify segment examples
[11:32] <saste> lavf/segment: deprecate "ext" format in favor of "csv"
[11:46] <ubitux> saste: done
[11:47] <saste> ubitux: thanks
[12:16] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r7cd5fa35fe 10ffmpeg/libavfilter/ (version.h vsrc_testsrc.c): lavfi/testsrc: set output framerate
[12:16] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r48d116400c 10ffmpeg/ (6 files in 3 dirs): 
[12:16] <CIA-40> ffmpeg: lavfi: add framestep filter
[12:16] <CIA-40> ffmpeg: This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele
[12:16] <CIA-40> ffmpeg: Forghieri.
[12:16] <CIA-40> ffmpeg: Only-keyframe output is not supported, since that feature can be achieved
[12:16] <CIA-40> ffmpeg: through the more versatile select filter.
[12:16] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * rdc7e4d685f 10ffmpeg/ (5 files in 3 dirs): 
[12:16] <CIA-40> ffmpeg: lavfi/mp: remove framestep wrapped filter
[12:16] <CIA-40> ffmpeg: An equivalent framestep filter has been natively integrated.
[12:46] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r1c522e3868 10ffmpeg/ (doc/muxers.texi libavformat/segment.c libavformat/version.h): lavf/segment: guess list type from list filename suffix
[12:46] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r2d31ae2921 10ffmpeg/ (doc/muxers.texi libavformat/segment.c libavformat/version.h): 
[12:46] <CIA-40> ffmpeg: lavf/segment: change default value for segment_list_size option, from 5 to 0
[12:46] <CIA-40> ffmpeg: This is technically a major compatibility break, but seems the most
[12:46] <CIA-40> ffmpeg: natural default and what users would expect without reading the docs.
[12:46] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * r69fc2489c4 10ffmpeg/doc/muxers.texi: 
[12:46] <CIA-40> ffmpeg: doc/muxers: simplify segment examples
[12:46] <CIA-40> ffmpeg: The simplifications are due to the recent option changes.
[12:47] <saste> who'll break my combo?
[13:00] <ubitux> :)
[15:26] <CIA-40> ffmpeg: 03Martin Storsjö 07master * rca00a7e809 10ffmpeg/libavcodec/amrwbdec.c: 
[15:26] <CIA-40> ffmpeg: amrwbdec: Decode the fr_quality bit properly
[15:26] <CIA-40> ffmpeg: The way this bit is decoded was accidentally flipped in b70feb405,
[15:26] <CIA-40> ffmpeg: leading to warnings "Encountered a bad or corrupted frame" for each
[15:26] <CIA-40> ffmpeg: decoded frame.
[15:26] <CIA-40> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[15:26] <CIA-40> ffmpeg: 03Jordi Ortiz 07master * rd6b9da1178 10ffmpeg/libavformat/ (avio.c rtpproto.c url.h): 
[15:26] <CIA-40> ffmpeg: avio: add (ff)url_get_multi_file_handle() for getting more than one fd
[15:26] <CIA-40> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[15:26] <CIA-40> ffmpeg: 03Uoti Urpala 07master * r2e8f3cbcda 10ffmpeg/libavcodec/h264.c: 
[15:26] <CIA-40> ffmpeg: h264: vdpau: fix crash with unsupported colorspace
[15:26] <CIA-40> ffmpeg: The h264_vdpau decoder crashed if output colorspace was not 8-bit 420.
[15:26] <CIA-40> ffmpeg: Add a check to error out instead (current hardware does not support
[15:26] <CIA-40> ffmpeg: other colorspaces, so successful decoding is not possible).
[15:26] <CIA-40> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[15:26] <CIA-40> ffmpeg: 03Jordi Ortiz 07master * re7993ece9b 10ffmpeg/libavformat/rtsp.c: 
[15:26] <CIA-40> ffmpeg: rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_handle()
[15:26] <CIA-40> ffmpeg: Signed-off-by: Martin Storsjö <martin at martin.st>
[15:26] <CIA-40> ffmpeg: 03Jordi Ortiz 07master * ra2dd4f7780 10ffmpeg/libavformat/ (rtpdec.h rtpproto.c): 
[15:26] <CIA-40> ffmpeg: rtp: remove ff_rtp_get_rtcp_file_handle().
[15:27] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r15c71dfd03 10ffmpeg/libavformat/ (swf.c swfdec.c): swf(dec): replace CODEC_ID with AV_CODEC_ID
[15:27] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r3c0df90584 10ffmpeg/ (Changelog avconv.c avconv.h avconv_opt.c doc/avconv.texi): avconv: make -shortest a per-output file option.
[15:27] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r91e59fea30 10ffmpeg/libavcodec/ (avcodec.h codec_desc.c): lavc: add avcodec_descriptor_get_by_name().
[15:27] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r7c10194996 10ffmpeg/ (4 files in 2 dirs): 
[15:27] <CIA-40> ffmpeg: cmdutils: refactor -codecs option.
[15:27] <CIA-40> ffmpeg: Make it print a list of AVCodecDescriptors.
[15:27] <CIA-40> ffmpeg: Add new -decoders and -encoders options that print lists of decoders and
[15:27] <CIA-40> ffmpeg: encoders respectively.
[15:27] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r7f9aaa499b 10ffmpeg/libavcodec/mpegvideo_enc.c: mpegvideo_enc: don't use deprecated avcodec_encode_video().
[15:28] <CIA-40> ffmpeg: 03Anton Khirnov 07master * r0a0f19b577 10ffmpeg/libavcodec/ (avcodec.h options.c utils.c): lavc: add const to AVCodec* function parameters.
[15:28] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r6c180b35c4 10ffmpeg/: (log message trimmed)
[15:28] <CIA-40> ffmpeg: Merge remote-tracking branch 'qatar/master'
[15:28] <CIA-40> ffmpeg: * qatar/master:
[15:28] <CIA-40> ffmpeg:  mpegvideo_enc: don't use deprecated avcodec_encode_video().
[15:28] <CIA-40> ffmpeg:  cmdutils: refactor -codecs option.
[15:28] <CIA-40> ffmpeg:  avconv: make -shortest a per-output file option.
[15:28] <CIA-40> ffmpeg:  lavc: add avcodec_descriptor_get_by_name().
[17:12] <CIA-40> ffmpeg: 03Uoti Urpala 07master * re70730045a 10ffmpeg/libavcodec/h264.c: 
[17:12] <CIA-40> ffmpeg: h264: vdpau: fix crash with unsupported colorspace
[17:12] <CIA-40> ffmpeg: The h264_vdpau decoder crashed if output colorspace was not 8-bit 420.
[17:12] <CIA-40> ffmpeg: Add a check to error out instead (current hardware does not support
[17:12] <CIA-40> ffmpeg: other colorspaces, so successful decoding is not possible).
[17:12] <CIA-40> ffmpeg: Check implemented at a different place by michael, thus blame for bugs goes to michael
[17:12] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[17:12] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r7f46f042d1 10ffmpeg/libavfilter/Makefile: 
[17:13] <CIA-40> ffmpeg: buildsys: fix cleaning of libmpcodecs
[17:13] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[18:03] <CIA-40> ffmpeg: 03Nicolas George 07master * r92b8c9d89e 10ffmpeg/libavformat/au.c: 
[18:03] <CIA-40> ffmpeg: lavf/au: check bits per coded sample.
[18:03] <CIA-40> ffmpeg: Without that, it would repeatedly produce empty packets
[18:03] <CIA-40> ffmpeg: if the codec if forced to something invalid.
[18:03] <CIA-40> ffmpeg: Fix trac ticket #1652.
[19:24] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r28ff17fa97 10ffmpeg/libavformat/ (avformat.h options_table.h utils.c): 
[19:24] <CIA-40> ffmpeg: lavf: add use_wallclock_as_timestamps
[19:24] <CIA-40> ffmpeg: This may fix Ticket730
[19:24] <CIA-40> ffmpeg: Reviewed-by: Nicolas George <nicolas.george at normalesup.org>
[19:24] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[21:30] <Compn> huh
[21:31] <Compn> perian is quitting ?
[21:31] <Compn> that was a mediums size downstream project 
[21:31] <Compn> aka ffmpeg for quicktime
[21:31] <Compn> like ffdshow , but for mac
[21:31] <Daemon404> we dont say that word here
[21:31] <Daemon404> shame on you
[21:32] <Compn> which word ?
[21:32] <Daemon404> the ffd word
[21:32] <Daemon404> it is evil and shall not be spoken
[21:32] <Compn> whats wrong with that 
[21:32] <Daemon404> its possibly the worst codebase ive hadt eh displeasure of working with
[21:32] <Compn> everyone says its evil
[21:32] <Compn> whats the new rewrite going to be named ?
[21:32] <Daemon404> lav filters
[21:32] <Daemon404> wel lestablished
[21:32] <Daemon404> say hi to nevcairiel 
[21:32] <Daemon404> he wrote it
[21:33] <kierank> Daemon404: you missed the flames clsid and I had
[21:33] <Daemon404> kierank, was clsid being his usual retarded self
[21:33] <Compn> i heard of lav thing  , whats the new website ?
[21:33] <Daemon404> http://code.google.com/p/lavfilters/
[21:33] <Compn> i should have asked google before asking here ... ;\
[21:35] <Compn> does lav filters (kind of annoying name vs libavfilter) do the vfw interface for virtualdub ?
[21:35] <Daemon404> no
[21:35] <Daemon404> and it shouldnt.
[21:35] <Compn> bah
[21:36] <Daemon404> >using virtual dub + ffdshow vfw in 2012
[21:36] <Daemon404> virtualsub*
[21:36] <Daemon404> damn typos.
[21:36] <Compn> >upgrading to newer versions of windows
[21:36] <Daemon404> ?
[21:37] <Compn> i like vfw damnit!
[21:37] <Compn> ehe
[21:37] <Daemon404> im afriad you wont find much support for that sentiment...
[21:37] <Compn> crashes graphedit
[21:38] <Compn> ehe
[21:38] Action: Daemon404 uses graphstudio
[21:38] <Daemon404> for the 1 time a year i have to check pin info
[21:38] <Compn> i just reading forum, its not big deal
[21:38] <Compn> just funny
[21:39] <Daemon404> lul
[21:39] <Compn> i havent tested dshow stuff in newer windows, i remember it sucking for years tho
[21:39] <Compn> thought they were abandoning dshow too
[21:39] <Daemon404> lol no they arent
[21:39] <Compn> going for VCR or VRM or something 
[21:39] <JEEB> dshow's only problem is that it really didn't get adopted in the scenarios VFW was used for in editors etc.
[21:40] <Daemon404> there's mediafoundation
[21:40] <JEEB> MF is the next
[21:40] <JEEB> yeah
[21:40] <Daemon404> but lol noone uses that
[21:40] <Compn> ah
[21:40] <Compn> watch microsoft kill off dshow :P
[21:40] <Daemon404> they cant yet
[21:40] <Daemon404> too much shit relies on it
[21:40] <Daemon404> i hear vfw might get killed post-win8
[21:41] <Daemon404> like 20+ years later
[21:42] <Daemon404> ive also convinced myself, that as far as foss multimedia on windows goes only vlc and lav are sane
[21:42] <Daemon404> every other dev is on drugs of some sort or just dumb
[21:42] <Daemon404> or ive not heard of them.
[21:42] <Compn> mplayer win32 port is pretty nice
[21:42] <Compn> :P
[21:43] <Daemon404> i prefer to have a gui
[21:43] <Compn> >uses gui to play videos
[21:43] <Compn> :p
[21:43] Action: Compn trolling
[21:44] <Daemon404> did ffmpeg get opus support pushed?
[21:44] <Daemon404> (via libopus)
[21:45] <Compn> check the changel... oh wait :P
[21:45] Action: Compn checks gitlog
[21:45] <Daemon404> ;p
[21:45] <Daemon404> http://git.1f0.de/gitweb?p=ffmpeg.git;a=commit;h=9fbf9ba104218d4aabbe2444a6868e9b2148e18d <-- nevcairiel, i worked around this in ffms2
[21:45] <Daemon404> since it deifnitely broke e.g. Haali's code
[21:45] <Compn> https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2012-July/052728.html
[21:46] <Compn> Daemon404 : ^ 
[21:46] <Daemon404> ah.
[21:46] <Daemon404> excellent.
[21:47] <Compn> of course
[21:47] <Compn> that change _is_ in the changelog
[21:47] <Daemon404> http://code.google.com/p/ffmpegsource/source/detail?r=703 @ nevcairiel 
[21:47] <Compn> :\
[21:47] <Daemon404> kind of ugly
[21:47] <Compn> oh man, av_codec_id nonsense
[21:48] <Daemon404> it was a pain to fix properly
[21:48] <Daemon404> "properly"
[21:48] <Compn> did anyone ask libav whyyyyyyyy
[21:48] <Compn> :P
[21:48] <kierank> removal of common.h broke some stuff for me
[21:48] <Daemon404> i already bikeshedded about it
[21:48] <Compn> howd it go Daemon404 ?
[21:49] <Daemon404> well it got committed
[21:49] <Daemon404> as you see
[21:49] <Daemon404> "Dont use CodecID on your own code"
[21:49] <Daemon404> <_<
[21:49] <Daemon404> (haali's parser uses CodecID as a struct memeber name)
[22:04] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r9018f8c328 10ffmpeg/libavcodec/elbg.c: 
[22:04] <CIA-40> ffmpeg: elbg: fix assert
[22:04] <CIA-40> ffmpeg: It seems the condition was flipped from what was intended
[22:04] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:04] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * ra21f65b55e 10ffmpeg/libavcodec/elbg.c: 
[22:04] <CIA-40> ffmpeg: elbg: switch to av_assert
[22:04] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[22:09] <ubitux> michaelni: are you the maintainer of the kfreebsd boxes?
[22:10] <ubitux> this is green but all the tests don't pass: http://fate.ffmpeg.org/log.cgi?time=20120818200255&log=test&slot=x86_32-debian-kfreebsd-gcc-4.3 ("libavcodec/golomb-test.o: file not recognized: File format not recognized" etc)
[22:15] <michaelni> ubitux, do you have an idea why its failing  that way ?
[22:19] Action: michaelni deletes .ccache on kfreebsd, maybe it got corrupted
[22:20] <Daemon404> ccache is generally nothing but trouble
[22:20] <Daemon404> for very small speedub
[22:20] <Daemon404> or a giant wasted cache dir
[22:21] <Compn> wheres your benchmarks Daemon404 ?
[22:22] <Compn> >stating opinion as fact
[22:22] <Daemon404> not stating as fact
[22:22] <Daemon404> just my experience
[22:22] <Daemon404> i used ccache integrated with oe-core / poky / wrlinux
[22:24] <ubitux> michaelni: maybe cached .o in 64-bit or something
[22:30] <Daemon404> out of curiosity: who from ffmpeg is going to be at VDD?
[22:35] Action: ubitux 
[22:36] <ubitux> i don't think i'll stay long though
[22:36] <Daemon404> oic
[22:36] <ubitux> i'll hide myself in a corner with my laptop and wait for incredible events
[22:37] <ubitux> i hope there will be some talks like last year so it won't be boring
[22:37] Action: Daemon404 hears kostay might given an RE talk
[22:37] <Daemon404> kostya*
[22:37] <ubitux> oh that would be great
[22:41] Action: kierank is giving a talk
[22:41] <ubitux> yay :)
[22:42] <kierank> a short one though
[22:42] <kierank> and i need to write it
[22:42] <ubitux> can you spoil a bit what fun it will be about?
[22:42] <kierank> x262
[22:42] <ubitux> ok :)
[22:43] <kierank> jason wrote his the night before
[22:45] <Daemon404> mashiat said i should give one, but a) i dont think it's relevant b) i hate giving talks
[22:45] <saste> ubitux: math.h is included through libavutil/mathematics.h
[22:45] <ubitux> saste: oh, ok :)
[22:45] <saste> and make checkheaders fails here on codec_names.h
[22:49] <CIA-40> ffmpeg: 03Stefano Sabatini 07master * re35c0ee05c 10ffmpeg/libavformat/segment.c: 
[22:49] <CIA-40> ffmpeg: lavf/segment: fix computation of M3U8 segment target duration
[22:49] <CIA-40> ffmpeg: Use ceil on the max duration, rather than approximating it to the nearest
[22:49] <CIA-40> ffmpeg: integer.
[22:52] Action: saste is going to close #1642 for the second time
[22:52] <ubitux> :)
[22:53] <saste> omg  HLS for live (RTMP) transcoding
[22:53] <saste> is that real??
[22:54] <ubitux> T_T
[22:54] Action: Daemon404 has been using wowza to multiplex ffmpeg output itno various forms liek HLS
[23:11] <nevcairiel> Daemon404: since that terrible define is temporary anyway, i decided to rather remove it right away
[23:11] <nevcairiel> it was one of the ugliest ways that problem could've been solved
[23:12] <Daemon404> 'temporary'
[23:12] <nevcairiel> but they wouldnt listen
[23:12] <Daemon404> for a year+
[23:12] <Daemon404> likely
[23:12] <Daemon404> nevcairiel, you saw me argue against it
[23:12] <Daemon404> i failed
[23:12] <Daemon404> nevcairiel, well it needed that in ffms2 anyway
[23:12] <Daemon404> for proper backwards compatability support
[23:56] <CIA-40> ffmpeg: 03Michael Niedermayer 07master * r0de4918f32 10ffmpeg/libavcodec/rawdec.c: 
[23:56] <CIA-40> ffmpeg: rawdec: support AVRn 1:1 raw interlaced mode
[23:56] <CIA-40> ffmpeg: Fixes Ticket971
[23:56] <CIA-40> ffmpeg: Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
[00:00] --- Sun Aug 19 2012


More information about the Ffmpeg-devel-irc mailing list