Go to file
Sergey Sharybin 215ed84779 Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other audio codecs)
Ogg format does support only vorbis, theora, speex and flac audio codecs.
Added check for result of av_write_header() and show info in header about
error while initializing streams.

This commit also fixed crash when using vorbis audio format.
It used to be floating point exception. SOlved by initializing
audio_stream->codec->time_base with proper rational value as it's
done in FFmpeg sources.
2011-10-04 12:30:26 +00:00
build_files remove redundant code, also dont bother with os.path.basename(x) for recent scons commit. 2011-10-04 08:28:37 +00:00
doc fix for mistake in api changelog script with function names. 2011-10-02 23:53:41 +00:00
extern Whitespace clean-up 2011-09-30 12:24:17 +00:00
intern Missed some stoff when removing libsamplerate. 2011-10-02 18:08:16 +00:00
po - fix for keymap test operator 2011-10-02 18:09:36 +00:00
release fix for own recent commit made color strip use the wrong panel, now hide Input rather then effects since the color picker wasnt shown. 2011-10-03 03:23:50 +00:00
source Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other audio codecs) 2011-10-04 12:30:26 +00:00
CMakeLists.txt * Removing libsamplerate from build systems 2011-10-02 17:09:39 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default. 2011-09-30 07:47:45 +00:00
SConstruct remove .Blanguages, its not used anymore 2011-10-02 22:28:49 +00:00