log

age author description
Fri, 31 Mar 2006 17:01:58 +0000 michael + (sign&1) -> -sign (1 instruction less) libavcodec
Fri, 31 Mar 2006 16:50:43 +0000 michael avoid hard to predict branch (idea by arpi) libavcodec
Fri, 31 Mar 2006 13:06:24 +0000 michael warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodec
Fri, 31 Mar 2006 09:59:53 +0000 lu_zero Proper typecast for vector bool libavcodec
Thu, 30 Mar 2006 16:24:38 +0000 lucabe move enum PixelFormat from libavcodec to libavutil libavcodec
Thu, 30 Mar 2006 14:58:36 +0000 michael reverting 1.31->1.33 libavcodec
Thu, 30 Mar 2006 14:13:03 +0000 michael dont forget table_size in the decode_frame return value libavcodec
Thu, 30 Mar 2006 04:33:05 +0000 corey - Add new file internal.h for common internal-use-only functions. libavcodec
Wed, 29 Mar 2006 21:11:57 +0000 michael fix gcc 2.95 compilation libavcodec
Wed, 29 Mar 2006 18:42:50 +0000 lu_zero Cast cruft in order to support Apple gcc libavcodec
Wed, 29 Mar 2006 11:01:17 +0000 diego Ignore apiexample and test programs. libavcodec
Wed, 29 Mar 2006 10:59:09 +0000 diego EXTRALIBS already contains -lm, no need to add it explicitly. libavcodec
Wed, 29 Mar 2006 09:20:44 +0000 michael avoid if(i>=63) check at the end of decode_block() libavcodec
Wed, 29 Mar 2006 09:13:43 +0000 michael avoid i++ in decode_block() libavcodec
Wed, 29 Mar 2006 08:41:53 +0000 michael minor optimization of decode_block() libavcodec
Wed, 29 Mar 2006 01:59:24 +0000 michael optimizations by arpi libavcodec
Mon, 27 Mar 2006 22:22:50 +0000 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavcodec
Mon, 27 Mar 2006 12:51:19 +0000 lu_zero altivec support for snow libavcodec
Mon, 27 Mar 2006 12:45:27 +0000 lu_zero altivec support for snow libavcodec
Sun, 26 Mar 2006 17:07:02 +0000 banan Use a more descriptive error message. libavcodec
Sat, 25 Mar 2006 15:37:08 +0000 kostya Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodec
Sat, 25 Mar 2006 09:46:43 +0000 lorenm 10l in 1.199 (write_back_motion with B-pyramid + spatial) libavcodec
Sat, 25 Mar 2006 08:41:14 +0000 lorenm simplified and slightly faster h264_chroma_mc8_mmx libavcodec
Fri, 24 Mar 2006 01:33:22 +0000 mru ST16 is undefined for non-GNU compilers. libavcodec
Thu, 23 Mar 2006 21:54:46 +0000 lorenm prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodec
Thu, 23 Mar 2006 20:16:36 +0000 lorenm prefetch pixels for future motion compensation. 2-5% faster h264. libavcodec
Wed, 22 Mar 2006 22:08:28 +0000 lorenm 10l libavcodec
Wed, 22 Mar 2006 22:05:00 +0000 lorenm added mmx implementation of h264_chroma_mc2 libavcodec
Wed, 22 Mar 2006 12:41:02 +0000 lorenm 1.5x faster write_back_motion, 1-3% overall libavcodec
Wed, 22 Mar 2006 12:08:35 +0000 gpoirier add MMX and SSE versions of ff_snow_inner_add_yblock libavcodec
Tue, 21 Mar 2006 21:51:07 +0000 corey snow mmx+sse2 optimizations, part 4 libavcodec
Tue, 21 Mar 2006 17:27:47 +0000 kostya Smacker demuxer and decoder. libavcodec
Mon, 20 Mar 2006 22:48:08 +0000 mru since Michael prefers to keep dsputil.h private to libavcodec libavcodec
Mon, 20 Mar 2006 22:27:59 +0000 gpoirier Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodec
Mon, 20 Mar 2006 05:52:23 +0000 corey Snow mmx + sse2 part 2 libavcodec
Mon, 20 Mar 2006 01:18:56 +0000 michael fixing interlaced direct mode field select values libavcodec
Sun, 19 Mar 2006 11:49:37 +0000 michael various fixes for xvid_rc libavcodec
Sat, 18 Mar 2006 20:43:48 +0000 michael fix frametypes with xvid_rc libavcodec
Sat, 18 Mar 2006 02:46:39 +0000 michael fixing bquant_offset libavcodec
Sat, 18 Mar 2006 02:29:58 +0000 michael segfault fix libavcodec
Fri, 17 Mar 2006 16:40:10 +0000 corey make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodec
Fri, 17 Mar 2006 12:08:46 +0000 gpoirier 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodec
Thu, 16 Mar 2006 19:18:18 +0000 gpoirier First part of a series of speed-enchancing patches. libavcodec
Tue, 14 Mar 2006 00:22:05 +0000 michael dont pass intra flag if its always 0 libavcodec
Mon, 13 Mar 2006 23:46:47 +0000 michael fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodec
Mon, 13 Mar 2006 23:29:00 +0000 michael fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodec
Mon, 13 Mar 2006 01:27:13 +0000 lorenm seed iterative_me with mvs from conventional search. libavcodec
Mon, 13 Mar 2006 01:26:06 +0000 lorenm obey vqscale in 2nd pass libavcodec
Sun, 12 Mar 2006 19:55:52 +0000 michael reset interlaced_dct flag libavcodec
Sat, 11 Mar 2006 04:26:55 +0000 kostya 16-bit DPCM and stereo support for Sierra VMD libavcodec
Sat, 11 Mar 2006 00:19:32 +0000 michael av_free -> av_freep libavcodec
Sat, 11 Mar 2006 00:18:43 +0000 michael fix %8 != 0 w/h libavcodec
Fri, 10 Mar 2006 22:00:36 +0000 michael asserts to check if assumed conditions really are true libavcodec
Fri, 10 Mar 2006 21:20:49 +0000 michael out of array read fix libavcodec
Fri, 10 Mar 2006 20:58:42 +0000 michael out of array read fix libavcodec
Fri, 10 Mar 2006 20:40:52 +0000 michael cleanup picture / debug output code libavcodec
Fri, 10 Mar 2006 19:42:51 +0000 michael fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodec
Fri, 10 Mar 2006 19:10:46 +0000 michael add assert to clarify that we know what we are doing libavcodec
Fri, 10 Mar 2006 18:40:41 +0000 michael fixing uninitalized dc_pred_dir libavcodec
Fri, 10 Mar 2006 18:37:18 +0000 michael very minor optimization libavcodec
Fri, 10 Mar 2006 18:34:51 +0000 michael unused variable libavcodec
Fri, 10 Mar 2006 13:55:48 +0000 bcoudurier Fix cropping, depending on enc pix fmt libavcodec
Thu, 09 Mar 2006 08:05:45 +0000 diego Alignment fixes, caused problems on SPARC. libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Wed, 08 Mar 2006 09:26:57 +0000 banan Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodec
Wed, 08 Mar 2006 04:13:55 +0000 corey 3DNow! & Extended 3DNow! versions of FFT libavcodec
Tue, 07 Mar 2006 22:45:56 +0000 lorenm h264_idct8_add_mmx libavcodec
Tue, 07 Mar 2006 22:33:32 +0000 lorenm h264_idct_add only needs mmx1 libavcodec
Mon, 06 Mar 2006 22:06:33 +0000 diego Proper mangling information for symbols in OS X Mach-O shared objects. libavcodec
Mon, 06 Mar 2006 15:09:04 +0000 michael switch flac to av_crc libavcodec
Mon, 06 Mar 2006 14:53:13 +0000 michael switch ac3enc to av_crc libavcodec
Mon, 06 Mar 2006 14:13:01 +0000 michael generic crc calculation code libavcodec
Mon, 06 Mar 2006 09:54:09 +0000 romansh I still don't think this should be here. Note: without this code DV encoder libavcodec
Mon, 06 Mar 2006 08:54:33 +0000 romansh DVCPRO50 support. libavcodec
Sun, 05 Mar 2006 20:25:18 +0000 gpoirier use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodec
Sun, 05 Mar 2006 19:02:35 +0000 lorenm gcc2.95 workaround libavcodec
Sun, 05 Mar 2006 12:32:24 +0000 mru Make faac_decode_frame return -1 on error and not 0 which avoids libavcodec
Sat, 04 Mar 2006 19:56:01 +0000 lorenm remove some useless instructions libavcodec
Sat, 04 Mar 2006 17:34:17 +0000 diego Make -xy help output consistent, output an empty line before and after. libavcodec
Sat, 04 Mar 2006 03:57:33 +0000 lorenm keyframe flag was wrong if SEIs followed the keyframe libavcodec
Fri, 03 Mar 2006 21:33:06 +0000 michael PAL8 support (fixed BLUR8.AVI) libavcodec
Fri, 03 Mar 2006 20:36:08 +0000 michael fix segfault with BLUR8.AVI libavcodec
Thu, 02 Mar 2006 21:47:53 +0000 michael fix infinite loop libavcodec
Thu, 02 Mar 2006 13:55:49 +0000 michael cleanup IMA-ADPCM WAV decoder libavcodec
Thu, 02 Mar 2006 08:21:08 +0000 lorenm 4% faster h264_qpel_mc libavcodec
Wed, 01 Mar 2006 23:19:04 +0000 kabi * bugfixing call reference libavcodec
Wed, 01 Mar 2006 22:59:22 +0000 michael fix decoding of mpeg2-trunc.vob libavcodec
Tue, 28 Feb 2006 21:55:18 +0000 aurel use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodec
Tue, 28 Feb 2006 02:54:48 +0000 romansh Assign class 2 to most macroblocks by default, instead of a more conservative libavcodec
Mon, 27 Feb 2006 12:17:20 +0000 banan 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodec
Mon, 27 Feb 2006 05:04:05 +0000 romansh Not that we're that far from being an *initial* implementation, but libavcodec
Mon, 27 Feb 2006 04:50:06 +0000 romansh AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodec
Sun, 26 Feb 2006 15:40:08 +0000 michael remove wrong assert() libavcodec
Sun, 26 Feb 2006 15:24:42 +0000 michael replace for loop with 2 asserts() libavcodec
Sat, 25 Feb 2006 22:58:26 +0000 michael size[0-3] are not initialized (and can get random negative trash libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Sat, 25 Feb 2006 22:15:24 +0000 lorenm fix a memory leak on seeking. libavcodec
Fri, 24 Feb 2006 09:16:26 +0000 michael 10l (forgot EOBs) libavcodec
Thu, 23 Feb 2006 13:05:37 +0000 michael dont lowwer qnos of more blocks then needed libavcodec
Thu, 23 Feb 2006 10:07:41 +0000 gpoirier Give a hint about what is the expected the data type of command line options. libavcodec
Thu, 23 Feb 2006 08:56:53 +0000 michael fixing dv_guess_qnos() libavcodec
Thu, 23 Feb 2006 00:16:45 +0000 michael print a big warning if we mess up and run out of space ... libavcodec
Wed, 22 Feb 2006 05:59:44 +0000 lorenm minor simplifications in cabac_mb_type libavcodec
Tue, 21 Feb 2006 22:24:19 +0000 diego Fix AltiVec H.264 decoding on FSF gcc. libavcodec
Tue, 21 Feb 2006 22:05:13 +0000 alex added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) libavcodec
Tue, 21 Feb 2006 00:03:10 +0000 alex explain extradata and pass avctx to av_log's libavcodec
Mon, 20 Feb 2006 23:22:02 +0000 diego ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodec
Mon, 20 Feb 2006 19:01:29 +0000 mru pass noise reduction option to x264 libavcodec
Sun, 19 Feb 2006 22:44:35 +0000 diego Increase maximum number of B-frames, necessary for H.264 encoding. libavcodec
Sun, 19 Feb 2006 10:20:27 +0000 michael RMP4 ("xvid fork") decoding support libavcodec
Fri, 17 Feb 2006 19:48:11 +0000 mellum Change license header to LGPL for consistency. libavcodec
Fri, 17 Feb 2006 03:17:42 +0000 melanson complete AVS playback system (from Creature Shock computer game), libavcodec
Thu, 16 Feb 2006 01:16:12 +0000 lorenm don't arbitrarily limit delta_qp libavcodec
Thu, 16 Feb 2006 00:09:23 +0000 aurel add Creative 8 bits ADPCM schemes support libavcodec
Tue, 14 Feb 2006 05:40:53 +0000 lorenm fix some crashes on negative nalsize. libavcodec
Mon, 13 Feb 2006 18:13:13 +0000 lorenm fix some crashes when missing frames libavcodec
Mon, 13 Feb 2006 12:53:25 +0000 mru move common parts of makefiles into common.mak libavcodec
Mon, 13 Feb 2006 12:00:27 +0000 alex increase audio buffer to 1second of 48khz float audio libavcodec
Sun, 12 Feb 2006 17:47:30 +0000 melanson add another set of zlib guards libavcodec
Sun, 12 Feb 2006 16:56:06 +0000 melanson make TSCC endian-safe, PPC testing courtesy of Diego B. libavcodec
Sun, 12 Feb 2006 08:53:29 +0000 melanson dosbox native ZMBV decoder, courtesy of Kostya libavcodec
Sun, 12 Feb 2006 06:49:40 +0000 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavcodec
Sun, 12 Feb 2006 02:15:19 +0000 alex tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodec
Sat, 11 Feb 2006 21:42:11 +0000 diego Move libpostproc compilation to the top-level Makefile. libavcodec
Sat, 11 Feb 2006 20:54:40 +0000 diego Quote all installation paths to protect against spaces in the path. libavcodec
Sat, 11 Feb 2006 20:53:55 +0000 diego libpostproc installs into a different directory that needs to be created. libavcodec
Sat, 11 Feb 2006 20:40:01 +0000 diego 100l typo: forgotten $ libavcodec
Sat, 11 Feb 2006 19:39:05 +0000 henry - fix insufficient code length for exp_vlc libavcodec
Sat, 11 Feb 2006 19:30:55 +0000 diego Simplify header installation. libavcodec
Sat, 11 Feb 2006 18:50:45 +0000 diego Separate library install into static and shared installation. libavcodec
Sat, 11 Feb 2006 17:44:06 +0000 diego Separate header file installation from the general install target. libavcodec
Sat, 11 Feb 2006 16:50:45 +0000 diego Add installlib and install-headers targets like everywhere else. libavcodec
Sat, 11 Feb 2006 16:46:09 +0000 diego Install static libpostproc if CONFIG_PP is set. libavcodec
Sat, 11 Feb 2006 16:17:27 +0000 diego Install libpostproc headers if CONFIG_PP is set. libavcodec
Fri, 10 Feb 2006 11:59:38 +0000 al Don't use pow/powf functions where we just need integer arithmetic. libavcodec
Fri, 10 Feb 2006 06:55:25 +0000 lorenm h264: special case dc-only idct. ~1% faster overall libavcodec
Fri, 10 Feb 2006 01:19:54 +0000 mru use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodec
Thu, 09 Feb 2006 09:38:03 +0000 michael fix segfault on broken streams libavcodec
Thu, 09 Feb 2006 02:43:23 +0000 lorenm 10l in 1.12 libavcodec
Wed, 08 Feb 2006 07:04:32 +0000 lorenm slightly faster loopfilter libavcodec
Wed, 08 Feb 2006 01:11:48 +0000 mru bump version numbers and update docs for adts aac support libavcodec
Wed, 08 Feb 2006 01:10:07 +0000 mru create adts stream if CODEC_FLAG_GLOBAL_HEADER not set libavcodec
Wed, 08 Feb 2006 00:50:22 +0000 mru adts aac parser libavcodec
Wed, 08 Feb 2006 00:30:58 +0000 mru decode adts aac streams libavcodec
Tue, 07 Feb 2006 16:10:48 +0000 lorenm 10l (x86_64) libavcodec
Tue, 07 Feb 2006 10:52:25 +0000 lorenm 18% faster put_h264_qpel16_mc[13]2_mmx2 libavcodec
Tue, 07 Feb 2006 07:35:03 +0000 lorenm 11% faster put_h264_qpel16_v_lowpass_mmx2 libavcodec
Tue, 07 Feb 2006 06:25:14 +0000 lorenm 15% faster put_h264_qpel16_hv_lowpass_mmx2 libavcodec
Mon, 06 Feb 2006 11:21:26 +0000 michael 1 goto 1 fix libavcodec
Mon, 06 Feb 2006 11:21:10 +0000 banan Fix broken cosmetics commit and add a check for valid headers. libavcodec
Mon, 06 Feb 2006 11:03:37 +0000 banan Small cosmetics and better variable names. libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Sun, 05 Feb 2006 10:16:20 +0000 al Correct the relation between floors of type 0 and block sizes. libavcodec
Sat, 04 Feb 2006 22:18:45 +0000 michael simplify libavcodec
Sat, 04 Feb 2006 20:32:02 +0000 michael faster find_startcode() libavcodec
Sat, 04 Feb 2006 10:04:13 +0000 al Cosmetic: Fix indentation. libavcodec
Sat, 04 Feb 2006 09:59:48 +0000 al 10l (malloc check with the wrong pointer) libavcodec
Sat, 04 Feb 2006 08:55:34 +0000 al Added support for vorbis files containing floor type 0. libavcodec
Thu, 02 Feb 2006 18:38:47 +0000 michael output last ac3 frame and simplify libavcodec
Thu, 02 Feb 2006 13:07:30 +0000 michael os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavcodec
Thu, 02 Feb 2006 09:24:13 +0000 diego Set interlaced_frame and top_field_first according to coded_frame. libavcodec
Thu, 02 Feb 2006 02:36:27 +0000 michael list of supported pix_fmts libavcodec
Thu, 02 Feb 2006 02:28:33 +0000 michael JPEG-LS codec by (Kostya | kostya.forjunk gmail com) libavcodec
Tue, 31 Jan 2006 00:17:13 +0000 diego Fix silly typos. libavcodec
Mon, 30 Jan 2006 23:41:27 +0000 mru add static keyword to some functions libavcodec
Mon, 30 Jan 2006 23:33:19 +0000 mru add static keyword to some functions libavcodec
Mon, 30 Jan 2006 22:59:09 +0000 mru long is better than int for pointer differences libavcodec
Mon, 30 Jan 2006 00:22:41 +0000 diego On MinGW it is not possible to build shared and static libraries at once. libavcodec
Sun, 29 Jan 2006 18:32:55 +0000 diego Simplify LDFLAGS handling for MinGW. libavcodec
Sat, 28 Jan 2006 16:05:06 +0000 aurel make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) libavcodec
Sat, 28 Jan 2006 00:57:59 +0000 lorenm fix crash on height < 16 pixels. libavcodec
Fri, 27 Jan 2006 23:24:24 +0000 corey Add a newline to b_frame_strategy error message. libavcodec
Fri, 27 Jan 2006 13:19:13 +0000 michael fixing bframe strategy 2 libavcodec
Thu, 26 Jan 2006 23:42:30 +0000 diego Remove obscure Makefile.bak entry from distclean rules. libavcodec
Wed, 25 Jan 2006 22:10:13 +0000 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavcodec
Wed, 25 Jan 2006 02:16:27 +0000 michael 10l forgot #ifdef CONFIG_XVID libavcodec
Tue, 24 Jan 2006 21:57:26 +0000 michael xvid ratecontrol support libavcodec
Tue, 24 Jan 2006 10:33:14 +0000 diego Remove all stray tabs and trailing whitespace, this time for good. libavcodec
Mon, 23 Jan 2006 06:40:08 +0000 banan Mjpeg interlaced decoding fix, height was wrong while decoding (/2). libavcodec
Sun, 22 Jan 2006 20:54:52 +0000 corey sc_factor support for encoding. libavcodec
Sun, 22 Jan 2006 19:10:12 +0000 reimar faster copy functions for lzo decoder that also need padding libavcodec
Sat, 21 Jan 2006 18:19:47 +0000 mru native ac3 parser libavcodec
Sat, 21 Jan 2006 17:09:23 +0000 banan Implement audio cutoff frequency to the vorbis encoder. libavcodec
Sat, 21 Jan 2006 02:35:03 +0000 lorenm fix convergence of snow iterative_me libavcodec
Sat, 21 Jan 2006 02:33:01 +0000 lorenm revert 1.83 because it's not needed libavcodec
Fri, 20 Jan 2006 23:06:35 +0000 banan Silence warnings, these came when some tables got declared as const. libavcodec
Fri, 20 Jan 2006 21:20:46 +0000 mru place SPS/PPS in extradata if GLOBAL_HEADER flag is set libavcodec
Thu, 19 Jan 2006 09:21:39 +0000 lorenm detect when iterative_me fails to converge, and stop searching libavcodec
Thu, 19 Jan 2006 00:19:15 +0000 mru interpret H264 VUI timing info correctly libavcodec
Tue, 17 Jan 2006 08:27:39 +0000 lorenm obmc-aware 4mv libavcodec
Mon, 16 Jan 2006 14:59:54 +0000 diego Make clean/distclean consistent throughout all the Makefiles. libavcodec
Sun, 15 Jan 2006 21:33:06 +0000 reimar 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead... libavcodec
Sun, 15 Jan 2006 00:28:36 +0000 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavcodec
Sat, 14 Jan 2006 18:17:19 +0000 diego Define separate version number for libpostproc. libavcodec
Sat, 14 Jan 2006 18:07:36 +0000 diego Remove redundant --enable-shared-pp configure option and make the PP code libavcodec
Sat, 14 Jan 2006 17:43:22 +0000 banan Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net. libavcodec
Sat, 14 Jan 2006 15:54:58 +0000 diego Move library name generation to configure, simplifies build system a bit more. libavcodec
Sat, 14 Jan 2006 15:00:10 +0000 diego Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodec
Sat, 14 Jan 2006 14:59:11 +0000 reimar get_byte may not return -1 on error, since it can lead to a negative backptr. libavcodec
Sat, 14 Jan 2006 12:55:20 +0000 reimar Wrong state handling causing decompression errors in some cases libavcodec
Sat, 14 Jan 2006 03:39:02 +0000 diego Create symbolic links for all library sonames and clean up Makefiles. libavcodec
Sat, 14 Jan 2006 01:33:17 +0000 diego CamStudio video decoder libavcodec
Fri, 13 Jan 2006 00:53:36 +0000 diego Change this Makefile to be consistent with all the others. libavcodec
Fri, 13 Jan 2006 00:47:16 +0000 diego minor consistency fix libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 12 Jan 2006 21:37:57 +0000 michael bugs found by valgrind libavcodec
Thu, 12 Jan 2006 17:52:41 +0000 reimar Our own LZO (1X) implementation, under LGPL and optimized for readability. libavcodec
Thu, 12 Jan 2006 05:47:52 +0000 lorenm faster iterative_me: avoid duplicate mc of neighboring blocks. libavcodec
Thu, 12 Jan 2006 00:00:00 +0000 diego Move Darwin shared library build peculiarities to configure. libavcodec
Tue, 10 Jan 2006 20:07:29 +0000 banan Parameter added for user to set the cutoff frequency when encoding with faac. libavcodec
Mon, 09 Jan 2006 15:41:39 +0000 reimar CamStudio decoder, only 32 bit lzo mode is tested libavcodec
Mon, 09 Jan 2006 03:38:37 +0000 lorenm tweak h264_biweight libavcodec
Mon, 09 Jan 2006 03:15:53 +0000 lorenm tweak inlines. libavcodec
Mon, 09 Jan 2006 02:08:24 +0000 diego consistency cosmetics libavcodec
Mon, 09 Jan 2006 02:08:12 +0000 lorenm 10l: bidir_refine didn't save the new mvs. also improve speed. libavcodec
Mon, 09 Jan 2006 02:05:17 +0000 diego Make shared lib name handling consistent with the other Makefiles. libavcodec
Sun, 08 Jan 2006 21:19:39 +0000 banan get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h libavcodec
Sun, 08 Jan 2006 19:31:21 +0000 banan get_vlc -> get_vlc2 transition. libavcodec
Sun, 08 Jan 2006 17:09:05 +0000 banan get_vlc -> get_vlc2 transition. libavcodec
Sun, 08 Jan 2006 14:53:37 +0000 nicodvb install dsputil.h, that is used by many filters in mplayer libavcodec
Sun, 08 Jan 2006 01:50:34 +0000 michael use h264 MC functions for 2xX Xx2 blocks in snow too libavcodec
Sat, 07 Jan 2006 23:38:17 +0000 banan Incorrect check removed. libavcodec
Sat, 07 Jan 2006 18:34:19 +0000 michael use h264 MC functions for rectangular blocks too libavcodec
Sat, 07 Jan 2006 03:39:10 +0000 michael 10l (assertion failure) libavcodec
Fri, 06 Jan 2006 19:19:39 +0000 romansh Moving dv_anchor back to the global scope. This creates a tiny memory libavcodec
Fri, 06 Jan 2006 13:18:31 +0000 diego Comment out WMV3 decoder for now, it crashes on every file and causes libavcodec
Fri, 06 Jan 2006 12:41:57 +0000 rtognimp Dual mono stereo strems sound ok now, added sanity checks and removed libavcodec
Thu, 05 Jan 2006 06:58:36 +0000 melanson ugly, but necessary libavcodec
Wed, 04 Jan 2006 22:34:11 +0000 michael cleanup libavcodec
Wed, 04 Jan 2006 17:07:30 +0000 diego H.263: more descriptive error message libavcodec
Wed, 04 Jan 2006 16:31:23 +0000 michael 8x8 integer dct from x264 as cmp function (under CONFIG_GPL) libavcodec
Wed, 04 Jan 2006 12:48:10 +0000 diego Fix an out of array access and some minor cleanup of the code. libavcodec
Wed, 04 Jan 2006 09:42:37 +0000 michael av_freep() recommandition libavcodec
Wed, 04 Jan 2006 03:01:05 +0000 diego Make all tables static const. libavcodec
Tue, 03 Jan 2006 02:30:38 +0000 diego TrueSpeech compatible audio decoder by Konstantin Shishkov libavcodec
Sat, 31 Dec 2005 14:14:38 +0000 lorenm fix asymmetric CQMs with pre-transposed DCT. libavcodec
Sat, 31 Dec 2005 13:20:24 +0000 lorenm CQM: fix fallback to JVT scaling lists libavcodec
Sat, 31 Dec 2005 11:31:53 +0000 lorenm direct mvs in B_8x8 mbs were set too early. libavcodec
Sat, 31 Dec 2005 10:11:37 +0000 lorenm fix direct_8x8_inference_flag with 4x4 mvs. libavcodec
Fri, 30 Dec 2005 23:47:41 +0000 lorenm fix some potential arithmetic overflows in pred_direct_motion() and libavcodec