]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cap_ogg.c
Upgrade CL_VM_InputEvent to using floats rather than ints, this keeps
[xonotic/darkplaces.git] / cap_ogg.c
2012-04-19 divverentremove some dead initializations that clang-analyzer...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-09-19 divverentvideo capture: add the missing 32768.0f factor
2011-08-14 divverentfix support of odd heights in YUV conversion for video...
2011-06-07 divverenttheora encoding: simplify; bump default quality to...
2011-06-07 divverenttheora encoding: allow both bitrate and quality to...
2011-06-07 divverenttheora encoding: set VP3 compatibility mode. This SHOUL...
2010-08-19 havocadd versioned dll names for a bunch of things
2010-08-19 havocfix almost all g++ -pedantic warnings
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-06-16 divverentcl_capturevideo_framestep
2009-02-23 divverentC++ compile fixes
2009-02-21 divverentadd some casts for g++
2009-02-19 divverentchange vorbis default quality to 3 (before: 1), matches...
2009-02-19 divverentfix multichannel vorbis channel mappings
2009-02-19 divverentcorrectly swap the channels for vorbis audio encoding
2009-02-19 divverentalso fix ti.keyframe_auto_p
2009-02-19 divverentrename cl_capturevideo_ogg_theora_keyframe_frequency...
2009-02-19 divverentlibogg sucks. Really does. Work around one of its short...
2009-02-18 divverentfix typo causing an endless loop
2009-02-18 divverentavoid writing a duplicate last frame at the end
2009-02-18 divverentfix the stupid interleaving method
2009-02-18 havocdisable use of stdint.h on MSVC2003 and earlier
2009-02-18 divverentalso include <stdint.h> to get uint32_t on mingw
2009-02-18 divverenta debug printf I forgot to comment out
2009-02-18 divverentnow, for mingw, use the uint32_t names instead of the...
2009-02-18 havocfix compile errors on MSVC2003 and earlier
2009-02-18 divverentbring back the old stupid interleaving, and leave this...
2009-02-18 divverenttry interleaving exactly like example_encode.c
2009-02-18 divverentincrease default theora quality from 16 to 32; this...
2009-02-18 divverentcapturevideo refactoring, making AVI also "just a modul...
2009-02-18 divverentAdd some cvars for vorbis/theora video encoding; their...
2009-02-18 divverentforgot these two files