log

age author description
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
Mon, 10 Mar 2008 03:07:15 +0000 melanson There is no reason to assign a variable to itself libavcodec
Mon, 10 Mar 2008 00:27:40 +0000 michael smaller tables libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sun, 09 Mar 2008 17:05:19 +0000 jbr downmix before imdct unless different size transforms are used. about 20% libavcodec
Sun, 09 Mar 2008 14:16:27 +0000 kostya indentation libavcodec
Sun, 09 Mar 2008 14:15:40 +0000 kostya Correctly handle empty frames libavcodec
Sun, 09 Mar 2008 09:04:35 +0000 kostya Fraps v5 decoding support libavcodec
Sun, 09 Mar 2008 09:03:23 +0000 kostya Add step variable (for future v5 decoding) libavcodec
Sat, 08 Mar 2008 20:27:16 +0000 diego cosmetics: Fix indentation in a few more places. libavcodec
Sat, 08 Mar 2008 20:24:24 +0000 diego cosmetics: Normalize {} placement after for, while, if. libavcodec
Sat, 08 Mar 2008 18:08:16 +0000 aurel huffman: add a zero_count flag and use it in fraps libavcodec
Sat, 08 Mar 2008 17:57:13 +0000 aurel huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec
Sat, 08 Mar 2008 17:18:28 +0000 diego Fix unused variable warnings. libavcodec
Sat, 08 Mar 2008 14:39:43 +0000 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodec
Fri, 07 Mar 2008 19:47:44 +0000 ramiro __stdcall -> WINAPI libavcodec
Fri, 07 Mar 2008 19:27:17 +0000 mru simplify library version handling libavcodec
Thu, 06 Mar 2008 23:10:47 +0000 bcoudurier indentation libavcodec
Thu, 06 Mar 2008 23:09:16 +0000 bcoudurier do not display par and dar if not available libavcodec
Thu, 06 Mar 2008 20:44:44 +0000 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodec
Thu, 06 Mar 2008 17:41:31 +0000 takis Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec
Thu, 06 Mar 2008 14:22:02 +0000 banan Don't use unchecked data from the bitstream. libavcodec
Thu, 06 Mar 2008 09:45:59 +0000 bcoudurier fix interlaced decoding, original patch from reimar libavcodec
Thu, 06 Mar 2008 07:30:41 +0000 kostya IMA ADPCM encoder - QT variant libavcodec
Wed, 05 Mar 2008 21:43:30 +0000 aurel make compilation of mpeg12* and mpegvideo conditional libavcodec
Wed, 05 Mar 2008 21:29:15 +0000 aurel move ff_mpeg1_dc_scale_table to mpegvideo.c libavcodec
Wed, 05 Mar 2008 16:34:47 +0000 aurel add dependencies for matroska audio and nut muxers over lavc libavcodec
Wed, 05 Mar 2008 15:23:54 +0000 aurel doxyfy frame type comments and add some more comments libavcodec
Wed, 05 Mar 2008 15:19:26 +0000 aurel define BI frame type along with other frame types libavcodec
Wed, 05 Mar 2008 15:15:07 +0000 aurel cosmetic: align libavcodec
Wed, 05 Mar 2008 14:49:43 +0000 aurel add some required objects dependencies libavcodec
Wed, 05 Mar 2008 14:46:51 +0000 aurel Avoid linking with h263 and mpeg4 find_frame_end() libavcodec
Wed, 05 Mar 2008 06:58:20 +0000 melanson fix the WC3 Xan decoder by correcting the frame accounting logic libavcodec
Wed, 05 Mar 2008 03:59:07 +0000 michael Fix handling flags with the MSB set. libavcodec
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Wed, 05 Mar 2008 00:38:14 +0000 aurel move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodec
Wed, 05 Mar 2008 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Wed, 05 Mar 2008 00:06:09 +0000 aurel move relevant declarations to mpeg12data.h libavcodec
Tue, 04 Mar 2008 23:58:12 +0000 aurel move run length table constants to rl.h libavcodec
Tue, 04 Mar 2008 23:10:47 +0000 aurel move ff_emulated_edge_mc() to dsputil libavcodec
Tue, 04 Mar 2008 22:09:54 +0000 michael Remove unused elements from tables. libavcodec
Tue, 04 Mar 2008 21:58:34 +0000 michael Detect and prevent reading over the end of counts_*. We pass the error libavcodec
Tue, 04 Mar 2008 21:39:21 +0000 michael Prevent segfault due to reading over the end of the input buffer. libavcodec
Tue, 04 Mar 2008 18:38:32 +0000 aurel fix wmv3 dependencies libavcodec
Tue, 04 Mar 2008 18:35:12 +0000 aurel Fix compilation on powerpc. libavcodec
Tue, 04 Mar 2008 10:54:51 +0000 aurel remove old draw_edges declaration cruft libavcodec
Tue, 04 Mar 2008 10:26:56 +0000 aurel move ff_init_scantable() into dsputil libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Mon, 03 Mar 2008 23:14:25 +0000 aurel dsputil.h is a local header libavcodec
Mon, 03 Mar 2008 23:10:13 +0000 aurel include required header libavcodec
Mon, 03 Mar 2008 21:54:18 +0000 mru remove invalid free() forgotten in r12300 libavcodec
Mon, 03 Mar 2008 19:53:27 +0000 michael Provide non null class name to avoid crash with ffmpeg -h. libavcodec
Sat, 01 Mar 2008 16:10:19 +0000 jbr use scale factor instead of sum for downmix level adjustment. avoids division libavcodec
Sat, 01 Mar 2008 15:48:18 +0000 jbr pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec
Sat, 01 Mar 2008 04:39:39 +0000 jbr Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Fri, 29 Feb 2008 08:01:01 +0000 benoit Make AMR-NB block size const and 8 bits. libavcodec
Fri, 29 Feb 2008 07:59:29 +0000 benoit Define block size for AMR-WB (use IF2 table). libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Thu, 28 Feb 2008 17:01:35 +0000 reimar Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec
Thu, 28 Feb 2008 16:11:56 +0000 bcoudurier 1000l parenthesis libavcodec
Thu, 28 Feb 2008 16:08:52 +0000 bcoudurier code is ok for 4bpp in mov too, fix 16grey.mov libavcodec
Wed, 27 Feb 2008 20:34:44 +0000 banan Add more riff IDs to support remuxing. libavcodec
Tue, 26 Feb 2008 23:51:59 +0000 michael better include libavcodec
Tue, 26 Feb 2008 23:49:41 +0000 michael include dependencies ... libavcodec
Tue, 26 Feb 2008 23:17:08 +0000 diego Add multiple inclusion guards. libavcodec
Tue, 26 Feb 2008 22:52:01 +0000 diego Add explanatory comment to '#define FLOAT float'. libavcodec
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavcodec
Tue, 26 Feb 2008 20:17:30 +0000 michael Stuffing bytes to not violate minimum legality rate. libavcodec
Tue, 26 Feb 2008 18:36:58 +0000 michael Remove another temporary variable with which gcc has problems. libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec
Tue, 26 Feb 2008 15:52:37 +0000 michael Alternative and faster (on gcc x86) plane rotation. libavcodec