Commit Graph

2746 Commits

Author SHA1 Message Date
Moritz Bunkus
aabcccffd5 The BZIP2 API usage was wrong. Patch by Aurelien Jacobs. 2008-05-16 12:06:21 +00:00
Moritz Bunkus
000102c88d Avoid a warning. 2008-05-15 17:15:39 +00:00
Moritz Bunkus
d98bcbd84d Improved support for WAV files bigger than 4 GB which only contain a single DATA chunk and a wrong length field for this DATA chunk (e.g. eac3to creates such files). 2008-05-15 17:06:37 +00:00
Moritz Bunkus
bcd2e00dd2 Added a function for converting a string of possible non-ASCII chars to ASCII chars (non-ASCII chars are replaced with question marks). 2008-05-15 16:53:44 +00:00
Moritz Bunkus
642912edd0 Revision 3741 deactivated a check which should avoid huge memory consumption for files with dis-continuous streams. This caused bug 281. 2008-05-14 08:54:39 +00:00
Moritz Bunkus
c28e6ac748 Compilation fix. 2008-05-14 07:02:47 +00:00
Moritz Bunkus
d5614cd937 Creating directories for output files: Handle absolute paths correctly and not as relative ones. 2008-05-08 14:27:18 +00:00
Moritz Bunkus
315fd92266 Detect ASF/WMV input files and output a proper error message instead of detecting other stream types like AVC ES. Fix for bug 280. 2008-04-22 09:50:45 +00:00
Moritz Bunkus
4dd522775b Fix for an assertion for OGM files with embedded chapters. Fix for bug 279. 2008-04-20 19:11:13 +00:00
Moritz Bunkus
eba8ab675c Updates 2008-04-20 18:54:17 +00:00
Moritz Bunkus
524a9c20bd Use RPATHs on Unix platforms. Fix for bug 278. 2008-04-18 20:00:06 +00:00
Moritz Bunkus
da6bedc367 Fixed wrong timecodes for MP4 files that contain video tracks with B frames and edit lists. Fix for bug 277. Patch by Damiano Galassi (see AUTHORS). 2008-04-16 15:39:29 +00:00
Moritz Bunkus
0984dacfee Do not strip leading spaces from SRT subtitle entries. 2008-04-14 21:33:34 +00:00
Moritz Bunkus
e67323c979 Tuned the file type detection for MPEG ES streams. Fix for bug 265. 2008-04-14 21:15:11 +00:00
Moritz Bunkus
740cd6a9c1 Fixed support for UNC paths on Windows. Handle the host and share name parts of UNC paths correctly when checking if a directory needs to be created for the output file. Fix for bug 275. 2008-04-03 16:21:16 +00:00
Moritz Bunkus
310da552e8 Allow "--quiet" as well as "-q" as indicated by the help message and the docs. 2008-03-13 15:48:50 +00:00
Moritz Bunkus
8ed313f2d3 Added support for skipping ID3 tags in AC3 files. 2008-03-09 17:37:42 +00:00
Moritz Bunkus
a1962191ee Added a test for DTS-HD. 2008-03-09 16:08:02 +00:00
Moritz Bunkus
4905caf963 Added support for AAC files with ID3 tags. 2008-03-09 16:02:08 +00:00
Moritz Bunkus
37a6c2e864 Added support for DTS-HD (master audio/high resolution). Cosmetics for dts_common.cpp. 2008-03-09 15:38:53 +00:00
Moritz Bunkus
b88b0ebf8a Updated the version number, set the new release nick name and included the release message in ChangeLog. 2008-03-04 07:35:53 +00:00
Moritz Bunkus
7161cb1862 Small updates for ChangeLog. 2008-03-03 16:58:17 +00:00
Moritz Bunkus
2d647c2447 Avoid writing negative/wrapped around timecodes to the destination file after splitting (might occur with B frames). 2008-03-02 11:43:54 +00:00
Moritz Bunkus
2d840b05fc Ignore some more auto generated files by the Debian package build process. 2008-03-01 17:17:58 +00:00
Moritz Bunkus
4d2c43c61a Ported the debian control files from the official Debian package. 2008-03-01 17:16:54 +00:00
Moritz Bunkus
fd02d5cbf2 Fix for gcc/mingw which doesn't convert from unsigned char * to char * automatically because swab() uses char * pointers on mingw. 2008-02-29 16:02:10 +00:00
Moritz Bunkus
f3a9c51742 Cosmetics. 2008-02-29 15:07:04 +00:00
Moritz Bunkus
5b9eeb097b Added support for AC3-in-WAV in ACM mode. Added test cases for AC3-in-WAV in both ACM and IEC 61937 mode. Refactored r_wav.cpp & r_wav.h to match my desired coding style. 2008-02-29 14:28:35 +00:00
Moritz Bunkus
e3d92c0e70 I don't use Anthill anymore. 2008-02-29 11:15:28 +00:00
Moritz Bunkus
ba82a4ae4f Added a test case for AC3-in-MOV and tracks with constant sample size > 1. 2008-02-29 09:39:37 +00:00
Moritz Bunkus
8e6c592b59 Honor strip. 2008-02-29 09:37:27 +00:00
Moritz Bunkus
fbb8469270 The mencoder option has been renamed some time ago. 2008-02-29 08:53:10 +00:00
Moritz Bunkus
a396d20e94 Added support for reading AC3 from QuickTime/MP4 files. Fix for bug 254. 2008-02-28 18:18:27 +00:00
Moritz Bunkus
42cf071584 Reorganization: moved a couple of functions from qtmp4_reader_c to qtmp4_demuxer_t. Improved support for audio tracks with constant sample size > 1. 2008-02-28 17:46:30 +00:00
Moritz Bunkus
88157b3fed Deactivated a warning message only used in debugging. 2008-02-28 13:49:11 +00:00
Moritz Bunkus
516daee57b Force a packetizer flush at the end of DTS and AC3 files. 2008-02-27 15:32:22 +00:00
Moritz Bunkus
44d53cc76a Added support for handling AC3-in-WAV. 2008-02-27 14:49:42 +00:00
Moritz Bunkus
ded5cc873e Rewrite of the WAV reader. Fixed the handling of "fmt" chunks of unexpected length. Added support for handling WAV files with multiple data chunks. 2008-02-27 14:09:19 +00:00
Moritz Bunkus
0da9e55e63 Avoid access to uninitialized memory and mis-detection of DTS as a result. 2008-02-27 12:06:05 +00:00
Moritz Bunkus
b25973076b File identification code unified. Fix for the wrong track type in r_ogm.cpp ("subtitle" instead of "subtitles"). 2008-02-26 19:08:38 +00:00
Moritz Bunkus
8ffd0272cb Enabled warnings about shadowed variables and solved all of the resulting warnings. 2008-02-25 17:13:13 +00:00
Moritz Bunkus
8f12504a2b Added support for AAC-in-AVI with CodecID 0x706d as created by mencoder. Fix for bug 266. 2008-02-23 16:51:06 +00:00
Moritz Bunkus
84867e220b Intentional update after bugfix to OGM text subs handler. 2008-02-22 16:43:48 +00:00
Moritz Bunkus
3e76dc01bc Avoid shadowing a variable resulting in wrong duration fields. 2008-02-22 16:14:06 +00:00
Moritz Bunkus
287315569b Debugcode removed. 2008-02-22 15:46:07 +00:00
Moritz Bunkus
84c2c1a772 Compilation fixes for gcc 4.3 2008-02-22 08:47:46 +00:00
Moritz Bunkus
0a4cc59f3b Warning fix for gcc 4.3. 2008-02-22 08:47:31 +00:00
Moritz Bunkus
52f2415c02 Update 2008-02-20 14:48:41 +00:00
Moritz Bunkus
ccd91ab84f Rewrite of the OGM reader code. 2008-02-19 16:29:34 +00:00
Moritz Bunkus
507c2593c6 Cosmetics. 2008-01-02 16:23:05 +00:00