]> git.sesse.net Git - nageru/shortlog
nageru
2016-04-06 Steinar H.... Release Nageru 1.2.0. 1.2.0
2016-04-06 Steinar H.... Update README for changed mux.
2016-04-05 Steinar H.... Fix AV_PKT_FLAG_KEY behavior; non-IDR I-frames are...
2016-04-05 Steinar H.... Hook up some keyboard shortcuts for the transition...
2016-04-05 Steinar H.... Small clarification in a variable name.
2016-04-05 Steinar H.... Fix video in saved files.
2016-04-04 Steinar H.... Add red and green borders around channels to mark them...
2016-04-04 Steinar H.... Add an option --flat-audio to start with almost all...
2016-04-04 Steinar H.... Add a command-line option to change themes.
2016-04-04 Steinar H.... Add support for uncompressed video instead of H.264...
2016-04-03 Steinar H.... Fix a problem where the nut output would come way too...
2016-04-03 Steinar H.... Fix yet another memory leak in the serving part.
2016-04-03 Steinar H.... Remove some obsolete commented-out code.
2016-04-03 Steinar H.... Yet more ffmpeg leak fixes (one of them was created...
2016-04-03 Steinar H.... Fix infinite memory growth in the nut muxer.
2016-04-03 Steinar H.... Fix a memory leak in muxing.
2016-04-03 Steinar H.... Change mux to nut; mov seems to have issues in the...
2016-04-03 Steinar H.... Add global headers if the mux wants it. (Although I...
2016-04-03 Steinar H.... Add some (commented out) page poisoning code, for debug...
2016-04-03 Steinar H.... Fix an issue in the H264 encoder where a surface could...
2016-04-02 Steinar H.... Some named constant tweaking in h264encode.cpp.
2016-04-02 Steinar H.... Add a warning if we should start allocating more surfac...
2016-04-02 Steinar H.... Tiny alias cleanup.
2016-04-02 Steinar H.... Tweak queue length policy to avoid pointless safe point...
2016-04-02 Steinar H.... Cleanup: Remove the last case of non-refcounted fences.
2016-04-02 Steinar H.... Revert back to glFlushMappedBufferRange; buggy on ATI...
2016-04-02 Steinar H.... Fix an integer wraparound issue.
2016-04-02 Steinar H.... Clearly mark card type in the description.
2016-04-02 Steinar H.... Make it possible to choose which card is the master...
2016-04-02 Steinar H.... Another split-out from thread_func; this time schedule_...
2016-04-02 Steinar H.... More splitting of functions out of thread_func().
2016-04-02 Steinar H.... A little refactoring in render_one_frame().
2016-04-02 Steinar H.... Remove an outdated/misplaced comment.
2016-04-02 Steinar H.... Add a system for queue length policies, so that we...
2016-04-02 Steinar H.... Make a symbolic constant for master_card_index, instead...
2016-04-02 Steinar H.... Make the internal frame queue multiframe.
2016-04-01 Steinar H.... Fix crashes when cards deliver empty audio frames ...
2016-04-01 Steinar H.... Allow setting the video and audio inputs runtime.
2016-04-01 Steinar H.... Start a mux only on a keyframe, so that transcoding...
2016-03-31 Steinar H.... Delete streams when they are closed (prevents memory...
2016-03-31 Steinar H.... Fix issues with newer ffmpeg.
2016-03-04 Steinar H.... Add an option to scan through all possible modes for...
2016-03-04 Steinar H.... Make the theme print out the resolution even if there...
2016-03-04 Steinar H.... Add a menu option where the user can change the input...
2016-03-04 Steinar H.... Add a way to get the current video mode.
2016-03-04 Steinar H.... Tweak get_available_video_modes() interface.
2016-03-04 Steinar H.... Actually store the list of video modes.
2016-03-03 Steinar H.... Make drivers capable of delivering a list of modes...
2016-03-03 Steinar H.... Never send in a frame rate of 0/0.
2016-02-28 Steinar H.... Pull in a bmusb bug fix.
2016-02-28 Steinar H.... Fix an off-by-one in the indexing.
2016-02-28 Steinar H.... Add a simpler theme to help beginners.
2016-02-28 Steinar H.... Some theme comment updates.
2016-02-28 Steinar H.... Put the white balance after scaling; sometimes saves...
2016-02-28 Steinar H.... Fix SBS for non-1280x720 resolutions.
2016-02-28 Steinar H.... Add missing DeckLink file.
2016-02-27 Steinar H.... Add AVX2 and SSE2 fastpaths to the DeckLink PCI driver.
2016-02-27 Steinar H.... Add audio support for the DeckLink inputs.
2016-02-27 Steinar H.... Send the audio format explicitly down, not just the ID.
2016-02-27 Steinar H.... Use the new has_signal flag.
2016-02-27 Steinar H.... We need Movit 1.3.1 due to vbo_generate().
2016-02-27 Steinar H.... Add support for DeckLink PCI cards through the official...
2016-02-27 Steinar H.... Deck in the relevant (and free) parts of the DeckLink...
2016-02-27 Steinar H.... Refactor card setup into its own function.
2016-02-27 Steinar H.... Interact with BMUSBCapture through CaptureInterface.
2016-02-27 Steinar H.... The card copy does not need to have a copy of the usb...
2016-02-27 Steinar H.... Send the video format in directly to the video frame...
2016-02-24 Steinar H.... Release Nageru 1.1.0. 1.1.0
2016-02-24 Steinar H.... Make CbCr subsampling VBO permanent, mostly to reduce...
2016-02-24 Steinar H.... Fix fading to/from deinterlaced sources.
2016-02-23 Steinar H.... Unbind the FBO after we are done with it, since reusing...
2016-02-23 Steinar H.... Seemingly renderD128 works where card0 does not.
2016-02-23 Steinar H.... Update README with information about non-Mesa OpenGL.
2016-02-23 Steinar H.... Fix fence behavior in H.264 encoder.
2016-02-22 Steinar H.... Various cosmetics in the readback code.
2016-02-22 Steinar H.... Correct VA-API offsets.
2016-02-17 Steinar H.... Update email address.
2016-02-16 Steinar H.... Add a missing #include.
2016-02-07 Steinar H.... Add a missing barrier.
2016-02-07 Steinar H.... Yet more readback fixes.
2016-02-07 Steinar H.... Fix some offsets in YCbCr readback.
2016-02-07 Steinar H.... Support VA-API readback through glGetTexImage() instead...
2016-02-07 Steinar H.... Add support for opening VA-API via DRM instead of X11.
2016-02-07 Steinar H.... Movit 1.3.0 has migrated to stretch.
2016-02-03 Steinar H.... Properly reset the PBO setting in Mixer::bm_frame(...
2016-02-03 Steinar H.... Make the YCbCr shader stop using features that are...
2016-02-02 Steinar H.... Add epoxy to PKG_MODULES.
2016-02-02 Steinar H.... Fix some compilation errors with Movit from packages.
2016-02-01 Steinar H.... Yet more dependencies after removing the “apt build...
2016-02-01 Steinar H.... Movit 1.3.0 has been released and is in Debian.
2016-01-31 Steinar H.... Add some apt lines for installing dependencies.
2016-01-31 Steinar H.... Fix Lua compilation issues under Arch Linux. Patch...
2016-01-31 Steinar H.... Fix an issue where you needed to install a .vert file...
2016-01-29 Steinar H.... Release Nageru 1.0.0, with some documentation updates. 1.0.0
2016-01-25 Steinar H.... Make audio input source selectable.
2016-01-22 Steinar H.... Make signal mapping changeable by right-clicking on...
2016-01-21 Steinar H.... Small refactoring.
2016-01-21 Steinar H.... Mark API entry points in theme.lua clearly as such.
2016-01-18 Steinar H.... Cosmetic change to the about dialog.
2016-01-18 Steinar H.... Small tweaks to the layout code. Still not perfect...
next