]> icculus.org git repositories - divverent/darkplaces.git/history - cap_ogg.c
fix typo
[divverent/darkplaces.git] / cap_ogg.c
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