log

age author description
Tue, 06 Nov 2012 23:09:28 +0000 SubJunk libass: Fixed RTL languages
Tue, 06 Nov 2012 22:05:26 +0000 reimar Properly free resources even when encountering many
Tue, 06 Nov 2012 21:59:59 +0000 reimar Fix memleaks for error case.
Tue, 06 Nov 2012 21:49:35 +0000 reimar Make array "static const".
Tue, 06 Nov 2012 21:48:43 +0000 reimar Error out if an invalid channel list name was specified
Tue, 06 Nov 2012 21:37:49 +0000 reimar Avoid code duplication and pointless casts.
Tue, 06 Nov 2012 20:00:44 +0000 reimar Avoid unused variable warnings.
Tue, 06 Nov 2012 18:17:04 +0000 reimar Update for upstream r256.
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Tue, 06 Nov 2012 15:53:41 +0000 upsuper Comment out unused code
Tue, 06 Nov 2012 06:13:12 +0000 SubJunk Updated libdvdcss version to 1.2.12
Tue, 06 Nov 2012 05:47:13 +0000 SubJunk Updated libdvdcss to r255
Tue, 06 Nov 2012 05:41:14 +0000 SubJunk Updated libass to 0.10.1
Mon, 05 Nov 2012 21:41:39 +0000 reimar Remove assignment that is duplicated a few lines down,
Mon, 05 Nov 2012 21:37:25 +0000 reimar Check for NULL before using the pointer.
Mon, 05 Nov 2012 21:23:46 +0000 reimar Fix malloc failure check to check the correct variable.
Mon, 05 Nov 2012 21:22:14 +0000 reimar Simplify mp_input_get_input_from_name.
Mon, 05 Nov 2012 21:02:38 +0000 reimar Fix potential NULL dereference.
Mon, 05 Nov 2012 20:58:38 +0000 reimar Fix crash when not able to find a mpi by using an
Mon, 05 Nov 2012 20:53:49 +0000 reimar Allow free_demuxer to handle a NULL argument.
Mon, 05 Nov 2012 20:51:45 +0000 reimar Fix crash in case sh_audio allocation failed.
Mon, 05 Nov 2012 20:45:40 +0000 reimar Try to do something sensible when malloc fails instead
Mon, 05 Nov 2012 20:42:00 +0000 reimar Simplify, avoid crash when malloc/calloc fails.
Mon, 05 Nov 2012 20:39:52 +0000 al release.sh: Use official FFmpeg source repository URL
Mon, 05 Nov 2012 20:28:39 +0000 reimar Use more appropriate value for memcpy length.
Mon, 05 Nov 2012 20:26:12 +0000 reimar Remove nonsense casts.
Mon, 05 Nov 2012 20:14:20 +0000 reimar Simplify.
Mon, 05 Nov 2012 20:11:34 +0000 reimar Remove pointless variable.
Mon, 05 Nov 2012 19:32:28 +0000 reimar Remove completely unnecessary huge on-stack buffer.
Sat, 03 Nov 2012 12:59:57 +0000 upsuper Add flag "dummy" for null and black decoder
Fri, 02 Nov 2012 05:42:48 +0000 upsuper a new implementation of vf_ass
Fri, 02 Nov 2012 03:00:26 +0000 upsuper Do not allow 'black' decoder to be chosen without forcing. So mark it
Fri, 02 Nov 2012 00:17:07 +0000 upsuper configure: add more cpu type detection
Thu, 01 Nov 2012 22:27:27 +0000 reimar Fix typo causing memset to not properly initialize the struct.
Thu, 01 Nov 2012 22:23:07 +0000 reimar Avoid potential overflow in shift.
Thu, 01 Nov 2012 22:22:04 +0000 reimar Add cast to ensure shift will not overflow.
Thu, 01 Nov 2012 22:18:33 +0000 reimar Use AV_RB32 to avoid sign extension issues and validate offset before using it.
Thu, 01 Nov 2012 22:13:14 +0000 reimar Do not needlessly use "long" types.
Thu, 01 Nov 2012 22:00:48 +0000 reimar Remove pointless unused variable.
Thu, 01 Nov 2012 21:59:15 +0000 reimar Add a few "const".
Thu, 01 Nov 2012 21:57:16 +0000 reimar Fix format string typo.
Thu, 01 Nov 2012 21:52:21 +0000 reimar Add missing va_end after va_copy.
Thu, 01 Nov 2012 21:48:42 +0000 reimar Fix typo that might have caused reading beyond the string end.
Thu, 01 Nov 2012 21:46:33 +0000 reimar Remove pointless unreachable code (the loop condition already checks
Thu, 01 Nov 2012 21:42:40 +0000 reimar More strict check so it is actually possible to trigger.
Thu, 01 Nov 2012 21:31:53 +0000 reimar Check the correct variable for NULL.
Thu, 01 Nov 2012 21:24:42 +0000 reimar Remove nonsense check.
Thu, 01 Nov 2012 19:01:32 +0000 reimar Fix variable declarations I stupidly forgot to make "static".
Thu, 01 Nov 2012 12:44:26 +0000 compn add SPXN to speex decoder, should work after ff bug 1873 is fixed
Wed, 31 Oct 2012 20:58:39 +0000 reimar Remove another incorrect use of realloc_struct.
Wed, 31 Oct 2012 20:56:41 +0000 reimar Remove some incorrect usages of realloc_struct.
Wed, 31 Oct 2012 20:44:16 +0000 reimar Fix off-by-one error in range check.
Wed, 31 Oct 2012 20:41:07 +0000 reimar Actually bail out when we detect that we would run
Wed, 31 Oct 2012 20:29:28 +0000 reimar Do range check before using the variable for array indexing.
Wed, 31 Oct 2012 20:11:49 +0000 reimar Fix potential out-of-bounds write due to breaking
Wed, 31 Oct 2012 20:05:31 +0000 reimar Extra checks to ensure we really do not write outside
Wed, 31 Oct 2012 19:50:11 +0000 reimar Fix more places that incorrectly assume that 0
Wed, 31 Oct 2012 19:47:15 +0000 reimar Only -1 is certain to never be a valid file descriptor.
Wed, 31 Oct 2012 19:44:56 +0000 reimar Use correct function prototype instead of casting away the warnings.
Wed, 31 Oct 2012 19:42:13 +0000 reimar Check value of n for validity before using it, not after.