]> git.sesse.net Git - nageru/shortlog
nageru
2016-01-08 Steinar H.... If we have waiting B-frames at the end of the encode...
2016-01-07 Steinar H.... More H.264 shutdown fixes.
2016-01-07 Steinar H.... Rename copy_thread to encode_thread.
2016-01-07 Steinar H.... Make sure no frames are lost in storage on shutdown.
2016-01-07 Steinar H.... Remove a useless int return.
2016-01-07 Steinar H.... Make current_IDR_display non-global.
2016-01-07 Steinar H.... Make current_frame_display non-global.
2016-01-07 Steinar H.... Make current_frame_type non-global.
2016-01-07 Steinar H.... Make current_frame_encoding non-global.
2016-01-07 Steinar H.... Small refactoring in H264Encoder::copy_thread_func().
2016-01-06 Steinar H.... Remove more std:: instances.
2016-01-05 Steinar H.... Clean up resources in the global ResourcePool on exit...
2016-01-02 Steinar H.... Fix an issue where we could get remap warnings and...
2016-01-02 Steinar H.... Do value massaging for interlaced signals right at...
2015-12-31 Steinar H.... Only load images once; add a cache.
2015-12-30 Steinar H.... Make side-by-side handle other inputs than 1280x720.
2015-12-30 Steinar H.... Update bmusb.
2015-12-30 Steinar H.... Also show the frame rate.
2015-12-30 Steinar H.... Ease debugging of new video modes a bit.
2015-12-30 Steinar H.... Show the current resolution next to the inputs.
2015-12-30 Steinar H.... Fix a typo.
2015-12-24 Steinar H.... Do not compile the non-HQ fade chains, since we do...
2015-12-24 Steinar H.... Use the shared resource pool everywhere.
2015-12-24 Steinar H.... Add rescaling variants to all the chains in the theme.
2015-12-24 Steinar H.... Make a Lua function for enumerating the cartesian produ...
2015-12-24 Steinar H.... Refactor the fade chain generation a bit.
2015-12-23 Steinar H.... Refactor the SBS chain generation a bit.
2015-12-23 Steinar H.... Transparently send signals through a deinterlacer as...
2015-12-23 Steinar H.... Shorten white_balance_effect in the Lua code.
2015-12-23 Steinar H.... Make a metadata-only version of InputState to be sent...
2015-12-23 Steinar H.... Do signal mapping in get_width/get_height.
2015-12-23 Steinar H.... Unify video-to-video and video-to-picture fade chains.
2015-12-23 Steinar H.... Redo get_width/get_height to not work on a LiveInputWra...
2015-12-23 Steinar H.... Add some maybe-helpful comments.
2015-12-22 Steinar H.... Expose width and height information to Lua during get_c...
2015-12-22 Steinar H.... Remove unused member.
2015-12-22 Steinar H.... Small helpful comment.
2015-12-22 Steinar H.... Some comment fixes about frame history.
2015-12-22 Steinar H.... Whitespace fix.
2015-12-21 Steinar H.... Change history length to 5, as Movit ends up using...
2015-12-21 Steinar H.... Update the commented-out phase timing code for some...
2015-12-15 Steinar H.... Switch to memory barriers, now that Mesa 11.1 has them...
2015-12-13 Steinar H.... Deal with a Movit change.
2015-11-23 Steinar H.... Redo frame buffering again.
2015-11-22 Steinar H.... Remove another unused member variable.
2015-11-22 Steinar H.... Remove an unused member variable.
2015-11-22 Steinar H.... Fix a race on the r128 object.
2015-11-22 Steinar H.... Fix another uninitialized sound data issue.
2015-11-22 Steinar H.... Fix a small memory leak in GLWidget.
2015-11-22 Steinar H.... Fix an off-by-two that could lead to undefined samples...
2015-11-22 Steinar H.... A small #include fix.
2015-11-22 Steinar H.... Send on the interlaced flag properly.
2015-11-22 Steinar H.... Remove an unused variable.
2015-11-22 Steinar H.... Rework signal connection in preparations for deinterlacing.
2015-11-22 Steinar H.... Update bmusb.
2015-11-21 Steinar H.... Split interlaced frames into two fields that are sent...
2015-11-21 Steinar H.... Unify the texture upload paths a bit.
2015-11-21 Steinar H.... Open up for inputs that are different from the native...
2015-11-18 Steinar H.... Reduce the verbosity somewhat.
2015-11-17 Steinar H.... Fix y_offset calculation if we should change the PBO...
2015-11-17 Steinar H.... Adapt to the new decode_video_format() prototype.
2015-11-17 Steinar H.... Some restructuring in the offsets to make it less cryptic.
2015-11-17 Steinar H.... Fix a hard-coded offset constant.
2015-11-17 Steinar H.... If we reset the resampling queue, do not try to add...
2015-11-17 Steinar H.... Add a paranoia assert.
2015-11-17 Steinar H.... Rework silence handling a bit; in particular, if num_sa...
2015-11-17 Steinar H.... Better diagnostics when the time code is changing.
2015-11-17 Steinar H.... Fix a crash bug when avcodec_fill_audio_frame() decided...
2015-11-16 Steinar H.... Use the new decode_video_format() function from bmusb.
2015-11-16 Steinar H.... Rename a local variable for clarity.
2015-11-16 Steinar H.... Make the implausible audio length check work with lower...
2015-11-16 Steinar H.... Add an extra byte of headroom to the buffer so that...
2015-11-16 Steinar H.... Support true variable input frame rate instead of hard...
2015-11-16 Steinar H.... Move WIDTH/HEIGHT #defines into defs.h.
2015-11-15 Steinar H.... Reduce the default cutoff a bit; we have no instruments...
2015-11-15 Steinar H.... Do some ALSA tweaks that will hopefully get rid of...
2015-11-15 Steinar H.... Move audio processing into a thread, since it seems...
2015-11-15 Steinar H.... Fix a leak in RefCountedFrame.
2015-11-14 Steinar H.... More consistent H.264 leak fixes.
2015-11-14 Steinar H.... Minor updates to the README.
2015-11-14 Steinar H.... Fix a leak in the H.264 encoder.
2015-11-14 Steinar H.... Fix a memory leak in the Lua code.
2015-11-14 Steinar H.... Fix some leaks in ImageInput.
2015-11-14 Steinar H.... Fix a memory leak in audio encoding.
2015-11-14 Steinar H.... Update bmusb.
2015-11-14 Steinar H.... Kill the H.264 encoder a bit earlier during shutdown...
2015-11-14 Steinar H.... Switch to uncompressed (32-bit) PCM. Saves a little...
2015-11-14 Steinar H.... Make the muxing buffer configurable, and 10 MB (since...
2015-11-14 Steinar H.... Add an option to defs.h to set ffmpeg mux options.
2015-11-14 Steinar H.... Move some muxing parameters out into defs.h.
2015-11-14 Steinar H.... Move audio codec choice into defs.h.
2015-11-11 Steinar H.... Precalculate the VU/LRA meter images as pixmaps, since...
2015-11-11 Steinar H.... Rate-limit VU and LRA meter updates.
2015-11-11 Steinar H.... Optimize the compressor a lot by making our own makeshi...
2015-11-10 Steinar H.... Add a soundcard output via ALSA.
2015-11-09 Steinar H.... Update README with the latest features.
2015-11-09 Steinar H.... Move the limiter after the compressor; since it is...
2015-11-09 Steinar H.... Tweak the limiter by ear; increase the headroom so...
2015-11-09 Steinar H.... Fetch default threshold displays from the mixer.
2015-11-09 Steinar H.... Add some GUI elements (hooked up) to help tuning the...
next