Mathieu Duponchelle

Results 22 issues of Mathieu Duponchelle

Hey, I was wondering if the effort / doability of extending this library to facilitate trick mode playback as specified by https://www.onvif.org/specs/stream/ONVIF-Streaming-Spec.pdf has ever been evaluated? Thanks for the library...

question

Reference discussion: https://github.com/jgm/cmark/issues/100 I just rebased the branch on master and tested it, make passes with no new warnings all along the branch, valgrinding a table test shows no leaks....

I really like having direct, informal discussions on IRC to discuss things like implementation details / alternate design ideas that tend to clutter up and confuse issues, I've joined `#libcmark`...

There you go, three commits: 1. The source map code, which generation is now conditional to the SOURCEPOS option, when not enabled make bench results are identical to the results...

I am currently evaluating the usefulness of cmark as an indentation / formatting tool. The width parameter makes cmark already quite suitable, though I would remove all soft breaks and...

for example I have these three folders in my j database : /home/meh/devel/pitivi-git/gst-plugins-bad /home/meh/devel/pitivi-git/gst-plugins-bad/gst-libs/gst/base /home/meh/devel/pitivi-git/gst-plugins-bad/gst/mpegtsdemux When I type bad and autocomplete, I can see the expected behaviour, but what would...

I have successfully built and installed libmesh now (thanks @bpowers btw), and it appears to work as expected: ```  meh  ~  1  MALLOCSTATS=1 LD_PRELOAD=/usr/lib/libmesh.so git status fatal:...

Fixes #59 * pop_on mode requires incrementing the frame timestamp until end_of_caption is encountered. * caption_frame_decode now always updates the timestamp of the frame when the timestamp parameter != -1....

First off, thanks for this library :) [gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/) uses libcaption and has a [test scc file](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/blob/master/gst-plugin-closedcaption/tests/dn2018-1217.scc) for unit testing purposes. It applies to , and I find that both the...