Moritz Bunkus
ac8c0b0a65
Added Rakefiles to nearly every subdirectory
2010-08-01 11:12:44 +02:00
Moritz Bunkus
21f6b4d50f
Dependency fix for man page translations
2010-08-01 11:12:44 +02:00
Moritz Bunkus
32ac14b391
Tasks for creating HTML files from man pages
2010-08-01 11:12:44 +02:00
Moritz Bunkus
249e819eb6
manpage translation update targets
2010-08-01 11:12:44 +02:00
Moritz Bunkus
6719857230
Renamed a lot of global variables
2010-08-01 11:12:44 +02:00
Moritz Bunkus
385f86228f
Install tasks
2010-08-01 11:12:44 +02:00
Moritz Bunkus
4a2c0e16a9
A friendly message signalling completion
2010-08-01 11:12:44 +02:00
Moritz Bunkus
c17b4d82aa
Put tasks into namespaces
2010-08-01 11:12:44 +02:00
Moritz Bunkus
0f6407513d
Enable building mmg's guide
2010-08-01 11:12:43 +02:00
Moritz Bunkus
fc5d41cad6
Enable building the translations
2010-08-01 11:12:43 +02:00
Moritz Bunkus
b98b950386
Enable building the man pages
2010-08-01 11:12:43 +02:00
Moritz Bunkus
e45db1a100
Tag file creation
2010-08-01 11:12:43 +02:00
Moritz Bunkus
354d77739d
A couple of descriptions for tasks
2010-08-01 11:12:43 +02:00
Moritz Bunkus
789b258af6
Proper handling of precompiled header compilation
2010-08-01 11:12:43 +02:00
Moritz Bunkus
8d7fc2723b
Enable dependecies
2010-08-01 11:12:43 +02:00
Moritz Bunkus
97910036a1
Remove .a libs silently
2010-08-01 11:12:43 +02:00
Moritz Bunkus
bbf395afbd
Split up the Rakefile into smaller units
2010-08-01 11:12:43 +02:00
Moritz Bunkus
8f45adca2c
Remove dependency files if the compilation fails
2010-08-01 11:12:43 +02:00
Moritz Bunkus
513c26ad84
First version of a rake based build system
2010-08-01 11:12:43 +02:00
Moritz Bunkus
56bd54d36b
Cosmetics
2010-07-30 09:42:22 +02:00
Moritz Bunkus
1ee34768d6
Properly handle default value for 'track language' elements in the header editor
...
Fix for bug 525.
2010-07-30 09:42:08 +02:00
Moritz Bunkus
7ae9b174ed
Translation update
2010-07-29 19:16:18 +02:00
Moritz Bunkus
fccf35a9df
Fixed/added "--quiet" for suppressing everything but warnings and errors
...
Implements the feature request from bug 527.
2010-07-29 19:10:52 +02:00
Moritz Bunkus
8be02bab78
Intentional update due to recent translation updates
2010-07-29 19:08:09 +02:00
Moritz Bunkus
b231e88cca
Subtitles files contain subtitles tracks, not audio tracks.
...
Fix for bug 526.
2010-07-29 11:23:07 +02:00
Moritz Bunkus
55497ad03b
Release message, version number bump, version code name
2010-07-28 14:56:32 +02:00
Moritz Bunkus
7411a50d03
Added a test case for compression handling
2010-07-28 12:20:34 +02:00
Moritz Bunkus
b256f7fee8
ChangeLog update
2010-07-28 11:43:41 +02:00
Moritz Bunkus
d257f64145
Revert "Don't return pointers to stack memory"
...
This reverts commit ad4f34f146
.
Reverting "Don't return pointers to stack memory"
2010-07-28 11:42:45 +02:00
Moritz Bunkus
83d647e97c
Always make sure memory is free after a packet has been added
...
It's possible that even though a compressor is set the compressor
itself will not modify the data (for an instance of
compressor_c()). In such a case the data block might not be free,
e.g. if it is read from a Matroska file and not modified by the
packetizer. So always grab() the data.
2010-07-28 11:41:10 +02:00
Moritz Bunkus
ad4f34f146
Don't return pointers to stack memory
2010-07-27 16:05:33 +02:00
Moritz Bunkus
e9b8871281
Refactoring: code simplification
2010-07-27 15:55:50 +02:00
Moritz Bunkus
b31c6c28f8
Simply call ruby instead of ruby1.9
2010-07-27 15:55:37 +02:00
Moritz Bunkus
c1cbb9df50
Always initialize variables before using them
...
Caused splitting decisions to be based on wrong values.
2010-07-27 14:57:47 +02:00
Moritz Bunkus
aab112070d
Finding DTS header: don't check each memory location over and over
2010-07-19 15:40:44 +02:00
Moritz Bunkus
d9ce341fac
Format hexdump of bytes properly
2010-07-19 15:20:30 +02:00
Moritz Bunkus
d26a798fdb
Only fix display width/height for displayunit == 0 or not present (pixels)
2010-07-18 22:38:00 +02:00
Moritz Bunkus
35b1bb1771
Fix DisplayWidth/Height values that are used for aspect ratio storage only
...
Some muxers (x264) only use the quotient of DisplayWidth/Height for
storing the aspect ratio and make the actual values very
small (e.g. 16x9 or 4x3). This is bad for demuxers that actually
follow the spec and use these values as the intended display
width/height in pixels.
So re-calculate sensible values for DisplayWidht & DisplayHeight based
on the values of PixelWidth & PixelHeight and the quotient
DisplayWidth / DisplayHeight.
2010-07-18 20:21:53 +02:00
robux4
83c4a13c0f
fix building via coremake
2010-07-18 12:27:39 +02:00
Moritz Bunkus
a371c33157
Run tests ordered by the time they take (longest first)
...
Saves 20% in total execution time on a six core machine.
2010-07-18 12:27:17 +02:00
Moritz Bunkus
e04c86a492
Cosmetics, code refactoring
2010-07-18 11:54:20 +02:00
Moritz Bunkus
99767bce71
TODO update
2010-07-13 08:29:18 +02:00
Moritz Bunkus
6fc34012b2
Intentional updates due to c56261ea
, ba9c82fc
and b2408af9
2010-07-12 18:01:58 +02:00
Moritz Bunkus
b2408af990
Write attachments after the clusters
...
Fix for bug 516
2010-07-12 16:24:14 +02:00
Moritz Bunkus
1eae53a0e4
Cosmetics
2010-07-12 15:25:33 +02:00
Moritz Bunkus
ba9c82fc24
Use header removal compression for MPEG-4 part 10 tracks with 4 bytes NALU size length
2010-07-12 15:23:06 +02:00
Moritz Bunkus
c56261eae5
Disable header removal compression for MPEG-4 part 2
2010-07-12 14:15:19 +02:00
Moritz Bunkus
2982ece9ee
Todo update
2010-07-12 14:05:35 +02:00
Moritz Bunkus
2100d83e27
Fix compilation on Linux
2010-07-10 09:02:53 +02:00
Moritz Bunkus
ef2c46a070
Reset taskbar progress as soon as muxing/jobs are done
2010-07-10 09:01:42 +02:00