Sun, 23 Feb 2014 18:14:44 +0000 |
reimar |
demuxers: remove pointless sh->ds assignments.
|
Sat, 25 Jan 2014 16:55:09 +0000 |
reimar |
Document switch case fallthroughs.
|
Mon, 20 Jan 2014 22:08:46 +0000 |
reimar |
demux_mkv: use a default mime-type if none was specified.
|
Sun, 19 Jan 2014 21:45:59 +0000 |
reimar |
demux_mkv: Fix massive memleaks in attachment parsing.
|
Sun, 19 Jan 2014 11:32:51 +0000 |
reimar |
mkv: replace a missed "return 0" by "goto err_out".
|
Wed, 07 Aug 2013 20:41:34 +0000 |
ib |
Don't subsequently calculate original_aspect from last movie_aspect.
|
Wed, 21 Nov 2012 11:15:38 +0000 |
upsuper |
Fix leaks in case of overflow.
|
Mon, 02 Jan 2012 12:53:20 +0000 |
iive |
Add support of compression algorithm 3 (header stripping) in mkv demuxer.
|
Wed, 23 Mar 2011 22:08:34 +0000 |
cehoyos |
Support E-AC3 in deprecated native matroska demuxer.
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Wed, 27 Oct 2010 17:08:36 +0000 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:58:23 +0000 |
cigaes |
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:28:50 +0000 |
cigaes |
Create a new directory, "sub", for subtitles and OSD related code.
|
Sat, 18 Sep 2010 17:40:14 +0000 |
reimar |
Check for realloc failure. Ignore the memleak this causes since
|
Sat, 18 Sep 2010 17:38:23 +0000 |
reimar |
Matroska allows data to be compressed multiple times, thus ensure
|
Sat, 18 Sep 2010 17:27:17 +0000 |
reimar |
Fix format string to match type.
|
Sat, 18 Sep 2010 17:25:33 +0000 |
reimar |
Fix label indentation.
|
Sat, 18 Sep 2010 17:24:39 +0000 |
reimar |
Fix decoded length calculation of LZO decompression in demux_mkv.
|
Sat, 18 Sep 2010 17:18:22 +0000 |
reimar |
Add many integer overflow checks to mkv demuxer.
|
Fri, 17 Sep 2010 15:13:37 +0000 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
Sun, 12 Sep 2010 13:38:59 +0000 |
reimar |
Replace several sizeof(WAVEFORMATEX)
|
Sun, 12 Sep 2010 13:35:13 +0000 |
reimar |
Remove a useless cast.
|
Sun, 12 Sep 2010 13:26:39 +0000 |
reimar |
Replace sizeof(type)
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Sat, 10 Jul 2010 16:30:59 +0000 |
reimar |
Remove unused extern variable declarations.
|
Sat, 05 Jun 2010 17:32:11 +0000 |
reimar |
Add webm/VP8 support to native matroska demuxer.
|
Sat, 29 May 2010 22:22:07 +0000 |
diego |
Cast void* pointer to appropriate type before using it in an addition; fixes
|
Thu, 27 May 2010 16:46:47 +0000 |
diego |
cosmetics: Reformat in K&R coding style.
|
Thu, 27 May 2010 16:13:53 +0000 |
diego |
Remove two pointless void* casts.
|
Thu, 27 May 2010 16:05:30 +0000 |
diego |
Remove unnecessary demux_mkv_seek() forward declaration.
|