Moritz Bunkus
de0f7ac147
ChangeLog update
2010-08-01 12:03:34 +02:00
Moritz Bunkus
a81a7b5a5d
Include our own copy of drake for easier building
2010-08-01 11:43:08 +02:00
Moritz Bunkus
7d69bb0198
Build dependency update
2010-08-01 11:41:42 +02:00
Moritz Bunkus
70b6d33b8c
Fixes for compilation with mingw
2010-08-01 11:12:45 +02:00
Moritz Bunkus
76288e2201
Fix for Ruby 1.8
2010-08-01 11:12:45 +02:00
Moritz Bunkus
38a970e68f
Documentation update for rake
2010-08-01 11:12:45 +02:00
Moritz Bunkus
7c12f7b9c7
Fixed build instructions
2010-08-01 11:12:45 +02:00
Moritz Bunkus
4be7a7cda0
Building requires rake
2010-08-01 11:12:45 +02:00
Moritz Bunkus
244f685d78
Removed unneeded script
2010-08-01 11:12:45 +02:00
Moritz Bunkus
82657735ce
Build system for the 'src/tools' directory
2010-08-01 11:12:44 +02:00
Moritz Bunkus
4da568c591
Automatically set number of threads from environment variable
2010-08-01 11:12:44 +02:00
Moritz Bunkus
53dce17edf
Removed most of the old build system
2010-08-01 11:12:44 +02:00
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