]> git.sesse.net Git - nageru/shortlog
nageru
2016-01-12 Steinar H.... Add a class for measuring L/R correlation (not used...
2016-01-12 Steinar H.... Make the license blurb read-only.
2016-01-12 Steinar H.... Hook up the OK button in the about dialog.
2016-01-12 Steinar H.... Add a version number and such to the about dialog.
2016-01-12 Steinar H.... Add an about dialog with licenses, as per GPLv3 require...
2016-01-12 Steinar H.... Add some useful (pending) upstream patches that have...
2016-01-12 Steinar H.... Give frel=1.0 to peak resampler; supposedly faster...
2016-01-12 Steinar H.... Add a final makeup gain, trying to set the level straig...
2016-01-11 Steinar H.... Make it possible to override the level compressor with...
2016-01-11 Steinar H.... Hook up the level compressor auto checkbox.
2016-01-11 Steinar H.... Remove redundant constant declaration.
2016-01-11 Steinar H.... Tweak the transition button UI some more.
2016-01-11 Steinar H.... Improve GPLv3 compliance.
2016-01-11 Steinar H.... Switch static image.
2016-01-10 Steinar H.... Add keyboard shortcuts for the menu entries.
2016-01-10 Steinar H.... Hook up the exit menu item.
2016-01-10 Steinar H.... Add a menu item to start a new video segment (cut/cue...
2016-01-10 Steinar H.... Make the transition buttons larger.
2016-01-10 Steinar H.... Better error messages on avio_open2 failure.
2016-01-10 Steinar H.... Remove a no-longer-correct comment.
2016-01-10 Steinar H.... Make a separate shutdown from the destructor for the...
2016-01-10 Steinar H.... Remove some more std::.
2016-01-10 Steinar H.... Fix a syntax error in the theme.
2016-01-10 Steinar H.... Do sorting using STL instead of home-grown macro magic.
2016-01-10 Steinar H.... Remove some commented-out code.
2016-01-10 Steinar H.... Deglobalify the rest of H264Encoder(Impl), so we can...
2016-01-10 Steinar H.... Move H264Encoder into an impl, to avoid header conflict...
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...
next