Historial de Commits

Autor SHA1 Mensaje Fecha
  Stefan Westerfeld 7eee2705c6 README.adoc: document --output-format rf64 and some other options hace 1 año
  Stefan Westerfeld 3374b38c00 SRC: videowmark: use rf64 as format to support huge files hace 1 año
  Stefan Westerfeld e4da8da13f SRC: support setting output format to rf64 for huge files hace 1 año
  Stefan Westerfeld 99ffa6b4a4 Make random number generator code compile with clang++-15 + libc++-15. hace 2 años
  Stefan Westerfeld eced66fcf2 videowmark: reorder command line arguments for audiowmark add/get hace 2 años
  Stefan Westerfeld 406bec4ae4 BUILD: update version to 0.6.1 hace 2 años
  Stefan Westerfeld ae07350377 Update NEWS for 0.6.1. hace 2 años
  Stefan Westerfeld 9afd17183f Update adoc generator for speed test. hace 2 años
  Stefan Westerfeld 2b4dc58050 HLS: fix ffmpeg deprecation warning: avoid using av_init_packet() hace 2 años
  Stefan Westerfeld 6ac0da1394 MISC: enable --with-ffmpeg for CI builds to test HLS support hace 2 años
  Stefan Westerfeld 7af3418c9b Fix building HLS support with newer ffmpeg versions. hace 2 años
  Stefan Westerfeld abe395881c Run hls test during make check if --with-ffmpeg was used for building. hace 2 años
  Stefan Westerfeld 149955ee17 BUILD: support leak sanitizer builds hace 2 años
  Stefan Westerfeld fee17fa37d Add hls test (needs to be run manually for now). hace 2 años
  Stefan Westerfeld 93997efbb8 BUILD: fix warnings by running autoupdate hace 2 años
  Stefan Westerfeld 85b2d3a12d Support building with thread sanitizer. hace 2 años
  Stefan Westerfeld bcba79ce6c Avoid calling fwrite() with nullptr (which is undefined behaviour). hace 2 años
  Stefan Westerfeld 4e6c300b1d Support building with undefined behaviour sanitizer. hace 2 años
  Stefan Westerfeld 6a05fc06f5 Merge branch 'extra-debugging' hace 2 años
  Stefan Westerfeld ee4af482c6 Avoid out-of-bounds access via std::vector::operator[]. hace 2 años
  Stefan Westerfeld ab9c713150 Free fft plans at exit to make address sanitizer happy. hace 2 años
  Stefan Westerfeld 394075b612 Add build options for address sanitizer and C++ STL debug checks. hace 2 años
  Stefan Westerfeld 1eabbe2269 Bump n-best search value for slow speed detection. hace 2 años
  Stefan Westerfeld dc1cee7dbd Merge branch 'speed-detection-opt' hace 2 años
  Stefan Westerfeld 1e3dc560aa Update speed detection comments. hace 2 años
  Stefan Westerfeld 5a52dadd4c Check for positive index without fractional shift in speed detection. hace 2 años
  Stefan Westerfeld 210ad31764 Avoid floating point math for speed detection offset computation. hace 2 años
  Stefan Westerfeld a157816f40 Determine speed search compare range [begin,end] before loop (performance). hace 2 años
  Stefan Westerfeld 23b48dc6ea Improve performance for speed detection bits compare. hace 2 años
  Stefan Westerfeld c6845081e0 Reorder memory access in speed detection (performance). hace 2 años