log

age author description
Sun, 30 Mar 2008 10:29:28 +0000 gpoirier check mm_flags for each DCT and skips the ones that can't be run libavcodec
Sun, 30 Mar 2008 10:28:03 +0000 gpoirier get rid of the useless DCT_ERROR() macro libavcodec
Sat, 29 Mar 2008 22:27:25 +0000 michael Fix closed gop flag disapearence. libavcodec
Fri, 28 Mar 2008 20:42:55 +0000 bwolowiec change name from stream type to frame type in AC3 code libavcodec
Fri, 28 Mar 2008 19:59:58 +0000 bwolowiec removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodec
Wed, 26 Mar 2008 22:36:41 +0000 jbr only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodec
Tue, 25 Mar 2008 23:34:49 +0000 jbr cosmetics: indentation after last commit libavcodec
Tue, 25 Mar 2008 23:34:00 +0000 jbr additional protection from segmentation faults and memory access errors by libavcodec
Tue, 25 Mar 2008 21:30:16 +0000 diego Classify mlib as a configurable option, not as a hardware feature. libavcodec
Tue, 25 Mar 2008 14:48:18 +0000 benoit Return an error when realloc fails. libavcodec
Tue, 25 Mar 2008 14:34:27 +0000 benoit Set mm_flags in dct-test to fix floating math. libavcodec
Tue, 25 Mar 2008 10:15:17 +0000 michael Fix possible heap overflow caused by av_fast_realloc() libavcodec
Mon, 24 Mar 2008 22:25:30 +0000 bwolowiec adding lacking include to aac3_parser.c libavcodec
Mon, 24 Mar 2008 22:21:22 +0000 bwolowiec using EAC3_STREAM_TYPE_* instead of numbers libavcodec
Mon, 24 Mar 2008 21:25:49 +0000 bwolowiec using stream type in eac3 parser libavcodec
Mon, 24 Mar 2008 11:49:59 +0000 diego pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodec
Sun, 23 Mar 2008 15:43:29 +0000 jbr Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodec
Sat, 22 Mar 2008 17:34:29 +0000 diego Fix typo in variable name: blured --> blurred. libavcodec
Sat, 22 Mar 2008 16:46:36 +0000 diego cosmetics: typo fixes libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Fri, 21 Mar 2008 13:45:55 +0000 faust3 rl2 decoder libavcodec
Fri, 21 Mar 2008 12:36:49 +0000 zuxy Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodec
Fri, 21 Mar 2008 11:40:05 +0000 michael Document AVCodec.flush() libavcodec
Fri, 21 Mar 2008 11:35:32 +0000 michael Document AVCodec.capabilities. libavcodec
Fri, 21 Mar 2008 04:48:59 +0000 zuxy Apply 'alloc_size' attribute to ff_realloc_static() libavcodec
Fri, 21 Mar 2008 03:54:45 +0000 zuxy Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 20 Mar 2008 19:36:20 +0000 diego two more typos spotted by Mike libavcodec
Thu, 20 Mar 2008 19:08:42 +0000 diego british_english--; libavcodec
Thu, 20 Mar 2008 18:16:13 +0000 michael More complete documentation for AVFrame.reference. libavcodec
Thu, 20 Mar 2008 14:24:29 +0000 michael Hardcode register to prevent aparent miscompilation. libavcodec
Thu, 20 Mar 2008 14:09:31 +0000 michael remove unused temp libavcodec
Thu, 20 Mar 2008 09:38:55 +0000 bcoudurier omg, fix compilation libavcodec
Thu, 20 Mar 2008 09:36:04 +0000 bcoudurier correctly set avctx->frame_size for mp3on4 and mp3adu libavcodec
Tue, 18 Mar 2008 20:14:57 +0000 ramiro Remove useless variable since r8456. libavcodec
Tue, 18 Mar 2008 19:51:34 +0000 ramiro Mimic decoder. libavcodec
Mon, 17 Mar 2008 23:08:19 +0000 mru get register names from x86_cpu.h libavcodec
Mon, 17 Mar 2008 23:08:14 +0000 mru use HAVE_FAST_64BIT libavcodec
Mon, 17 Mar 2008 21:00:30 +0000 mru cosmetics: remove useless \-newline escapes libavcodec
Mon, 17 Mar 2008 19:22:31 +0000 mru indentation libavcodec
Mon, 17 Mar 2008 19:22:28 +0000 mru clean up FFT SIMD selection libavcodec
Mon, 17 Mar 2008 02:33:08 +0000 mru mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodec
Mon, 17 Mar 2008 02:33:05 +0000 mru typo: add missing \ in multi-line macro libavcodec
Mon, 17 Mar 2008 02:33:02 +0000 mru fix typo ARCH_PPC -> ARCH_POWERPC libavcodec
Sun, 16 Mar 2008 17:34:31 +0000 diego Move functions that are only used when libswscale is not compiled in below libavcodec
Sun, 16 Mar 2008 13:15:42 +0000 mru improve precision in mdct.c using double for some temporaries libavcodec
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavcodec
Sat, 15 Mar 2008 12:28:35 +0000 ramiro Add attribute_align_arg to os2thread.c. libavcodec
Sat, 15 Mar 2008 12:24:31 +0000 ramiro Typo libavcodec
Fri, 14 Mar 2008 13:19:39 +0000 diego Use correct t printf modifier for pointer differences. libavcodec
Fri, 14 Mar 2008 09:33:38 +0000 bcoudurier log aspect ratio forbidden value, and fail if error resilience is high libavcodec
Thu, 13 Mar 2008 18:26:53 +0000 bcoudurier do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec
Thu, 13 Mar 2008 18:10:58 +0000 diego This file does not use size_t, so no need to #include <sys/types.h>. libavcodec
Thu, 13 Mar 2008 01:49:19 +0000 michael If consumed does not match nalsize, favor nalsize. libavcodec
Thu, 13 Mar 2008 00:20:15 +0000 diego Add missing stdint.h #include to headers that use it. libavcodec
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavcodec
Mon, 10 Mar 2008 21:59:30 +0000 jbr make input buffer const, as it should be. fixes a warning. libavcodec
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavcodec
Mon, 10 Mar 2008 17:54:24 +0000 diego Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec
Mon, 10 Mar 2008 03:07:44 +0000 melanson These video decoders do not need to include and initialize the DSP libavcodec