log

age author description
Wed, 03 Feb 2010 04:40:42 +0000 michael Revert libavcodec
Tue, 02 Feb 2010 22:57:56 +0000 cehoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec
Mon, 01 Feb 2010 09:53:37 +0000 thilo.borgmann Remove unnecessary fields in ALSSpecificConfig. libavcodec
Mon, 01 Feb 2010 00:18:49 +0000 michael Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodec
Sun, 31 Jan 2010 15:07:25 +0000 daniel Update binkaudio to new DECLARE_ALIGNED syntax libavcodec
Sun, 31 Jan 2010 13:34:28 +0000 daniel libavcodec version bump for Bink codec IDs (r21536) libavcodec
Sun, 31 Jan 2010 12:51:15 +0000 pross Bink Audio decoder libavcodec
Sun, 31 Jan 2010 12:27:05 +0000 reimar Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec
Sun, 31 Jan 2010 12:06:33 +0000 pross Add v210x decoder long name libavcodec
Sun, 31 Jan 2010 02:05:26 +0000 michael Get rid of a check in one direction that cant be true in it in that part libavcodec
Sun, 31 Jan 2010 00:20:30 +0000 mru Blackfin: use SRAM only when CONFIG_SRAM is set libavcodec
Sat, 30 Jan 2010 21:55:18 +0000 michael Flush the bitreservour. libavcodec
Sat, 30 Jan 2010 20:07:37 +0000 michael Split first reference list comparission from mv comparission. libavcodec
Sat, 30 Jan 2010 19:26:47 +0000 reimar Make the jump-table section-relative for x86_64 with PIC enabled. libavcodec
Sat, 30 Jan 2010 18:50:00 +0000 stefano Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavcodec
Sat, 30 Jan 2010 14:33:25 +0000 michael Replace h->left_type[0] by the local variable for it we have. libavcodec
Sat, 30 Jan 2010 14:10:06 +0000 michael slightly faster bit trickery. libavcodec
Sat, 30 Jan 2010 13:40:20 +0000 michael Replace ?: by branchless code. libavcodec
Sat, 30 Jan 2010 09:48:55 +0000 daniel Add Bink codec IDs libavcodec
Sat, 30 Jan 2010 08:10:17 +0000 kostya Indeo Video Interactive 4 and 5 common code and DSP functions. libavcodec
Fri, 29 Jan 2010 19:11:47 +0000 reimar Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec
Fri, 29 Jan 2010 16:49:06 +0000 rbultje Add no_repeat_mask option, so that single-pulse vectors can also be libavcodec
Fri, 29 Jan 2010 13:51:25 +0000 superdump Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodec
Thu, 28 Jan 2010 23:49:46 +0000 aurel vp56: check buffer size to fix a potential segfault libavcodec
Thu, 28 Jan 2010 23:19:33 +0000 jbr Simplify error handling by processing header errors separate from CRC and libavcodec
Thu, 28 Jan 2010 21:01:50 +0000 reimar Move variable declaration to block where it is used and simplify code. libavcodec
Thu, 28 Jan 2010 20:57:29 +0000 cehoyos Export H264 profile and level in AVCodecContext. libavcodec
Thu, 28 Jan 2010 20:15:19 +0000 reimar Extract duplicated code into a separate function. libavcodec
Thu, 28 Jan 2010 19:44:13 +0000 michael factorize first filter call out, this makes the code somewhat libavcodec
Thu, 28 Jan 2010 14:29:53 +0000 rbultje Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodec