]> git.sesse.net Git - nageru/shortlog
nageru
2016-05-01 Steinar H.... Begin the 1.3.0 NEWS entry.
2016-05-01 Steinar H.... When doing a cut, do the shutdown in a separate thread.
2016-05-01 Steinar H.... Upload the textures from the main thread.
2016-04-30 Steinar H.... Add a flag to disable ALSA monitoring output.
2016-04-30 Steinar H.... When dropping ALSA audio, say how much (in ms) we dropped.
2016-04-26 Steinar H.... Add an x264 example to the README.
2016-04-26 Steinar H.... Fix a typo.
2016-04-26 Steinar H.... Put in a minimum H.264 quantizer as a safeguard.
2016-04-25 Steinar H.... Support setting x264 bitrate parameters from the comman...
2016-04-25 Steinar H.... Set x264 global headers (Quick Sync global headers...
2016-04-25 Steinar H.... Send the AVCodecContext for audio to the stream mux...
2016-04-24 Steinar H.... Make SIGUSR1 actually quit, not just stop the mixer.
2016-04-24 Steinar H.... Make QuickSyncEncoder get its textures from ResourcePool.
2016-04-24 Steinar H.... Be much slower about reducing queue length; this was...
2016-04-24 Steinar H.... Add some README notes about x264.
2016-04-23 Steinar H.... Fix a minor reentrancy problem in QuickSyncEncoder.
2016-04-23 Steinar H.... Fix a context memory leak on cut.
2016-04-23 Steinar H.... Move X264Encoder out of QuickSyncEncoder. This complete...
2016-04-23 Steinar H.... Set frag_duration=125000, to get smaller (less bursty...
2016-04-23 Steinar H.... Make the VideoEncoder own the stream audio encoder...
2016-04-23 Steinar H.... Fix a circular initialization issue with AudioEncoder.
2016-04-23 Steinar H.... Move audio encoding from QuickSyncEncoder into its...
2016-04-23 Steinar H.... Move the entire stream mux logic from QuickSyncEncoder...
2016-04-23 Steinar H.... Start pulling video orchestration logic into VideoEncoder.
2016-04-23 Steinar H.... Make more consistent filenames for QuickSyncEncoder...
2016-04-23 Steinar H.... Rename H264Encoder to QuickSyncEncoder, since we will...
2016-04-20 Martin StorsjöDon't check AVFMT_ALLOW_FLUSH
2016-04-19 Steinar H.... Set duration for all video frames.
2016-04-19 Steinar H.... Scale duration correctly.
2016-04-19 Steinar H.... Hook up SIGUSR1 for testing clean shutdown.
2016-04-19 Steinar H.... Fix a threading issue during shutdown (two threads...
2016-04-19 Steinar H.... Fix flag mismatches in the zerocopy diagnostics.
2016-04-18 Steinar H.... Deal properly with audio at the end of the stream.
2016-04-18 Steinar H.... More shutdown issues with X264Encoder (still not fully...
2016-04-18 Steinar H.... Fix a shutdown issue in X264Encoder.
2016-04-18 Steinar H.... Remove some debugging output.
2016-04-18 Steinar H.... Make X264Encoder possible to shut down.
2016-04-18 Steinar H.... Add Metacube stream output (for Cubemap).
2016-04-18 Steinar H.... Put a global lock around glFenceSync/glDeleteSync calls...
2016-04-18 Steinar H.... Synchronize the Mux class, since both H264EncoderImpl...
2016-04-18 Steinar H.... Put __restrict on the right place (the pointer; the...
2016-04-18 Steinar H.... Make it possible to set x264 preset/tune from the comma...
2016-04-18 Steinar H.... Separate muxing entirely out of the HTTPD class.
2016-04-17 Steinar H.... Correct audio pts for framing. Still something fishy...
2016-04-17 Steinar H.... Fix some small memory leaks (some bigger remain).
2016-04-17 Steinar H.... Fix a memory leak in audio encoding.
2016-04-17 Steinar H.... Set global headers to fix some issues with AAC over...
2016-04-17 Steinar H.... More fixes for non-PCM HTTP audio codecs.
2016-04-17 Steinar H.... Remove some debugging spew.
2016-04-17 Steinar H.... Support encoding the HTTP stream with x264. Highly...
2016-04-17 Steinar H.... Make it possible for file and HTTP streams to use diffe...
2016-04-17 Steinar H.... Fix encoding to audio codecs that need a fixed frame...
2016-04-17 Steinar H.... Pull the file muxing out of the HTTPD. (It was pretty...
2016-04-17 Steinar H.... Pull the Mux class out of HTTPD. (First step towards...
2016-04-17 Steinar H.... Choose sample format on-the-fly instead of hard-coding...
2016-04-17 Steinar H.... Reindent a function in H264EncoderImpl.
2016-04-17 Steinar H.... Add an option --http-coarse-timebase for streaming...
2016-04-17 Steinar H.... Refactor out the logic for disabling zerocopy H.264...
2016-04-17 Steinar H.... Make it possible to override stream mux on the command...
2016-04-15 Steinar H.... More precise PBO flushing (flush only the data we actua...
2016-04-15 Steinar H.... Release Nageru 1.2.1. 1.2.1
2016-04-15 Steinar H.... Make it possible to schedule cuts using SIGHUP.
2016-04-14 Steinar H.... Always flush after setting a fence, since we could...
2016-04-12 Steinar H.... Set one fence less in the case of non-zerocopy H.264...
2016-04-10 Steinar H.... Add an option to not flush PBOs explicitly; causes...
2016-04-10 Steinar H.... Add usage information on invalid option or --help.
2016-04-09 Steinar H.... Make fade progress actually go from 0 to 1, despite...
2016-04-09 Steinar H.... Slightly better error message when get_chain() returns...
2016-04-09 Steinar H.... Expose MultiplyEffect to themes.
2016-04-09 Steinar H.... Fix reading of PNG images.
2016-04-09 Steinar H.... Refresh ImageInputs from disk every second. Not the...
2016-04-09 Steinar H.... Make load_image() return nullptr instead of exit()...
2016-04-07 Steinar H.... Fix an issue where data would get corrupted if the...
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.
next